fastboot oem start_partitioning
fastboot flash /tmp/start.sh unlock1
fastboot flash /tmp/recovery.launcher unlock2
fastboot flash /system/bin/logcat unlock3
fastboot flash /tmp/unlock unlock4
fastboot oem stop_partitioning
start unlock_one_click_v2.bat
in fastboot mode
Starting unlock...
Done.
Bootloader should do the rest unlocking actions
and then will reboot and become unlocked
if boot screen become inverted.
Press any key to continue . .
But bootloader was still locked
Works fine with my ZenFone2 551ML Android 5.0 WW_2.20.40.198
Thank U![]()
My Asus is rootedThanks for your confirmation. Was your ZF2 rooted or pure stock?![]()
Linux Instructions
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:
Code:$ adb reboot bootloader
Wait for bootloader and verify fastboot sees it:
Code:$ fastboot devices
Start oem partitioning, flash the files, and stop partitioning. The device will restart after the stop_partitioning command.
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
fastboot flash fastboot droidboot.img
AFT: https://mega.nz/#!LcwhXDLZ!PN1jzQ0hDotKotC5ckIP_GHVvh4qAQyvMzN8VK4fVBUso we have asus flash tool?.....can u post link pls....and in case I end up soft bricking can I use flash tool to get the sock rom on my device again?