-
Posts
2,205 -
Joined
-
Last visited
Everything posted by Fadexz
-
You can search that on google 'Foundation/Foundation.h' file not found' there's heaps on it. No problem, hope your issue is almost solved!
-
You are missing the headers in your SDK, try add more headers to the include folder in Theos. Make sure you have iOS Tool Chains I think it is (and BigBoss Recommended Tools).
-
It's up to you, but there will most likely be an iOS 11 jailbreak next unless exploit(s) got patched in iOS 11 but it didn't seem like that much of a change. Just stick with iOS 10.3.3 because it's lower, also you can save your blobs for newer versions just in case one comes out for a later version.
-
Exactly, I was saying that. I agree.
-
But not like something from Cydia.. IDK.
-
Its not Cydia related though. @Joka Well done, I don't know why I didn't think of this myself.
-
The apps can't fully prevent you from faking your location. Could you please explain your question in one simple question, IDK what you are exactly asking for.
-
Yeah give that a try. What do you spell Theos "Theo's" lol.
-
Just update it...
-
@staybizzy Try this which I found somewhere. export TARGET := iphone:clang:8.4:6.1 export ARCHS := armv7 arm64 include theos/makefiles/common.mk TWEAK_NAME = Biztweak // Make sure "Biztweak" is still the name of your tweak folder name. Biztweak_FILES = Tweak.xm include $(THEOS_MAKE_PATH)/tweak.mk Biztweak_FRAMEWORKS = UIKit CFLAGS = -w after-install:: install.exec "killall -9 SpringBoard" // Try removing this line if it doesn't work as it can cause compiling issues. IDK. If it doesn't work its probably your Theos missing stuff or someone else may know what is happening.
-
Help/Support How do I add a 3rd option to an UIAlertView?
Fadexz replied to Fadexz's topic in Help & Support
Oh wait, so it says otherButtonTitles, ...; meaning I can just add another to that? otherButtonTitles:(NSString *)otherButtonTitles, ...; -
Destiny Item Manager allows you to transfer items between each of your characters and your vault in real-time. Is recommended for transferring items on the go. Website: https://app.destinyitemmanager.com
-
Awesome!
-
iOSGods Goes International! Italiano, Français, Sverige & More!
Fadexz replied to Rook's topic in Forum Announcements
Okay maybe google translate is good enough anyway. -
iOSGods Goes International! Italiano, Français, Sverige & More!
Fadexz replied to Rook's topic in Forum Announcements
Maybe site translations would help also if you wanna go international. -
Help/Support How do I add a 3rd option to an UIAlertView?
Fadexz replied to Fadexz's topic in Help & Support
What does that mean? I'm on iOS 9.. -
Help/Support Any working Instagram followers apps?
Fadexz replied to Tippy's topic in Help & Support
Awesome! -
Try not to mess with it. Also please click the code button to show it like this its a lot easier to read. Tweak.xm #import <substrate.h> #import <UIKit/UIKit.h> #import <Foundation/Foundation.h> %hook SBPowerDownController -(void)orderFront{ UIAlertView *alert = [[UIAlertView alloc]initWithTitle:@"Hello" message:@"Noooo" // IDK if it supports emojis, I think it does but try without first. delegate:self cancelButtonTitle:@"Okay" otherButtonTitles:@ nil]; [alert show]; } %end Make file ARCHS = armv7 arm64 include theos/makefiles/common.mk TWEAK_NAME = Biztweak // Make sure "Biztweak" is still the name of your tweak folder name. Biztweak_FILES = Tweak.xm include $(THEOS_MAKE_PATH)/tweak.mk Biztweak_FRAMEWORKS = UIKit CFLAGS = -w after-install:: install.exec "killall -9 SpringBoard" // Try removing this line if it doesn't work as it can cause compiling issues. Try not to change it. I recommend you delete your iOS 8 SDK because it seems to be wrong a bit. I think that's all right, just replace it with the current one.
-
Yep
-
No problem. BTW you didn't mention me properly but oh well.
-
Had to look it up because I forgot the location. Go to '/var/mobile/Library/Preferences' Open 'com.rpetrich.videopace.plist' with Property List Viewer Scroll to bottom and set 'VPRateFactor' to e.g 100 (100 makes it 10000% (x100) speed) (Mine is on 1000) Then just reboot your device to apply the setting.