Jump to content

Rook

Administrator
  • Posts

    66,367
  • Joined

  • Last visited

Everything posted by Rook

  1. There's a problem with your makefile on line 7. Can you paste it's content here?
  2. Nothing. Just wanted to know.
  3. Request filled by @shmoo419: http://iosgods.com/topic/4204-new-words-with-friends-v246-hack-4/
  4. That error has to do with the SDK. Make sure you have the iPhoneOS.sdk folder & the iPhoneOS8.1.sdk symlink inside /var/theos/sdks/ You can also use the iOS 7.1 SDK. There's also this topic which tells you to rename the files if you didn't already: http://iosgods.com/topic/1976-first-argument-to-word-function-must-be-greater-than-0-stop/ And this topic: http://iosgods.com/topic/2653-theos-compile-error/
  5. theos on github has been updated and darwin-arm64 symlinks have been added but it seems like you don't have them? Follow these instructions: Go to /var/theos/makefiles/targets/ and rename the "Darwin-arm" folder to "Darwin-arm64" Next go to /var/theos/makefiles/platform/ and rename "Darwin-arm.mk" to "Darwin-arm64.mk" http://iosgods.com/topic/656-tutorialvideo-how-to-set-up-theos-on-your-idevice-ios7ios8/
  6. Here: http://iosgods.com/topic/2740-tutorialvideo-how-to-set-permission-to-777-775-755-644-via-ifile/
  7. Update your current thread, no need to make a new one. It'll just confuse people.
  8. Welcome to iOSGods amico! Hope you'll enjoy your stay!
  9. There have been no risks so far but better safe than sorry. Depends on the laws of your country mostly.
  10. The custom templates you use? Not theos itself.
  11. There are no login to iOSGods hacks?
  12. That's not really supposed to happen. Are you using a modified template?
  13. It's based on what you chose when making the tweak. com.iosgods.xxxx something like that.
  14. Make a new file with no extension and name it 'control' Add this inside: Package: PackageName Name: foldername Depends: mobilesubstrate Version: 1.0.0 Architecture: iphoneos-arm Description: An awesome MobileSubstrate tweak from iOSGods.com! Maintainer: YourName Author: YourName Section: TweaksSend the control file to the root of your project folder. Next to your tweak.xm.
  15. Hello everyone! Does anyone know how you can add a postinst/postrm/preinst/prerm file to a project? Thank you!
  16. You might need to do a full restore via iTunes... You have an iPhone 4 and on 7.1.2 so you have nothing to lose. Restoring will keep you on 7.1.2 since iPhone 4 can't go on iOS 8.
  17. If you already did it exactly like that then no need to try it again. You should check to see if the filter is correct and make sure the flex tweak isn't turned on. I suggest you also add a UIAlertView to see if the hack gets activated when the app gets opened.
  18. %hook GetCoinsViewController - (void)postFollowResult:(BOOL)arg1 aid:(id)arg2 followID:(id)arg3 error:(id)arg4 { arg1 = TRUE; %orig(arg1, arg2, arg3, arg4); } %end This should work
  19. Your iPhone has so many problems.. Is this happening after a Semi-Restore?
  20. I think there are some tools which can kick you out of DFU mode but I can't remember them. Restoring via iTunes also gets you out of DFU mode.
×
  • 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