AsteroidOS / ragnaroek

Ragnarök is a work-in-progress tool to flash Samsung devices via USB or Wifi, similar to Heimdall, Odin and NetOdin.
GNU General Public License v3.0
2 stars 0 forks source link

Get klte flashing to work #1

Open casept opened 1 year ago

casept commented 1 year ago

Currently hangs after transferring last file part.

casept commented 1 year ago

Hang resolved by padding the last part. However, now the phone complains about a failed flash and requests kies recovery.

casept commented 1 year ago

Apparently, this works if the same partition is flashed twice w/ the USB cable being removed in-between. Do we need to release the interface or something like that?

casept commented 1 year ago

Now works if target is not rebooted afterwards, might need to do an EndSession without reboot, then reset USB device, then send EndSession with reboot

casept commented 1 year ago

Apparently also works if the --reboot flag is omitted.