Root/Unroot zenfone 5/6 without unlock bootloader
This process don't change bootloader, recovery, etc.
1. Get zip in http://www.mediafire.com/download/i7e2c15319u64qc/root_unroot.zip
2. Extract files and execute commands to root:
adb reboot bootloader
fastboot flash /system/bin/resize2fs magic
fastboot flash /system/bin/tune2fs busybox
fastboot flash /system/bin/partlink supersu.tgz
fastboot oem start_partitioning
fastboot flash /system/bin/logcat installer
fastboot oem stop_partitioning
fastboot reboot
2. Extract files and execute commands to unroot:
adb reboot bootloader
fastboot flash /system/bin/resize2fs magic
fastboot flash /system/bin/tune2fs busybox
fastboot oem start_partitioning
fastboot flash /system/bin/logcat uninstaller
fastboot oem stop_partitioning
fastboot reboot
The binary fastboot in zip is compiled for support intel chipset by TK. (https://software.intel.com/en-us/user/1068033)
and work in linux machines
good
This process don't change bootloader, recovery, etc.
1. Get zip in http://www.mediafire.com/download/i7e2c15319u64qc/root_unroot.zip
2. Extract files and execute commands to root:
adb reboot bootloader
fastboot flash /system/bin/resize2fs magic
fastboot flash /system/bin/tune2fs busybox
fastboot flash /system/bin/partlink supersu.tgz
fastboot oem start_partitioning
fastboot flash /system/bin/logcat installer
fastboot oem stop_partitioning
fastboot reboot
2. Extract files and execute commands to unroot:
adb reboot bootloader
fastboot flash /system/bin/resize2fs magic
fastboot flash /system/bin/tune2fs busybox
fastboot oem start_partitioning
fastboot flash /system/bin/logcat uninstaller
fastboot oem stop_partitioning
fastboot reboot
The binary fastboot in zip is compiled for support intel chipset by TK. (https://software.intel.com/en-us/user/1068033)
and work in linux machines