Jump to content

Rook

Administrator
  • Posts

    66,346
  • Joined

  • Last visited

Everything posted by Rook

  1. Ok, so something weird is up. Is your app cracked?
  2. Try thinning them manually instead of using ARMConverter. Maybe something weird is up.
  3. Is this with all your apps?
  4. Locked This topic is now closed to further replies.
  5. This hack will now be continued here:
  6. theos-jailed is meant for Mac, this is Linux based. Make sure you are using sudo before the git command. Or just login as root
  7. Oops! Updated the command, try again now!
  8. Run sudo apt-get install unzip and try again.
  9. This request or parts of this request have been filled. Please use the search bar located on the top-right corner of iOSGods to find the topic(s).
  10. This topic was moved from Hack Requests to Filled Requests.
  11. Errrrrrrr.... Okaay. I think I had a similar issue to yours, but on another iOS version. I guess you can use Cydia Eraser also to restore without updating as a final solution.
  12. What happens if you reinstall the app? Uninstall then install it without updating it?
  13. A simple fix for these kind of issues is to create a new Windows User Account and use Cydia Impactor from the newly created account.
  14. You can follow this for iOS, quite easy. https://github.com/theos/theos/wiki/Installation
  15. Yeah, should probably wait for it at least 5 minutes so you don't screw it up.
  16. Yes, it will remove all your tweaks.
  17. 2018 part is clickbait since we're still in 2017.
  18. Do you want to try uninstalling Cydia Substrate? Chances are it's a Tweak issue.
  19. What's your iOS version?
  20. Support topic continues here: https://iosgods.com/topic/61323-still-not-fixed/
  21. This tutorial is outdated. Please use the updated tutorial by the official theos developers: https://theos.dev/docs/installation-linux ----------------------------------- Instructions: 1. First of all you will need the latest Windows update, so before proceeding, check for Windows updates and make sure your Windows 10 is up to date. This tutorial only works on Windows 10. 1.1. Next, you need to open Windows PowerShell as Admin and run this command: Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux 2. Open the Microsoft Store app and install the Ubuntu app on your Windows. 3. Once the download has completed, select "Launch" from the Microsoft Store page and wait for the terminal Window to do it's thing. 4. When asked for a UNIX username & password, enter anything you want. Example: Username: iosgods & Password: iosgods 5. Once that is done, you now need to open CMD & type in ubuntu or just search "Ubuntu" from your start menu. 6. If done correctly so far, you will see the username you set in a green color next to your PC name (as seen in the picture above). From that terminal Window, you will need to run a few commands to get theos up and running properly. Run these in order one at a time: Installing dependencies: sudo apt-get update sudo apt-get install -y build-essential git zip unzip libio-compress-perl fakeroot perl clang-6.0 libplist-utils Setting the $THEOS variable: https://theos.dev/docs/installation-linux Installing Theos, Toolchain & SDK: https://theos.dev/docs/installation-linux And you're done! Theos is officially installed and ready to run. CD into the folder where you want your projects to be stored and run: Notes: - You can pin the Ubuntu terminal on your taskbar or create a desktop shortcut for easier access. - Your projects and whole Ubuntu file system is located in: C:\Users\%USERNAME%\AppData\Local\Packages\CanonicalGroupLimited.UbuntuonWindows_xxxxxx\LocalState\rootfs. Your projects are usually stored inside the /home folder. - You can set root as the default user by running this command in CMD: ubuntu config --default-user root - It's better to login and always use root because of how drag and dropping via Explorer works. If you are going to use root always, you need to run the "setting $THEOS variable" part of the tutorial again as root user. It is actually highly suggested you do this because things might not work properly if you're not root. - To use make package install you need iFunBox's USB Tunnel running & your iDevice connected via USB. Then run echo export "THEOS_DEVICE_IP=localhost THEOS_DEVICE_PORT=23" >> ~/.bashrc in your terminal window. - You can add extra helpful aliases by running commands like: echo 'alias mpi="make package install"' >>~/.profile && source ~/.profile so when you want to make and install your package, you can simply run 'mpi' command. - To install theos on your iDevice, see this topic. Useful links: https://docs.microsoft.com/en-us/windows/wsl/install-win10 https://docs.microsoft.com/en-us/windows/wsl/user-support https://docs.microsoft.com/en-us/windows/wsl/wsl-config https://github.com/theos/theos/wiki/Installation https://github.com/theos/theos/wiki/NIC
×
  • 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