Jump to content

Fadexz

Senior Member
  • Posts

    2,205
  • Joined

  • Last visited

Everything posted by Fadexz

  1. @ZeonXz Its not hard to search for it.
  2. As long as its the same OS version, it will work. Its kinda like Windows 10 getting an update, the apps will still function properly unless there's an update that effects them but that is unlikely. iOS 9 tweaks will work with iOS 9.0.2 or iOS 9.3.5, same with iOS 11 (11.0.1 - 11.3.1 will work) (unless for some reason an update effects them).
  3. I thought you made that mistake so I tried tweak.xm also In compiling error. I solved the issue BTW, I marked it as solved so you wouldn't have seen it.
  4. I fixed the issue by creating a new project and re-writing it. I think the issue was caused because it was being stupid and using the old backup it uses after compiling the tweak. It probably could have been easier solved by deleting these two folders from the project directory.. .. which are created after the first compile. Thanks for everyone's help!!
  5. I tried using lowercase but it still shows as uppercase in theos. I tried SSHing into my device and searching for 'nano Tweak.xn' in the directory but its fails to find it, using CyberDuck.
  6. Yes, i'm just trying to turn it into a tweak. I was thinking about creating a new project but re-writing it.
  7. It didn't do anything. #import <substrate.h> #import <Foundation/Foundation.h> string Return = "return"; %hook OTDeviceSafetyUseCase -(BOOL) isDeviceSafeToUse { Return TRUE; } %end Here's my makefile if there's anything that needs to be added. I removed ARCHS ... include $(THEOS)/makefiles/common.mk TWEAK_NAME = OpalDisableJailbreakCheck OpalDisableJailbreakCheck_FILES = Tweak.xm include $(THEOS_MAKE_PATH)/tweak.mk
  8. I did type it in lowercase, it just shows like that for some reason in theos. I also tried rewriting it but that seemed to not fix it.
  9. Oh of course, how could I forget.
  10. Literally just downloaded this 15 minutes ago, lol.
  11. What mistake did I make? #import <substrate.h> #import <Foundation/Foundation.h> %hook OTDeviceSafetyUseCase -(BOOL) isDeviceSafeToUse { return TRUE; } %end It’s been a while since I’ve created a tweak.
  12. I want it to be signed forever. I'm pretty sure it just doesn't automatically work, do you need to install the IPA on device? How do I? I thought you knew a way, I already use Ext3nder. I want it to last forever, like apps from Cydia like Movie Box, iCleaner, etc.
  13. What's the best way to not have to sign apps every 7 days ('anti-revoke') on a jailbroken device? I found a flex patch that can block all revokes but not just for specific ones cause I still need to sign Electra for when i'm not jailbroken. Yes, I already use Ext3nder. Any ideas? Thanks!
  14. Well there’s the official repo but if you’re talking about cracked IDK, will have to find out.
  15. It no longer exists.
  16. Don't think so..
  17. Try maybe reinstall it.
  18. Well if you haven't got a AutoTouch license then it stops after 5 minutes. I don't think AutoTouch has caused any crashes for me though I have got a backboardd crash before.
  19. Doesn't seem to work anymore.
  20. Updated with awesome new tweaks!
  21. No, unless you have an iPhone 5 or something that doesn't support iOS 11 and the last version was iOS 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