Jump to content

27 posts in this topic

Recommended Posts

Posted

Please make a clear, complete and simple tutorial for code injection with patcher. I dont understand the tut made by Airmax.

  • Replies 26
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted

Use my template and just replace offsets and hex ;)

Posted
i deleted the dylibs and plist inside arimax's template. Am i doing wrong?

Use my template and just replace offsets and hex ;)

what should i put here com.xxx.xxx.plist in tweak.xm?
Posted

i deleted the dylibs and plist inside arimax's template. Am i doing wrong?

You had to follow the instructions on the thread.. The template was just to give you a preview how it could look at the end

Posted

i deleted the dylibs and plist inside arimax's template. Am i doing wrong?what should i put here com.xxx.xxx.plist in tweak.xm?

You don't need to fill that. Just grab the .tar archive, place it in /var/theos/templates/iphone/ then run the NIc and select iosgods/cscipatcher option.

Posted

You don't need to fill that. Just grab the .tar archive, place it in /var/theos/templates/iphone/ then run the NIc and select iOSGods/cscipatcher option.

should i delete "OFFSET" and "HACKEDHEX" in tweak.xm? Error: invalid suffix 'xOFFSET' on integer constant writedata(0xOSE, 0xORIGINALHEX) ;
Posted

should i delete "OFFSET" and "HACKEDHEX" in tweak.xm? Error: invalid suffix 'xOFFSET' on integer constant writedata(0xOSE, 0xORIGINALHEX) ;

Yes, of course! You replace 0xOFFSET with your offset (0x1234) and 0xHACKEDHEX with your modified hex value.

 

Then the 2nd row, replace 0xoffset again with the same pffset and use the original hex value before modifying it so when users turn the switch off, it reverts to the original hex. :)

Posted

Yes, of course! You replace 0xOFFSET with your offset (0x1234) and 0xHACKEDHEX with your modified hex value.

Then the 2nd row, replace 0xoffset again with the same pffset and use the original hex value before modifying it so when users turn the switch off, it reverts to the original hex. :)

fatal error: 'Preferences/Preferences.h' file not found #import <Preferences/Preferences.h>
Posted

fatal error: 'Preferences/Preferences.h' file not found #import <Preferences/Preferences.h>

Search the forum for that. Someone uploaded their headers for you to use. :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • 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