Unlock Bootloader:
Insecure Boot:fastboot oem unlock
Insecure boot(minhtribk).rar
( chỉ nên dùng lệnh "boot" không dùng lệnh "flash")fastboot boot boot.img
Root Máy:
Cách 1: Dùng lệnh ADB: Root_Files(minhtribk).zip
Cách 2: Flash file SU Busybox1.20.2 Flashable(minhtribk).zip qua recovery.adb shell mount -o remount,rw /system
adb push su /system/bin/
adb push Superuser.apk /system/app/
adb push busybox /system/xbin/
adb shell
chmod 06755 /system/bin/su
chmod 0644 /system/app/Superuser.apk
chmod 04755 /system/xbin/busybox
cd /system/xbin
busybox --install /system/xbin/
exit
exit
Recovery:
cwmt6-jellybellys-mako-bld2.img
Fastboot boot recovery.img( Chỉ nên dùng lệnh "boot", không dùng lệnh "flash")
P/S: Original boot(minhtribk).rar ; Original recovery(minhtribk).rar
2 file dưới để dành cứu máy khi bị lỗi do flash file custom boot và file custom recovery!