Jump to content

Crypto

Senior Member
  • Posts

    3,170
  • Joined

  • Last visited

Everything posted by Crypto

  1. I was able to hack the jewels. I'll post the hack when I have time
  2. I did, it states that iPhone 5 runs armv7s but it ALSO runs armv64 lol... I don't understand what's the diff.. D: well you could just tell me do you use all 3? or just arm7 and arm64 when hooking
  3. After you made your comment, you'll see the 'hidden' content not there anymore and you'll be able to download the file
  4. I still don't understand, I know that it makes the hack support armv7 and arm64 devices but, what is the armv7S for then? Here's an exemple : I recently made a Mimo hack using ARCHS = armv7 arm64. If I had used armv7s also, what would have changed?
  5. Hey if you had fun doing them, that's all that matters
  6. Welcome
  7. ^ go to the tutorial section, that's what I did. You'll learn things one by one.
  8. how ? app crashed when I usedLocalIAPStore.
  9. In the control file when compiling a hack, what's the difference between ARCHS = armv7 arm64 and ARCHS = armv7 arm64 armv7s
  10. Don't need it but goodluck to everyone
  11. I wish I could help but I have no idea what's the problem. Sorry
  12. This should be moved to help and support
  13. What happens if you delete it?
  14. Yeah, that what the ARCHS = armv7 arm64 armv7s does
  15. Try this export TARGET = iphone ARCHS = armv7 arm64 include theos/makefiles/common.mk TWEAK_NAME = NoAdsN3 NoAdsN3_FILES = Tweak.xm include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard"
  16. Did you put a space between ARCHS = armv7 arm64 <---space export TARGET = iphone If you did then idk
  17. Yeah just copy what I wrote
  18. Put this on top of your makefile file ARCHS = armv7 arm64 (With the space) Should look like this Makefile: ARCHS = armv7 arm64 export TARGET = iphone include theos/makefiles/common.mk TWEAK_NAME = NoAdsN3 NoAdsN3_FILES = Tweak.xm include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard" Edit 1:Delete your current files that you installed, uninstall the .deb that you installed and re-compile after doing this
  19. Show me your makefile 'file
  20. Have you tried using flex? If yes does it work with flex?
×
  • 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