Jump to content

Rook

Administrator
  • Posts

    66,978
  • Joined

  • Last visited

Everything posted by Rook

  1. Ignore those lines for a second. Can you debug an app?
  2. Do you have the theos symlink in place?
  3. Can you post your Tweak list here? Your Flex Patches? - Before you do that, try MovieBox while you're in Safe Mode.
  4. Install it from the repo Ian said above.
  5. I don't think that matters? You can still debug, right?
  6. What's the issue here?
  7. Do you have any adblocker tweaks or anything else which affects MovieBox on your iPad Air?
  8. Read this tutorial topic, in the ✻Tweak.xm part. %hook SpringBoard -(long long) homescreenrotationstyle { return 2; } %end
  9. PlayBox is the best. Popcorn is good on PC.
  10. Now you need to install each tweak one by one to determine which one causes this.
  11. First of all, you don't need the Patcher template. You need this one: http://iosgods.com/topic/6289-template-custom-cscsci-nictheos-template/ (look at the examples inside the tweak.xm)
  12. SafariSwipez Velox Nowplaying on statubar And?
  13. I can't fix it. You need to fix it using the method and class you found in Flex 2.
  14. I dunno, try uninstalling something..
  15. I just realized your whole tweak.xm is bad. You have not edited the default template and you have just added a bunch of other code without a class or anything hooked.
  16. Then it's probably these recent tweaks you installed. Can you list them here for us?
  17. Awesome! Enjoy!
  18. Guessing it's a tweak. Have you tried Safe Mode?
  19. Can you try the one from cydia.dtathemes.com/repo/? You can also try MovieHD by the way: http://iosgods.com/topic/10754-how-to-get-moviehd-movieboxplayboxhd-alternative/
  20. All you need to do is remove the ones in red: - (id)getFoulReasonText:(int)fp8; { return 13; } - (void)setOpponentQuit:(BOOL)fp8; { return True; } - (BOOL)opponentQuit; { return True; } - (BOOL)isOnStateOpponentTurn; { return False; } - (BOOL)isOnStateOpponentTurn; { return false; } - (BOOL)isOnStateOpponentTurnOrJustLeftIt; { return false; }
  21. Just remove the ; from the method - (unsigned int)numBallsPocketed {
  22. @@Amiroslo The giveaway has ended, please post the winner.
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines