Complete Tutorial How To Flash Custom ROM on Motorola Motorola G5s plus (Sanders) XT1805
Instruction
- Unlock Bootloader (see instruction bellow)
- Clean flash recommended.
- Flash Custom Recovery
- Wipe Dalvik/ART Cache, System ,Data
- Flash Latest Firmware (Only flash if your on old firmware)
- Flash ROM, reboot to recovery
- Flash NikGapps & Magisk
Video Tutorial
Unlock Bootloader
- Download and extract Minimal ADB and Fastboot driver on your PC
- Enable developer option on phone ( Tap “Build number” {under About Phone} seven times to enable Developer option ).
- Enable OEM unlock and USB debugging under developer option.
- Boot your phone into fastboot mode ( Frist power off your phone then press Volume Down Button and Power button simultaneously and hold it for few seconds. You will be into Fastboot mode.)
- Connect phone to PC with USB cable.
- Now open the folder where you extracted ADB driver and hold Shift key on your keyboard and right click anywhere. Now click Open Command Prompt Here.
- Now run this command
Code:
fastboot oem get_unlock_data
The returned string will be used to retrieve your unlock key.
Example Output:Code:On a Windows Desktop, the returned string format would be $ fastboot oem get_unlock_data (bootloader) 0A40040192024205#4C4D3556313230 (bootloader) 30373731363031303332323239#BD00 (bootloader) 8A672BA4746C2CE02328A2AC0C39F95 (bootloader) 1A3E5#1F53280002000000000000000 (bootloader) 0000000 On a Mac OS Desktop, the returned string format would be INFO0A40040192024205#4C4D3556313230 INFO30373731363031303332323239#BD00 INFO8A672BA4746C2CE02328A2AC0C39F95 INFO1A3E5#1F53280002000000000000000 INFO0000000
- Now visit Moto Bootloader Unlock website. Agree terms and conditions. Now create or login account.
- On next page paste together the 5 lines of output into one continuous string without (bootloader) or ‘INFO’ or white spaces. (Or Use Moto Data Scrub Tool if you can’t do this simple job) Your string needs to look like this:
Code:
0A40040192024205#4C4D355631323030373731363031303332323239#BD008A672BA4746C2CE02328A2AC0C39F951A3E5#1F532800020000000000000000000000
- Paste the code obtained in Moto website.
- Now Click on the I Agree Button a Get Unlock Code will appear on the screen. And click the button.
- Now you will get your unlock key by email. Check your inbox and get the key.
- Now again go to the Command Prompt screen and type this code
Code:
fastboot oem unlock ************
(Replace stars with your unlock key)
- A warning screen will appear in command just retype the same command and hit enter.
- Type this code and your phone will reboot.
Code:
fastboot reboot
- Done! Your bootloader has been unlocked.
Custom Recovery
Custom ROM
source