Jump to content

Crypto

Senior Member
  • Posts

    3,170
  • Joined

  • Last visited

Everything posted by Crypto

  1. After you made your comment, you'll see the 'hidden' content not there anymore and you'll be able to download the file
  2. 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?
  3. Hey if you had fun doing them, that's all that matters
  4. Welcome
  5. ^ go to the tutorial section, that's what I did. You'll learn things one by one.
  6. In the control file when compiling a hack, what's the difference between ARCHS = armv7 arm64 and ARCHS = armv7 arm64 armv7s
  7. Don't need it but goodluck to everyone
  8. I wish I could help but I have no idea what's the problem. Sorry
  9. This should be moved to help and support
  10. What happens if you delete it?
  11. Yeah, that what the ARCHS = armv7 arm64 armv7s does
  12. 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"
  13. Did you put a space between ARCHS = armv7 arm64 <---space export TARGET = iphone If you did then idk
  14. Yeah just copy what I wrote
  15. 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
  16. Show me your makefile 'file
  17. Have you tried using flex? If yes does it work with flex?
  18. So I recently changed my name from TOZ to Crypto and I was wondering what username you guys like more @Joka = loser
  19. Btw, not sure if this helps but I'm using iphoneOS9.2.sdk , took the file from there.
  20. https://www.dropbox.com/s/npr62qqcq6121p9/libsystem_kernel.tbd?dl=0 removing it in 24h You can mark this topic as 'answered'
  21. Not 100% sure but this is what I found. /usr/lib/system/libsystem_m.dylib Or /usr/lib/system/libsystem_kernel.dylib Mine shows .tbd instead of .dylib Edit 1 : ( did some research and found .tbd = .dylib )
×
  • 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