Skip to content
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

Open
fruitbow1 opened this issue Dec 5, 2024 · 8 comments
Open

iOS 2 Applications that launch and work... #198

fruitbow1 opened this issue Dec 5, 2024 · 8 comments

Comments

@fruitbow1
Copy link

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)

Screenshot 2024-12-05 at 21 58 29 Screenshot 2024-12-05 at 21 58 40 Screenshot 2024-12-05 at 21 58 53 Screenshot 2024-12-05 at 21 59 05 Screenshot 2024-12-05 at 21 59 20
@daniilfigasystems
Copy link

how to place them to nor or nand

@fruitbow1
Copy link
Author

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.

@upintheairsheep
Copy link

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)

Screenshot 2024-12-05 at 21 58 29 Screenshot 2024-12-05 at 21 58 40 Screenshot 2024-12-05 at 21 58 53 Screenshot 2024-12-05 at 21 59 05 Screenshot 2024-12-05 at 21 59 20

Are the IPA files in the internet archive yet?

@fruitbow1
Copy link
Author

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)
Screenshot 2024-12-05 at 21 58 29 Screenshot 2024-12-05 at 21 58 40 Screenshot 2024-12-05 at 21 58 53 Screenshot 2024-12-05 at 21 59 05 Screenshot 2024-12-05 at 21 59 20

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
https://archive.org/details/ios_2_ipa
https://archive.org/details/iOS-2-App-Archive
https://archive.org/details/iOS-2-3-Archive

and started testing one by one, maybe I’ll make an excel sheet with the ones I’ve tried and the ones that work?

@adespoton
Copy link

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)
Screenshot 2024-12-05 at 21 58 29 Screenshot 2024-12-05 at 21 58 40 Screenshot 2024-12-05 at 21 58 53 Screenshot 2024-12-05 at 21 59 05 Screenshot 2024-12-05 at 21 59 20

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 https://archive.org/details/ios_2_ipa https://archive.org/details/iOS-2-App-Archive https://archive.org/details/iOS-2-3-Archive

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.

@upintheairsheep
Copy link

Does the infamous I Am Rich app work

@daniilfigasystems
Copy link

how to mount dmg image with nand on linux? linux dont have hdiutil and dmg2img return dmg file corrupted

@devos50
Copy link
Owner

devos50 commented Dec 22, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants