Jump to content

Mobile substrate error UPDATED


Go to solution Solved by FuroowHD,

25 posts in this topic

Recommended Posts

Posted

http://www.mediafire.com/download/p9jc59eqbn9yv6a/Tweak.xm

 

 

Idk or the 2nd function will work. the name u chose is weird, but this wil probably work.

 

(as i said, u don't have to edit the functions with the names: "set".)

Now its giving this error :(

Fhr:~ mobile$ su

Password:

Fhr:/var/mobile root# cd /var/mobile/crunchyrollcheats

Fhr:/var/mobile/crunchyrollcheats root# make package

/var/mobile/crunchyrollcheats/theos/makefiles/targets/Darwin-arm/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang.

/var/mobile/crunchyrollcheats/theos/makefiles/targets/Darwin-arm/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries.

Making all for tweak CrunchyrollCheats...

Preprocessing Tweak.xm...

Tweak.xm:24: error: %end does not make sense inside a block

make[2]: *** [obj/Tweak.xm.d9eba614.o] Error 22

make[1]: *** [internal-library-all_] Error 2

make: *** [CrunchyrollCheats.all.tweak.variables] Error 2

Fhr:/var/mobile/crunchyrollcheats root# make package install

/var/mobile/crunchyrollcheats/theos/makefiles/targets/Darwin-arm/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang.

/var/mobile/crunchyrollcheats/theos/makefiles/targets/Darwin-arm/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries.

Making all for tweak CrunchyrollCheats...

Preprocessing Tweak.xm...

Tweak.xm:24: error: %end does not make sense inside a block

make[2]: *** [obj/Tweak.xm.d9eba614.o] Error 22

make[1]: *** [internal-library-all_] Error 2

make: *** [CrunchyrollCheats.all.tweak.variables] Error 2

Fhr:/var/mobile/crunchyrollcheats root#

  • Solution
Posted

Lol sorry forgot 1 thing. here ya go:

 

 

%hook CRMoviePlayerViewController
 
-(BOOL)showAds {
return false;
}
%end
 
%hook CRVastManager
 
-(BOOL)_playAdSlot:inViewController {
return false;
}
%end
 
%hook CRVastVideoAdViewController
 
-(BOOL)adStarted {
return false;
}
%end
 
%hook CRVideoPlayerViewController
 
-(BOOL)ShowAds {
return false;
}
%end
Posted

Now its giving this error :(

Fhr:~ mobile$ su

Password:

Fhr:/var/mobile root# cd /var/mobile/crunchyrollcheats

Fhr:/var/mobile/crunchyrollcheats root# make package

/var/mobile/crunchyrollcheats/theos/makefiles/targets/Darwin-arm/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang.

/var/mobile/crunchyrollcheats/theos/makefiles/targets/Darwin-arm/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries.

Making all for tweak CrunchyrollCheats...

Preprocessing Tweak.xm...

Tweak.xm:24: error: %end does not make sense inside a block

make[2]: *** [obj/Tweak.xm.d9eba614.o] Error 22

make[1]: *** [internal-library-all_] Error 2

make: *** [CrunchyrollCheats.all.tweak.variables] Error 2

Fhr:/var/mobile/crunchyrollcheats root# make package install

/var/mobile/crunchyrollcheats/theos/makefiles/targets/Darwin-arm/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang.

/var/mobile/crunchyrollcheats/theos/makefiles/targets/Darwin-arm/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries.

Making all for tweak CrunchyrollCheats...

Preprocessing Tweak.xm...

Tweak.xm:24: error: %end does not make sense inside a block

make[2]: *** [obj/Tweak.xm.d9eba614.o] Error 22

make[1]: *** [internal-library-all_] Error 2

make: *** [CrunchyrollCheats.all.tweak.variables] Error 2

Fhr:/var/mobile/crunchyrollcheats root#

Worked?

It will probably not work. The code is correct but the binary for your tweak is armv7. to make binary support arm64 devices, add this code to the top of your makefile.

 

ARCHS = armv7 arm64
TARGET = iphone:clang:8.1

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