[Help Thread] Moto G (2015 - 3rd Gen) noob friendly

sd_shadow

Recognized Contributor
Sep 21, 2011
16,534
7,490
253
South Dakota
goo.gl
The flashing commands should look like this
But maybe +/- system chunks

Code:
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash system system.img_sparsechunk.6
fastboot flash system system.img_sparsechunk.7
fastboot flash system system.img_sparsechunk.8
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot erase customize
fastboot erase clogo
fastboot oem fb_mode_clear
fastboot reboot
You can try skipping the
Erase userdata line
But if it doesn't boot or you get some errors
Try the erase userdata line by itself



Sent from my ali using XDA Labs
 
Last edited:
  • Like
Reactions: markgunner

markgunner

Member
Feb 26, 2020
13
0
0
I prefer RSD lite, but it hasn't been updated in along time and isn't compatible with most computers that came with Windows 10.
So that's fine.

Sent from my ali using XDA Labs
Im on windows 10 actually. Alright, going manual way with fastboot.

One more question about this:

https://forum.xda-developers.com/showpost.php?p=66521508&postcount=590

Do I need first to flash recovery file from my image folder and do the steps from link above? Or this isnt necessary in my case?

Sorry for noob questions but last time I was doing android flash/root was like 5 years ago :)


Edit:

After running first command:

fastboot oem fb_mode_set
...
FAILED (remote failure)
finished. total time: 0.011s

How about that? :(
 
Last edited:

sd_shadow

Recognized Contributor
Sep 21, 2011
16,534
7,490
253
South Dakota
goo.gl
Im on windows 10 actually. Alright, going manual way with fastboot.

One more question about this:

https://forum.xda-developers.com/showpost.php?p=66521508&postcount=590

Do I need first to flash recovery file from my image folder and do the steps from link above? Or this isnt necessary in my case?

Sorry for noob questions but last time I was doing android flash/root was like 5 years ago :)


Edit:

After running first command:

fastboot oem fb_mode_set
...
FAILED (remote failure)
finished. total time: 0.011s

How about that? :(
Yes try the recovery.img

Sent from my ali using XDA Labs
 
  • Like
Reactions: markgunner