Jump to content

KingRalph

Senior Member
  • Posts

    1,300
  • Joined

  • Last visited

Everything posted by KingRalph

  1. Install cydown from cydia. You can get cydown from this repo: repo.xarold.com
  2. Add this code to the top of your makefile: ARCHS = arm64 armv7 TARGET = iphone:clang:7.1
  3. You don't have the required headers. Dowload the zip file from here: https://github.com/rpetrich/iphoneheaders Then unzip the file and transfer the headers to /var/theos/include/
  4. You are missing very essential headers. Get them from here: https://github.com/rpetrich/iphoneheaders
  5. Try this: %hook SBReachabilitySettings -(void)setReachabilityDefaultKeepAlive:(int)argument { %orig(1); } %end
  6. I don't think so. Try this code. %hook SBReachabilitySettings -(void)setReachabilityDefaultKeepAlive:(int)argument { argument = 1; return argument; %orig; } %end
  7. I haven't tested the postinst solution yet. I wanted to see if I could find a nic template for postinst first. Thank you for your help!
  8. You are a genius One more question, where can I find a nic template for creating a deb with a postinst, prerm, preinst, etc?
  9. Hello peoples I have created a shell script that is supposed to install theos. However I get this error in terminal: http://i.imgur.com/jEr9RpI.jpg Here is the code. [hide] #!/bin/bash echo "Installing $THEOS" echo git clone git:­//github.com/coolstar/theos.git echo echo "Installing Ryan petrich's dumped $THEOS headers" echo git clone git:-//github.com/rpetrich/iphoneheaders.git echo echo "Installing SDK..." echo curl -k -L 'http://iphone.howett.net/sdks/dl/iPhoneOS7.1.sdk.tbz2' | tar -x -j -v -C echo echo "Installing required debian dependencies" echo apt-get install libgcc echo apt-get install org.coolstar.iostoolchain echo apt-get install org.coolstar.cctools echo apt-get install git echo apt-get install org.coolstar.perl echo apt-get install curl echo echo "$THEOS and all iphoneos building dependencies have been configured! This script was developed by KingRalph. Extra credit goes to DiDA and BlackHippy for their help with installing debian dependencies" echo reboot [/hide] Any pointers, as to what I am doing wrong? Ps. If you leak my script, I will execute judgement as I see fit
  10. It is the flex 2 equivalent of %orig();
  11. I saw a similar question in a book. [hide]The man said, my head will be chopped off. That is a true statement. So he must now be strangled. However, being strangled would now mean he was telling a lie. So now he must have his head chopped off. But that would mean he was telling the truth when he said, my head will be chopped off. He has created what people call a infinite paradox. It has no end.[/hide]
  12. As far as I know, that's not possible. Even if you can hook a sub-x function, you can't hack the methods, because they don't exist in objective c code. You can't return an sub-x method with objective c
  13. I would meet up with DiDA so I can present my 255 slide powerpoint on why I should be mod >: D
  14. http://imgur.com/WjPOgZr
  15. Buy a mac and go into app development.
  16. But...but...https://developer.apple.com/news/?id=10202014a
  17. Every app on appstore has an arm64 portion
×
  • 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