Jump to content

Rook

Administrator
  • Posts

    66,978
  • Joined

  • Last visited

Everything posted by Rook

  1. There's some in ViP.
  2. Welcome to iOSGods ApexChronic! Glad you seem to be liking it here.
  3. Oh, so it's like a preview screenshot for the App Switcher?
  4. Just one screenshot? I've noticed that too. Not sure why they're there...
  5. You can crack one yourself? Or search the forum for some.
  6. Yes you will. Backup via iTunes, backup apps too, restore to 8.4, jailbreak, then restore from backup. Cracked apps won't be backed up btw..
  7. Even if it's his we can't help him.. Is it Jailbroken?
  8. Clutch doesn't work on iOS 8.3+ currently, use Rasticrac.
  9. Go to line 114, you've done something wrong.
  10. Yes, they will be released in September like every other iPhone.
  11. This is considered as selling (Private hacks). Locked.
  12. You cannot unban your account, you can only unban your device. To unban your account, you need to contact the developers!
  13. Give a read to what I said above. You need to get your Apple ID back. Call Apple for help if you can't seem to get it back.
  14. @@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.
  15. What about the iOSGods app?
  16. Yo & welcome to iOSGods. If you need help, you'll need to make a support topic since this is an introduction.
  17. InTube2. It says it in the filename.
  18. 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.
  19. Looks like you need to build as root. type in terminal: su alpine -- Then try making again.
  20. Does it support the iOS version you're on?
  21. Welcome to iOSGods!
×
  • 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