log.txt
Hey all, attempting to port pmOS to the Samsung Galaxy S3 (i9300).
I am attaching the full output of my pmbootstrap log.txt. If there is any other info I can provide, I will gladly do so.
Heimdall gets to 8%, regardless of using heimdall directly (after an export) or via pmbootstrap flasher.
Thanks all!
Recommended read: https://wiki.postmarketos.org/wiki/Deviceinfo_flash_methods#Odin_mode
I assume, that you ran into these problems while flashing the system partition?
The Heimdall developers have reverse engineered the proprietary Odin protocol. It is known that it doesn't work perfectly for all devices. You could try to get this resolved upstream by either finding an appropriate, existing issue or filing a new one (just specify that you're running the latest heimdall and try to flash to the i9300, and the output you get of heimdall). You might need to do the flashing with the proprietary odin and sniff the usb port to actually help with debugging though.
There are a few workarounds though:
pmbootstrap install --sdcard=/dev/mmcblk...)... and in case you can't flash the kernel, check out pmbootstrap export --odin (you'll need the proprietary odin software for windows though).
So thank you very much for attempting the port and let us know if you need more help!
@Asara did you tried methods suggested by @ollieparanoid ? I have the same device and I want to try your port and help you for testing
@Asara I got the same problem while flashing partitions to my samsung devices; I fixed with the following steps:
After many fails, it worked for me.
@dakk Hey thanks for the update. I haven't had time to give it a go yet, but will try again tonight with @ollieparanoid and your comments.
Was the OS able to boot after that?
Not yet, see #729.
This will be resolved by streamlining netcat as flashing method: https://github.com/postmarketOS/pmbootstrap/issues/456#issuecomment-343686341