Martijn de Vos
Martijn de Vos
Thanks for your report. It could be that SpringBoard is being executed with MBX support enabled, which is not supported (yet) by the emulator. When starting SpringBoard, you should pass...
Hmm it's hard to pinpoint exactly where this goes wrong as the debugging output is not very helpful. It looks like it's starting the kernel but fails to boot after...
The boot args for the iPod Touch 1G are loaded from the NOR image, and are included in there. As I generate and build this NOR image separately, it's not...
Hi! That would be great to fix! For trying to launch the `bash` executable, I tried creating a launchd script that would execute `bash` on startup. Unfortunately, I got a...
@jeppojeps thanks for helping out on this issue! I'm not sure if the binary is aware of that (and nor was I) as I found the bash executable somewhere randomly...
Do you mean doing syscalls from QEMU? No, I haven't figured that out unfortunately but that would be extremely helpful, also for debugging purposes. I started looking into setting up...
I tried yesterday very quickly to get the emulator in DFU mode but I had to do some more reverse engineering for that. I don't have the USB up and...
@jeppojeps The IPSW is a zip file containing the files being used by the emulator (e.g., the root file system, iBoot, LLB etc). The emulator is currently not using the...
I agree it's important to have a nice flow for the average user. For example, at some point I would really like some options where users can simply reboot/reflash/restore the...
Yes, I read somewhere before that the IT3G indeed replaced the NOR with a NAND partition. I think that would make things slightly easier for emulation though as getting the...