Jump to content

19 posts in this topic

Recommended Posts

Posted
27 minutes ago, Ted2 said:

Your code seems alright to me, can you pm me your project? I wanna see if I can compile it

 

 

Here it is bro thanks  Download  I can only send 1 pm a day

Posted

In Tweak.xm (You had 2 "isRegistered")

 

%hook BetternetUser

-(bool)hasConfirmationEmail {
return true;
}

-(bool)isRegistered {
return true;
}

-(bool)internal {
return true;
}

-(bool)isLinked {
return true;
}
%end

 

 

in Makefile

ARCHS = armv7 arm64

include theos/makefiles/common.mk

TWEAK_NAME = test
test_FILES = Tweak.xm

include $(THEOS_MAKE_PATH)/tweak.mk

after-install::
    install.exec "killall -9 SpringBoard"

 

 

Posted

Redefinition error seems to be a code duplication like @Amuyea said if you duplicate 2 the same variables or function it can cause compile errors so try to avoid that and also

 

at the top of tweak.xm do

#include <substrate.h>

it enables basic hack / features for specified app

 

Posted
29 minutes ago, xoxoqtpai said:

Redefinition error seems to be a code duplication like @Amuyea said if you duplicate 2 the same variables or function it can cause compile errors so try to avoid that and also

 

at the top of tweak.xm do

#include <substrate.h>

it enables basic hack / features for specified app

 

Thanks for reply mate any idea how to fix this Error

Posted
Just now, conorG633 said:

Thanks for reply mate any idea how to fix this Error

Yes replace the old theos download the new theos that i uploaded in my previous comment so here repeat link

https://drive.google.com/file/d/0B6LHHE4q8jQVVWJQNTJoNk1GYm8/view

unzip it and remove the old theos folder and place the unzipped theos in the /var folder and then try again i did someone else downloaded my theos and the -lobjc problem was gone

Posted
21 minutes ago, xoxoqtpai said:

Yes replace the old theos download the new theos that i uploaded in my previous comment so here repeat link

https://drive.google.com/file/d/0B6LHHE4q8jQVVWJQNTJoNk1GYm8/view

unzip it and remove the old theos folder and place the unzipped theos in the /var folder and then try again i did someone else downloaded my theos and the -lobjc problem was gone

Thanks bro that worked! Really appreciate the help

Posted
19 hours ago, conorG633 said:

Thanks bro that worked! Really appreciate the help

I'm glad to hear it worked any problems please quote me on a topic i love to help people :-)

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