Jump to content

45GTR

Senior Member
  • Posts

    443
  • Joined

  • Last visited

Everything posted by 45GTR

  1. http://i.imgur.com/11Nh0Cs.jpg
  2. %hook SpringBoard -(long long) homeScreenRotationStyle{ return 2; } %end I want 2 flips witches One to make the returned value 1 and another to make it 2
  3. 1 didn't work, I deleted some some spaces and now it works! For a pref bundle, do you know how to add a respringbutton in the navbar??
  4. %hook SpringBoard -(long long) homeScreenRotationStyle{ return 2; } %end
  5. Got it working and the popup works! Ive put the other code in and it doesn't work
  6. http://i.imgur.com/Wtjtm9D.jpg Now this
  7. thanks man! Still got the 4S??
  8. Welcome man!
  9. yup if i turn it on, it works too
  10. yup https://drive.google.com/folderview?id=0Bxm4FwT8VG4Ifi1sZVZvVnlQSFpxNTFpcmpEc19KcVJGUFoySUoxaHlLM0xyZjk2ZkNaM0k&usp=sharing
  11. allow rotation on SB.
  12. code looks fine: %hook SBReachabilitySettings -(void)setReachabilityDefaultKeepAlive:(int)argument { %orig(1); } %end
  13. Here's the code %hook SpringBoard -(long long) homescreenrotationstyle { return 2; } %end
  14. it compiled but doesn't do anything! GRRR
  15. excuse me ? i do oh you mean the blue theos shortcut!!
  16. New tweak, upon 'make package' this error: makefile3: common.mk no such file makefile8: tweak.mk no file make *** no rule to make target
  17. damn, was quite close, thanks! Yeah i used that, thanks man
  18. Target class : Springboard Target Method -(long long) homescreenrotationstyle to return the value 2 How would i code this? I'll have a try %hook springboard -(int)homescreenrotationstyle { return 2; }
  19. Thanks buddy! check your pm
  20. Done it, still nothing should I pm you my project ?
  21. I've already done that @DiDA any idea?
  22. It installed but the code doesn't do anything http://i.imgur.com/SdT3Xn5.jpg
×
  • 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