[flagged]
Emulating an iPhone in QEMU
41–50 of 67 posts
Re: Emulating an iPhone in QEMU
#42Earlier quoted context omitted.
Apple will never consider doing that. Their actions speak to the exact opposite: total control of their devices and ecosystem, non-cooperation with other companies on standards, stringent app store controls. They gain nothing, in their eyes, to allow that development model.
Even if they did it would take a tour de force to make reality. The whole iOS development stack very heavily depends on macOS — Xcode is written in Objective-C/Swift + AppKit for example and the iOS Simulator just runs the iOS userland in a phone frame and lets macOS furnish the Darwin half. Practically speaking, they’d at minimum have to beef up the internal Yellow Box descendant they’d been previously using to make…
Re: Emulating an iPhone in QEMU
#43Re: Emulating an iPhone in QEMU
#44Re: Emulating an iPhone in QEMU
#45What would it take for Apple to embrace multiplatform iOS development?
Re: Emulating an iPhone in QEMU
#46Earlier quoted context omitted.
There is no performance benchmark that I can see.
I think the GP is using an LLM to post. His other comments are very similar and it would explain making up nonexistent benchmarks.
Re: Emulating an iPhone in QEMU
#47I wish the https://github.com/devos50/qemu-ios project would evolve to support iPhone OS 3.x to experience many early iPhone apps for digital preservation's sake! https://github.com/touchHLE/touchHLE is also great but needs patches for all but the most basic of apps.
Re: Emulating an iPhone in QEMU
#48> Apple Silicon devices emulated on QEMU, currently only iPhone 11.
demo video: https://nitter.poast.org/eshard/status/1908162866609311962
Re: Emulating an iPhone in QEMU
#49I wish the https://github.com/devos50/qemu-ios project would evolve to support iPhone OS 3.x to experience many early iPhone apps for digital preservation's sake! https://github.com/touchHLE/touchHLE is also great but needs patches for all but the most basic of apps.
We would need QEMU support for iPhone 7, to run 32-bit apps in iOS 10.
Re: Emulating an iPhone in QEMU
#50Earlier quoted context omitted.
> It appears that nothing has changed in the last decade for the Android ROM community. The exception: GrapheneOS. I installed without hassle over USB via my web browser (!).
Pixels are well-supported in general. It helps that they're essentially Google's reference devices. As for flashing over USB, any device can do that thanks to WebUSB. All a website needs to know are the device identifiers for ADB mode, recovery mode, and fastboot mode. I'd say building an image capable of booting on the phone is much harder than altering the GrapheneOS installer to actually flash that image. The proc…