Jump to content

Help with Theos


Go to solution Solved by castix,

4 posts in this topic

Recommended Posts

Posted (edited)

I'm a beginner of Theos. I want make a tweak (deb) by convert from Flex :)

9Sf4M9t.jpg

What is content in my Tweak.xm ?

Thanks

Sorry for my bad English

Updated by heinekenpsx
Posted (edited)

This is my flex patch

VrNGBOf.jpg

 

And this code is my tweak.xm content

%hook User
 -(bool)powerUser {
  return true;
 }
 -(void)setPowerUser:(bool)arg1 {
  arg1 = true;
  %orig(arg1);
 }
%end

%hook GADDevice
 -(bool)jailbroken {
  return false;
 }
%end
I compiled and installed successful (already respring), but it not effective Updated by heinekenpsx

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