- Download ADB Fastboot-Tools for Windows
- Download ADB Fastboot-Tools for Mac
- Download ADB Fastboot-Tools for Linux
- QDLoaderHS_USB_Driver
2. Một số lệnh adb/fastboot:
Khởi động lại thiết bị:
# Dùng adb
adb reboot
# Dùng fastboot
fastboot reboot
Khởi động vào recovery:
# Dùng adb
adb reboot recovery
# Dùng fastboot
fastboot reboot recovery
Khởi động vào bootloader:
# Dùng adb
adb reboot bootloader
# Dùng fastboot
fastboot reboot bootloader
Kiểm tra thiết bị có kết nối máy tính không:
# Dùng adb
adb devices
# Dùng fastboot
fastboot devices
Flash Recovery:fastboot flash recovery xxx.img
Flash Kernel (Boot.img):fastboot flash boot xxx.img
Flash file.zip bằng adb sideload:adb sideload filename.zip