Jump to content

KingRalph

Senior Member
  • Posts

    1,300
  • Joined

  • Last visited

Everything posted by KingRalph

  1. Added github link! View the source code on github.com!
  2. Reinstall your theos with setuptheos, then add the following code to the top of your makefile TARGET = iphone:clang:latest ARCHS = armv7 armv7s arm64
  3. Start learning python at http://codeacademy.com Once you complete the online course, learning other languages will become easier.
  4. Install this package cydia://package/net.angelxwind.completeppsyncremover
  5. Run the following code in mobile terminal apt-get update
  6. But he can at least point the OP in the right direction...
  7. New update for setuptheos: mac version 1.1.1 - No more options for setuptheos, as there is no longer any need for them ios version 1.0.9.8 - Major changes to setuptheos for iOS
  8. What is "reverse IDA"?
  9. Run this command in your tweak directory: make You can move the dylibs to /Library/MobileSubstrate/DynamicLibraries
  10. Or until they press the thanks button. It depends on what section you posted in
  11. You don't use %orig in this case
  12. TBH, it doesn't make much of a difference, but using nil instead of NULL is generally a better habit. (Due to system level programming) EDIT: I just remembered that %orig calls the original function. The (correct) answer to your question, is: %hook CLPEngine -(void)removeSubsriptionTimeObserver:(id)arg1 { arg1 = nil; } %end
  13. This is the answer to your question: %hook CLPEngine -(void)removeSubsriptionTimeObserver:(id)arg1 { %orig(nil) } %end
  14. I think I know what the problem is. Please wait until I update setuptheos
  15. Let's take a look...
  16. Post a screenshot of the error
  17. To everyone using this, I suggest you use this tool. The tool on this page is no longer under active development
×
  • 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