Hello all! Yesterday I tried to get new rom on my HTC Incredible S. So I unlocked it on the htcdev.com and get a recovery... all works fine since I get new rom, when I installed it and reboot phone it stucks on HTC logo and nothing happens. I tried 3 different roms and the same thing happens... In original recovery it says S-On and maybe thats will be the cause of problem? So what I should do now? Please help me! Thans for answers and sorry for bad english
katobo45 said:
Hello all! Yesterday I tried to get new rom on my HTC Incredible S. So I unlocked it on the htcdev.com and get a recovery... all works fine since I get new rom, when I installed it and reboot phone it stucks on HTC logo and nothing happens. I tried 3 different roms and the same thing happens... In original recovery it says S-On and maybe thats will be the cause of problem? So what I should do now? Please help me! Thans for answers and sorry for bad english
Click to expand...
Click to collapse
dude you have to flash the roms boot.img seperatly. because you unlocked htc dev id assume you have adb drivers setup with fastboot.exe and all them files in a folder. for this im gunna pretend your files are in the c drive in a folder called android. before you start make sure you extract the boot.img from the roms zip file and put it in this android folder. open up command prompt and type the following.
cd c:\Android (Hit enter)
fastboot flash boot boot.img (hit enter)
wait for it to finish then reboot phone. rom should boot up fine
you must do this for every new rom until you s off
katobo45 said:
Hello all! Yesterday I tried to get new rom on my HTC Incredible S. So I unlocked it on the htcdev.com and get a recovery... all works fine since I get new rom, when I installed it and reboot phone it stucks on HTC logo and nothing happens. I tried 3 different roms and the same thing happens... In original recovery it says S-On and maybe thats will be the cause of problem? So what I should do now? Please help me! Thans for answers and sorry for bad english
Click to expand...
Click to collapse
I'm no expert so can't help you much, but the first thing I would ask is, 'did you flash the boot.img from within the ROM .zip after you installed the ROM'?
I'm HTCDev Unlocked, with S-ON still, and two ROMs I've used recently are ARHD 3.0.0/3.0.1 & Project X. I don't know which ROMs you are trying...
Not all will be compatible, I tried THIS ROM first but it didn't work (and I got what you are describing). See the help I received down this page HERE and on the previous page of that thread, but it proved to be a no-go.
EDIT: Said the same thing as above, got beaten to it while editing my post!
same problem was there for me
katobo45 said:
Hello all! Yesterday I tried to get new rom on my HTC Incredible S. So I unlocked it on the htcdev.com and get a recovery... all works fine since I get new rom, when I installed it and reboot phone it stucks on HTC logo and nothing happens. I tried 3 different roms and the same thing happens... In original recovery it says S-On and maybe thats will be the cause of problem? So what I should do now? Please help me! Thans for answers and sorry for bad english
Click to expand...
Click to collapse
u can see a file named boot.img inside the rom zip u downloaded.
open command prompt & navigate into the folder u saved fastboot files & type " fastboot flash boot boot.img "
then reboot phone custom rom will load.
I tried to do what you say, but it don`t works... I plug the phone in normal recovery and tried to use the : fastboot flash boot.img. When I hit enter i see message in cmd: unkown partition 'boot.img' error: cannot determine image filename for boot.img... what now?
katobo45 said:
I tried to do what you say, but it don`t works... I plug the phone in normal recovery and tried to use the : fastboot flash boot.img. When I hit enter i see message in cmd: unkown partition 'boot.img' error: cannot determine image filename for boot.img... what now?
Click to expand...
Click to collapse
You do not do this command from Recovery mode. You need to put the phone in FASTBOOT USB mode. So when you get to the HBOOT menu, choose FASTBOOT from the menu instead of RECOVERY. Then connect the phone to the USB port and type the following command:
fastboot devices
and your phone should respond with the device serial number. If it does, then you are good to go.
YEAH I DID IT!!! Sorry for it... Thanks for help and sorry for problems
Related
I need some help like if someone could help me root my phone by conectiong to my computer to help me out that would be great. I have hacked many windows mobile phones and iphone and I still cant do this I think i got the bootloader to unlock and I think I have it rooted im just having a problem trying to put the recovery image on before i can put a new rom on some please help me out.
Yahoo messanger jasonolbrys
help>!
give more details about where you stand , how far your in on your phone.
JasonInWisconsin said:
I need some help like if someone could help me root my phone by conectiong to my computer to help me out that would be great. I have hacked many windows mobile phones and iphone and I still cant do this I think i got the bootloader to unlock and I think I have it rooted im just having a problem trying to put the recovery image on before i can put a new rom on some please help me out.
Yahoo messanger jasonolbrys
Click to expand...
Click to collapse
Im pretty sure its rooted but im having a hard time trying to get the recovery-RA-nexus-v1.7.0.img to run i have tryed it wit hthe termial and through windows and im having no luck
JasonInWisconsin said:
I need some help like if someone could help me root my phone by conectiong to my computer to help me out that would be great. I have hacked many windows mobile phones and iphone and I still cant do this I think i got the bootloader to unlock and I think I have it rooted im just having a problem trying to put the recovery image on before i can put a new rom on some please help me out.
Yahoo messanger jasonolbrys
Click to expand...
Click to collapse
What are you seeing when attempting to flash recovery?
So when you reboot your phone you see an unlocked lock under the colourful "X"? If you do, you have indeed unlocked your bootloader and have a proper fastboot setup.
Now you need to boot back into the bootloader [Trackball + Power]. Place the AmonRa recovery image into the "tools" folder of your sdk and rename it simply to "recovery.img". Then run the command
fastboot flash recovery recovery.img
Click to expand...
Click to collapse
On the top right of your phone screen you will see a progress bar. Once it is complete, boot into the new recovery by fully powering down, thenholding [Volume Down + Power ], selecting "Recovery" from the list and tapping the power button to confirm selection.
Double post.
We are all jumping to conclusions here...let's start from the beginning.
OP - have you turned your phone on?
(I crack myself up)
Hahaha what the hell?
ok so i renamed the AmonRa recovery image to recovery.img and put it in the tools folder on my desktop and booted the phone in bootloader then tryed to run the command on the computer and I cant get it to work what am i suppost to type
I would try putting the recovery.img SDK\ dir, then using fastboot
fastboot flash recovery recovery.img
easiest way
wesbalmer said:
I would try putting the recovery.img SDK\ dir, then using fastboot
fastboot flash recovery recovery.img
easiest way
Click to expand...
Click to collapse
The tools folder is where fastboot lives so unless he puts the sdk\tools path in his global path, he will have to type tools\fastboot flash recovery recovery.img
OP - if you type fastboot devices, do you get an item list that displays your device?
deprecate said:
The tools folder is where fastboot lives so unless he puts the sdk\tools path in his global path, he will have to type tools\fastboot flash recovery recovery.img
OP - if you type fastboot devices, do you get an item list that displays your device?
Click to expand...
Click to collapse
True, forgot how difficult it was to root the N1 :-(
ok i got it but now i flashed a new rom and it wont come off the start up screen this is nuts.
JasonInWisconsin said:
ok i got it but now i flashed a new rom and it wont come off the start up screen this is nuts.
Click to expand...
Click to collapse
go back to recovery, wipe everything (except your sd card). Flash your rom and if needed, the g-apps package (cyanogen rom additional step). Tell it to reboot and wait for it to boot up.
Sounds like you didn't wipe and got it stuck in a bootloop.
All is well thanks a lot guys
It's not hard to root the Nexus at all. I had adb and fastboot all set up for my Dream. It only took me maybe 2 minutes from when I unboxed my Nexus to having unlocked the bootloader. But he got it working now so it's good.
Hello ,
Im new here and i tried to flash a file and right now i cant start my phone .
the only thing i can do is get into bootloader , i looked all around videos and threads , tried to unbrick unroot flash a diffrent rom . nothing works . i can't get s-off , my computer cant recognize the phone , no adb commands work,
the only thing i was able to do is to reinstall twrp recovery.
Any ideas please ? i beileve there's an answer online before i go to the store to fix it . please help im new to android (only 3 months)
Thank you .
messsiah said:
Hello ,
Im new here and i tried to flash a file and right now i cant start my phone .
the only thing i can do is get into bootloader , i looked all around videos and threads , tried to unbrick unroot flash a diffrent rom . nothing works . i can't get s-off , my computer cant recognize the phone , no adb commands work,
the only thing i was able to do is to reinstall twrp recovery.
Any ideas please ? i beileve there's an answer online before i go to the store to fix it . please help im new to android (only 3 months)
Thank you .
Click to expand...
Click to collapse
You may install the HTC Drivers... and ADB works only on system or recovery... otherwise you have to use fastboot commands. So I'd recommand flashing a Stock ROM from TWRP, you can get a stock rom from here: http://forum.xda-developers.com/showthread.php?t=2224752 (thanks Mike1986 for providing such awesome ROMs)... then you should have a working phone again. At least: If you can enter the bootloader EVERYTHING is fine and you didn't f*** up your HTC One.
Hit the Thanksbutton if it helped or ask me for further clarification
LibertyMarine said:
You may install the HTC Drivers... and ADB works only on system or recovery... otherwise you have to use fastboot commands. So I'd recommand flashing a Stock ROM from TWRP, you can get a stock rom from here: http://forum.xda-developers.com/showthread.php?t=2224752 (thanks Mike1986 for providing such awesome ROMs)... then you should have a working phone again. At least: If you can enter the bootloader EVERYTHING is fine and you didn't f*** up your HTC One.
Hit the Thanksbutton if it helped or ask me for further clarification
Click to expand...
Click to collapse
First of all thank you for the quick response ,and for callming down a bit.
but like i said i am new to this stuff if you can please tell me where can i get the htc drivers because all i can see in the htc site is the htc sync manager ..... and second when i tried to use adb it says that there is not response from my device , like it cannot recognize it. i downloaded the files in the link you posted here . please if you can tell me with more details what to do or if you can direct me to another post with step by step instractions i will really appriciate it .
messsiah said:
First of all thank you for the quick response ,and for callming down a bit.
but like i said i am new to this stuff if you can please tell me where can i get the htc drivers because all i can see in the htc site is the htc sync manager ..... and second when i tried to use adb it says that there is not response from my device , like it cannot recognize it. i downloaded the files in the link you posted here . please if you can tell me with more details what to do or if you can direct me to another post with step by step instractions i will really appriciate it .
Click to expand...
Click to collapse
Okay, first here you have the correct adb and fastboot files, I uploaded them quickliy for you, I think this way they should work properly:
http://uploaded.net/file/ykwya517
Next thing are these HTC Drivers, in this post are a few of them: http://forum.xda-developers.com/showthread.php?t=2089508 and on my computer there are the 4.3.0.001 drivers, so I'd recommand downloading those(Credits go to @mdmower):
http://www.mediafire.com/download/n5y93fdgkvexpwc/HTC+Driver+4.3.0.001.exe
Now shut down your phone and boot in into the bootloader with pressing the power button and the volume down button. Then select fastboot and enter this menu. Now if the drivers are installed correctly there should be written FASTBOOT USB. I think you said you are unlocked... so the following command should run just fine. Open a command prompt and navigate to the folder where adb and fastboot are placed. In this folder you copy your custom recovery(TWRP) and you flash it with this command:
Code:
fastboot flash recovery [recoveryname].img
And DON'T worry about adb in the bootloader! ADB doesn't work with the bootloader. Now you boot into your recovery by chosing Recovery somewhere in your bootloader. If you are in the bootloader you somehow need to push the ROM to your HTC One... This should work with this command...
Code:
adb push "C:\FolderWhereRomIsStored\rom.zip" "/data/media/0/rom.zip"
And if this doesn't copy it correctly simply place your zip on your computer to a folder that is empty and push this folder to your HTC One with:
Code:
adb push "C:\FolderWhereRomIsStored" "/data/media/0"
Now you are good to go, simply flash the zip form TWRP. I think you know how this works Simply go to install and then chose the zip and flash it.
If you now want to s off... then ask me again. I'll give you an advice
LibertyMarine said:
Okay, first here you have the correct adb and fastboot files, I uploaded them quickliy for you, I think this way they should work properly:
http://uploaded.net/file/ykwya517
Next thing are these HTC Drivers, in this post are a few of them: http://forum.xda-developers.com/showthread.php?t=2089508 and on my computer there are the 4.3.0.001 drivers, so I'd recommand downloading those(Credits go to @mdmower):
http://www.mediafire.com/download/n5y93fdgkvexpwc/HTC+Driver+4.3.0.001.exe
Now shut down your phone and boot in into the bootloader with pressing the power button and the volume down button. Then select fastboot and enter this menu. Now if the drivers are installed correctly there should be written FASTBOOT USB. I think you said you are unlocked... so the following command should run just fine. Open a command prompt and navigate to the folder where adb and fastboot are placed. In this folder you copy your custom recovery(TWRP) and you flash it with this command:
Code:
fastboot flash recovery [recoveryname].img
And DON'T worry about adb in the bootloader! ADB doesn't work with the bootloader. Now you boot into your recovery by chosing Recovery somewhere in your bootloader. If you are in the bootloader you somehow need to push the ROM to your HTC One... This should work with this command...
Code:
adb push "C:\FolderWhereRomIsStored\rom.zip" "/data/media/0/rom.zip"
And if this doesn't copy it correctly simply place your zip on your computer to a folder that is empty and push this folder to your HTC One with:
Code:
adb push "C:\FolderWhereRomIsStored" "/data/media/0"
Now you are good to go, simply flash the zip form TWRP. I think you know how this works Simply go to install and then chose the zip and flash it.
If you now want to s off... then ask me again. I'll give you an advice
Click to expand...
Click to collapse
Thank you very much !!! worked ! saved me ....
messsiah said:
Thank you very much !!! worked ! saved me ....
Click to expand...
Click to collapse
Good to know that it worked As some kind of a hint I'd recommand not to proceed s off at the moment because with this security system disabled, you are able to destroy many more partitions such as the bootloader and this would result with irreparable damage to your device and it would be hardbricked. So my advice is: Keep your hands away from S OFF for a few weeks and use rumrunner s off if you are sure that you can understand adb/fastboot basics. I really don't want to say that you are stupid or a noob, this is truly NOT the case! Everyone needs experience and the only way to get experience is to read through forums, to read statements from people that hardbricked their device and many more thing But you have a working phone right now, that is important :highfive:
I recently tried to install a ROM on my HTC one and it seems to have soft bricked my device. I don't seem to have a recovery anymore so I tried to flash TWRP using fastboot. But everytime I try the command flash recovery, I get an error that says cannot open recovery.img. I have searched and found a few tutorials and i seem to be doing everything right but the recovery wont flash. Any help? My phone will not boot at all. Fastboot works but thats about it. When i click reboot it just goes blank then goes to the exact same screen. When I click on recovery it does the exact same thing.
Is recovery in the same folder you open the terminal in? If so make sure to type in "fastboot flash recovery recovery.img"
Sent from my HTC One Max using Tapatalk!
Yeah. Its in the same folder. It gives me an error every time. I can't figure out why it doesn't work.
Sent from my SPH-D710 using Tapatalk
Did you happen to use the CM Installer to unlock,root, ect?
If you did you won't be able to flash any other roms or recoveries without running an RUU.
2ndaccord said:
Yeah. Its in the same folder. It gives me an error every time. I can't figure out why it doesn't work.
Sent from my SPH-D710 using Tapatalk
Click to expand...
Click to collapse
what recovery are you tring to install
if it's for sprint it should be: fastboot flash recovery openrecovery-twrp-2.6.3.0-m7wls.img
the recovery img should be in your fastboot folder
you phone in bootloader fastboot usb.
Aldo101t said:
what recovery are you tring to install
if it's for sprint it should be: fastboot flash recovery openrecovery-twrp-2.6.3.0-m7wls.img
the recovery img should be in your fastboot folder
you phone in bootloader fastboot usb.
Click to expand...
Click to collapse
hmmmm... fastboot folder? This person needs a bit more than that, seemingly.
So, first, there is some folder (directory) in which your "fastboot" program exists -- let's call that "FastbootDir" for this discussion. Do this:
1) Download the latest TWRP (2.7.0.x), you can use mine, or the standard release, your choice: my build (with enhancements) or the standard;
2) copy that file *exactly* as it is (quit the renaming game -- fastboot does not need that -- it could care less what the file name is) to your *FastbootDir* folder;
3) Open your file explorer and browse to that same directory (your FastbootDir folder);
4) Right click in the file area and open a command terminal *as administrator*;
5) now type this in the command window:
dir openrecovery*.img
If that says "file not found" or similar -- you either failed to copy the downloaded file to that directory, or, well, you renamed it (don't do that!);
If it tells you file name, *that* is the exact file name you must enter into the flash command. Let's say you chose my build, which will say "openrecovery-m7wls-2.7.0.2-03-13-2014.img" -- then to flash that you will type:
fastboot flash recovery openrecovery-m7wls-2.7.0.2-03-13-2014.img
If on the other hand you chose the standard build from TeamWin:
fastboot flash recovery openrecovery-twrp-2.7.0.1-m7wls.img
That should do it. Report back if you have troubles.
I finally got it flashed. Thanks for all the help. I am a newb with HTC devices. I installed the ROM that I had on the device but now it won't boot up. All i get is a white HTC screen and "process com.htc.htcdialer isn't responding". I have wiped several times and tried to install 2 different roms but i never get past the HTC screen. I can get to the lock screen but as soon as I unlock it the phone just reboots and I get stuck again. Any suggestions?
2ndaccord said:
I finally got it flashed. Thanks for all the help. I am a newb with HTC devices. I installed the ROM that I had on the device but now it won't boot up. All i get is a white HTC screen and "process com.htc.htcdialer isn't responding". I have wiped several times and tried to install 2 different roms but i never get past the HTC screen. I can get to the lock screen but as soon as I unlock it the phone just reboots and I get stuck again. Any suggestions?
Click to expand...
Click to collapse
Suggest you flash a such rooted ROM just to start at a place of sanity.
Did you check all of your md5, and using your exact ROM? Are you m7spr or m7wls?
Sent from my Rezound using xda-developers app. CyanogenMod 11. S-off
M7 wls. In not sure how to check the md5 sum. I was already on the bad boys rom so I know the rom was a good download. It just won't get past the htc screen.
Sent from my SPH-D710 using Tapatalk
2ndaccord said:
I finally got it flashed. Thanks for all the help. I am a newb with HTC devices. I installed the ROM that I had on the device but now it won't boot up. All i get is a white HTC screen and "process com.htc.htcdialer isn't responding". I have wiped several times and tried to install 2 different roms but i never get past the HTC screen. I can get to the lock screen but as soon as I unlock it the phone just reboots and I get stuck again. Any suggestions?
Click to expand...
Click to collapse
Sounds like you flashed a GSM rom at one point and messed up your partitions.
I would suggest running an RUU and starting fresh.
If he tried to flash ANYTHING gsm you pretty much have to RUU... Are you trying to go GSM or stay CDMA? I would suggest viper ROM flashing in twrp 2.7.0 just to see what that does and if you can get past screen
Sent from my Rezound using xda-developers app. CyanogenMod 11. S-off
BD619 said:
Sounds like you flashed a GSM rom at one point and messed up your partitions.
I would suggest running an RUU and starting fresh.
Click to expand...
Click to collapse
Why do people do that? Lol. Just ask our sanity keeper @BD619 before running down crazy paths .
tdhite said:
Why do people do that? Lol. Just ask our sanity keeper @BD619 before running down crazy paths .
Click to expand...
Click to collapse
Not trying to sound like a jerk or a know it all but....most folks don't take the time to read the OP
BD619 said:
Not trying to sound like a jerk or a know it all but....most folks don't take the time to read the OP
Click to expand...
Click to collapse
Very, very, very, VERY true. I go through xda on my phone through my "unread" section and see how many people are asking for help, then click on it and it has a link to the same exact problem plus like a hundred others lol, but op, try viper ROM great ROM, one of my friends with the wls is using it, great ROM make sure you're flashing a wls ROM and not a spr..... I've seen posts like that to....
Sent from my Rezound using xda-developers app. CyanogenMod 11. S-off
I had to ruu back because no Rom would boot. I tried different roms but they all would get to a blank HTC screen. I could unlock the phone but the HTC screen would be there. The the HTC dialer would force close a few times then the phone would reboot. That happened on 2 different roms. Bad boys and on viper Rom. But thanks to everyone for the help.?
Sent from my HTCONE using Tapatalk
tdhite said:
hmmmm... fastboot folder? This person needs a bit more than that, seemingly.
So, first, there is some folder (directory) in which your "fastboot" program exists -- let's call that "FastbootDir" for this discussion. Do this:
1) Download the latest TWRP (2.7.0.x), you can use mine, or the standard release, your choice: my build (with enhancements) or the standard;
2) copy that file *exactly* as it is (quit the renaming game -- fastboot does not need that -- it could care less what the file name is) to your *FastbootDir* folder;
3) Open your file explorer and browse to that same directory (your FastbootDir folder);
4) Right click in the file area and open a command terminal *as administrator*;
5) now type this in the command window:
dir openrecovery*.img
If that says "file not found" or similar -- you either failed to copy the downloaded file to that directory, or, well, you renamed it (don't do that!);
If it tells you file name, *that* is the exact file name you must enter into the flash command. Let's say you chose my build, which will say "openrecovery-m7wls-2.7.0.2-03-13-2014.img" -- then to flash that you will type:
fastboot flash recovery openrecovery-m7wls-2.7.0.2-03-13-2014.img
If on the other hand you chose the standard build from TeamWin:
fastboot flash recovery openrecovery-twrp-2.7.0.1-m7wls.img
That should do it. Report back if you have troubles.
Click to expand...
Click to collapse
I have the same exact problem and applied your advices. Nothing helps. I am frustrated because I have done this before an dnow I can't get it done. If you please can help me?
nossman said:
I have the same exact problem and applied your advices. Nothing helps. I am frustrated because I have done this before an dnow I can't get it done. If you please can help me?
Click to expand...
Click to collapse
See if this helps: http://forum.xda-developers.com/showpost.php?p=55452567&postcount=527
Don't respond there -- that's a dev thread, but honestly it's pretty easy. My suspect is you don't have the SDK (fastboot, adb, etc. properly setup). The fastboot program needs to be on your PATH, or you need to open a command window ***as administrator*** and make sure you are in the directory in which fastboot exists (e.g., type "dir fastboot*.*") and if it doesn't come back with something, you're not in the correct directory.
deleted, wrong thread.
QUOTE=nossman;55476580]Thank you! I have just installed brand new ADB tools etc. rebooted . . .[/QUOTE]
First -- could you *please* go delete the post you laid down in my TWRP development thread -- I specifically asked you *not* to do that. Dev threads are not support or Q&A threads and that post takes up a bunch of space totally unnecessarily. Sigh ...
Second -- if the command fails like that it means you have the wrong path to the file you downloaded. Do a file search for openrecovery*.* starting in C:\ and use the path it finds.
Hello. I have the following problem. I friend of mine that I've sold him my old rooted Htc One tried to make 4.4. kitkat
He tried to install
Android_Revolution_HD-One-53.0zip
BUT I don't know how he managed to stuck his phone.The problem is when I am power on the phone it shows the white HTC screen with the red letters "this build is for development purpose only..." after a while reboots in TWRP v2.5.0.0
And that's it , I cannot do anything because my PC won't recognize it via USB cable.
Any suggestions?
(excuse me for my English, with love from Greece )
As long as it boots into Recovery its not bricked. Do you have the HTC Driver installed on your computer?
Android Revolution HD 53 requires min. TWRP 2.6.3.3. Your version is too old.
foxgre said:
Hello. I have the following problem. I friend of mine that I've sold him my old rooted Htc One tried to make 4.4. kitkat
He tried to install
Android_Revolution_HD-One-53.0zip
BUT I don't know how he managed to stuck his phone.The problem is when I am power on the phone it shows the white HTC screen with the red letters "this build is for development purpose only..." after a while reboots in TWRP v2.5.0.0
And that's it , I cannot do anything because my PC won't recognize it via USB cable.
Any suggestions?
(excuse me for my English, with love from Greece )
Click to expand...
Click to collapse
From recovery go to fastboot connect phone to pc.
It must be recognized.
Then flash boot.img which is in the Revolution.zip.
Then install the rom via recovery.
Remember for unlock and not s-off users the boot.img must be flashed befor flashing a rom.zip.
Sent by myself, without help )
i am doing as you say, but it's not recognized.
I only get a message android phone, not installed properly
SAME problem (or pretty similar) here
foxgre said:
i am doing as you say, but it's not recognized.
I only get a message android phone, not installed properly
Click to expand...
Click to collapse
SAME problem (or pretty similar) here, trying to instal ARHD61.1... I don't know how did I screw up this so much...
My bootloader is TAMPERED, UNLOCKED, S-On. Recovery TRWP (2.7) launches but... many things don't work.
First thing I have to mention is that I didn't forget to enable debugging before all this started (and now I can't launch android to do it).
My HTC drivers should be up-to-date, as I installed yesterday HTC sync 3.00.52...
In bootloader, if I type "fastboot devices" I get "FA34HW903605 fastboot", and "fastboot reboot.bootloader" does what it is expected to do...
In recovery, "adb push" tells me "error: device not found".
Can someone help me? If you need more details, just ask. Thanks
foxgre said:
i am doing as you say, but it's not recognized.
I only get a message android phone, not installed properly
Click to expand...
Click to collapse
Duwie_80 said:
SAME problem (or pretty similar) here, trying to instal ARHD61.1... I don't know how did I screw up this so much...
My bootloader is TAMPERED, UNLOCKED, S-On. Recovery TRWP (2.7) launches but... many things don't work.
First thing I have to mention is that I didn't forget to enable debugging before all this started (and now I can't launch android to do it).
My HTC drivers should be up-to-date, as I installed yesterday HTC sync 3.00.52...
In bootloader, if I type "fastboot devices" I get "FA34HW903605 fastboot", and "fastboot reboot.bootloader" does what it is expected to do...
In recovery, "adb push" tells me "error: device not found".
Can someone help me? If you need more details, just ask. Thanks
Click to expand...
Click to collapse
can you guys check out FAQ #2 in my guide: http://forum.xda-developers.com/showthread.php?t=2541082 if that's the problem you have
nkk71 said:
can you guys check out FAQ #2 in my guide: http://forum.xda-developers.com/showthread.php?t=2541082 if that's the problem you have
Click to expand...
Click to collapse
Let me try and I'll tell you later. I also think it's a matter of drivers, so I was downloading and re-installing it... Thank you for your help
-------------------------------------------------- UPDATE --------------------------------------------------------------------------------
Well, I followed your steps (LET ME THANK YOU FOR MAKING THAT GUIDE) and now the device is "My HTC" as you show.
Something has changed:
If I type "adb devices" (in PC) when phone is in fastboot, the listing is void (before I got "FA34HW903605 fastboot"), and if I do the same while phone is in recovery, I get the mentioned "FA34HW903605 recovery".
In Windows7 I don't see "My HTC" as a conventional USB storage or Memory of a Camera (should it be?)
I've managed to ADB PUSH a ROM (ARHD) in recovery, but now I get an error message: "Unable to mount '/data' " and "Unable to mount internal storage " then FAILED. Now I'll try flashing a new recovery...
WOW WOW WOW!! It was enough for me, sir
1st) Solve comunnication issues as shown in FAQ #2 here
2nd) Solve TWRP recovery mount issues by:
2.a) Installing any other (clockwork) in fastboot using One All In One Kit (eaaaasy)
2.b) Formatting cache, system, data partitions
2.c) Installing TWRP again using One All In One Kit (Android Revolution REQUIRES this recovery)
2.d) Sending the ROM ('adb push your_rom.zip /sdcard/wherever_you_want_it')
2.e) Installing it from TWRP recovery.
An that was all. THANKS A LOT nkk71; without your help I still would be here trying to figure out what's broken... Thanks.
Duwie_80 said:
WOW WOW WOW!! It was enough for me, sir
1st) Solve comunnication issues as shown in FAQ #2 here
2nd) Solve TWRP recovery mount issues by:
2.a) Installing any other (clockwork) in fastboot using One All In One Kit (eaaaasy)
2.b) Formatting cache, system, data partitions
2.c) Installing TWRP again using One All In One Kit (Android Revolution REQUIRES this recovery)
2.d) Sending the ROM ('adb push your_rom.zip /sdcard/wherever_you_want_it')
2.e) Installing it from TWRP recovery.
An that was all. THANKS A LOT nkk71; without your help I still would be here trying to figure out what's broken... Thanks.
Click to expand...
Click to collapse
no problem, glad to be of help
remember for most 4.4 ROMs, (for m7_u/ul) TWRP 2.6.3.3 (or higher) is recommended at the moment.
though you should be good by downloading it, then checking MD5 to make sure the download isnt corrupt (that site doesnt work with download managers), then:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
-> enter recovery and push the rom
Thank you all for your support, but still the problem remains.
I have installed HTC Drivers and when i connect the HtcOne i can hear the USB beep from windows but i cannot open the phone like a drive.
In other words i cannot add files to the phone :crying::crying:
foxgre said:
Thank you all for your support, but still the problem remains.
I have installed HTC Drivers and when i connect the HtcOne i can hear the USB beep from windows but i cannot open the phone like a drive.
In other words i cannot add files to the phone :crying::crying:
Click to expand...
Click to collapse
you're really not giving any details... so you hear a sound... what does Windows Device Manager show??
foxgre said:
Thank you all for your support, but still the problem remains.
I have installed HTC Drivers and when i connect the HtcOne i can hear the USB beep from windows but i cannot open the phone like a drive.
In other words i cannot add files to the phone :crying::crying:
Click to expand...
Click to collapse
It wont be so easy, I'm afraid. Even if comunication issues are solved, you won't be able to copy your ROM using windows file manager, opening the phone like a conventional drive...
You have to install "ADB" in your PC (search in HTC ONE subforums, there's a lot of info about ADB pusing (=copying) ROMS) and use it to copy your ROM. One advice: while "pushing" the ROM, be patient: it takes a long time. When your ROM is "pushed", just install it in recovery and... that's it!!
I think here you have a good starting point.
Duwie_80 said:
It wont be so easy, I'm afraid. Even if comunication issues are solved, you won't be able to copy your ROM using windows file manager, opening the phone like a conventional drive...
You have to install "ADB" in your PC (search in HTC ONE subforums, there's a lot of info about ADB pusing (=copying) ROMS) and use it to copy your ROM. One advice: while "pushing" the ROM, be patient: it takes a long time. When your ROM is "pushed", just install it in recovery and... that's it!!
I think here you have a good starting point.
Click to expand...
Click to collapse
Thanks again i am already looking for it.
AT LAST!!!
I've managed to push the rom.
Thank you very much for your help
foxgre said:
AT LAST!!!
I've managed to push the rom.
Thank you very much for your help
Click to expand...
Click to collapse
Hey, congratulations!! :good::good::good:
My phone is in a boot loop after a friend of mine tried to modify it and managed to install a wrong ROM. I can access bootloader, but not the usual HBOOT, my bootloader looks like this: (Because it's my first post I cannot put a link here, but maybe I can in the comments)
Recovery mode does nothing, it simply reboots the phone and the cycle begins. Fastboot mode is working, I can give commands through cmd, but not all commands work. For example i can flash boot boot.img, but when flash recovery recovery.img it says "partition 'recovery' not support flash", erase doesn't work at all, getvar all returns this....:
(Because it's my first post I cannot put a link here, but maybe I can in the comments)
ADB not working and when Fastboot devices it writes a random serial(0123456789AB). Something isn't good and that's why I suppose this isn't just a Soft-Brick.
Please help, I don't know what to do, can we make it work? :crying:
Thanks in advance!
Same exact thing happened to me yesterday and I'm still stuck with a bricked phone... Have you found any solution ? thx
HTC desire 626g+ soft brick
http://forum.xda-developers.com/desire-626/help/fix-htc-desire-626g-update-command-t3243510
This is the perfect solution.
if you cant install through cwm i could find a link which i used to lash the phone to official update