Hi guys
I forget to do a nandroid backup accidentally before test a build of cm12.1 that i make, the problem now installation stuck at 90%, and no progress after that, many tries on internal and external sdcard and with 2 different firmware, (perhaps was for dual sim verison) any solution for that before bring to assistance?
P.S: each day did new progress for cm12.1, hope to got booted rom.
Can't you flash the B052 version with Fastboot?
https://mega.nz/#!lEcGQZCC!X2fmOZ-ShY-Kx-9lwnSUN16Vo52_aU0i4K1KmdBW64Q
Normally you will then be on stock boot, recovery and system images.
olrak said:
Can't you flash the B052 version with Fastboot?
https://mega.nz/#!lEcGQZCC!X2fmOZ-ShY-Kx-9lwnSUN16Vo52_aU0i4K1KmdBW64Q
Normally you will then be on stock boot, recovery and system images.
Click to expand...
Click to collapse
Yes fastboot is working, will report if work, with the following order?
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
???
services in italy are really slow like one month for a stupid reparation.
No, all the commands are normally in a FLASH-ALL.bat file (yeah windows )
Commands are:
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash cust cust.img
mfastboot flash system system.img
olrak said:
No, all the commands are normally in a FLASH-ALL.bat file (yeah windows )
Commands are:
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash cust cust.img
mfastboot flash system system.img
Click to expand...
Click to collapse
alright, so should use mfastboot instead of fastboot?
Problem solved, thanx a lot :good::good::good::good::good:
hows your progress on that cm12.1 build that youre workin on?
ruben parra said:
hows your progress on that cm12.1 build that youre workin on?
Click to expand...
Click to collapse
i got progress on boot.img, we have hope
haky 86 said:
i got progress on boot.img, we have hope
Click to expand...
Click to collapse
Good luck man , I hope we get a custom rom soon
AmINoS007 said:
Good luck man , I hope we get a custom rom soon
Click to expand...
Click to collapse
I almost finish a cm-12.1 and doesn't boot due to blobs issue and still cannot copy them to the build :/
Probs
Hi everyone
What can I do to upgrade from b052 (after flash with fastboot ) because this Rom cause too much problems to my Huawei p8 lite so if you have a link for download an upgrade to replace B052
Then
haky 86 said:
Problem solved, thanx a lot :good::good::good::good::good:
Click to expand...
Click to collapse
Then did you uptade you're android system?is it possible to install new firmware from B052
Related
FIRST OF ALL
(Also for downgrading to KitKat without softbricked phone!)
Okay, I decided to do the OTA to lollipop, everything went fine. So after some use I decided to play with the /system partition. I formatted it without making a working backup so my phone was kinda softbricked. REMEMBER THIS THREAD IS NOT FOR HARDBRICKED BOOTLOADERS, you guys have to wait.
SO WHAT TO DO?
1. Plug your phone into fastboot in your pc.
2. Flash a custom recovery, like CWM, I know you'll have a screen rimble effect due the new bootloader (doesn't matter)
3. Open recovery and keep it plugged into PC, recovery will have adb on by default so leave recovery as it is.
4. Open CMD and type:
Code:
cd directory-with-adb.exe-and-fastboot.exe-etc.
(I assume that you guys know how to use adb and fastboot with CMD)
5. Type:
Code:
adb devices
6. Your Moto's serial number should show up in the attached devices list (serialnumber, recovery), if not download the driver installer from http://adbdriver.com
7. Now download a firmware flashable zip to the directory in your CMD (CyanogenMod or stock firmwares from here)
8. Now you have to make sure you are able to mount the /sdcard in recovery: To make sure do a /data and media wipe. (Also helps on GPe ROM and the encryption problem!)
9. Now you can push the downloaded zip to the phone's sdcard using:
Code:
adb push yourrom.zip /sdcard/yourrom.zip
It will take some time.
10. Now you can install but you may face a not working SIM or WiFi, you need to download a .xml.zip firmware corresponding to your just flashed version. Navigate to your firmware folder using CMD. Then type:
Code:
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
11. Now your phone should work. You will have that annoying screen rimble. Sometimes it's gone, just turn screen off for a few minutes. It will be fixed when you install the stock recovery and then flash an lollipop OTA zip just like before! (OTA's will still show up and works with updating )
WARNING!
SOME GUYS MADE A HUGE MISTAKE AND BRICKED THEIR BOOTLOADER. THEY FLASHED LOLLIPOP OTA, THEN DOWNGRADED TO 4.4.2 AND THEY TRIED TO UPDATE TO 4.4.4 BY OTA!
THAT RUINED THE BOOTLOADER SEE BELOW!
FOR HARDBRICKED DEVICES
You ruined your bootloader, we need a mbm-ci (blankflasher tool) with the 5.0 bootloader. We have to wait till Motorola releases it. So no support yet.
Sorry guys, that was the risk!
HOPE YOU GUYS LIKE THIS TUTORIAL!
Thanks for the guide.
restore
GI0\/\NNI said:
FIRST OF ALL
Okay, I decided to do the OTA to lollipop, everything went fine. So after some use I decided to play with the /system partition. I formatted it without making a working backup so my phone was kinda softbricked. REMEMBER THIS THREAD IS NOT FOR HARDBRICKED BOOTLOADERS, you guys have to wait.
SO WHAT TO DO?
1. Plug your phone into fastboot in your pc.
2. Flash a custom recovery, like CWM, I know you'll have a screen rimble effect due the new bootloader (doesn't matter)
3. Open recovery and keep it plugged into PC, recovery will have adb on by default so leave recovery as it is.
4. Open CMD and type:
Code:
cd directory-with-adb.exe-and-fastboot.exe-etc.
(I assume that you guys know how to use adb and fastboot with CMD)
5. Type:
Code:
adb devices
6. Your Moto's serial number should show up in the attached devices list (serialnumber, recovery), if not download the driver installer from http://adbdriver.com
7. Now download a firmware flashable zip to the directory in your CMD (CyanogenMod or stock firmwares from here)
8. Now you have to make sure you are able to mount the /sdcard in recovery: To make sure do a /data and media wipe. (Also helps on GPe ROM and the encryption problem!)
9. Now you can push the downloaded zip to the phone's sdcard using:
Code:
adb push yourrom.zip /sdcard/yourrom.zip
It will take some time.
10. Now you can install but you may face a not working SIM or WiFi, you need to download a .xml.zip firmware corresponding to your just flashed version. Navigate to your firmware folder using CMD. Then type:
Code:
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
11. Now your phone should work. You will have that annoying screen rimble. Sometimes it's gone but not sure. It will be fixed when you install the stock recovery and then flash an lollipop OTA zip just like before! (OTA's will still show up and works with updating )
FOR HARDBRICKED DEVICES
You ruined your bootloader, we need a mbm-ci (blankflasher tool) with the 5.0 bootloader. We have to wait till Motorola releases it. So no support yet.
Sorry guys, that was the risk!
HOPE YOU GUYS LIKE THIS TUTORIAL!
Click to expand...
Click to collapse
thanks for this guide
but my phone is not bricked ,can i downgrade 5.0 to 4.4.4
because my moto g is asian retail, i already installed brasil firmware and ota file
mostwantedxda said:
thanks for this guide
but my phone is not bricked ,can i downgrade 5.0 to 4.4.4
because my moto g is asian retail, i already installed brasil firmware and ota file
Click to expand...
Click to collapse
Yeah just follow guide!
Hi I have updated my Asian XT 1033 to brazil 5.0 but experienced NO NETWORK on both the sim cards... and now i downgraded to my asian 4.4.4 but still NO NETWORK on both sim cards... Please help .... m worried ;(
Imei vanished
My imei numbers are vanished.... Please help me... is there any thing i can do now??
hunterhere said:
Hi I have updated my Asian XT 1033 to brazil 5.0 but experienced NO NETWORK on both the sim cards... and now i downgraded to my asian 4.4.4 but still NO NETWORK on both sim cards... Please help .... m worried ;(
Click to expand...
Click to collapse
Flash 4.4.4
NON-HLOS.bin
fsg.mbn
Read the guide!
hunterhere said:
My imei numbers are vanished.... Please help me... is there any thing i can do now??
Click to expand...
Click to collapse
@hunterhere,
I think I found a solution!
1. Download and extract zip
2. Connect phone in fastboot mode to your PC
3. Run IMEI_fix_gio.bat
4. Should work now!
first of all i dont know where to ask this Q
after i downgrade to 4.4.4 with the guide will i be able to flash CM12 or my phone will be dead?
poran123 said:
first of all i dont know where to ask this Q
after i downgrade to 4.4.4 with the guide will i be able to flash CM12 or my phone will be dead?
Click to expand...
Click to collapse
after downgrading from 5.0 i was able to flash any rom STOCK 4.4.4 of any region and 5.0 too again... so according to this u shld be able to flash....
poran123 said:
first of all i dont know where to ask this Q
after i downgrade to 4.4.4 with the guide will i be able to flash CM12 or my phone will be dead?
Click to expand...
Click to collapse
You can flash without problems. Promise!
hunterhere said:
after downgrading from 5.0 i was able to flash any rom STOCK 4.4.4 of any region and 5.0 too again... so according to this u shld be able to flash....
Click to expand...
Click to collapse
did you try any CM roms?
---------- Post added at 01:16 PM ---------- Previous post was at 01:15 PM ----------
GI0\/\NNI said:
You can flash without problems. Promise!
Click to expand...
Click to collapse
thanks for confirming ..:good:
Adb drivers not recoganizing.
when i plug in the phone some drivers get installed.
but my phone is not showing up in adb devices.
i flashed CMW & am running Windows 10 x64
Help!!!!!
I have XT1033 and i was on brazilian 5.0 soak test, after that i convert my phone to downgrade to gpe 4.4.4 and everything was fine but then i wanted to go back to stock 4.4.4 brazilian and now im stuck at the boot logo.
these are the commands i used to convert from 5.0 brazilian soak test to gpe 4.4.4
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash system system.img_sparsechunk.0
mfastboot flash system system.img_sparsechunk.1
mfastboot flash system system.img_sparsechunk.2
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
mfastboot reboot
and these are the commands i used to convert from gpe 4.4.4 to stock brazilian 4.4.4
SET fastboot=fastboot.exe
fastboot.exe flash partition gpt.bin
fastboot.exe flash motoboot motoboot.img
fastboot.exe reboot-bootloader
fastboot.exe continue
fastboot.exe flash logo logo.bin
fastboot.exe flash boot boot.img
fastboot.exe flash recovery recovery.img
fastboot.exe flash system system.img_sparsechunk.0
fastboot.exe flash system system.img_sparsechunk.1
fastboot.exe flash system system.img_sparsechunk.2
fastboot.exe flash modem NON-HLOS.bin
fastboot.exe erase modemst1
fastboot.exe erase modemst2
fastboot.exe flash fsg fsg.mbn
fastboot.exe erase cache
fastboot.exe erase userdata
fastboot.exe reboot
exit
did i softbricked my phone or hardbricked ?
brick my moto g
My motog is brick , I updated to 5.0 and shifted in build.prop file, not launched yet , I could not successfully restore it then installed the rom 4.4.2 , then updated to 4.4.3 and when he went to 4.4.4 he gave brick and does not want to , what I do?
I'm desperate since yesterday :crying:
Lucas Amaral said:
My motog is brick , I updated to 5.0 and shifted in build.prop file, not launched yet , I could not successfully restore it then installed the rom 4.4.2 , then updated to 4.4.3 and when he went to 4.4.4 he gave brick and does not want to , what I do?
I'm desperate since yesterday :crying:
Click to expand...
Click to collapse
i'm with you, brother....i have same problem...waiting for solution
Lucas Amaral said:
My motog is brick , I updated to 5.0 and shifted in build.prop file, not launched yet , I could not successfully restore it then installed the rom 4.4.2 , then updated to 4.4.3 and when he went to 4.4.4 he gave brick and does not want to , what I do?
I'm desperate since yesterday :crying:
Click to expand...
Click to collapse
Did you read first page before flash? It s clearly stated there that some ppl bricked phones when flashed 4.4.2 then upto 4.4.3 and so on. Please next time read all that its writed...
ganeshkmr21 said:
when i plug in the phone some drivers get installed.
but my phone is not showing up in adb devices.
i flashed CMW & am running Windows 10 x64
Click to expand...
Click to collapse
Read OP, install adbdriver!
não-soi-jo said:
I have XT1033 and i was on brazilian 5.0 soak test, after that i convert my phone to downgrade to gpe 4.4.4 and everything was fine but then i wanted to go back to stock 4.4.4 brazilian and now im stuck at the boot logo.
these are the commands i used to convert from 5.0 brazilian soak test to gpe 4.4.4
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash system system.img_sparsechunk.0
mfastboot flash system system.img_sparsechunk.1
mfastboot flash system system.img_sparsechunk.2
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
mfastboot reboot
and these are the commands i used to convert from gpe 4.4.4 to stock brazilian 4.4.4
SET fastboot=fastboot.exe
fastboot.exe flash partition gpt.bin
fastboot.exe flash motoboot motoboot.img
fastboot.exe reboot-bootloader
fastboot.exe continue
fastboot.exe flash logo logo.bin
fastboot.exe flash boot boot.img
fastboot.exe flash recovery recovery.img
fastboot.exe flash system system.img_sparsechunk.0
fastboot.exe flash system system.img_sparsechunk.1
fastboot.exe flash system system.img_sparsechunk.2
fastboot.exe flash modem NON-HLOS.bin
fastboot.exe erase modemst1
fastboot.exe erase modemst2
fastboot.exe flash fsg fsg.mbn
fastboot.exe erase cache
fastboot.exe erase userdata
fastboot.exe reboot
exit
did i softbricked my phone or hardbricked ?
Click to expand...
Click to collapse
Just follow the guide! Flashing with fastboot won't work so flash custom recovery and push a 4.4.4 stock zip.
Lucas Amaral said:
My motog is brick , I updated to 5.0 and shifted in build.prop file, not launched yet , I could not successfully restore it then installed the rom 4.4.2 , then updated to 4.4.3 and when he went to 4.4.4 he gave brick and does not want to , what I do?
I'm desperate since yesterday :crying:
Click to expand...
Click to collapse
READ OP! You didn't read it properly so you made a huge mistake!
MadL1fe said:
i'm with you, brother....i have same problem...waiting for solution
Click to expand...
Click to collapse
Same... You should have read the OP!
samsontm said:
Did you read first page before flash? It s clearly stated there that some ppl bricked phones when flashed 4.4.2 then upto 4.4.3 and so on. Please next time read all that its writed...
Click to expand...
Click to collapse
Totally agree with you....
I did that last part... :\ Guess I'll wait for Moto.
GI0\/\NNI said:
@hunterhere,
I think I found a solution!
1. Download and extract zip
2. Connect phone in fastboot mode to your PC
3. Run IMEI_fix_gio.bat
4. Should work now!
Click to expand...
Click to collapse
Hey I flashed this file now the change is that previously my both the IMEI(S) were showing 0 now 1st one is showing 0 but 2nd one has changed to null.
Secondly i request you to please come and join the below mentioned thread and please please help us all who have erased IMEI(S) with your knowledge and skills.
http://forum.xda-developers.com/moto-g/help/info-moto-g-imei0-t2925970
Edit: can you help in telling me how you modified this fsg_gio.img file? Or if you have got it from somewhere else please point...
As it is a very important file and a developer on above mentioned thread needs to know how this file got modified this will lead us further in restoring the imei numbers... as because moto g is made in a very different way... there is a lot of encryption done in its partitions which is very difficult to decrypt.
A possible root cause of the system not booting and stuck at boot logo after flashing 5.1 stock firmware has been found. 5.1 stock firmware contains system image divided into 4 parts (0,1,2,3) whereas 4.4.4 firmware had only 3 (0,1,2). If the 4th part (system.img_sparsechunk.3) isn't flashed then the system partition won't be complete and hence system won't boot for obvious reasons. It's pretty much self explanatory that if you have a 4th part of the system image, you have to flash that too in order to complete the system partition. Anyways, hope this helps someone out there.
So the commands would be:
----------------
mfastboot flash system system.img_sparsechunk.0
mfastboot flash system system.img_sparsechunk.1
mfastboot flash system system.img_sparsechunk.2
mfastboot flash system system.img_sparsechunk.3
----------------
Thanks for notice, will add it to command lines buutt im stucked at problem that cmd is not recognizing MFASTBOOT... :/ can you help me please? :/
Mondop said:
Thanks for notice, will add it to command lines buutt im stucked at problem that cmd is not recognizing MFASTBOOT... :/ can you help me please? :/
Click to expand...
Click to collapse
Try with fastboot instead of mfastboot
suresh.anthati said:
Try with fastboot instead of mfastboot
Click to expand...
Click to collapse
thanks for help there was just few simple mistakes i made thats why it was not working anyway, now i run Lollipop but i have problem with network connectivity. dont you know some solution?
Can you share me the link of the 5.1 firmware?
ivan290 said:
Can you share me the link of the 5.1 firmware?
Click to expand...
Click to collapse
im noob so idk how to do that but when you will me tutorial, i will do anything you need to help me
i just restored my moto x pure back to lolipop due to issue and no my wifi wont work so i ca update my phone to marhsmellow, the switch keeps turning on and off and doesnt show no networks. it frusterating
Flash LP radio for 5.1.1 If you plan on staying on LP.
Sent from my XT1575 using Tapatalk
patt2k said:
Flash LP radio for 5.1.1 If you plan on staying on LP.
Sent from my XT1575 using Tapatalk
Click to expand...
Click to collapse
where can i get that? also im going to upgrade to marshmallwo which is why im trying to get wifig oing!
tecnikstr0be said:
where can i get that? also im going to upgrade to marshmallwo which is why im trying to get wifig oing!
Click to expand...
Click to collapse
You don't need wifi to update to marshmallow. Just sideload ota. And you will be OK.
Sent from my XT1575 using Tapatalk
patt2k said:
You don't need wifi to update to marshmallow. Just sideload ota. And you will be OK.
Sent from my XT1575 using Tapatalk
Click to expand...
Click to collapse
well i flash non-hols.bin and no my wifi works and the update to marshmallow appeared and is downloading. so for now on i will get OTA updates normally now since i used return to stock tool? with marshmallow everything i need will be updated? modems too?
tecnikstr0be said:
well i flash non-hols.bin and no my wifi works and the update to marshmallow appeared and is downloading. so for now on i will get OTA updates normally now since i used return to stock tool? with marshmallow everything i need will be updated? modems too?
Click to expand...
Click to collapse
It should update your radio after mm ota
Sent from my XT1575 using Tapatalk
patt2k said:
It should update your radio after mm ota
Sent from my XT1575 using Tapatalk
Click to expand...
Click to collapse
it said there was a problem updating my moto x pure edition. no changes were made. installation unsuccesful...
patt2k said:
It should update your radio after mm ota
Sent from my XT1575 using Tapatalk
Click to expand...
Click to collapse
what do i do?
Do you have custom recovery? Is your system partition completely stock? If you ever had root then you system partition is no completely stock. Its an easy fix. I just downloaded the LP firmware but just flashed the all the system partition files and then did the OTA. No problems. I literally did that about half an hour ago. I had a rooted MPXE on 5.1. I flashed stock recovery and the system partition then took the OTA.
razieltov said:
Do you have custom recovery? Is your system partition completely stock? If you ever had root then you system partition is no completely stock. Its an easy fix. I just downloaded the LP firmware but just flashed the all the system partition files and then did the OTA. No problems. I literally did that about half an hour ago. I had a rooted MPXE on 5.1. I flashed stock recovery and the system partition then took the OTA.
Click to expand...
Click to collapse
Can you guide me in how you do this with the partition? Yes I have rooted it before,I want my phone back to normal already! If not I'll get a nexus 6p
Download firmware from here.
http://forum.xda-developers.com/moto-x-style/development/pure-firmware-tuff-wip-t3224833
Do you know how to use fastboot?
It will be a zip file. Unzip it. There is a batch file called Flash-all. If you right click it and click edit. It will show you everything that it does. If you have a customer recovery then copy and paste this part
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 system system.img_sparsechunk.9
fastboot erase cache
fastboot reboot
That will flash the stock recovery and the system partition and then you will be able to do the OTA.
razieltov said:
Download firmware from here.
http://forum.xda-developers.com/moto-x-style/development/pure-firmware-tuff-wip-t3224833
Do you know how to use fastboot?
It will be a zip file. Unzip it. There is a batch file called Flash-all. If you right click it and click edit. It will show you everything that it does. If you have a customer recovery then copy and paste this part
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 system system.img_sparsechunk.9
fastboot erase cache
fastboot reboot
That will flash the stock recovery and the system partition and then you will be able to do the OTA.
Click to expand...
Click to collapse
Yes I have fast boot installed and Motorola drivers.. So I all do is turn on my bootlaoder and afb then put those commands?
razieltov said:
Download firmware from here.
http://forum.xda-developers.com/moto-x-style/development/pure-firmware-tuff-wip-t3224833
Do you know how to use fastboot?
It will be a zip file. Unzip it. There is a batch file called Flash-all. If you right click it and click edit. It will show you everything that it does. If you have a customer recovery then copy and paste this part
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 system system.img_sparsechunk.9
fastboot erase cache
fastboot reboot
That will flash the stock recovery and the system partition and then you will be able to do the OTA.
Click to expand...
Click to collapse
what if I don't have a custom recovery but lollipop that does a error when I try to update to marshmallow or a old marshmallow version?
tecnikstr0be said:
what if I don't have a custom recovery but lollipop that does a error when I try to update to marshmallow or a old marshmallow version?
Click to expand...
Click to collapse
Then don't worry about flashing stock recovery.
razieltov said:
Then don't worry about flashing stock recovery.
Click to expand...
Click to collapse
So why does it do an error when I download ota marshmallow while installing and fails?
Because your system partition isn't completely stock. That is why you have to reflash the stock system partition.
razieltov said:
Download firmware from here.
http://forum.xda-developers.com/moto-x-style/development/pure-firmware-tuff-wip-t3224833
Do you know how to use fastboot?
It will be a zip file. Unzip it. There is a batch file called Flash-all. If you right click it and click edit. It will show you everything that it does. If you have a customer recovery then copy and paste this part
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 system system.img_sparsechunk.9
fastboot erase cache
fastboot reboot
That will flash the stock recovery and the system partition and then you will be able to do the OTA.
Click to expand...
Click to collapse
which exact rom did you get from the page you linked me? There's 3 and BTW I have twrp installed... Do I remove it? I want the most recent marshmallow I messed up messing with my phone
tecnikstr0be said:
which exact rom did you get from the page you linked me? There's 3 and BTW I have twrp installed... Do I remove it? I want the most recent marshmallow I messed up messing with my phone
Click to expand...
Click to collapse
TWRP is custom recovery so you do need to flash stock recovery.
On that page click on the button under 5.1.1
Then click on the button under XT1575 Firmware
Then download the 5.1.1 FIRMWARE
razieltov said:
TWRP is custom recovery so you do need to flash stock recovery.
On that page click on the button under 5.1.1
Then click on the button under XT1575 Firmware
Then download the 5.1.1 FIRMWARE
Click to expand...
Click to collapse
OK so after I download that I flash it by wiping my phone with custom twrp and putting the file in the backups folder and restoring it? I disregard those fastboot commands you told me? After restoring it and when I boot into the phone. When it tells me to download marshmallow, I install it but when its installing it gives me an error. What do I do from there if that happens?
tecnikstr0be said:
OK so after I download that I flash it by wiping my phone with custom twrp and putting the file in the backups folder and restoring it? I disregard those fastboot commands you told me? After restoring it and when I boot into the phone. When it tells me to download marshmallow, I install it but when its installing it gives me an error. What do I do from there if that happens?
Click to expand...
Click to collapse
No you download the firmware and then you do the fastboot commands. The fastboot commands will install stock recovery and the stock system paritition. The OTA won't work with TWRP. You can install TWRP after the OTA. Also if you wan't root make sure you use the systemless root not the regular SuperSU. If you wan't to do that we can discuss it after you do the OTA.
I have a question .. i tried to root my phone, but only after i had bootloop i read that the method works only for lolipop and i had 6.0
So .. can i unbrick my phone buy flashing rom again via fastboot?
Wth fastboot you can do everything you ask
sokkoban said:
Wth fastboot you can do everything you ask
Click to expand...
Click to collapse
i know but i was asking if flashing with fastboot with solve my bootloop
http://forum.xda-developers.com/showpost.php?p=66857965&postcount=4. If you are an advanced user, this should help you.
bumjrah said:
http://forum.xda-developers.com/showpost.php?p=66857965&postcount=4. If you are an advanced user, this should help you.
Click to expand...
Click to collapse
yeah i know .. but curently i'm facing an issue
i can't flash system.img ... it's sais it cannot load
i tried with fastboot flash -s 512 system.img ... same
VladHD said:
yeah i know .. but curently i'm facing an issue
i can't flash system.img ... it's sais it cannot load
i tried with fastboot flash -s 512 system.img ... same
Click to expand...
Click to collapse
Fastboot should be working .Maybe you can try this minimal adb tool - http://forum.xda-developers.com/showthread.php?t=2317790.
Hello VladHD,
Tray command with mfastboot flash system system.img;
Look in folder adb if you have mfastboot,
bumjrah said:
Fastboot should be working .Maybe you can try this minimal adb tool - http://forum.xda-developers.com/showthread.php?t=2317790.
Click to expand...
Click to collapse
i had fastboot but it seemed not the entirely version
it worked with minimal, thank you
hi guys/girls
android TV shield 2015 16 GB model.
well it is long been while.. i gave up with 5.1 i want to more upgrades. but it was already old problem. i ignored it.
but i want to upgrade right now =/
i did installed via ADB
i remember i did type
fastboot flash system system.img
fastboot flash vendor vendor.img
fastboot -w
fastboot flash recovery recovery.img
fastboot reboot
any someone have idea how to fix those?
thx you
Any someone else have idea about this how to fixed? thank you a lot.
you didnt flash the blobs needed for it
Code:
fastboot flash staging blob
Adromir said:
you didnt flash the blobs needed for it
Code:
fastboot flash staging blob
Click to expand...
Click to collapse
what does flash staging blob? ya it seems i didn't add those
I assume that is the updated bootloader. Id flash it as first and then flash all the other things
Adromir said:
I assume that is the updated bootloader. Id flash it as first and then flash all the other things
Click to expand...
Click to collapse
tsorry late reply, thx you a lot. it works perfect now
Glad I could help