-
Posts
715 -
Joined
-
Last visited
Everything posted by Taylor Meyer
-
Help/Support Errors while compiling with theos
Taylor Meyer replied to Taylor Meyer's topic in Help & Support
Here is my tweak.xm makefile is at the bottom #include <UIKit/UIKit.h> %hook PMAppPersistence -(int) cellAudioQuality { return 200000000; } %end %hook AudioFileTypes +(double) cellHighQualityBitrate { return 200000000; } %end %hook PMListeningPersistence -(BOOL) listenTimeoutEnabled { return FALSE; } %end %hook PMBaseSettings -(BOOL) ignoreSkipLimit { return TRUE; } %end %hook PMRadioConfig -(BOOL) discardAudioAds { return TRUE; } %end %hook TrackDescriptor -(BOOL) allowVisualAds { return FALSE; } %end %hook AudioFileTypes +(double) cellLowQualityBitrate { return 200000000; } %end %hook StationDescriptor -(BOOL) suppressVideoAds { return TRUE; } %end %hook PMRadio -(BOOL) userReceivesVisualAds { return FALSE; } %end %hook PMRadioConfig -(BOOL) enableBannerAds { return FALSE; } %end %hook StationPlayer -(BOOL) skipsAudioAds { return TRUE; } %end %hook PMListeningPersistence -(double) skipDelayAfterTrackStart { return 0; } %end Makefile ARCHS = arm64 armv7 TARGET = iphone:clang:8.1 include theos/makefiles/common.mk TWEAK_NAME = PandoraCheats PandoraCheats_FILES = Tweak.xm PandoraCheats_FRAMEWORKS = UIKit include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard" -
So i am getting this Making all for tweak PandoraCheats... make[2]: Nothing to be done for `internal-library-compile'. Making stage for tweak PandoraCheats... make: *** [internal-package] Error 126
-
Help/Support Tweak .xm error picture of error link
Taylor Meyer replied to Taylor Meyer's topic in Help & Support
also how do I make a uialert in my tweak.xm should i put import the UiKit and import foundation that's what shmoo was telling me if so what is the exact code of both -
Help/Support Tweak .xm error picture of error link
Taylor Meyer replied to Taylor Meyer's topic in Help & Support
well good news is I fixed the problem but now I have a new problem when I tried make package it worked but a new error oh boyyyy having so much luck ****ing theos is so good lol will post a picture here is the picture https://imgur.com/a/OhNiH -
Help/Support Tweak .xm error picture of error link
Taylor Meyer replied to Taylor Meyer's topic in Help & Support
I used that tool I did a setup all -
Jb hide = hides jailbreak state or bypasses jailbreak detection
-
Help/Support Tweak .xm error picture of error link
Taylor Meyer replied to Taylor Meyer's topic in Help & Support
thank you for believeing in me -
Help/Support Tweak .xm error picture of error link
Taylor Meyer replied to Taylor Meyer's topic in Help & Support
Not getting mad at anyone here but now I'm getting ****ing pissed now I tried moving stuff around in my tweak.xm of course ****ing didn't work screw the ****ing project I'm about to have someone I trust that can compile it -
Help/Support Tweak .xm error picture of error link
Taylor Meyer replied to Taylor Meyer's topic in Help & Support
the one I installed was iOS 8.1 I'm on 8.4 -
Help/Support Need help Mobile Terminal Crack IPA
Taylor Meyer replied to WhyYeezy's topic in Help & Support
im not forcing you in any way but i used clutch before but i quit using it because the binaries would always crash if you want try Rasticrac -
Help/Support Tweak .xm error picture of error link
Taylor Meyer replied to Taylor Meyer's topic in Help & Support
https://imgur.com/a/XquQ1 Here is the picture -
So I fixed the other error where I kept getting a Xcode command error. So now my new error is my tweak.xm it is saying the first argument must be greater than 0 Here is my tweak.xm. Also tell me if I'm missing anything if I have to add anything #include <substrate.h> %hook PMListeningPersistence -(double) skipDelayAfterTrackStart { return 0; } %end %hook PMListeningPersistence -(BOOL) listenTimeoutEnabled { return FALSE; } %end %hook PMBaseSettings -(BOOL) ignoreSkipLimit { return TRUE; } %end %hook PMRadioConfig -(BOOL) discardAudioAds { return TRUE; } %end %hook TrackDescriptor -(BOOL) allowVisualAds { return FALSE; } %end %hook PMAppPersistence -(int) cellAudioQuality { return 200000000; } %end %hook AudioFileTypes +(double) cellHighQualityBitrate { return 200000000; } %end %hook AudioFileTypes +(double) cellLowQualityBitrate { return 200000000; } %end %hook StationDescriptor -(BOOL) suppressVideoAds { return TRUE; } %end %hook PMRadio -(BOOL) userReceivesVisualAds { return FALSE; } %end %hook PMRadioConfig -(BOOL) enableBannerAds { return FALSE; } %end %hook StationPlayer -(BOOL) skipsAudioAds { return TRUE; } %end
-
Help/Support Make package error still need help
Taylor Meyer replied to Taylor Meyer's topic in Help & Support
i did -
Help/Support Make package error still need help
Taylor Meyer replied to Taylor Meyer's topic in Help & Support
reinstall theos via cydia -
So I am trying to make a package but I keep getting this error I don't know why it's happening here is a picture of the error https://imgur.com/a/8XCIq
-
Help/Support Update After Jailbreak
Taylor Meyer replied to Hurns2High4Life's topic in Help & Support
or prefsafety -
I am trying to find the Pandora one splash screen class via flex 2 regular class dump does not work
-
So I am getting a error when trying to start a new project in theos I have tried reinstalling all of the required tools still does not work here is a picture of the error https://imgur.com/a/ewt1L Perl: bad interpreter theos
-
both
-
yea this https://iosgods.com/topic/13072-macios-how-to-easily-install-theos-on-any-ios-device-setuptheos/ should I press yes
-
Setup theos message I will post a picture What do I do https://imgur.com/a/Xs1kn
-
Help/Support Theos command and UI popup
Taylor Meyer replied to Taylor Meyer's topic in Help & Support
ok -
Help/Support Theos command and UI popup
Taylor Meyer replied to Taylor Meyer's topic in Help & Support
thanks also do I copy and paste the pop from the post any of them I decide on