- Firmware File (Full)
- A PC
- A USB Cable
- USB Driver for your Device, Google Driver or Universal ADB Driver
- payload-dumper-go - GitHub
- Platform Tools - Android Developers or ADB & Fastboot++ - GitHub
- Magisk - GitHub
You can skip to Step 10 if you installed Magisk Manager & download my pre-patched Boot Image under Release Tab
- Download a Firmware Zip
- Extract the download Firmware Zip
- Move the
payload.bin
inside the payload-dumper-go Directory & drop it on the payload-dumper-go.exe - Move the extracted
boot.img
to the Phone - Download and install
Magisk Manager
- Tap on the Install Button, choose
Select and Patch a File
- A File Manager will pop up. Select the Boot Image that you pushed earlier and let Magisk patch it
- Extract the downloaded Platform Tools Zip & open a Coammand Prompt
- Pull the patched Image with this Command:
adb pull /sdcard/Download/magisk_patched_[random_strings].img
(Change [random_strings] with the real Name of your File) - Type:
adb reboot bootloader
(Phone reboots to Bootloader) - Type:
fastboot devices
(Lists Devices in Fastboot) - Type:
fastboot boot /path/to/magisk_patched_[random_strings].img
(Change [random_strings] with the real Name of your File) - Type:
fastboot reboot
(Boots Phone to System) - Open
Magisk Manager
click onInstall
>Direct Install (Recommended)
> after Installation, Reboot - After restart open
Magisk Manger
to verify Root - Done.
Click to expand
- Install the USB Driver for your Device or Universal Adb Driver
- On your Device, go to
Settings
>About
. Find theBuild Number
and tap on it7
times to enable Developer Options - Now enter
System
>Developer Options
and findUSB debugging
and enable it - Plug your Device into the Computer and change it from
Charge only
toFile Transfer
Mode - On your Computer, browse to the Directory where you extracted the Portable Version or use Tiny ADB & Fastboot++ Shortcut
- Launch a Command Prompt with Open CMD.bat or use Tiny ADB & Fastboot++ Shortcut
- 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
Click to expand
- AMD Bug - XDA Thread
- Switch Device from
Charging
toFile 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 Device, and once it says
waiting for device
plug in your USB Cable - Windows: Click
Change advanced power setting
on your chosen Plan and expandUSB Settings
. UnderUSB Settings
Section, expandUSB selective suspend setting
and change it toDisabled
for On Battery and Plugged In - Try another PC