Jump to content

Rook

Administrator
  • Posts

    66,739
  • Joined

  • Last visited

Everything posted by Rook

  1. @@Kneele You can restore your iPad but you'll need your Apple ID password so try resetting your Apple ID password using security questions and a recover email you must have set.
  2. What about the iOSGods app?
  3. Yo & welcome to iOSGods. If you need help, you'll need to make a support topic since this is an introduction.
  4. InTube2. It says it in the filename.
  5. Try something like this: #!/bin/sh cd /var echo "Installing THEOS" echo /usr/bin/git clone git:­//github.com/coolstar/theos.git && echo "Done." echo echo "Installing Ryan petrich's dumped $THEOS headers" echo cd /var/theos/headers /usr/bin/git clone git://github.com/rpetrich/iphoneheaders.git echo echo "Installing SDK..." echo mkdir /var/theos/sdks/ cd /var/theos/sdks/ wget http://iphone.howett.net/sdks/dl/iPhoneOS7.1.sdk.tbz2 -q bzip2 -d iPhoneOS7.1.sdk.tbz2 tar xfv iPhoneOS7.1.sdk.tbz2 -C /var/theos/sdks/ rm /var/theos/sdks/iPhoneOS7.1.sdk.tbz2 echo ----------------------- Now you need to add Coolstar's repo using postinst, modifying the etc/apt/sources.list.d/cydia.list and adding coolstar's repo then running apt-get update then you would run the commands below. We can work on this but try the above so far. apt-get install libgcc echo apt-get install org.coolstar.iostoolchain echo apt-get install org.coolstar.cctools echo apt-get install git echo apt-get install org.coolstar.perl echo apt-get install curl echo echo "$THEOS and all iphoneos building dependencies have been configured! This script was developed by KingRalph. Extra credit goes to DiDA and BlackHippy for their help with installing debian dependencies" echo reboot You can set dependencies in the control file also (wget, rsync, iostoolchain). Without those the installation will not proceed. But it would be better if they were inside the postinst script.
  6. Looks like you need to build as root. type in terminal: su alpine -- Then try making again.
  7. Does it support the iOS version you're on?
  8. Welcome to iOSGods!
  9. @@fumetsu The errors are because of these (?) methods. Are they supposed to be like that? And you need to remove these "pass-through"
  10. So you reinstalled Windows? Can you maybe let me check things via TeamViewer? Troubleshoot it via Teamviewer?
  11. You can use AutoTouch from Cydia which can simulate a tap on the refresh button after x minutes or seconds.
  12. Moved to DIY Cheats.
  13. If you search for sub then it will show you sub_x results of course. Maybe only some functions are sub_x? You can hack sub_x games using iGG/GameGem/Gameplayer like in this tutorial here or you can use strings (SHIFT + F12 in IDA).
  14. Install theos, read this topic then you can use these templates to make .deb making easier.
  15. When did you start having this issue? If I remember correctly, you debugged a game with lldb before?
  16. @@Pokepal02 You filled your own request http://iosgods.com/topic/11459-dreamworks-dragons-rise-of-berk-runes-hack-no-jailbreak/ Moved to filled.
  17. The functions window to your left in IDA, if everything is not "sub_xxyx" or "sub_xyxyx" then it's not sub_x.
  18. The right function can be found by using GDB to find the offset in IDA or if it's not sub_x, you can use gdb to breakpoint that function to see if it hits when you do something in-game. If it hits then that's probably the right function.
  19. "Could not locate Apple Mobile Device Support folder in registry"? Sounds like you might need to reinstall iTunes? Try that and make sure the Apple Mobile Device (Support) process or service is running. Check in these places: Services.msc (type in run), task manager (CTRL+SHIFT+ESC) or msconfig (type in run).
  20. What lines?
  21. Because the repo you're adding is not a source. You're pointing Cydia to the add.php file on BYA which is just a tutorial page on how to add that source. Remove the /add.php from the URL and try again. Like this: repo.biteyourapple.net/
×
  • 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