- Windows OS
- USB Driver for your Device or Universal ADB Driver
- Unlocked Bootloader
- ADB & Fastboot++ - GitHub
- Install the USB Driver for your Phone or Universal Adb Driver
- On your Phone, go to Settings > About Phone. Find the Build Number and tap on it 7 times to enable Developer Options
- Now enter
System
>Developer Options
and findUSB debugging
and enable it - Plug your Phone into the Computer and change it from
Charge only
toFile Transfer
Mode - On your Computer, browse to the Directory where you extracted/installed ADB & Fastboot++
- Use the Open CMD.bat or ADB & Fastboot++ Shortcut to launch a Command Prompt
- Once you’re in the Command Prompt, enter the following Command:
adb devices
- System is starting the ADB Daemon (If this is your first Time running ADB, you will see a Prompt on your Phone asking you to authorize a Connection with the Computer. Click OK.)
- Succesful enabled USB Debugging
- AMD Bug - XDA Thread
- Switch Device from "Charging" to "File Transfer" Mode
- Install the latest Device Driver or Universal USB Driver
- Try another USB Cable
- Use another USB Port (USB 3.0 Port to USB 2.0)
- Try to execute Fastboot Command without connecting your Phone and once it says "waiting for device" plug in your USB Cable
- Windows: Click "Change advanced power setting" on your chosen Plan and expand "USB Settings". Under "USB Settings" Section, expand "USB selective suspend setting" and change it to "Disabled" for On Battery and Plugged In
- Try another PC
- Download and extract/install ADB & Fastboot++
- Browse to the Directory where you extracted/installed ADB & Fastboot++
- Place the Kernel or Recovery Image in the Tool Folder
- Plug your Phone into the Computer
- Launch a Command Prompt with the Open CMD.bat or ADB & Fastboot++ Shortcut
- Once you’re in the Command Prompt, enter the following Command:
adb devices
and hit Enter
- Rebooting the Device to Bootloader:
adb reboot bootloader
and hit Enter
fastboot flash boot <kernel file name>.img
and hit Enter
fastboot flash recovery <recovery file name>.img
and hit Enter
fastboot reboot
and hit Enter