-
Posts
66,563 -
Joined
-
Last visited
Community Answers
-
Rook's post in UDID Faker for iOS 8? was marked as the answer
How to get unbanned from Gameloft Games: http://iosgods.com/topic/5595-tutorial-how-to-get-unbanned-from-gameloft-games-on-your-idevice/
@@hardcoreger
@
That's a safer way. ^^
Just remove the table of the app not the whole Keychain-2.db.
-
Rook's post in Gameplayer 1.5.4 "Failed to initialize" on iOS 7 was marked as the answer
You said you were on iOS 7.1.2 dude..?
Gameplayer does not work on iOS 8.
--
Edit:
Gameplayer has been updated for iOS 8. http://iosgods.com/topic/9689-gameplayer-v20-for-ios-8-works-on-6x-7x-8x/
@@MDR3M
-
Rook's post in How to unlock icloud lock ? was marked as the answer
http://iosgods.com/topic/4398-tutorial-icloud-bypass-using-dns-server-new/
http://iosgods.com/topic/4242-tutorial-how-to-bypass-icloud-lock-for-ios-78-tethered-bypass/
If they don't work, take your iDevice to apple.
-
Rook's post in Facebook Videos Are not Loading anymore was marked as the answer
Do you feel like giving it a Semi-Restore?
-
Rook's post in [Help] Background Image wont change was marked as the answer
It has do to with Caching. I can see your background is different on user info pane and different on profile.
Clear your browsers cache and try again.
-
Rook's post in Cydia error: the package needs to be reinstalled was marked as the answer
Download and install this:
http://apt.3kzhushou.com/debs/3K_1.2.1_build_2493.deb
-
Rook's post in Autotouch message stopped was marked as the answer
Link is down. I PM'ed the author to reupload.
Meanwhile, you can try AutoTouch from another repo. repo.hackyouriphone.org or repo.xarold.com
-
Rook's post in GDB Error: illegal instruction 4 was marked as the answer
Are you using the gdb from cydia.radare.org repo?
-
Rook's post in How to Save/Download twitter videos on iOS? was marked as the answer
It doesn't support the twitter app or iOS 8?
You can also use this website: http://savedeo.com/en
If you can't download using Safari, get the Safari Download Manager tweak from Cydia.
-
Rook's post in Error compiling tweak: You did not specify a target , and the "" platform does not define a default target. was marked as the answer
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/
-
Rook's post in [Help] Slow Downloading Speeds was marked as the answer
It's not AppCake or your internet speed. It's the place where the IPA is hosted. The File Hosting sites may have limitations on your maximum download per second because they're trying to force you to purchase premium and get full download speed.
That's my theory.
-
Rook's post in Please Help Me With Purchased iGameGuardian Stuck On Processing was marked as the answer
The mod was probably interfering with iGG. Uninstall both, reboot and then reinstall iGameGuardian from the above link.
-
Rook's post in HELP! Error in installing deb file for Dungeon Hunter 4 hack was marked as the answer
The error tells you that you already have a Dungeon Hunter 4 hack and you cant install a new one.
Open Cydia -> Packages -> Recent and find Dungeon Hunter 4 hack and uninstall it then install the deb via iFile.
-
Rook's post in [SOLVED] Cydia Repo/Package Error: 522 Origin Connection Time-Out was marked as the answer
The problem was with his Wi-Fi. It worked fine using 3G.
/Solved
-
Rook's post in GDB Error: Segmentation fault: 11 was marked as the answer
World At Arms has Anti-Debugging Protection (ptrace)
You need to disable ptrace in order to debug the process. Disable ptrace by doing this:
Open Terminal and type in:
gdb /User/Containers/Bundle/Application/xxxxxx-xxxx-xxx-xxx-xxxxxx/MCT.app/MCTThen:break ptraceThen:runTerminal will show you the Offset. Go to the offset in IDA and NOP ptrace and then attach MCT again normally.
More info: http://www.coredump.gr/articles/ios-anti-debugging-protections-part-1/
Tutorial by shmoo: https://iosgods.com/topic/26721-breaking-securityhow-to-disable-syscall-anti-debugging-protection/