Unlock Bootloader:

fastboot oem unlock
Insecure Boot:
Insecure boot(minhtribk).rar

fastboot boot boot.img
( chỉ nên dùng lệnh "boot" không dùng lệnh "flash")

Root Máy:

Cách 1: Dùng lệnh ADB: Root_Files(minhtribk).zip

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
Cách 2: Flash file SU Busybox1.20.2 Flashable(minhtribk).zip qua recovery.

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!