Jump to content

Rook

Administrator
  • Posts

    66,567
  • Joined

  • Last visited

Everything posted by Rook

  1. This depends on which account you're using to run NIC. If you run the NIC while as the root user, the project folder will be in /var/root/ If you run NIC as mobile user, the project folder will be in /var/mobile/ If you want to create the project in a specific folder whether you're logged in as root or mobile, cd into your preferred directory and run the NIC from there. cd /var/path/to/your/custom/folder /var/theos/bin/nic.pl
  2. You don't open the Binary via iFile. Simply copy the binary file to: Brave Frontier.app folder and set permissions to 777.
  3. There's a problem with your makefile on line 7. Can you paste it's content here?
  4. Request filled by @shmoo419: http://iosgods.com/topic/4204-new-words-with-friends-v246-hack-4/
  5. 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/
  6. 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/
  7. Here: http://iosgods.com/topic/2740-tutorialvideo-how-to-set-permission-to-777-775-755-644-via-ifile/
  8. Update your current thread, no need to make a new one. It'll just confuse people.
  9. Welcome to iOSGods amico! Hope you'll enjoy your stay!
  10. There have been no risks so far but better safe than sorry. Depends on the laws of your country mostly.
  11. The custom templates you use? Not theos itself.
  12. There are no login to iOSGods hacks?
  13. That's not really supposed to happen. Are you using a modified template?
  14. It's based on what you chose when making the tweak. com.iosgods.xxxx something like that.
  15. 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.
  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.
  21. Welcome to iOSGods, cmvac!
×
  • 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