Jump to content

Rook

Administrator
  • Posts

    66,349
  • Joined

  • Last visited

Everything posted by Rook

  1. Ofcourse not! This is the iOS version.
  2. No worries. What matters is that you fixed it
  3. How can you not notice this? You spellt 'instal' wrong. It's install
  4. iGameGuardian.blogspot.com
  5. Try these: http://ge.tt/api/1/files/8RhB9y32/0/blob?download
  6. Explain more so we can assist you.
  7. 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.
  8. Hmmmm try removing the UIAlertView.h file from your include folder because it seems it's conflicting with the on in SDK?
  9. I did that on purpose so you could learn it. And you did!
  10. Merged it with Sponge's thread.
  11. 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?
  12. 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
  13. 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.
  14. 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.
  15. 50 was shot while he was becoming successful! Dude survived bullets to the head.
  16. General Coding or just Obj-C & Swift? You can use the ybutton also (had no other name for it ) [ybutton=http://gog.esy.es/squadfree]My Site[/ybutton] [ybutton=http://gog.esy.es/squadfree]My Site[/ybutton] I still need to fix them
  17. Impressive! Should we also add another section for Coding?
  18. Interesting
×
  • 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