I unlocked the bootloader install TWRP , then into recovery I wiped all data , but can't install the ROM I want to install.
I tried to use the toolkit to fix but somehow the bootloader was relocked again, I can't unlocked or flash any recovery , my phone just stuck on the fastboot with no OS on it.
Would not let me flash anything as it's locked.
Tried fastboot boot ... no lucky.
Any fix?
jasonnew said:
I unlocked the bootloader install TWRP , then into recovery I wiped all data , but can't install the ROM I want to install.
I tried to use the toolkit to fix but somehow the bootloader was relocked again, I can't unlocked or flash any recovery , my phone just stuck on the fastboot with no OS on it.
Would not let me flash anything as it's locked.
Tried fastboot boot ... no lucky.
Any fix?
Click to expand...
Click to collapse
Download the fastboot image from the link below.
http://builds.cyngn.com/factory/bacon/cm-11.0-XNPH38R-bacon-signed-fastboot.zip
Code:
"fastboot flash modem NON-HLOS.bin"
"fastboot flash sbl1 sbl1.mbn"
"fastboot flash dbi sdi.mbn"
"fastboot flash aboot emmc_appsboot.mbn"
"fastboot flash rpm rpm.mbn"
"fastboot flash tz tz.mbn"
"fastboot flash LOGO logo.bin"
"fastboot flash boot boot.img"
"fastboot flash cache cache.img"
"fastboot flash recovery recovery.img"
"fastboot flash system system.img"
"fastboot flash userdata userdata.img" (or userdata_64g.img for 64G version)
"fastboot oem lock"
"fastboot reboot"
Skip the fasboot oem lock if you do not want to relock the bootloader.
Stop using toolkit
Toolkit is for noobs
Download fastboot drivers
Put your phone in fastboot
Then in fastboot prompt > Fastboot oem unlock
Then flash the rom by that command
"fastboot flash modem NON-HLOS.bin"
"fastboot flash sbl1 sbl1.mbn"
"fastboot flash dbi sdi.mbn"
"fastboot flash aboot emmc_appsboot.mbn"
"fastboot flash rpm rpm.mbn"
"fastboot flash tz tz.mbn"
"fastboot flash LOGO logo.bin"
"fastboot flash boot boot.img"
"fastboot flash cache cache.img"
"fastboot flash recovery recovery.img"
"fastboot flash system system.img"
"fastboot flash userdata userdata.img" (or userdata_64g.img for 64G version)
"fastboot oem lock"
"fastboot reboot"
Remove ('')
I found the fix already thru opo forum by download ing the color OS fix tool which Can flash back to color OS
Thanks very much for all replies above.
jasonnew said:
I found the fix already thru opo forum by download ing the color OS fix tool which Can flash back to color OS
Click to expand...
Click to collapse
Can you give me a link to it because I'm in a similar situation?
I formatted my phone bymistake now it has no os installed. i am on twrp and its 54gb free memory. what should i do
tried to use the toolkit to fix but somehow the bootloader was relocked again, I can't unlocked or flash any recovery , my phone just stuck on the fastboot with no OS on it
And not installing the driver only showing driver "Microsoft device association root enumerator". So plz hlp me how to install my opo driver
Related
Hi all,
recently, I was able to flash the new JB Hydro but it was stuck on the boot animation so I decided to do a full fresh install of a different rom, maybe CM10. Therefore via fastboot I wiped everything.
'fastboot erase recovery'
'fastboot erase boot'
'fastboot erase system'
'fastboot erase userdata'
Now, I figure I should be able to boot by flashing my system.img and boot.img
('fastboot flash recovery cwm.img'
'fastboot flash boot boot.img'
'fastboot flash system system.img')
I have CWM Recovery flashed already..buut, i am unable to flash the boot.img and system.img because I cannot find them..I mean when i extract the .zip to the fastboot folder all i have is a system folder, boot.blob and some META info..I flashed the boot.blob (fastboot flash boot boot.blob) but i cannot do the same for the system..So please tell me how I can flash the system.img...because I am unable to find the system.img (even via explorer)
Thanks in advance.
I got an OTA update for marshmallow. At this stage phone was locked, unrooted and not tampered with.
After updating OTA phone went into a bootloop.
'Allow OEM Unlock' is disabled from developer options before even updating OTA so bootloader can't be unlocked.
After bootloop, from bootloader using fastboot (and mfastboot also tried) I flashed "XT1550_OSPREY_RETASIA_DS_2GB_6.0.1_MPI24.107........" this marshmallow firmware using standard commands for newer Moto devies. Even after flashing firmware, still bootloop happens.
Code:
fastboot flash bootloader O:\MotoG3\Firmwares\bootloader.img
fastboot flash logo O:\MotoG3\Firmwares\logo.bin
fastboot flash boot O:\MotoG3\Firmwares\boot.img
fastboot flash recovery O:\MotoG3\Firmwares\recovery.img
fastboot flash system O:\MotoG3\Firmwares\system.img_sparsechunk.0
fastboot flash system O:\MotoG3\Firmwares\system.img_sparsechunk.1
fastboot flash system O:\MotoG3\Firmwares\system.img_sparsechunk.2
fastboot flash system O:\MotoG3\Firmwares\system.img_sparsechunk.3
fastboot flash system O:\MotoG3\Firmwares\system.img_sparsechunk.4
fastboot flash system O:\MotoG3\Firmwares\system.img_sparsechunk.5
fastboot flash system O:\MotoG3\Firmwares\system.img_sparsechunk.6
fastboot flash system O:\MotoG3\Firmwares\system.img_sparsechunk.7
fastboot flash modem O:\MotoG3\Firmwares\NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg O:\MotoG3\Firmwares\fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot reboot
pause
At this stage, phone still goes into a bootloop. Clicking on recovery from bootloader also sends phone into a bootloop so can't even access stock recovery.
Also no way to erase system as bootloader is locked.
In bootloader some details are given:
baseband- M8916_2020617.29.03.21.45R OSPREY_APAC_CUST
product- osprey xt1550 16gb p2b
cpu- msm8916
device is locked. status code 0. software status official.
How do I get the phone back in working state?
Other bootloop guides were not useful as here even after flashing stock firmware phone still goes into a bootloop. ALso no stock recovery is accessible and BL is locked
Using the guide in http://forum.xda-developers.com/2015-moto-g/general/guide-fastboot-flashing-factory-t3187750, it is suposed to work (but you can't enter in stock recovery to do a factory reset, right?).
Try one more time, and confirme you flash all the system.img_sparechunk's files (some firmware images have less, and some have more).
In the first boot, the device can take a long period of time to boot (10-15 min in some cases).
If you can boot the recovery or the system, do a factory reset.
did you get it working?
I wanted to install custom recovery system on my phone.
So I tried fastboot with recovery image
what I did is this
1. Download recovery image
2. fastboot oem unlock
3. fastboot flash recovery recovery.img
then again it seems I got an error
the error was
Your device is corrupt. It can't be trusted and may not work properly
so I tried to reinstall OS
the step was this
1. fastboot erase boot
fastboot erase cache
fastboot erase recovery
fastboot erase system
fastboot erase userdata
fastboot oem unlock
fastboot flash bootloader ~(img file download it from google)
but suddenly it doesn't work anymore
doesn't work any button....
what should I do now..
hi..can you all help me..im already unlock my bootloader and follow the guide..but im stuck in fastboot boot twrp..it show cannot load...help me
Try the command "fastboot devices".
Does your phone show up in the list of connected devices?
If so, when you use fastboot boot xxxxxx are you attempting to boot using the zip file or img?
When using fastboot boot you must boot with the img, but then when you've booted it and want to flash it through TWRP, you flash the zip.
Hope this helps!
Download your GSI image. (if u want gapps install pixelexperience)
Download platform tools i attached
Unlock bootloader (If you have unlocked bootloader skip this step.). guide how to unlock bootloader here https://motorola-global-portal.custhelp.com/app/standalone/bootloader/unlock-your-device-a/
After unlocking bootloader we can go to installing our GSI.
Boot to bootloader. to boot to bootloader turn off phone and press volume down + power button
After doing that you need to boot to fastbootd write "fastboot reboot fastboot" in platform tools
If there is a screen with bold red text written "fastbootd" we can go to erasing data and system partitions.
now u need to Flash vbmeta.img : "fastboot --disable-verification flash vbmeta vbmeta.img" and wait until it says OK
If we did that we can erase system partition by typing in fastboot "fastboot erase system" If it says OK we can go to the next step
If we get "CANNOT RESIZE SYSTEM PARTITION" do this: "fastboot delete-logical-partition product_a" and "fastboot delete-logical-partition product_b"
Now it's time to flash our GSI. To do that just type "fastboot --u flash system *name of your gsi*.img
And wait until it flashes and !!!!DO NOT REBOOT!!!!!
After successful flash we need to type "fastboot -w" and then go to recovery do factory data reset
And now you can reboot.
if u don't know what rom to install this rom linked here https://drive.google.com/file/d/1UsCY-gsn3rU4JpefOMMoIMzYdC-rsr_K/view?usp=sharing is 100% working list of other roms for this phone is here https://forum.xda-developers.com/t/...g-gsis-for-moto-g62-5g.4600029/#post-88688661
(The files i meant like vbmeta and platform tools are attached to thread)