Jump to content

Hi, Recently i have upgraded to the nexus 6 and i nolonger use my old moto G gen 3, I was going to sell it for some spare cash but i cant get it to flash and lock the bootloader with stock firmware, ive been at this for a couple of days and all the forums i have read (i looked at as many as i could on several different sites) i couldnt find the answer as they will come with the issue and it would never be resolved. On to the issue;

 

this is what i have been using to attempt to reflash and lock my phone, yes i have tried mfastboot aswell.

 

adb reboot-bootloader

fastboot oem lock begin
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 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 oem lock
fastboot reboot

 

what seems to be the problem is when i do a "normal" flash of the stock rom everything works though if i try to lock it the system fails 

C:\adb>fastboot oem lock begin
...
(bootloader) Please fully flash the signed build before locking phone!
OKAY [  0.364s]
finished. total time: 0.365s

C:\adb>fastboot oem fb_mode_set
...
OKAY [  0.010s]
finished. total time: 0.011s

C:\adb>fastboot flash partition gpt.bin
target reported max download size of 268435456 bytes
sending 'partition' (32 KB)...
OKAY [  0.007s]
writing 'partition'...
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.416s

C:\adb>fastboot flash bootloader bootloader.img
target reported max download size of 268435456 bytes
sending 'bootloader' (2546 KB)...
OKAY [  0.089s]
writing 'bootloader'...
(bootloader) flashing sbl1 ...
(bootloader) flashing aboot ...
(bootloader) flashing tz ...
(bootloader) flashing hyp ...
(bootloader) flashing rpm ...
OKAY [  1.749s]
finished. total time: 1.840s

C:\adb>fastboot flash logo logo.bin
target reported max download size of 268435456 bytes
sending 'logo' (1352 KB)...
OKAY [  0.049s]
writing 'logo'...
OKAY [  0.128s]
finished. total time: 0.180s

C:\adb>fastboot flash boot boot.img
target reported max download size of 268435456 bytes
sending 'boot' (16384 KB)...
OKAY [  0.529s]
writing 'boot'...
OKAY [  1.312s]
finished. total time: 1.843s

C:\adb>fastboot flash recovery recovery.img
target reported max download size of 268435456 bytes
sending 'recovery' (16484 KB)...
OKAY [  0.529s]
writing 'recovery'...
OKAY [  1.284s]
finished. total time: 1.815s

C:\adb>fastboot flash system system.img_sparsechunk.0
target reported max download size of 268435456 bytes
sending 'system' (238438 KB)...
OKAY [  7.641s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 8.095s

 

any ideas?.

Link to comment
https://linustechtips.com/topic/629598-help/
Share on other sites

Link to post
Share on other sites

On 21/07/2016 at 4:53 AM, yurias said:

Why not body reply to this. Can any body help us ?

its ok, the moto g 3 is a tricky phone to mess with, ive had allot of phones rooted flashed ect and its mostly straightforward though this has proved to be the complete opposite.

Link to comment
https://linustechtips.com/topic/629598-help/#findComment-8158237
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×