Jump to content

Fadexz

Senior Member
  • Posts

    2,205
  • Joined

  • Last visited

Everything posted by Fadexz

  1. 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!
  2. 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).
  3. 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.
  4. Exactly, I was saying that. I agree.
  5. But not like something from Cydia.. IDK.
  6. Its not Cydia related though. @Joka Well done, I don't know why I didn't think of this myself.
  7. 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.
  8. Yeah give that a try. What do you spell Theos "Theo's" lol.
  9. Just update it...
  10. @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.
  11. Okay if that already works, i'm pretty sure they are exactly the same.
  12. Oh wait, so it says otherButtonTitles, ...; meaning I can just add another to that? otherButtonTitles:(NSString *)otherButtonTitles, ...;
  13. 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
  14. Okay maybe google translate is good enough anyway.
  15. Maybe site translations would help also if you wanna go international.
  16. What does that mean? I'm on iOS 9..
  17. 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.
  18. Try using their other repo http://rasha.yourepo.com/ that one works still.
  19. No problem. BTW you didn't mention me properly but oh well.
  20. 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.
×
  • 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