-
Posts
2,205 -
Joined
-
Last visited
Everything posted by Fadexz
-
Help/Support Theos - make package errors - Need help fixing
Fadexz replied to Fadexz's topic in Help & Support
Tweak.xm %hook PromoteViewController -(void)goBuyViews:(int)arg1 numbercoins:(int)arg2 { if(GetPrefBool(@"key1")) { return; //returns void to null// %orig (arg2, 5); } return %orig; } It has no %end but when I add it, it shows a lot of errors when making the package. I may have added it wrong. Makefile include theos/makefiles/common.mk TWEAK_NAME = YoutuberFreeViewsLikes YoutuberFreeViewsLikes_FILES = Tweak.xm include $(THEOS_MAKE_PATH)/tweak.mk -
Help/Support Theos - make package errors - Need help fixing
Fadexz replied to Fadexz's topic in Help & Support
I was thinking about that. -
Help/Support Theos - make package errors - Need help fixing
Fadexz replied to Fadexz's topic in Help & Support
I tried that but it ended up having more errors, i'll give it a go now though. -
Any tweak/app to salve battery on iOS 10?
Fadexz replied to Trinity94's topic in iOSGods Archives's General Cydia
Just use low power mode or turn off bluetooth and cellular data whenever you don't need it, it should last a long time. -
2 errors that appear. Says it's missing '%end' at the end of the tweak file... If someone knows please help me fix the tweak. Any help is great, this has been going on for a while. Thanks!
-
Just find other posts and what they did to install the app and rejailbreak if that is your problem.
-
Help/Support KStore - Where to find downloading app taking up space?
Fadexz replied to Fadexz's topic in Help & Support
Did that but it didn't work, I just had to try downloading the app again and it removed the file then I stopped it. -
I used KStore to install an app (game) a little while ago, it never fully completed installing and is taking up space on my device (over 1 GB). Where or how can I find and delete the game file that was being downloaded to free space? Solved: Redownloaded the app then canceled it to free the space back up. Should have done that before I posted this but I thought it wouldn't work.
-
Use the contact button on the bigboss repo version to contact the developer and let them know that the new update doesn't work and tell them what happens.
-
lol they replaced it You could or they could have just restored it, well I guess at least you got a brand new device for nothing.
-
You probably can't you deleted all the main files.
-
What are you talking about backups backup personal content not iOS that's a waste of space and unnecessary. If you didn't save blobs of the version when it was being signed you have to update to the latest version. That is the only thing you can do.
-
No you need a custom source to get any other then the iGameGuardian Beta. I got mine from a repo that shutdown a month or 2 ago so I don't know any others. I don't know if it is possible to share the app if its installed cause I don't have the package anymore and I don't know how to create one. Just try and find a custom/3rd party source that has it and works unless someone else knows any other sources they got it from.
-
That popup of 'full storage' can be normal when the jailbreak process happens. You can check if your device actually is low on storage in settings. The iOS 10 jailbreak is a little fiddly it can take multiple tries. If it still doesn't work after 20 tries then, you may have to wait for someone else that has more experience jailbreaking iOS 10 because I have iOS 9 so I don't get those problems.
-
Well like I said before, if you have turned it off and back on and it still doesn't boot properly then you will need to restore to the latest version.
-
What is happening in the video's case is he is stuck in booting into his jailbreak state. He simply force shutdown his device so then when he boots it, it will go into non-jailbroken mode (normal). But i'm sure you would have tried that. You can also try holding volume up while booting but that will only work if you are booting into the jailbreak state. So if you have already restarted your device and it still won't boot this is no use for you.
-
You go to the top and edit the original post and change the tag from help & support to solved and/or mark someone as best answer.
-
You really think he would pay $20?
-
The offical website is down but here's a download for the 10.2 jailbreak app. http://files.yalujailbreak.org/yalu102_beta7.ipa You will need to install it using Cydia Impactor http://www.cydiaimpactor.com/ Open Cydia Impactor, drag the IPA (App) file over the window and enter your apple id for it to install to your device. Just verify it and open it and click "go", it may take a few times but it should eventually install Cydia. If you want a detailed tutorial (How to jailbreak iOS 10.2): https://www.youtube.com/results?q=How+to+Jailbreak+iOS+10.2&sp=UBQ%3D Edit: I just realised you have an iPhone 7, it can only be jailbroken on iOS 10.1.1.
-
If it can't even boot into non-jailbreak mode (normal) then you have no luck as that means its messing with the system files so it doesn't want to boot.
-
Help/Support Crashes w/ iFunBox Install, but Works When Sideloaded
Fadexz replied to texan21's topic in Help & Support
Because doesn't side-loading it give it a certificate to run but if do install it any other way if its not cracked then it will not run? -
Even if you do I heard you can only downgrade to the same iOS, so from iOS 9 to iOS 9 or iOS 10 to iOS 10, not iOS 10 to iOS 9. But I could be wrong.
-
Yeah, because you can't really remove the jailbreak if you can't install a tweak to get rid of it so you would have to restore to the latest version unless you have blobs saved but you most likely don't.
-
Oh okay that makes sense.
-
Help/Support Help with 'make package' errors - Theos
Fadexz replied to Fadexz's topic in Help & Support
Your code is missing an %end it says, etc. Here I added an %end at the end but it came out with errors so maybe I did it wrong. Because of the space or something. Do I need to add arm64 support also?