Jump to content

Fadexz

Senior Member
  • Posts

    2,205
  • Joined

  • Last visited

Everything posted by Fadexz

  1. Try sign in via Wi-Fi instead of Cellular if you are.
  2. Try use a method from the iOS 11.0-11.1.2 Electra Jailbreak as it should be the same (but may not), that's your only option for now at least.
  3. Thanks for the update.
  4. Here's a GREAT feature the best i've thought of. When following a topic add an option to receive notifications whenever the topic is updated (edited). This allows you to find out when topics/hacks are actually updated without manually searching for the topic again later. This can help users keep their hacks updated or find out whenever a topic that are keeping an eye on or like gets updated. Example:
  5. 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).
  6. 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.
  7. 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!!
  8. 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.
  9. Yes, i'm just trying to turn it into a tweak. I was thinking about creating a new project but re-writing it.
  10. 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
  11. 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.
  12. Oh of course, how could I forget.
  13. Literally just downloaded this 15 minutes ago, lol.
  14. 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.
  15. 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.
  16. 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!
  17. Well there’s the official repo but if you’re talking about cracked IDK, will have to find out.
  18. It no longer exists.
  19. Don't think so..
×
  • 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