Một số lệnh và driver ADB & Fastboot

Anhdt
1. Tools and Driver:
     - 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

Post a Comment

Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.