Stock roms please !? - Motorola Photon Q 4G LTE

How do i get back to a stock rom on this ? I got it rooted and Flashed to a rom, that could not connect via wifi or anything . when i got it. im looking for a some how way to get back to stock.

Ianonymous said:
How do i get back to a stock rom on this ? I got it rooted and Flashed to a rom, that could not connect via wifi or anything . when i got it. im looking for a some how way to get back to stock.
Click to expand...
Click to collapse
Well all the aftermarket ROM's usually state you should take a backup of your current state.
Since I'm guessing you didn't do that, FXZ back to stock. This will wipe EVERYTHING, including your internal SD card.

Ok so i downloaded the Sprint 4.1.2 Got the RSD LITE 6.0 Updated my Moto Drivers. And still it gives on status Failed Flashing process Unknown fastboot Command ( GetVar ) ...

Ianonymous said:
Ok so i downloaded the Sprint 4.1.2 Got the RSD LITE 6.0 Updated my Moto Drivers. And still it gives on status Failed Flashing process Unknown fastboot Command ( GetVar ) ...
Click to expand...
Click to collapse
Please see the 'NOTES' section of the OP in the FXZ thread...
Skrilax_CZ said:
you may have to open the zip and edit the xml, and delete the 2 lines "<step operation="getvar" var="max-download-size" />" if you get unknown command fastboot getvar max-download-size
Click to expand...
Click to collapse

OMFG Thank you so much . I defo owe you a beer or a coffee

Related

[Q] Flashing EU based ROMs on USA TMO One S?

I thought I had read somewhere around here that there was an issue with the EU based ROMs on a TMO USA One S. I can't seem to find where I read that anymore, am I remembering correctly? If so what are the issues involved?
Thanks!
agentc13 said:
I thought I had read somewhere around here that there was an issue with the EU based ROMs on a TMO USA One S. I can't seem to find where I read that anymore, am I remembering correctly? If so what are the issues involved?
Thanks!
Click to expand...
Click to collapse
Not really any issue between the two. T-Mobile just retards the animation of the network popping from 3g to 4g as to where the euro version displays it a little more accurately. Sol safe to flash. I'm on a euro Rom now and my phone is US version. Flash away.
Sent from my HOS
jmercil said:
Not really any issue between the two. T-Mobile just retards the animation of the network popping from 3g to 4g as to where the euro version displays it a little more accurately. Sol safe to flash. I'm on a euro Rom now and my phone is US version. Flash away.
Sent from my HOS
Click to expand...
Click to collapse
Thanks!
I'm not sure if this is really need but while using a eu rom, I also download morelocale2 and faster fix GPS.
Sent from my HTC One S using xda premium
I tried flashing several of the EU roms on my US phone (RUU), and they all error out with error 155. I changed the mid in the android-info.txt file but still the same error.
Someone in a different thread stated that this only works with S-Off. Is that correct, and if so, how do I do it?
Thanks
-J
if you flash the RUU in fastboot you shouldnt get the 155error
azzledazzle said:
if you flash the RUU in fastboot you shouldnt get the 155error
Click to expand...
Click to collapse
Yet I do. Fastboot is my only option anyway, as I have soft-bricked my stock ROM and cannot boot into anything but the bootloader / fastboot or recovery anymore.
searching through google, most people get rid of the error by running it in fastboot, its strange that it doesnt work for you..
you could try extracting the rom.zip from RUU and changing the name rom.zip to PJ4010000.zip (make sure its not .zip.zip) and booting into bootloader, and let HBOOT find the upgrade..
EDIT: just realised you cant get into recovery or boot phone, Please ignore what i said
Does the adb command ''fastboot reboot recovery'' not take you into recovery ? Have you also tried putting the rom inside adb folder and using command ''fastboot flash XXXXX.zip'' XXXX being the name of the rom
azzledazzle said:
searching through google, most people get rid of the error by running it in fastboot, its strange that it doesnt work for you..
you could try extracting the rom.zip from RUU and changing the name rom.zip to PJ4010000.zip (make sure its not .zip.zip) and booting into bootloader, and let HBOOT find the upgrade..
EDIT: just realised you cant get into recovery or boot phone, Please ignore what i said
Does the adb command ''fastboot reboot recovery'' not take you into recovery ? Have you also tried putting the rom inside adb folder and using command ''fastboot flash XXXXX.zip'' XXXX being the name of the rom
Click to expand...
Click to collapse
I am able to get into fastboot and also CWM, but my sdcard is inaccessible ("error mounting /sdcard"), so I am left with whatever can be done through adb or fastboot. I am assuming the method described above only works when putting the PJ4010000.zip file on the sdcard, right?
Edit: I also tried pushing several zips using fastboot, similar to what you described above. I always get a signature verification error.
Code:
C:\androidsdk\android-sdk-windows\tools>fastboot flash /system Rom_xda.zip
sending '/system' (525202 KB)...
OKAY [ 25.529s]
writing '/system'...
(bootloader) signature checking...
FAILED (remote: signature verify fail)
finished. total time: 67.731s
yeah the PJ4010000.zip needs to be on SD card so this wont work for you,, Did you try with the ROM inside the
C:\androidsdk\android-sdk-windows\tools>
Click to expand...
Click to collapse
TOOLS folder, and asking bootloader to flash it directly ?? without pushing it to sd card..
azzledazzle said:
yeah the PJ4010000.zip needs to be on SD card so this wont work for you,, Did you try with the ROM inside the TOOLS folder, and asking bootloader to flash it directly ?? without pushing it to sd card..
Click to expand...
Click to collapse
Yes, I did. I just updated my prior post with more details of that attempt.
Thanks for trying to help me, I appreciate it!
but you said you tried pushing them, and in the code bit, it says fatsboot flash /system blabla.zip
you dont want to be flashing it from system, Simply put the ROM you want to flash, or the extracted rom.zip inside the location on your PC where you keep adb and fastboot files, Then use the command ''fastboot flash whateverromyouwant.zip'' this way bootloader will attempt to flash the rom directly from your PC not from your phone.
azzledazzle said:
but you said you tried pushing them, and in the code bit, it says fatsboot flash /system blabla.zip
you dont want to be flashing it from system, Simply put the ROM you want to flash, or the extracted rom.zip inside the location on your PC where you keep adb and fastboot files, Then use the command ''fastboot flash whateverromyouwant.zip'' this way bootloader will attempt to flash the rom directly from your PC not from your phone.
Click to expand...
Click to collapse
That is the incorrect syntax. The "fastboot flash" command requires a partition before the filename:
Code:
flash <partition> [ <filename> ]
-J
bummer !
thanks for correcting me, Ive never actually had to try this method, Which is good because it would have got me no where lol...
let me do some research and ill try to find an answer,,, In the meantime head over to http://webchat.freenode.net/ and use channel #helpmenow ive got some mates there from the sensation forums who are very good when it comes to HTC
SOLVED!
azzledazzle,
first off, I want to thank you Sir for pointing me to the IRC channel. Those guys, especially Ghanesh, were serious pros. They spent a good couple of hours with me on troubleshooting and trying different things. They couldn't quite fix it for me, but afterwards I engaged in some more trial-and-error and found out that I could restore access to the sdcard in CWM by flashing back to stock recovery, then choosing to "clear storage", then flashing a CWM version again. This brought the sdcard back to life.
I explain it in more detail here:
http://forum.xda-developers.com/showpost.php?p=25850720&postcount=8
Again, truly appreciate your help yesterday -- it encourage me to try different things on my own after
-J
By flashing the EU based ROM on a TMO S will you lose Wifi Calling etc?
Yes.
If anyone can give me a tmob US ROM I will cook you a Custom ROM.

[Q] help me: help my atrix 2 flash failure

I just use RSD 5.6 to flash my atrix 2 to 2.3.5 but flash failure .
it is notice that
"Failed flashing process. Failed flashing process. 1/19 flash mbm "allow-mbmloader-flashing-mbm.bin" -> USB error occured while reading/writing.; phone connected."
and then, when i go to FastBoot mode, it is notice that
"AP Fastboot Flash Mode (S) (Flash Failure)
0A.68
Baterry OK
OK to Program
Connect USB
Data Cable."
help me, thanks all
manbk401 said:
I just use RSD 5.6 to flash my atrix 2 to 2.3.5 but flash failure .
it is notice that
"Failed flashing process. Failed flashing process. 1/19 flash mbm "allow-mbmloader-flashing-mbm.bin" -> USB error occured while reading/writing.; phone connected."
and then, when i go to FastBoot mode, it is notice that
"AP Fastboot Flash Mode (S) (Flash Failure)
0A.68
Baterry OK
OK to Program
Connect USB
Data Cable."
help me, thanks all
Click to expand...
Click to collapse
We need more info to help you. which version of the phone? were you on 2.3.6 or 2.3.5 before the flash? do you have drivers installed correctly?
lkrasner said:
We need more info to help you. which version of the phone? were you on 2.3.6 or 2.3.5 before the flash? do you have drivers installed correctly?
Click to expand...
Click to collapse
the first, i use Retail Indian - 5.5.1-EDEM-28-37-SEARET rom (2.3.6). I want to up to Supercharged v5 (following that ). but when completed, my phone just stops at boot screen (i wait 10 minutes but not change).
after that, i go to FastBoot mode and flash to 2.3.5 via RSD Lite. the failure was happended
i use RSD lite 5.6 and Motorola 5.2 Drivers.
ps: I tryed Flashboot following this topic: 2.3.6 from modified 2.3.5 Flashboot: "Invalid CG Version" FIX but nothing change
manbk401 said:
the first, i use Retail Indian - 5.5.1-EDEM-28-37-SEARET rom (2.3.6). I want to up to Supercharged v5 (following that ). but when completed, my phone just stops at boot screen (i wait 10 minutes but not change).
after that, i go to FastBoot mode and flash to 2.3.5 via RSD Lite. the failure was happended
i use RSD lite 5.6 and Motorola 5.2 Drivers.
ps: I tryed Flashboot following this topic: 2.3.6 from modified 2.3.5 Flashboot: "Invalid CG Version" FIX but nothing change
Click to expand...
Click to collapse
go to the noob thread and follow the instructions for replacing files in the fxz, just use the same replace files but the indian fxz that you can download.
lkrasner said:
go to the noob thread and follow the instructions for replacing files in the fxz, just use the same replace files but the indian fxz that you can download.
Click to expand...
Click to collapse
sorry, i don't understand u. i don't have the indian fzx. i'm vietnamese. when i bought atrix 2 at&t, my phone is still on stock 2.3.6.
manbk401 said:
sorry, i don't understand u. i don't have the indian fzx. i'm vietnamese. when i bought atrix 2 at&t, my phone is still on stock 2.3.6.
Click to expand...
Click to collapse
No problem. Just go here: http://forum.xda-developers.com/showthread.php?t=1396650 and read the section on how to flash the FXZ. make sure to look at the bottom part where it tells you to replace some files. you will need to do that. Instead of using the ATT FXZ file like they say use the one that matches your current version (SEARET I think you said) and follow the same directions, but use that file instead. Get if from here: http://sbf.droid-developers.org/edison/list.php
lkrasner said:
No problem. Just go here: http://forum.xda-developers.com/showthread.php?t=1396650 and read the section on how to flash the FXZ. make sure to look at the bottom part where it tells you to replace some files. you will need to do that. Instead of using the ATT FXZ file like they say use the one that matches your current version (SEARET I think you said) and follow the same directions, but use that file instead. Get if from here: http://sbf.droid-developers.org/edison/list.php
Click to expand...
Click to collapse
ok, thanks u. i will try to do follow your help. in vietnam, it's 1 am, i need to sleep .
have a nice day
manbk401 said:
I just use RSD 5.6 to flash my atrix 2 to 2.3.5 but flash failure .
it is notice that
"Failed flashing process. Failed flashing process. 1/19 flash mbm "allow-mbmloader-flashing-mbm.bin" -> USB error occured while reading/writing.; phone connected."
and then, when i go to FastBoot mode, it is notice that
"AP Fastboot Flash Mode (S) (Flash Failure)
0A.68
Baterry OK
OK to Program
Connect USB
Data Cable."
help me, thanks all
Click to expand...
Click to collapse
This is right sbf or FXZ for SEART ROM
http://sbf.droid-developers.org/edison/5.5.1-EDEM-27-SEARET_cfc.xml.zip
Reinstall Drivers and RSD Lite and try flashing it, it should work
prasannapmv said:
This is right sbf or FXZ for SEART ROM
Reinstall Drivers and RSD Lite and try flashing it, it should work
Click to expand...
Click to collapse
can i should replace some file in above zip? because my phone is 2.3.6
Code:
How to flash the FXZ once applying the OTA update and get back to 2.3.5, ONCE YOU UPDATE TO THE OTS 2.3.6 YOU WILL NOT BE ABLE TO FLASH THE 2.3.5 FXZ WITHOUT FOLLOWING THESE STEPS BELOW!!
NOTE: Download this file HERE -
Unzip it and move all the the items in it to the stock fxz. You might get a warning about replacing files, just click OK. NOTE that Windows might not be able to handle the size of the fxz. I have 6 GB RAM but Windows still wasn't able to perform a drag-and-drop through the fxz's zip. I recommend that you just unzip the fxz and then put the files in. (You don't have to rezip it either, RSD Lite will still recognize it and will flash faster).
You should be able to use RSD Lite to flash the file.
lkrasner said:
No problem. Just go here: http://forum.xda-developers.com/showthread.php?t=1396650 and read the section on how to flash the FXZ. make sure to look at the bottom part where it tells you to replace some files. you will need to do that. Instead of using the ATT FXZ file like they say use the one that matches your current version (SEARET I think you said) and follow the same directions, but use that file instead.
Click to expand...
Click to collapse
i've downloaded the india FXZ and the replace file. but the xml file is not same name.
in replace file is InlineFlashing_edison_5.5.175.16_cfc_p3_APBP_CID285, and in india FZX is 5.5.1-EDEM-27-SEARET_cfc
and a question, my phone use code unlock AT&T, so if I flash to india FXZ, any problem happen with my atrix 2?
manbk401 said:
i've downloaded the india FXZ and the replace file. but the xml file is not same name.
in replace file is InlineFlashing_edison_5.5.175.16_cfc_p3_APBP_CID285, and in india FZX is 5.5.1-EDEM-27-SEARET_cfc
and a question, my phone use code unlock AT&T, so if I flash to india FXZ, any problem happen with my atrix 2?
Click to expand...
Click to collapse
Yeah, I was being stupid. Was the phone originally ATT when you bought it, or was it indian. that makes a big difference. you need to know what it said under settings > about phone.
anyways this should fix it, just use which ever fxz is right (from my post in the noob thread:
just thought of an easier way to get you restored. Most of the time you only really need to do system. download the moto-fastboot utility (it's similar to normal fastboot but you MUST use it instead or it will not work) and the fxz for your region. Extract the fxz and put the system.img from it and moto-fastboot in the same folder. open a command prompt in that folder (hold shift and right click) and type
Code:
moto-fastboot.exe flash system system.img
moto-fastboot.exe erase userdata
obviously you need to have your phone in fastboot mode to do that. it does the exact same thing as rsd, just only the 2 important steps, flashing system and wiping data.)
Let me know how that works for you. It may not since you have had flash failures, but we'll see.
moto-fastboot: http://forum.xda-developers.com/attachment.php?attachmentid=635584&d=1308928440 you should actually extract it and put all the things in it in the folder with system.img
Good luck!
lkrasner said:
Yeah, I was being stupid. Was the phone originally ATT when you bought it, or was it indian. that makes a big difference. you need to know what it said under settings > about phone.
anyways this should fix it, just use which ever fxz is right (from my post in the noob thread:
just thought of an easier way to get you restored. Most of the time you only really need to do system. download the moto-fastboot utility (it's similar to normal fastboot but you MUST use it instead or it will not work) and the fxz for your region. Extract the fxz and put the system.img from it and moto-fastboot in the same folder. open a command prompt in that folder (hold shift and right click) and type
Code:
moto-fastboot.exe flash system system.img
moto-fastboot.exe erase userdata
obviously you need to have your phone in fastboot mode to do that. it does the exact same thing as rsd, just only the 2 important steps, flashing system and wiping data.)
Let me know how that works for you. It may not since you have had flash failures, but we'll see.
moto-fastboot: http://forum.xda-developers.com/attachment.php?attachmentid=635584&d=1308928440 you should actually extract it and put all the things in it in the folder with system.img
Good luck!
Click to expand...
Click to collapse
hi, i'm a lucky man. i flashed my phone following Return to Stock 2.3.5 Fastboot SCRIPT. and now, my phone is ok
thanks 4 your help
manbk401 said:
hi, i'm a lucky man. i flashed my phone following Return to Stock 2.3.5 Fastboot SCRIPT. and now, my phone is ok
thanks 4 your help
Click to expand...
Click to collapse
yep, that works pretty well too. It does exactly what I said to do, but more. I do this because it goes faster
want to get back to 2.3.6
plz help me ma phone was on 2.3.6 then i tried to flash indian rom but it says flash error
n i tried several rom bt it didnt work ... all are the same
how can i get back to 2.3.7 ..thank you
i have this 5.5.1 EDEM 27 searet file which is 517 mb
should i flash this or download another 5.5.1 EDEM 28 27 searet WHICH IS 519 mb and will that hard brick my phone if i flash wrong file? im from india and recently purchased this phone and im on 2.3.6
hemanbond said:
i have this 5.5.1 EDEM 27 searet file which is 517 mb
should i flash this or download another 5.5.1 EDEM 28 27 searet WHICH IS 519 mb and will that hard brick my phone if i flash wrong file? im from india and recently purchased this phone and im on 2.3.6
Click to expand...
Click to collapse
Look in settings>about phone..then download accordingly..55.28.37 is the latest in gb 2.3.6..
Sent from my MB865 using xda app-developers app
ye i have 55.28.37 ...so which file should i download?
---------- Post added at 01:30 PM ---------- Previous post was at 01:27 PM ----------
5.5.1-EDEM-28-37-SEARET_cfc.xml.zip
is this the one which ill have to download? and is this 2.3.5 or 2.3.6 and do i need to replace the files in order to flash ...just asking cause im curious...i dont wanna hard brick
hemanbond said:
ye i have 55.28.37 ...so which file should i download?
---------- Post added at 01:30 PM ---------- Previous post was at 01:27 PM ----------
5.5.1-EDEM-28-37-SEARET_cfc.xml.zip
is this the one which ill have to download? and is this 2.3.5 or 2.3.6 and do i need to replace the files in order to flash ...just asking cause im curious...i dont wanna hard brick
Click to expand...
Click to collapse
Yup this is the zip u need..its 2.3.6..no replacing..just flash
Sent from my MB865 using xda app-developers app
Flashed my atrix 2 and fastboot fail
I bought my atrix 2 from US and unlocked it and am using this in india now. I tried to flashboot the phone with "5.5.1-EDEM-28-37-SEARET_cfc.xml". I added the new files thats available in the noob called replace.zip. I also tried the moto fast boot. Now am not able to flashboot and when i run flashboot i get this error "failed flashing process. 11/21 flash ebr "ebr"-> Phone returned fail; Phone connected" .
Please help me.
I just got my ATT Atrix 2 and I think I've already bricked it, soft at least. I used a script to go from 2.3.6 back to 2.3.5 stock, then OTA to 2.3.6, then I flashed the ICS leak and flashed SCV7, it was running horribly, kept crashing and was being extremely unstable so then I tried to use the FXZ script to go from ICS back to GB, and all my phone was doing was showing the Motorola dual core screen and boot looping or just staying on that screen I couldn't tell. I can get into fastboot, when I try to get into recovery there is an icon of a box with an arrow coming out of it and a little android and a yellow progress bar and when that finishes it goes to fastboot and it says "AP FastBoot Flash Mode (S) (Flash Failure) what can I do?
---------- Post added at 07:12 PM ---------- Previous post was at 06:55 PM ----------
The battery is low going by my luck I'm going to assume the phone will not charge while in fast boot. I've been at this for way too many hours, if someone could tell me how to get this phone working I'd appreciate it.

RSD Lite = FAIL?

Okay so here's my situation. I had to re-activate my device, and sprint told me I couldn't do it while on a custom ROM (I was on AOKP). So I flashed the Stock Deodexed rom that I still had on my SD for ICS thinking it would work. After flashing, my device wouldn't boot. So I put my phone in fastboot and used RSD to flash the 4.1.2 FXZ. After flashing, I got a FAIL error. Under status it says "Failed flashing process. Unknown fastboot command"
I searched everywhere and I'm coming up with blanks... yes my phone's bootloader is unlocked. Anyone know what I'm doing wrong?
xLoveHateLegend said:
Okay so here's my situation. I had to re-activate my device, and sprint told me I couldn't do it while on a custom ROM (I was on AOKP). So I flashed the Stock Deodexed rom that I still had on my SD for ICS thinking it would work. After flashing, my device wouldn't boot. So I put my phone in fastboot and used RSD to flash the 4.1.2 FXZ. After flashing, I got a FAIL error. Under status it says "Failed flashing process. Unknown fastboot command"
I searched everywhere and I'm coming up with blanks... yes my phone's bootloader is unlocked. Anyone know what I'm doing wrong?
Click to expand...
Click to collapse
You need to delete the two getvar commands in the xml file.
<step operation="getvar" var="max-download-size" />
KitsunePaws said:
You need to delete the two getvar commands in the xml file.
Click to expand...
Click to collapse
I did that, then when trying to flash that, I got an error that said
"Error!!!!!!
Failed to create
Please check if the file path is too long to create or if there is enough free disk space."
xLoveHateLegend said:
I did that, then when trying to flash that, I got an error that said
"Error!!!!!!
Failed to create
Please check if the file path is too long to create or if there is enough free disk space."
Click to expand...
Click to collapse
Haven't seen that one, what did you use to edit the file with? What version of RSD?
Here's the one I used a few days ago for 4.1.2
http://www.sendspace.com/file/0nhnof
Replace your xml, reload RSD and try again.
KitsunePaws said:
Haven't seen that one, what did you use to edit the file with? What version of RSD?
Click to expand...
Click to collapse
I used notepad. Deleted the whole line (spaces infront of the command aswell) for both commands.
I'm using RSD Lite 6.1.5.
xLoveHateLegend said:
I used notepad. Deleted the whole line (spaces infront of the command aswell) for both commands.
I'm using RSD Lite 6.1.5.
Click to expand...
Click to collapse
We're using the same RSD, try the xml I posted.
Thanks, I'm giving that a try right now.
KitsunePaws said:
We're using the same RSD, try the xml I posted.
Click to expand...
Click to collapse
You might've just saved my ass, it's getting further than I was getting with the xml I edited myself. It's at the flash system.img part right now.
EDIT: My phone's booting up and Hands Free Activation is running. Thanks a ton!
So im having issues returning back to stock its failing at step 18/23 flash system img any ideas?
scuzzy19 said:
So im having issues returning back to stock its failing at step 18/23 flash system img any ideas?
Click to expand...
Click to collapse
Which version of RSD Lite are you using? I think 6.0 or even 6.1+ is required...
How long did you let it sit? Do you ever get an error?
arrrghhh said:
Which version of RSD Lite are you using? I think 6.0 or even 6.1+ is required...
How long did you let it sit? Do you ever get an error?
Click to expand...
Click to collapse
i grabbed one from a different source but dont remember where. i ended up getting it working through a different method using twrp. but i was up for awhile lol
you won't get this error with rsd 6.1.6

XT925 restocking problem

I'm trying to restock my xt925. After an attempt to flash one of the roms here it did not installed but since I wiped everything I try a restore frm the nandroid backup made with Philz recovery. After the restore the phone had no signal at all.
I'm trying to flash using RSD but it gives an error: Failed flashing Process.
Also I find the boot firmware for XT926 but no for XT925. My phone is actually booting but without any signal.
chiquito3 said:
I'm trying to restock my xt925. After an attempt to flash one of the roms here it did not installed but since I wiped everything I try a restore frm the nandroid backup made with Philz recovery. After the restore the phone had no signal at all.
I'm trying to flash using RSD but it gives an error: Failed flashing Process.
Also I find the boot firmware for XT926 but no for XT925. My phone is actually booting but without any signal.
Click to expand...
Click to collapse
http://sbf.droid-developers.org/phone.php?device=6
RikRong said:
http://sbf.droid-developers.org/phone.php?device=6
Click to expand...
Click to collapse
Thanks for the link but I found the firmware right here at XDA.
I also managed to get and flash the modem form the firmware posted here but could not manage to flash the whole image using RSD Lite.
Right now my biggest problem is that the phone reboots on fastboot and I have to manually make it go to system every time I turn it on.
chiquito3 said:
Thanks for the link but I found the firmware right here at XDA.
I also managed to get and flash the modem form the firmware posted here but could not manage to flash the whole image using RSD Lite.
Right now my biggest problem is that the phone reboots on fastboot and I have to manually make it go to system every time I turn it on.
Click to expand...
Click to collapse
Is there any one there that had the same situation?
chiquito3 said:
I'm trying to restock my xt925. After an attempt to flash one of the roms here it did not installed but since I wiped everything I try a restore frm the nandroid backup made with Philz recovery. After the restore the phone had no signal at all.
I'm trying to flash using RSD but it gives an error: Failed flashing Process.
Also I find the boot firmware for XT926 but no for XT925. My phone is actually booting but without any signal.
Click to expand...
Click to collapse
Haha my friend! I had a more-less same situation last month!!!
Here's what you do:
1. Download RSD Lite 6.1.5 - https://dl.dropboxusercontent.com/u/...ite_v6.1.x.zip
2. Make sure you have installed latest Motorola Device Manager and drivers on your PC - https://motorola-global-portal.custhelp.com/app/answers/detail/a_id/88481/action/auth
3. Download XT925 stock firmwares (Retail.DE for example...) - http://sbf.droid-developers.org/phone.php?device=6
4. Put the phone in AP Fastboot, connect it to PC and start RSD Lite
5. When you extract it and load the rom in RSDLite if you get FLASHING FAILED ˝getvar´ you'll need to edit rom file and delete line with ˝getvar˝ strings
Try this and let me know how it went ...
Cheers
six37 said:
Haha my friend! I had a more-less same situation last month!!!
Here's what you do:
1. Download RSD Lite 6.1.5 - https://dl.dropboxusercontent.com/u/...ite_v6.1.x.zip
2. Make sure you have installed latest Motorola Device Manager and drivers on your PC - https://motorola-global-portal.custhelp.com/app/answers/detail/a_id/88481/action/auth
3. Download XT925 stock firmwares (Retail.DE for example...) - http://sbf.droid-developers.org/phone.php?device=6
4. Put the phone in AP Fastboot, connect it to PC and start RSD Lite
5. When you extract it and load the rom in RSDLite if you get FLASHING FAILED ˝getvar´ you'll need to edit rom file and delete line with ˝getvar˝ strings
Try this and let me know how it went ...
Cheers
Click to expand...
Click to collapse
Hi! Thnks for your reply. I did manage to flash it manually one by one using fastboot but I did not ever could use RSD. I did try editing the command script erasing the gatvar and oem lines but never worked for me. I would love for it to work because I understand it is better and less work using RSD.
Ok! Just tried this again. You need to edit .xml file by deleting both of these threads:
<step operation="getvar" var="max-download-size" />
<step operation="oem" var="fb_mode_set" />
If it doesn't work try also deleting :
<?xml version="1.0" encoding="UTF-8"?>
<flashing>
Please try if you have time...
All the best
quick questions....my device is also 925, stock, rooted and unlocked bootloader.
now if i would do a factory reset via the phone or flash my stock firmware via sbf or when we eventually get the official kitkat upgrade:
i assume i would loose root with each of these actions?
but would the unlocked bootloader by affected in any way...ie would i ever have to re unlock? this is indeed permanent from my understanding?
thx and sorry if these r stupid questions...
peladoro said:
quick questions....my device is also 925, stock, rooted and unlocked bootloader.
now if i would do a factory reset via the phone or flash my stock firmware via sbf or when we eventually get the official kitkat upgrade:
i assume i would loose root with each of these actions?
but would the unlocked bootloader by affected in any way...ie would i ever have to re unlock? this is indeed permanent from my understanding?
thx and sorry if these r stupid questions...
Click to expand...
Click to collapse
- If you factory reset from phone you'll not lose root but if you flash sbf via rsd lite or similar you will lose it and have to root it again.
- Before receiving OTA KitKat you'll have to install OTA Root keeper to preserve root function.
- Bootloader will remain unlocked forever no matter what you do.
ok thx for your response...so i would have to unroot, ota then re-root as the xt926 users needed to do for their ota i guess?
six37 said:
- If you factory reset from phone you'll not lose root but if you flash sbf via rsd lite or similar you will lose it and have to root it again.
- Before receiving OTA KitKat you'll have to install OTA Root keeper to preserve root function.
- Bootloader will remain unlocked forever no matter what you do.
Click to expand...
Click to collapse
peladoro said:
ok thx for your response...so i would have to unroot, ota then re-root as the xt926 users needed to do for their ota i guess?
Click to expand...
Click to collapse
No! Don't need to ¨unroot¨!! Just download VooDoo OTA rootkeeper from play store. Then with this app temporary unroot, install OTA update and after that restore root using same app...
Cheers
lol...yeah i had already downloaded and used it, i meant temp unroot with app
six37 said:
No! Don't need to ¨unroot¨!! Just download VooDoo OTA rootkeeper from play store. Then with this app temporary unroot, install OTA update and after that restore root using same app...
Cheers
Click to expand...
Click to collapse
No more rom download...
Hello,
the download page for the XT925 firmwares is not working anymore...
My RAR HD is now bricked and I need the stock firmware for it, did anyone downloaded it and could upload it back for me somewhere ?
I need the version 180.46.127.xt925.CCC-Retail.en.eu
Hope someone has it...

Please help: How to return htc u11 to stock

Hi guys,
My phone now is on LeeDroid custom ROM (Build 1.03.401.6.9_g CL923215)
What are the steps to return the htc u11 to stock please?
The original software number of my phone is: 1.11.400.4
EDIT: I went to: https://forum.xda-developers.com/showpost.php?p=72425224&postcount=5
& downloaded stock recovery & nandroid TWRP backup (for 1.11.400.4).
However, I couldnt flash that nandroid TWRP from TWRP recovery.
Long story short, I just got the phone today, I made a big mistake by not inserting the simcard in & testing to see if the phone working or not.
So, I went straight through the process of unlocking bootloader, installing TWRP, Rooting, Installing custom ROM without making a nandroid backup.
For all that, the phone did not recognize the sim cards (tried both my sim & my gf's sim. not working)
The store will take back the phone as long as I return it to stock.
Thanks for your help!!!
dsymbol said:
Hi guys,
What's the process of returning the htc u11 to stock please?
Googling doesn't give me much result.
Long story short but I just got the phone today, I made a big mistake by not inserting the simcard in & testing to see if the phone working or not.
So, I went straight through the process of unlocking bootloader, installing TWRP, Rooting, Installing custom ROM without making a nandroid backup.
For all that, the phone did not recognize the sim cards (tried both my sim & my gf's sim. not working)
The store will take back the phone as long as I return it to stock.
Thanks for your help!!!
Click to expand...
Click to collapse
You'll need to download the stock rom for your verison (ruu). Hopefully one is available. Check the guide section here.
purple patch said:
You'll need to download the stock rom for your verison (ruu). Hopefully one is available. Check the guide section here.
Click to expand...
Click to collapse
I've downloaded stock recovery & nandroid TWRP backup of my stock ROM now.
What are the steps to revert the phone to stock please?
Thanks
dsymbol said:
I've downloaded stock recovery & nandroid TWRP backup of my stock ROM now.
What are the steps to revert the phone to stock please?
Thanks
Click to expand...
Click to collapse
Restore the TWRP backup, check everything is working, then flash stock recovery if you need to. The stock Nandroid should include recovery asfaik. I'm more of a trial and error guy lol. Read guide pages to know for certain, check HTC 10 guides, same steps.
purple patch said:
Restore the TWRP backup, check everything is working, then flash stock recovery if you need to. The stock Nandroid should include recovery asfaik.
Click to expand...
Click to collapse
ok so I downloaded TWRP_Backup_Untouched_System_Image_+_Boot_1.11.400.4_OCEAN_DUGL_with_recovery.
1. Transfering the TWRP backup to the phone's storage
2. Flashing that backup just like flashing the custom ROM (it says Invalid zip file format. Error ect...) Please help
3. Flashing the recovery just like flashing the TWRP using adb commands
4. Lock the bootloader? I don't know how to do this.
Please advice
Thanks purple patch
dsymbol said:
ok so I downloaded TWRP_Backup_Untouched_System_Image_+_Boot_1.11.400.4_OCEAN_DUGL_with_recovery.
1. Transfering the TWRP backup to the phone's storage
2. Flashing that backup just like flashing the custom ROM (it says Invalid zip file format. Error ect...) Please help
3. Flashing the recovery just like flashing the TWRP using adb commands
4. Lock the bootloader? I don't know how to do this.
Please advice
Thanks purple patch
Click to expand...
Click to collapse
Get the one from here and follow instructions. That's what the thread is for. https://forum.xda-developers.com/u11/how-to/collection-htcu-u11-ruu-firmware-t3612048. Sorry i don't have time to do the leg work for you (i'm out atm), but it's all there.
download this Official RRU firmware and install it https://forum.xda-developers.com/u11/how-to/unlocked-htc-u11-software-update-6-19-t3624814
Use the ruu, you might need the HTC drivers but in the future never not make a backup, 15 mins could save u a major headache
AllGamer said:
download this Official RRU firmware and install it https://forum.xda-developers.com/u11/how-to/unlocked-htc-u11-software-update-6-19-t3624814
Click to expand...
Click to collapse
I'm downloading it now & will report back very soon.
Thanks for the tip AllGamer!!!
AllGamer said:
download this Official RRU firmware and install it https://forum.xda-developers.com/u11/how-to/unlocked-htc-u11-software-update-6-19-t3624814
Click to expand...
Click to collapse
Finished downloading & now I got an ERROR installation, something like a wrong ROM, probably because I'm currently on LeeDroid custom ROM (Build 1.03.401.6.9_g CL923215)
Please advice
Thank you
dsymbol said:
Finished downloading & now I got an ERROR installation, something like a wrong ROM, probably because I'm currently on LeeDroid custom ROM (Build 1.03.401.6.9_g CL923215)
Please advice
Thank you
Click to expand...
Click to collapse
Your going to need a full signed RUU zip matching your original firmware and CID buddy.
Based on your original build number its an Indian dual SIM device so here is the ruu:
https://www.androidfilehost.com/?fid=817550096634780026
1. Rename it to 2PZCIMG.zip
2. Lock your bootloader
3. Drop the zip on your external SD card.
3. Boot to download mode, at that point you will be prompted to flash... Accept... Profit.
If you don't have an external SD.
1. Lock your bootloader.
2. Boot to download mode.
3. Open a cmd window and run the below commands.
fastboot orm rebootRUU (hit enter)
fastboot flash zip (drag the zip into the cmd window then hit enter)
dsymbol said:
Finished downloading & now I got an ERROR installation, something like a wrong ROM, probably because I'm currently on LeeDroid custom ROM (Build 1.03.401.6.9_g CL923215)
Please advice
Thank you
Click to expand...
Click to collapse
On the PC side, what was the exact error message?
you can ignore the warning from the phone side.
I had a similar issue the other day, but then I was able to run the RUU upgrade to rest my phone back to stock as I had to ship it back for a refund, to get the new Red ones
When I ran the RUU thing it wouldn't detect the phone, did a few things, and then it was finally able to detect the phone.
and when it started updating the Boot image it hung for a long while, I had to restart the phone back into download mode, then run the RUU again, and it was able to continue from there.
AllGamer said:
On the PC side, what was the exact error message?
you can ignore the warning from the phone side.
I had a similar issue the other day, but then I was able to run the RUU upgrade to rest my phone back to stock as I had to ship it back for a refund, to get the new Red ones
When I ran the RUU thing it wouldn't detect the phone, did a few things, and then it was finally able to detect the phone.
and when it started updating the Boot image it hung for a long while, I had to restart the phone back into download mode, then run the RUU again, and it was able to continue from there.
Click to expand...
Click to collapse
It says: ERROR [130]: MODEL ID ERROR
The ROM Update Utility cannot update your Android phone.
Please get the correct ROM Update Utility and try again.
The previous screen says:
Verifying that you want to update
Image version 1.03.401.6
to
Image version 1.11.617.4
LeeDroid said:
Your going to need a full signed RUU zip matching your original firmware and CID buddy.
Based on your original build number its an Indian dual SIM device so here is the ruu:
https://www.androidfilehost.com/?fid=817550096634780026
1. Rename it to 2PZCIMG.zip
2. Lock your bootloader
3. Drop the zip on your external SD card.
3. Boot to download mode, at that point you will be prompted to flash... Accept... Profit.
Click to expand...
Click to collapse
I'm on it now & will report back!
Thank you Sir for joining the party. I have hope now
dsymbol said:
I'm on it now & will report back!
Thank you Sir for joining the party. I have hope now
Click to expand...
Click to collapse
Added an extra step incase you don't have an external sd
dsymbol said:
It says: ERROR [130]: MODEL ID ERROR
The ROM Update Utility cannot update your Android phone.
Please get the correct ROM Update Utility and try again.
The previous screen says:
Verifying that you want to update
Image version 1.03.401.6
to
Image version 1.11.617.4
Click to expand...
Click to collapse
The 1.03.401.6 may be European software. You will need the RUU for your exact phone model from: http://www.htc.com/us/support/updates.aspx
or https://forum.xda-developers.com/u1...u-firmware-t3612048/post72425227#post72425227
michaelbsheldon said:
The 1.03.401.6 may be European software. You will need the RUU for your exact phone model from: http://www.htc.com/us/support/updates.aspx
or https://forum.xda-developers.com/u1...u-firmware-t3612048/post72425227#post72425227
Click to expand...
Click to collapse
I have linked the correct ruu in my post above as per the original firmware mentioned in the op
The correct build is 1.11.400.4
LeeDroid said:
I have linked the correct ruu in my post above as per the original firmware mentioned in the op
The correct build is 1.11.400.4
Click to expand...
Click to collapse
I have the ext. sdcard ready.
I have a question about locking the bootloader please
To lock the bootloader, I have to do this? (found instruction from google)
adb reboot bootloader
& type in 1 of these commands & stop there if it works?
fastboot oem lock
fastboot flashing lock
fastboot oem relock
Please advice
dsymbol said:
I have the ext. sdcard ready.
I have a question about locking the bootloader please
To lock the bootloader, I have to do this? (found instruction from google)
adb reboot bootloader
& type in 1 of these commands & stop there if it works?
fastboot oem lock
fastboot flashing lock
fastboot oem relock
Please advice
Click to expand...
Click to collapse
adb reboot download
fastboot oem lock
LeeDroid said:
adb reboot download
fastboot oem lock
Click to expand...
Click to collapse
Confirmation number: 5G354245BV234401U

Categories

Resources