Jump to content

Help regarding iOSGods's Custom Tweak/Patcher template


Go to solution Solved by Rook,

7 posts in this topic

Recommended Posts

Posted (edited)

It's me again. So, i'm trying to use this template:

and this is my patch, so far:

// Code Injection example
    if(GetPrefBool(@"key1")) {
      vm_writeData(0xCB92A4, 0x1F2003D5);
      vm_writeData(0xCB92B0, 0x58010014);

everything else is the same as generated from template. After compiling .deb and installing, when i go to settings and click on new tweak's submenu, it says There was an error loading the preference bundle for Amazing Spy GodMode Cheats. What's going on here?

Updated by al3xs7x
  • Solution
Posted

I think the reason for that in your case is you're using iPhone SE (2020) which is ARM64e I believe.

So you will have to add to the top of your Makefile.

ARCHS = arm64 arm64e #armv7

 

You also need theos & dependencies that support arm64e compiling.

Posted (edited)

Are you sure? I was thinking it’s arm64 this whole time, uname -p returns “arm64” 🤔

EDIT: recompiled with ARCHS = arm64e, it's still the same. I guess this is not the issue..

Updated by al3xs7x
Posted

Perhaps the .plist is malformed? In the old days, opening the plist with iFile would tell you if there was an issue with it.

Posted (edited)

You mean Root.plist? Filza doesn't say anything about it being malformed, how can i know that?

Updated by al3xs7x
Posted
14 minutes ago, al3xs7x said:

You mean Root.plist? Filza doesn't say anything about it being malformed, how can i know that?

That was an iFile feature only.

But if you compiled as is and getting that issue, there may be something wrong with the template. It is quite old, and perhaps the new theos doesn't play well with it.

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