Jump to content

Rook

Administrator
  • Posts

    68,026
  • Joined

  • Last visited

Everything posted by Rook

  1. You hook them up with the same key and use one key in the pref plist to turn on at the same time all the functions that have the same key.
  2. Isn't that what Cheaters section is for?
  3. There's one posted in the Tools section of iOSGods.
  4. Once it finishes with result code 0 jus respring.
  5. What should we do? This is already posted...
  6. When will iOS 8 instructions get included in your Topic(s)?
  7. No worries. What matters is that you fixed it
  8. How can you not notice this? You spellt 'instal' wrong. It's install
  9. iGameGuardian.blogspot.com
  10. Try these: http://ge.tt/api/1/files/8RhB9y32/0/blob?download
  11. Explain more so we can assist you.
  12. The location is mentioned on the error. /var/theos/include/UIAlertView/UIAlertView.h Rename it to UIAlertView.h.bak so you don't have to delete it.
  13. Hmmmm try removing the UIAlertView.h file from your include folder because it seems it's conflicting with the on in SDK?
  14. I did that on purpose so you could learn it. And you did!
  15. Merged it with Sponge's thread.
  16. Ooops! Nice work but this has been posted twice already. You won't mind if I remove it or merge it with the other topic?
  17. This should be in the Tweak.xm: #define PLIST_PATH @"/var/mobile/Library/Preferences/com.AsD.pref.plist" inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } %hook SBIconController -(BOOL)allowsUninstall { if(GetPrefBool(@"kUninstall")) { return FALSE; } return %orig; } %end
  18. Downloading stuff on mobile is always a problem. You can use the MEGA app for simplicity or when asked for a code on the URL, use this: uTyxoG1y The code is in the URL but for some reason Safari excludes it.
  19. Check this out! http://www.iphoneincanada.ca/how-to/how-to-fix-iphone-camera-roll-crash-and-photos-turned-to-other-in-itunes/ Always make backups before doing anything though.
×
  • 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