Jump to content

Taylor Meyer

Senior Member
  • Posts

    690
  • Joined

  • Last visited

Everything posted by Taylor Meyer

  1. the one I installed was iOS 8.1 I'm on 8.4
  2. 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
  3. https://imgur.com/a/XquQ1 Here is the picture
  4. 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
  5. 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
  6. I am trying to find the Pandora one splash screen class via flex 2 regular class dump does not work
  7. 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
  8. yea this https://iosgods.com/topic/13072-macios-how-to-easily-install-theos-on-any-ios-device-setuptheos/ should I press yes
  9. Setup theos message I will post a picture What do I do https://imgur.com/a/Xs1kn
  10. thanks also do I copy and paste the pop from the post any of them I decide on
  11. i put that in the make file or the tweak.xm
  12. So what is the command to installtheos in terminal is it just installtheos3. My other question is I Also want to make a popup when you enter Pandora example hacked by Tay Tay
  13. I think I kinda know what your talking about if your talking about game updates use app admin from beta.unlimapps.com repo
  14. when i first turn on my fire tv stick it loads into the network connection to pick a connection which is completely normal but what is not normal is when i try to click the home button nothing happens so im like **** now what. so i further investigate and i found a bypass to force it to open the apps using my iPad that is jailbroken now im sure people will say well you fixed it (kinda but i still want the normal way to work) as in pressing the home button to go the home page and that whats not working. Sorry for the run on sentences
  15. i was thinking of using it to do you know the latest version or repo
  16. i edited the post
  17. does semi restore work on windows 10 EDIT tell me if anyone has used it on windows 10
×
  • 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