-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS 2 Applications that launch and work... #198
Comments
how to place them to nor or nand |
So you'll have to compile your own Nand. You'll want to modify the RootFS and insert an .app into /Applications. Once in there you'll need to fake sign it with ldid -S <insert .app> and change permissions with chmod -R 755 <insert .app> , Lastly you'll want to change the owner of the .app to system with sudo Chown -R root:wheel <insert .app> Once you've done that you're set to follow https://github.com/devos50/qemu-ios-generate-nand - this guide to compile your Nand. |
Are the IPA files in the internet archive yet? |
Yeah man, I kinda just downloaded a bunch from these archives https://archive.org/details/ios_2_ipa_p2 and started testing one by one, maybe I’ll make an excel sheet with the ones I’ve tried and the ones that work? |
Please do; I've been meaning to do this for a while but never got around to it. If you make a Google Docs sheet, then others should be able to add to the list as well. |
Does the infamous I Am Rich app work |
how to mount dmg image with nand on linux? linux dont have hdiutil and dmg2img return dmg file corrupted |
Hi all, I haven't really started working on an easy way to get apps to work; the main goal was mostly to boot to the home screen and take it from there. Before that, it would be good to simplify the NAND management since an additional conversion step is now required (.dmg to a custom NAND layout). Since we know all offsets of the data in the DMG file, the software should be able to read pages directly from the .dmg file. This significantly simplifies adding applications to the .dmg as well. |
Hi Guys,
I don't really have an issue but was curious if anyone had a few more applications that they've found to work?
Please feel free to close this if not allowed, here's a list of applications I have working so far. -
MoodPhone
Checkers
Mirror Mirror
Chess Free
iRevolver
FloodIt!
TicTac Free
Here's some screen shots of the applications working. (if anyone knows how to get the Application clipping mask working please let me know)
The text was updated successfully, but these errors were encountered: