Jump to content

Fadexz

Senior Member
  • Posts

    2,205
  • Joined

  • Last visited

Everything posted by Fadexz

  1. I suggest you try delete it and install it again but I think you said that. There is a different jailbreak app that has no "go" button in it so if you have the right one IDK. But if you figure out how to get it to work then hold the volume up button as soon as you lock your device when re-springing so you can enter safe mode and delete the tweak if you weren't able to boot into your jailbreak at all after trying again.
  2. There's no current signed jailbreak version for iOS 10...
  3. I suggest you use iCleaner to disable tweaks that you think conflict with it or just disable most of them except for the ones you had before it stopped working or the ones you think that wouldn't be causing the problem.
  4. A quick google search of the file I was able to find that it is a file used by GameGem but they didn't say if you can delete it. Assuming it is a cache file (cause .cache) and it is for GameGem which is just an application not a system file you should be able to delete it, or just remove GameGem and reinstall it if you want it then see if it resets the cache (reduces the file size). If not delete the file and see if GameGem still works if it doesn't simply remove it or reinstall it to see if it is smaller when the file is recreated. Edit: I have that folder but no file inside it so it should be perfectly fine not to have it if I don't have it. Also it is just a cache file.
  5. You are probably going to be waiting a good few months till iOS 11 releases if someone has one ready. I would suggest you buy an iPhone 4S or something and jailbreak it on 9.3.5, they're pretty cheap now.
  6. Well if you don't need anymore help then just click the tick on a best answer or edit the post as the solved tag.
  7. No problem! Found it on a quick google search of your error provision.cpp:81
  8. Well cracking an IPA will allow you to use it without an Apple ID if that is what you are looking for. Unless you mean hack the IPA. Or are you talking about using LocalIAPStore to hack in-app purchases? If you could rephrase your question that would be nice.
  9. That's only if you want a one year developer account license to want to buy that but the free one will let you keep the app for 7 days before needing to reinstall it so you should keep with that. The error is probably because of 2 step verification on your account or if you don't have that enabled usually entering another Apple ID or making a new one can fix it. Or you could try this. Revoke Certificates for apps you may have installed previously using Cydia Impactor. You can find more information to fix it here: http://www.iblogapple.com/2017/03/12/fix-provision-cpp-71-error-cydia-impactor/
  10. Oh yeah just make video tutorials, everyone probably wants those as there is a lack of good easy to follow tutorials. You could do how to install hacks, how to hack..., ect. Great thinking @crost
  11. I had someone else who had this problem not long ago. I think it is because of a file for Cydia (forgot where its located) but it contains the URLs to all the repos and I think some were missing from their file I think. IDK if i'll be able to find it.
  12. Yeah just do what i said, the only things I didn't add were hack apps and game saves, but I did it in order of difficulty.
  13. Thanks a lot!
  14. No problem!
  15. Well it was simply just downloading it then connecting to the I.P Address of my device, it was quite easy.
  16. Yeah that's why I got it but I used it for SSH for file browsing so far. I used Terminal for SSH instead of CyberDuck because I forgot it was for that purpose.
  17. I'm sort of a noob so I don't know what "lldb", i've only used Theos to create 1 hack so far. I haven't used much else, they all seem complicated.
  18. Well CyberDuck is just useful and Theos isn't to hard if you convert a flex tweak.
  19. No problem, just click best answer on someone or edit the post to the solved tag.
  20. Fadexz

    1

    Yeah AppSync Unified is for iOS 10, 9 & below.
  21. The only way is to have blobs which you would have had to save when the iOS version was being signed, but other then that you would need another device on an older version from 9.2.1 to 9.3.3.
  22. Yeah that happens with IGG from some repos, try and find this one on another repo because this one got shutdown but it is made by julioverne so maybe you can find his repo.
  23. @TheArmQueen I had the same issue with my tweak having 2 arguments but @Ted2 helped me, the only problem was that when he returned the original action it seemed to interfere with argument 2 and it instead returned the original value of arg 2 to arg 1 but that ended up being better anyway in my case. Here was what I was referring to. #import "substrate.h" #import "SpringBoard/SpringBoard.h" %hook PromoteViewController -(void)goBuyViews:(int)arg1 numbercoins:(int)arg2 { %orig (arg2, 5); } %end %hook AppDelegate - (void)applicationDidBecomeActive:(id)application { NSUserDefaults *validate = [NSUserDefaults standardUserDefaults]; NSString *alreadyRun = @"already_run"; if ([validate boolForKey:alreadyRun]) return; [validate setBool:YES forKey:alreadyRun]; UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@“READ Important” message:@"Before using this make sure you stick to 1 active promotion per google account at one time for it not to get blocked. Views amount = Cost amount e.g 600 coins for 100 views = 600 views. Watch 1 video to get your 600 views, if it gets block after a day do 100 views instead (normal max). Enjoy your free unlimited Views and Likes!” delegate:nil cancelButtonTitle:@"Thanks AUSSIE G4M3R" otherButtonTitles:nil]; [alert show]; [alert release]; } %end
×
  • 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