$ adb reboot bootloader
$ fastboot devices
$ fastboot oem start_partitioning
$ fastboot flash /tmp/start.sh tools/unlock1
$ fastboot flash /tmp/recovery.launcher tools/unlock2
$ fastboot flash /system/bin/logcat tools/unlock3
$ fastboot flash /tmp/unlock tools/unlock4
$ fastboot oem stop_partitioning
can u unlock also 500cl? please!Version 1 (old)
To use this version, you need to flash ROM not older than v2.19.40.18 for ZE551ML, and v2.19.40.12 for ZE550ML. And then downgrade (if required) droidboot to compatible droidboot.img
For ZE551ML, known compatible droidboot.img versions are 2.19.40.18, 2.19.40.20.Code:fastboot flash fastboot droidboot.img
For ZE550ML, known compatible droidboot.img versions are 2.19.40.12.
I don't think you can relock the bootloader yet. Once its unlocked, it stays unlocked.Will this still work with latest 2.20.40.58?
Still a bit new here. If I want to, how can I relock my bootloader back?
Sent from my ASUS_Z00AD
Also, something that isn't inherently obvious at first - fastboot will say that each flash 'fails', but ignore that and keep going.Thanks, Sorg! Worked great on linux with 2.19.40.22. Just unzip the tool in a new directory and cd to it. Here's the important bits from the .bat:
Wait for bootloader and verify fastboot sees it:Code:$ adb reboot bootloader
Start oem partitioning, flash the files, and stop partitioning. The device will restart after the stop_partitioning command.Code:$ fastboot devices
Code:$ fastboot oem start_partitioning $ fastboot flash /tmp/start.sh tools/unlock1 $ fastboot flash /tmp/recovery.launcher tools/unlock2 $ fastboot flash /system/bin/logcat tools/unlock3 $ fastboot flash /tmp/unlock tools/unlock4 $ fastboot oem stop_partitioning