Help flashing from Fastboot screen - Desire General

Hi guys,
I am one of the 'lucky' ones with a broken USB-port. I currently have the MoDaCo custom ROM installed but I want to be able to install a generic ROM and return my phone for repairs.
Thus, I need to flash a generic ROM to my phone, and that's where my (n00b) problems start.
1: Flashing the original file simply by running the .exe file crashes. First, when describing my current FW version it says something about having 'too many images' or something. It tries to flash, but gets stuck while 'waiting for bootloader'. This runs to 100, and then gives me an error-message. Annoying!
2: As 1: doesn't work I want to flash directly from Fastboot. However, I cannot exract the two files needed to flash for some reason... I rename the RUU file from .exe to .zip, but only extract the boot.img file - the large .zip file returns an error, and nothing is extracted. I use winrar to extract, but have also tried 7zip.
3: If/when I succeed in extracting the files - where should the be put, when I execute the fastboot commands? On the SD-card or in the androidsdk/tools folder on the pc?
I really hope you can help me with the above. It's so annoying, so now I just want to return my device
Thanx for you help guys

Welcome in the club, come to here:
http://android.modaco.com/content/h...sues-with-usb-connectivity-etc-and-root-a2sd/
cause there we collect all infos about that issue

Thanks - but I'm following that constantly.
At the moment I just want to be able to flash the generic ROM, so I can send in my phone for repair. A rooted ROM is not going to be accepted.
Do you know the answer to my questions above?

There is a thread over at modaco on how to unroot your device. I used that to return mine to a generic rom before handing it back. It uses the fastboot option. I had the usb problem too.

Do you mean this thread:
http://android.modaco.com/content-page/307683/howto-unroot-your-htc-desire/page/40/
???
I can't see anywhere the talk about Fastboot option...

Just enter fastboot and run one of the stock roms from here:
http://forum.xda-developers.com/showthread.php?t=677513

unfortunately that's where my installation crashes. I go into Fastboot and just run the .exe files. That stops because it cannot find the bootloader or something.
I need a method that isn't just executing the .exe files, but pushing the boot.img and the .zip files from a terminal fastboot command!

what does fastboot say if you plugin your phone, start in fastboot, download the android sdk to your pc and run fastboot devices from commandline

JeckyllHavok said:
what does fastboot say if you plugin your phone, start in fastboot, download the android sdk to your pc and run fastboot devices from commandline
Click to expand...
Click to collapse
It can do that no problem - I can run the fastboot commands. I just don't know which to run - that's my problem

just run
fastboot devices
this shows if fastboot sees your phone. It should give you a letter number combi

BTW: if you are on vista or win7 try the exe several times, cause theese two OS'es aren't fast in detecting new devices

JeckyllHavok said:
BTW: if you are on vista or win7 try the exe several times, cause theese two OS'es aren't fast in detecting new devices
Click to expand...
Click to collapse
Run as administrator as well just in case.

abc27 said:
Run as administrator as well just in case.
Click to expand...
Click to collapse
I solved it - somehow.
I ran the unroot RUU file - again and again. And tried a few different USB-ports on my pc. I came gradually a little longer each time - and in the end - after maybe 5 attempts, it went all the way.
Yay - so now it's sent for repairs!

millen said:
I solved it - somehow.
I ran the unroot RUU file - again and again. And tried a few different USB-ports on my pc. I came gradually a little longer each time - and in the end - after maybe 5 attempts, it went all the way.
Yay - so now it's sent for repairs!
Click to expand...
Click to collapse
My just keep saying error 140 wrong bootloader version?? I have tried so many time now?? How did you do that? Do I have to get into fastboot to flash the exe file?

Related

[TUT] Re-flash stock ROM (RUU) after bricking a rooted device (for noobs)

Before you start, you will need to set up your computer to properly recognize the phone. You probably did this when rooting originally, but just in case... Install SDK tools for Android, Java runtime, and HTC Sync.
About HTC Sync: The only reason you need HTC Sync installed is for the USB drivers that come with it. But the program itself has been known to cause conflicts. Make sure that HTC Sync is not running in the background by opening Task Manager in Windows and killing it if you find it lurking in there.
Here we go:
1. Download the correct RUU (ROM Update Utility) for your device from androidfiles.org. Make sure you download a Primo_C RUU for a CDMA device (no sim card) or a Primo_U RUU for a GSM device (uses a sim card)!! Also make sure you get the correct RUU for your carrier.
2. Charge the battery above 50% or for at least one hour. If the battery dies during the flashing process, you could hard brick the phone!
3. Run the RUU until the wizard comes up. While the RUU wizard is open, find the temporary folder it created. (Open Explorer in Windows and type %temp% in the navigation bar.) There will be two folders with long encrypted names. In one of them you will find ROM.zip. Open it with 7zip and extract recovery.img or recovery_signed.img. Put it in the location were you've installed Android SDK tools. This is the stock HTC Recovery and it is needed to run the RUU.
4. Boot the phone into bootloader (power off, hold down volume and press power) and highlight FASTBOOT using the volume rocker and pressing power. Then connect the USB cable. You should see FASTBOOT USB.
5. Open a command prompt in Windows and navigate to the folder where you installed Android SDK tools. Flash the stock recovery extracted in step 3 above using the following command:
Code:
fastboot flash recovery recovery.img
or
Code:
fastboot flash recovery recovery_signed.img
6. Relock the bootloader using the following command:
Code:
fastboot oem lock
7. Re-run the RUU. It will restore the device to it's original condition, locked (though *** RELOCKED ***) and unrooted.
Once the install is done you'll have unlock the bootloader again using the token you already have from the first time, reflash CWM Recovery and re-root. All this will be 10x easier than the first time.
If you do re-root your phone, be 100% you backup the stock ROM in ClockworkMod Recovery before making changes!
Hi
Thanks for that perfect decsription exactly when I needed it
I just had a weired effect with my new windows 7 laptop that I want to share.
I installed the USB drivers and "fastboot devices" showed my HTC fine
but even flashing the stock recovery image was not working.
So it was stucking in the "Sending" part and never continued.
I then moved to my old laptop with Vista did exactly the same things
and there it worked without problems.
I disabled virus scanner, checked for htsync and used the original USB cable
without success.
But now I know why I normally never touch Windows and only
work on linux
Regards
max
---------- Post added at 11:19 PM ---------- Previous post was at 10:33 PM ----------
Hi
CafeKampuchia said:
If you do re-root your phone, be 100% you backup the stock ROM in ClockworkMod Recovery before making changes!
Click to expand...
Click to collapse
I have done that now - compared to my first "try"
Regards
max
hi. thanks for the tips.
however when i do this, i get an error "FAILED <remote: signature verify fail>
Any suggestions?
ur RUU and CID is diff...
ryanlow134 said:
ur RUU and CID is diff...
Click to expand...
Click to collapse
and... how do i make them the same?
lcavada said:
and... how do i make them the same?
Click to expand...
Click to collapse
Use the correct RUU package for your device
regards
max
Another way of saying it is that you downloaded the wrong RUU for your device.
not working
it keeps on saying waiting for device n does not proceed further
i tried installing the drivers again but that doesnt help either
pls help me out
I use fastboot flasher for this.. this tool is good .
sush93 said:
it keeps on saying waiting for device n does not proceed further
i tried installing the drivers again but that doesnt help either
pls help me out
Click to expand...
Click to collapse
"Waiting for Device" at fastboot usually related to bootloader driver. You need Android USB Driver
See : http://developer.android.com/sdk/win-usb.html
Hi folks,
I've bought my One V in late may and I had 2.08 ROM.
Now I've tested some roms and I wanted to revert back to stock rom.
I've downloaded RUU_PRIMO_U_ICS_40A_HTC_Europe_2.08.401.2_Radio_20.72.30.0833U_3831.17.00.18_M_release_263376_signed, and got recovery_signed and boot_signed images. Then I've went to fastboot, did flash recovery and boot partitions, and oem locked bootloader. Afterwards I booted my phone and entered PIN. Then I fired up RUU*.exe file, and I have 155 error. What the heck? Something I missed?
greetings!
run the ruu in hboot..
Sent from my HTC One V
thevilish said:
Hi folks,
I've bought my One V in late may and I had 2.08 ROM.
Now I've tested some roms and I wanted to revert back to stock rom.
I've downloaded RUU_PRIMO_U_ICS_40A_HTC_Europe_2.08.401.2_Radio_20.72.30.0833U_3831.17.00.18_M_release_263376_signed, and got recovery_signed and boot_signed images. Then I've went to fastboot, did flash recovery and boot partitions, and oem locked bootloader. Afterwards I booted my phone and entered PIN. Then I fired up RUU*.exe file, and I have 155 error. What the heck? Something I missed?
greetings!
Click to expand...
Click to collapse
Flashing RUU to revert to stock
- you must have the correct RUU for your device.
- if you are not sure, download CID Getter from Play Store and run it, it will show your CID.
- with your CID, you may be able to find a correct RUU for your device
then (even though some people may not agree with this, but this will bring no harm and it is noob-proof) do this:
1- flash a stock recovery.img
fastboot flash recovery recovery_signed.img
fastboot reboot-bootloader
fastboot erase cache
2- flash a stock boot.img
fastboot flash boot boot_signed.img
fastboot reboot-bootloader
fastboot erase cache
3- re-lock bootloader
fastboot oem lock
fastboot reboot-bootloader
fastboot erase cache
4- flash RUU
NOTE: There is no boot/reboot and enter pin in between.
paarthdesai said:
run the ruu in hboot..
Sent from my HTC One V
Click to expand...
Click to collapse
I've done this before and didn't succeeded, but now it works! Magic
Thanks a lot!
help
CafeKampuchia said:
Before you start, you will need to set up your computer to properly recognize the phone. You probably did this when rooting originally, but just in case... Install SDK tools for Android, Java runtime, and HTC Sync.
About HTC Sync: The only reason you need HTC Sync installed is for the USB drivers that come with it. But the program itself has been known to cause conflicts. Make sure that HTC Sync is not running in the background by opening Task Manager in Windows and killing it if you find it lurking in there.
Here we go:
1. Download the correct RUU for your device from Football's Primo Shipped ROM Collection.
2. Charge the battery above 50% or for at least one hour. If the battery dies during the flashing process, you could hard brick the phone!
3. Run the RUU until the wizard comes up. While the RUU wizard is open, find the temporary folder it created. (Open Explorer in Windows and type %temp% in the navigation bar.) There will be two folders with long encrypted names. In one of them you will find ROM.zip. Open it with 7zip and extract recovery.img or recovery_signed.img. Put it in the location were you've installed Android SDK tools. This is the stock HTC Recovery and it is needed to run the RUU.
4. Boot the phone into bootloader (power off, hold down volume and press power) and highlight FASTBOOT/B] using the volume rocker and pressing power. Then connect the USB cable. You should see FASTBOOT USB.
5. Open a command prompt in Windows and navigate to the folder where you installed Android SDK tools. Flash the stock recovery extracted in step 3 above using the following command:
Code:
fastboot flash recovery recovery.img
or
Code:
fastboot flash recovery recovery_signed.img
6. Relock the bootloader using the following command:
Code:
fastboot oem lock
7. Re-run the RUU. It will restore the device to it's original condition, locked (though *** RELOCKED ***) and unrooted.
Once the install is done you'll have unlock the bootloader again using the token you already have from the first time, reflash CWM Recovery and re-root. All this will be 10x easier than the first time.
If you do re-root your phone, be 100% you backup the stock ROM in ClockworkMod Recovery before making changes!
Click to expand...
Click to collapse
PLEASE HELP!
The 5th point does not work for me. I can not run the code.
What can i do?
what do you mean by navigate to the folder where you installed sdk?
brandoncoronado said:
what do you mean by navigate to the folder where you installed sdk?
Click to expand...
Click to collapse
It means that if you installed SDK in c:/android, then u must type.in the command prompt: cd c:/android and hit enter
Cheers
Sent from my HTC One V using xda app-developers app
brandoncoronado said:
what do you mean by navigate to the folder where you installed sdk?
Click to expand...
Click to collapse
where the fastboot.exe is located and stock recovery must be in the same folder for the command to work
[ask] Error 155
hey guys, ive been reading all tutorial for reverting to stock RUU.
the first time i tried, it works prefectly.
then after a few weeks, i tried to revert to stock RUU, it failed .
it show error 155.
i already flash the boot , recovery that i found inside the stock RUU, also I've relock the phone.
but when i relock the phone, it show "info Lock successfully , status read failed no such file / directory"
when i enter bootloader, it show that my device already "relocked"
does the relocked proses is successfully ?
iam running PrimoU 2.09.707.1 with stock bootloader, CWM recovery, and rooted ..
I did exactly as it is mentioned but at the end where there is vertical progress bar it gives me an error of customer Id... Failed to update. What shud i do. How do I check what my customer Id is I can't Download it from play store coz can't boot into normal screen... How do I make ruu and cid same.
Sent from my Galaxy Nexus using xda app-developers app

[Q] Start anew

Hello,
To start off, I want to say that I DID search on this forum, for similar threads, and while I did find some, I couldn't find out how to do it.
My Phone:
HTC One X
S-ON
Rooted
Locked bootloader
ROM: Android Revolution HD
CID: HTC__E11
I flashed my current ROM a while ago, but I really cannot remember doing it and I deleted the backup I made before flashing (I always back up before flashing) because I thought I was running the stock ROM (without trouble) and I needed space.
What I want to do now, is get rid of EVERYTHING and just reset it to what it was when I first booted it, when that's all done, I want to root it again and unlock the bootloader.
The problem is that I can't find the appropriate RUU. I've been looking for it for a good while now, but I can't seem to find it.
I've downloaded OTA_ENDEAVOR_U_JB_45_S_HTC_Europe_3.14.401.27-2.17.401.2_release_298985n1wwcwzs385c0bvz.zip from
htcruu.com/ index.php?dir=Endeavor (not allowed to put links here, sorry) and I put that in my SDCard directory.
When I tried to flash it (I don't know whether I am supposed to or not, but I only got a .zip and no .exe...) it did not work.
If you need the error, tell me and I'll do it again.
Regards,
Pim
If you can't find a ruu, you can use a stock nandroid backup. You can find a collection of them at general if I remember correctly.
Sent from my HTC One X
The ruu doesn't work because it's an OTA ....its just an update file ! Not the whole RUU
http://www.htcruu.com/securekey.php...Radio_5.1204.162.29_release_298897_signed.exe
this is the full RUU
Yes. Previous poster is correct. Download that file.
Do not put it on your sdcard.
Plug your phone into PC
Reboot into hboot by holding power & volume down for about 20seconds.
Press power button to go to fastboot
Open a cmd window and run fastboot oem lock to relock your bootloader
Run your ruu as administrator on your PC by right clicking and pressing open as administrator
Follow the instructions on your PC to flash the ruu
Sent from my HTC One X using xda app-developers app
Thanks a lot, but I'm still having trouble :s
I connect my phone to my pc via USB when I am looking at these options on my screen:
- HBOOT
- REBOOT
- REBOOT BOOTLOADER
- POWER DOWN
When I type "fastboot oem lock" in cmd, I get the following response:
" 'fastboot' is not recognized as internal or external command, operable program or batch file ".
And when I run the RUU (as administrator) I get "Error [170]: USB CONNECTION ERROR".
Regards,
Pim
Do you have HTC drivers installed and java SDK platform files ?
Have you ever used fastboot commands ?
Do you have a fastboot folder on the pc with fastboot/adb files in it ? When you connect the phone to the pc and put in bootloader menu you should see something like fastboot USB
Download this
http://db.tt/ldx3qOOU
And put the folder in c:\
So you have
C:\fastboot\ files in the folder
Open a dosprompt in that folder and type
Fastboot devices while the phone is still in bootloader menu If it comes up with your serial its good
Mr Hofs said:
Do you have HTC drivers installed and java SDK platform files ?
Have you ever used fastboot commands ?
Do you have a fastboot folder on the pc with fastboot/adb files in it ? When you connect the phone to the pc and put in bootloader menu you should see something like fastboot USB
Download this
db.tt/ldx3qOOU
And put the folder in c:\
So you have
C:\fastboot\ files in the folder
Open a dosprompt in that folder and type
Fastboot devices while the phone is still in bootloader menu If it comes up with your serial its good
Click to expand...
Click to collapse
Thanks.
I installed Windows to do this (Nothing worked on Mac, and things like this are usually easier on Windows than on Mac), and I forgot to install these things again.
I'll try this in a sec and I'll report here when I'm done.
Regards,
Pim
Mr Hofs said:
The ruu doesn't work because it's an OTA ....its just an update file ! Not the whole RUU
htcruu. com/securekey.phpfile=Endeavor/RUU_ENDEAVOR_U_JB_45_S_HTC_Europe_3.14.401.27_Radio_5.1204.162.29_release_298897_signed.exe
this is the full RUU
Click to expand...
Click to collapse
bagofcrap24 said:
Yes. Previous poster is correct. Download that file.
Do not put it on your sdcard.
Plug your phone into PC
Reboot into hboot by holding power & volume down for about 20seconds.
Press power button to go to fastboot
Open a cmd window and run fastboot oem lock to relock your bootloader
Run your ruu as administrator on your PC by right clicking and pressing open as administrator
Follow the instructions on your PC to flash the ruu
Click to expand...
Click to collapse
Hello,
First of all, I'd like to apologize for leaving so suddenly, but I had some other, more important, things on my mind.
Thanks for the link, but when I try to do that (and follow all the instructions I get on the screen), it all goes well, until just after "erasing user data", when I get the error as seen in the attachments.
When I started my phone, I had to fill in the basic questions, but I later found out that all my files were still there, while the apps themselves had been uninstalled...
I figured some general stuff out, and adb and fastboot are now *finally* working as they should.
Regards,
Pim
EDIT: Since I'm not quite sure whether or not the attachments are working, I uploaded them to imgur:
imgur. com/a/yMxph <= just remove the space before the between the "imgur." and "com/a/yMxph"
Well, I've just downloaded the correct RUU, but I'm currently getting error 155: unknown error...
I'm kinda clueless about what to do now...
Regards,
Pim
Download from the 2.17.401 ruu and try again.....otherwise flash back the stock recovery from the main version that you currently have
http://androidfiles.org/ruu/securek...Radio_2.1204.135.20_release_274900_signed.exe
So the stock recovery should be 1.29 based
Mr Hofs said:
Download from the 2.17.401 ruu and try again.....otherwise flash back the stock recovery from the main version that you currently have
http://androidfiles.org/ruu/securek...Radio_2.1204.135.20_release_274900_signed.exe
So the stock recovery should be 1.29 based
Click to expand...
Click to collapse
I used the same RUU I used before, but this time with relocked bootloader (forgot to relock that again), this time it worked!
I'm currently updating to Jelly Bean, and then I'll root it again etc. If I'm right, S-OFF is possible for the One X these days, right?
If so, would anyone know an easy and clear tutorial?
Regards,
Pim
Noone figured out the way to S-off for HOX yet, no.
BlueSingA said:
Noone figured out the way to S-off for HOX yet, no.
Click to expand...
Click to collapse
Sigh... well, thanks anyway.
Regards,
Pim

Trouble installing RUU?

I'm trying to install the latest RUU for my developer edition. The RUU loads till the point where I accept the agreement and then nothing. I'm on Windows 8.1. Here is where I got the RUU from http://www.htc.com/us/support/htc-one-m8/news/
Any idea why is this happening or how to fix it? I'm having all sort of problems with the phone at the moment. I'm giving a RUU a try to see if it fixes it.
Thanks in advance!
Same thing happens to me, no idea why. Works fine in Windows 7. some people say it's to do with needing a C++ Update but that didn't work for me either
What you can do, though, is once at the T&Cs screen, open a run box and type in %temp% and it'll take you to the Temporary Files folder on your PC and if you look at the newest folders there should be 2. One will contain a compressed file called 'rom'. Copy this to your Desktop, then to a microSD card and flash that via HBOOT or flash it via RUU mode using htc_fastboot.exe (which you can find here)
EddyOS said:
Same thing happens to me, no idea why. Works fine in Windows 7. some people say it's to do with needing a C++ Update but that didn't work for me either
What you can do, though, is once at the T&Cs screen, open a run box and type in %temp% and it'll take you to the Temporary Files folder on your PC and if you look at the newest folders there should be 2. One will contain a compressed file called 'rom'. Copy this to your Desktop, then to a microSD card and flash that via HBOOT or flash it via RUU mode using htc_fastboot.exe (which you can find here)
Click to expand...
Click to collapse
Could you refer to this C++ update if you happen to remember which one?
How do I flash the rom file through HBOOT or the RUU mode using htc_fastboot.exe (87.7 KB)?
To flash the ZIP in RUU mode
fastboot oem rebootRUU
htc_fastboot flash zip rom.zip
And unfortunately no, I don't know which update it was as didn't work
EddyOS said:
To flash the ZIP in RUU mode
fastboot oem rebootRUU
htc_fastboot flash zip rom.zip
And unfortunately no, I don't know which update it was as didn't work
Click to expand...
Click to collapse
I've never done this through RUU mode before, so I'll double check with you.
I'll open normal fastboot. Copy the rom.zip to the root of theSD Card or to the same folder where fastboot is? Also where to place HTC_fastboot.exe, same as fastboot or in the root of SD Card? Then I'll enter the command fastboot oem rebootRUU then htc_fastboot flash zip rom.zip? I'm sorry for the basic questions, thanks a lot!
If you're flashing it manually you don't copy it to your phone, just put it in your fastboot folder along with the htc_fastboot file and then do it all with the phone in fastboot mode
This is the same like applying the RUU exe? This will wipe everything and install everything from zero, right? On HBOOT I have a modified software status , is this going to be fixed as well?
Yep, completely resets the phone to factory defaults
EddyOS said:
Yep, completely resets the phone to factory defaults
Click to expand...
Click to collapse
@EddyOS
Sorry for asking more questions, but last time I applied a RUU was with my M7 when I first bought it. If I'm going to apply the RUU exe, does i have to be on fastboot or while the phone is on? Flashing the rom.zip, do I have to flash or format anything through fastboot or should reboot fastboot or simply reboot the phone? Applying RUU, does it reinstall HBOOT? Sorry and thanks again!
My previous post answers your last bit - it puts EVERYTHING back to factory and the latest versions
RUU.exe you can run when in Android or in fastboot mode, RUU.zip HAS to be flashed in RUU mode.
I've said everything you need to know so if you still don't get it, don't bother trying it
EddyOS said:
My previous post answers your last bit - it puts EVERYTHING back to factory and the latest versions
RUU.exe you can run when in Android or in fastboot mode, RUU.zip HAS to be flashed in RUU mode.
I've said everything you need to know so if you still don't get it, don't bother trying it
Click to expand...
Click to collapse
I'm just making sure. I don't have another phone at the moment and limited 3G internet connection, so I don't want to get stuck with the phone not working or downloading things twice. Sorry for repeating the same questions though
hello...sorry for the noob question....is there a way for me to install the RUU in linux....in window 7....it is always askin for me to install drivers...etc...n error msg...device not found...etc....i dont have those errors in linux....
never mind...I found it...

[Q] Hardbrick after overwrite fastboot

Dear All,
I hard bricked my ZE551ML 64GB by using the following sequence:
'fastboot flash fastboot droidboot.img'
'fastboot flash fastboot recovery.img'
'fastboot flash fastboot boot.img'
'fastboot flash fastboot system.img' <-- got error only at this stage
So don't do it it is totally wrong.
Now I got the usb logo when i go to fastboot, see attached image.
I can see a procedure for Zenfone 5 to recover from this error here:
http://www.asus-zenfone.com/2014/11/how-to-unbrick-zenfone-5-and-zenfone-6_8.html
My question is does the same procedure exists for Zenfone 2 and where to download all the files?
Thanks
I believe most of the programs there should also work for the ZF2. I would give this procedure a try, and I wish I could get my hands on a Bricked device to try this. But remember, DON'T use the ZF5/6 images!
Get the stock images for the ZF2 from: https://www.asus.com/Phones/ZenFone_2_ZE551ML/HelpDesk_Download/
EdoIsa said:
I believe most of the programs there should also work for the ZF2. I would give this procedure a try, and I wish I could get my hands on a Bricked device to try this. But remember, DON'T use the ZF5/6 images!
Get the stock images for the ZF2 from: https://www.asus.com/Phones/ZenFone_2_ZE551ML/HelpDesk_Download/
Click to expand...
Click to collapse
What are FZ DnX, IFWI, FW DnX and OS images files ?
How to extract them from the site you mentioned?
Another issue, is my PC refuses to regonise the ZF2 when connecting to USB, saying MTP Android USB driver failed to install....
I have no experience with FZ DnX, IFWI, FW DnX files, but the OS image file is on the site I posted.
Follow my link. Once there, expand the list 'Firmware' and download firmware Version WW_2.15.40.10. Once its downloaded, open the zip file. Inside should be a System.img file. Extract the System.img file into your Fastboot folder. This is the OS image the guide is referring to.
Ask around for the meaning of the other files. Meanwhile, I will research more about those files later tomorrow and get back with any info I can find. Good luck!
cde2006 said:
Another issue, is my PC refuses to regonise the ZF2 when connecting to USB, saying MTP Android USB driver failed to install....
Click to expand...
Click to collapse
install driver manually. see attachment.
When you plug your phone into the computer, does the phone show up in the device management? Typing devmgmt.msc into the windows 7 start menu or the start run menu on XP is the fastest way to get to Device Manager.
Is the device already known by your computer?
What does device manager think it is?
If its unknown, please let us know what the Hardware Ids and Compatible Ids for this device show up as. In device manageer, you can open the devices properties and under the details tab choose Hardware Ids and Compatible Ids. you could screen shot these with Alt + PrtScn and use mspaint to save them off. Otherwise you have to use Ctrl + C to copy them out . You can choose all lines by selecting the first and while holding Shift, select the last. Then you can Ctrl + C to copy all of them out.
Looks like you've flashed incorrectly.
Should be
fastboot flash fastboot droidboot.img
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash system system.img
What you've essentially done (or tried to do) is flashed over fastboot with 4 different images. Only the first line of commands you used is correct.
Chinaphonearena said:
Looks like you've flashed incorrectly.
Should be
fastboot flash fastboot droidboot.img
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash system system.img
What you've essentially done (or tried to do) is flashed over fastboot with 4 different images. Only the first line of commands you used is correct.
Click to expand...
Click to collapse
Yes got this sequence from this forum,,, anyway I go the phone replaced now and all is fine.
Thanks people for the help.
I won't be rooting this phone until there is a more safe proven way to do it.
I think that avoiding flashing droidboot and recovery, and making sure file hashes match, everything should be fine.
Same issue
---------- Post added at 04:05 AM ---------- Previous post was at 04:02 AM ----------
cde2006 said:
Dear All,
I hard bricked my ZE551ML 64GB by using the following sequence:
'fastboot flash fastboot droidboot.img'
'fastboot flash fastboot recovery.img'
'fastboot flash fastboot boot.img'
'fastboot flash fastboot system.img' <-- got error only at this stage
So don't do it it is totally wrong.
Now I got the usb logo when i go to fastboot, see attached image.
I can see a procedure for Zenfone 5 to recover from this error here:
http://www.asus-zenfone.com/2014/11/how-to-unbrick-zenfone-5-and-zenfone-6_8.html
My question is does the same procedure exists for Zenfone 2 and where to download all the files?
Thanks
Click to expand...
Click to collapse
I put my 64gb sd in my ZF2 that I originally partitioned for my LG Optimus Pro and I moved a bunch of apps to the SD with link2sd and the first time I rebooted, the same screen with the USB logo and a full progress bar showed up. It won't recognize any fastboot or adb commands even though the ASUS adb is showing up in device manager. Nothing else shows up. In devices and printers I get Moorefield. The phone randomly reboots and goes back to the same screen over and over and each time the asus adb disappears from device manager and then returns. I found a guide on the zenfone 5 that looks promising, using the intel flash tool, however it requires the ZenFone 2 raw firmware files and I can't find them... Hopefully someone could help me salvage my ZF2 cuz I was really beginning love the phone... Thanks ahead of time for anyone that looks into this for me!
i can give you the files you look for. the easiest was is to flash with intel flash tool. Here you can read how th etool works and you found a link there.
I load your files up now here.
sry, had only the files for V5. I will load down and put it here.
boot error and bricked zenfone 2
i have same problem with my phone please send moorefields or other intel based boot drivers.. tanks
please tutor how to fixed it, thanks for advice
cde2006 said:
Yes got this sequence from this forum,,, anyway I go the phone replaced now and all is fine.
Thanks people for the help.
I won't be rooting this phone until there is a more safe proven way to do it.
Click to expand...
Click to collapse
Lol @ "got sequence on this forum" and "more safe proven way."
You didn't read the instructions carefully enough and made a big mistake as a result. The correct sequence was given. You just didn't read it carefully. Lesson learned.
Hopefully you can unbrick it.
No offense, but this type of thing is what happens when people just copy/paste and don't understand what they're doing.
What you did was overwrite the fastboot partition each time you flashed. You flashed a 2GB system img on top of your fastboot partition. This probably seemed like it locked up and you either unplugged or turned it off. This likely caused a corrupt partition.
Reading is key when you do anything with your phone.
This is perfectly safe. This is the way it works for all devices. It has nothing to do with the files or the phone. This was 100% user error. Simple as that.
ze550ml hard brick
http://forum.xda-developers.com/zenfone2/help/zenfone2-ze550ml-hard-bricked-t3148174#post61657126
my ze550ml hard brick too. please help me
sorry for bad english.
hardbrick zenfone 2
konsolen said:
i can give you the files you look for. the easiest was is to flash with intel flash tool. Here you can read how th etool works and you found a link there.
I load your files up now here.
Click to expand...
Click to collapse
Hello, i have the same issue with my zenfone 2, I download the firmware files from Asus website, but the Intel flash tool can't found a flashable image file. My question is to, if you have the firmware files that send it to me?
same issues here please help,
same issues here please help,

A5_CHL Virgin Mobile Fastboot and ADB won't work

I'm trying to reset this phone to stock and it just isn't cooperating. I had fastboot working enough to load the stock recovery on there but than I went to try to use the RUU it would just crash after the Terms and Conditions. So I looked up the solution and it was downloading a bunch of C++ Redistributables. It still didn't work and than I noticed it also wanted me to have the HTC Sync Manager installed so I did that. When that didn't help I uninstalled it. Now when I go into fastboot it just says "waiting on any device". It says Fastboot USB on the phone. The Device Manager reads it as "My HTC". I've been at this for hours and any help at this point would be a blessing.
Try to just extract the rom.zip file from the exe and flash that. You run the RUU and while it's running you click search and %temp% to find the files running. It's in one of the long numbered and lettered files. You can copy that and run using fastboot or rename it to OP9CIMG.zip I believe and put it in the root of your ext SD card and it should run automatically when you enter the bootloader.
thoctor said:
Try to just extract the rom.zip file from the exe and flash that. You run the RUU and while it's running you click search and %temp% to find the files running. It's in one of the long numbered and lettered files. You can copy that and run using fastboot or rename it to OP9CIMG.zip I believe and put it in the root of your ext SD card and it should run automatically when you enter the bootloader.
Click to expand...
Click to collapse
Bigsupersquid did that for me and I'm still running into the problem with fast boot.
disturbed1117 said:
Bigsupersquid did that for me and I'm still running into the problem with fast boot.
Click to expand...
Click to collapse
Oh, ok. You didn't mention that part so I didn't know. You say you had fastboot running initially enough to flash the stock recovery. Does that mean you've had issues with it from the beginning? I'd try to download the slimmer version found here on XDA and see if that's the issue. Other than that and the first suggestions I gave you I don't have much else. I have this same device a5_chl and haven't encountered this issue with mine. Sorry your having to deal with this. It's not fun.
disturbed1117 said:
I'm trying to reset this phone to stock and it just isn't cooperating. I had fastboot working enough to load the stock recovery on there but than I went to try to use the RUU it would just crash after the Terms and Conditions. So I looked up the solution and it was downloading a bunch of C++ Redistributables. It still didn't work and than I noticed it also wanted me to have the HTC Sync Manager installed so I did that. When that didn't help I uninstalled it. Now when I go into fastboot it just says "waiting on any device". It says Fastboot USB on the phone. The Device Manager reads it as "My HTC". I've been at this for hours and any help at this point would be a blessing.
Click to expand...
Click to collapse
Is your bootloader still unlocked?
I had to flash the recovery, then run 'fastboot oem lock' before I could run the ruu without errors.

Categories

Resources