[Q] htc one no OS twrp cant mount Help - One (M7) Q&A, Help & Troubleshooting

hello
im new so thank you all in advance!!
my htc one has no os but i can go to fastboot and install recovery the problem is
that twrp recovery cant mount sdcard ,cache, cwm recovery also cant mount sdcard.
so i cant install any rom , and my htc one is just a brick.
hope someone can solve my problem
thanks

filipealm said:
hello
im new so thank you all in advance!!
my htc one has no os but i can go to fastboot and install recovery the problem is
that twrp recovery cant mount sdcard ,cache, cwm recovery also cant mount sdcard.
so i cant install any rom , and my htc one is just a brick.
hope someone can solve my problem
thanks
Click to expand...
Click to collapse
Since you have TWRP, just side load the rom

Sideload places the file to be flashed in the root of the /sdcard so if his recovery won't mount it then I doubt sideload will work.
Sideload guide:
http://forum.xda-developers.com/showthread.php?t=2318497
What did you do to get your recovery to stop mounting? Did your installed recovery ever work properly?

Rex2369 said:
Since you have TWRP, just side load the rom
Click to expand...
Click to collapse
just tried
C:\root>adb sideload C:\root\rom.zip
error: closed
not working, i think is because of sdcard not mounting.
theres no fix for sdcard not mounting (format it)
thanks

Try booting into recovery from fastboot and see if it still doesn't mount:
Put your twrp.img file in your adb/fastboot folder
Then:
Code:
fastboot boot twrp.img
I would use the latest version BTW but I assume you are trying that.

crushalot said:
Sideload places the file to be flashed in the root of the /sdcard so if his recovery won't mount it then I doubt sideload will work.
Sideload guide:
http://forum.xda-developers.com/showthread.php?t=2318497
What did you do to get your recovery to stop mounting? Did your installed recovery ever work properly?
Click to expand...
Click to collapse
i accidentaly wipe my phone then i tried to serche for a original ruu and tried to flash it with no luck.
i relocked and unlocked bootloader several times,if i can mount i should be ok burt it wont mount:crying:
i have twrp recovery stock rom backup but no idea what to do with it.
thanks

crushalot said:
Try booting into recovery from fastboot and see if it still doesn't mount:
Put your twrp.img file in your adb/fastboot folder
Then:
Code:
fastboot boot twrp.img
I would use the latest version BTW but I assume you are trying that.
Click to expand...
Click to collapse
just tried it freezed in fastboot !now?

Do you have S-off?

crushalot said:
Do you have S-off?
Click to expand...
Click to collapse
hello
no, if i erase everything ?
and start from begining?
thanks

filipealm said:
hello
no, if i erase everything ?
and start from begining?
thanks
Click to expand...
Click to collapse
Not sure what you mean.
If you had s-off you could run a RUU to get back working and then redo everything (flash recovery, root, install rom of choice.

Got it
filipealm said:
hello
im new so thank you all in advance!!
my htc one has no os but i can go to fastboot and install recovery the problem is
that twrp recovery cant mount sdcard ,cache, cwm recovery also cant mount sdcard.
so i cant install any rom , and my htc one is just a brick.
hope someone can solve my problem
thanks
Click to expand...
Click to collapse
I made it :laugh::good:
Formatted the sdcard on twrp recovery ( fixed the mounting issue)
Pushed rom with adb and installed it
Thanks now i just want to go stock
Need to find the wright ruu

filipealm said:
I made it :laugh::good:
Formatted the sdcard on twrp recovery ( fixed the mounting issue)
Pushed rom with adb and installed it
Thanks now i just want to go stock
Need to find the wright ruu
Click to expand...
Click to collapse
Glad you got it.
Cheers

Related

[Q] Soft bricked my htc one

So yesterday, I tried installing a custom rom and what happened was that the MD5 sum was incorrect and i wasn't able to boot into system and had no backups so was stuck thinking that it was the end of the world.
What happened next was utter follishness in which I used this command in bootloader -fastboot flash zip rom.zip- what happened then was that the rom was transferred but it tried to install it and failed and a consequence now I cant even reboot into recovery now. It,s like when I start recovery it skips that and progresses to the htc logo.
I relocked the device and unlocked it via the Unlock token I had and again tried to install the recovery and it did but didn't reload into it and skipped to the htc logo screen.
Can anyone please help me with recovering my phone since I just bought it today.
One possible thing that comes to my mind is using the flash command in the fastboot, will it help or any other ways? THANK YOU in advance...
You can adb sideload still. Use adb to reboot into recovery via USB and sideload a known good ROM with a correct MD5 sig. No need to remind you that checking the MD5 is of utmost importance
Sent from my HTC One using Tapatalk 4
bbinder said:
You can adb sideload still. Use adb to reboot into recovery via USB and sideload a known good ROM with a correct MD5 sig. No need to remind you that checking the MD5 is of utmost importance
Sent from my HTC One using Tapatalk 4
Click to expand...
Click to collapse
Bro, problem is that recovery doesnt work at all n where will i use adb command? In hboot?
Reflash the recovery and after this, do an erase cache:
Code:
fastboot erase cache
.
After you can boot into recovery and use the adb sideload function...
Guich said:
Reflash the recovery and after this, do an erase cache:
Code:
fastboot erase cache
.
After you can boot into recovery and use the adb sideload function...
Click to expand...
Click to collapse
I'm gonna try this and will report back! Thanks
I was able to enter the recovery but I try to install the rom.zip it says that cannot mount data and internal storage
What should be done about this?
With an error like: E:/ enable to mount internal storage?
Guich said:
With an error like: E:/ enable to mount internal storage?
Click to expand...
Click to collapse
yup with both internal storage and data, its not able to mount either of them
So:
- Flash the stock recovery
- Boot into bootloader
- Do a factory reset
- Reflash a custom recovery
- Teoritecally, this will work
Man, it's finally working. Feeling like hitting the thanks button a thousand times. Thank you so much!
:good:
No prob mate
Sent from One with Tapa4

[Q] new Recovery.img

Hi all,
My HTC ONE can not use ADB sideload with new recovery.img file (which has >8MB file size) only works with 7MB file (i has use the old file to send adb sideload) and i use ARHD v30. any fix ?
Thank you for help.
minhcoi said:
Hi all,
My HTC ONE can not use ADB sideload with new recovery.img file (which has >8MB file size) only works with 7MB file (i has use the old file to send adb sideload) and i use ARHD v30. any fix ?
Thank you for help.
Click to expand...
Click to collapse
If you are using twrp, try "adb push file.zip /data/media/0"
Im not sure what you are trying to do, load a new recovery? You would do that from bootloader with "fastboot flash recovery recovery.img"
an0ther said:
If you are using twrp, try "adb push file.zip /data/media/0"
Im not sure what you are trying to do, load a new recovery? You would do that from bootloader with "fastboot flash recovery recovery.img"
Click to expand...
Click to collapse
I mean, i have three recovery file (oldest file size 7MB, the new CW file is 8.838KB and the new twrp file is 8.432KB) but i can not use 2 new recovery file ==> when I try: adb sideload rom.zip it said can not find devices.
minhcoi said:
I mean, i have three recovery file (oldest file size 7MB, the new CW file is 8.838KB and the new twrp file is 8.432KB) but i can not use 2 new recovery file ==> when I try: adb sideload rom.zip it said can not find devices.
Click to expand...
Click to collapse
you must load new recovery from bootloader, not recovery
use fastboot not adb
fastboot flash recovery whatever.img
an0ther said:
you must load new recovery from bootloader, not recovery
use fastboot not adb
fastboot flash recovery whatever.img
Click to expand...
Click to collapse
I done that already, but the problem is, when i try to install ARHD v30, with adb sideload, then they can not find any devices. I already try to install newest HTC drivers, but they dont works.
minhcoi said:
I done that already, but the problem is, when i try to install ARHD v30, with adb sideload, then they can not find any devices. I already try to install newest HTC drivers, but they dont works.
Click to expand...
Click to collapse
do you not have a working rom already? Im confused. You didn't say you were wiped?
an0ther said:
do you not have a working rom already? Im confused. You didn't say you were wiped?
Click to expand...
Click to collapse
Hi an0ther,
I am running ARHD v22 with no problems. Then I try to install V30 in recovery mode - from zipfiles. After that, it only run a cicles in HTC boot logo and recovery mode. I start over again form 1st step to relock my HTC, flash recovery.img etc.
Now, my HTC only work with old recovery.img and ARHD v22. If i try 2 other recovery.img event with ARHD v22 is still not works.
I'm not sure exactly what is going on. We might have a language barrier here. You might have a corrupt Rom file. You said relock, not sure if you are talking about the bootloader which you don't need to do. Unless you are trying to flash stock ruu and you are s-on.
an0ther said:
I'm not sure exactly what is going on. We might have a language barrier here. You might have a corrupt Rom file. You said relock, not sure if you are talking about the bootloader which you don't need to do. Unless you are trying to flash stock ruu and you are s-on.
Click to expand...
Click to collapse
Thanks an0ther,
I am done. I have to flash the right firmware which support the new ARHD V30 (4.3) then every things seem to be okay now.
Thank you for your time.

HTC one restart during new rom installation

Hi all,
My htc started to restart on login screen so i tried to switch rom i unlock the device and installed recovery but during the new rom installation (Android_Revolution_HD-One_71.1) the phone restart again
Can i solve this issue or maybe i have hardware problem?
Thanks
You may try to switch recovery, try twrp 2.6.3.2 or 2.7.1.1.
eliorbbb said:
Hi all,
My htc started to restart on login screen so i tried to switch rom i unlock the device and installed recovery but during the new rom installation (Android_Revolution_HD-One_71.1) the phone restart again
Can i solve this issue or maybe i have hardware problem?
Thanks
Click to expand...
Click to collapse
what custom recovery you are using and what version? also did you check the md5 sum of that rom? and full wipe before flashing that certain rom?
7128
imfuzzyyy said:
what custom recovery you are using and what version? also did you check the md5 sum of that rom? and full wipe before flashing that certain rom?
Click to expand...
Click to collapse
i using this recovery recovery-clockwork-6.0.4.8-m7 i move the room to the phone with sideload
i did full wipe
how i can check the md5 sum of this rom
Should i change recovery?
can you please give me a link?
Twrp recovery
http://forum.xda-developers.com/showthread.php?t=2173870
You should try...
1101
snebojsa said:
Twrp recovery
http://forum.xda-developers.com/showthread.php?t=2173870
You should try...
Click to expand...
Click to collapse
O.K with this recovery the installation finished but the device stack on htc one screen (beats logs Listed below)
Any new idea?
Start again, use twrp 2.6.3.3, once flashed, do:
fastboot erase cache
fastboot reboot-bootloader
Then go in to recovery and do wipe - format data, this will wipe your internal sdcard to, so you must Then push or sideload the Rom to the sdcard and then flash
Seanie280672 said:
Start again, use twrp 2.6.3.3, once flashed, do:
fastboot erase cache
fastboot reboot-bootloader
Then go in to recovery and do wipe - format data, this will wipe your internal sdcard to, so you must Then push or sideload the Rom to the sdcard and then flash
Click to expand...
Click to collapse
i dont have fastboot erase cache option
how i can push or sideload the Rom to the sdcard? i i am using adb sideload rom.zip
after that the file transfer and not appear in the sd card
eliorbbb said:
i dont have fastboot erase cache option
how i can push or sideload the Rom to the sdcard? i i am using adb sideload rom.zip
after that the file transfer and not appear in the sd card
Click to expand...
Click to collapse
With your phone in the bootloader, and plugged into the computer do
fastboot flash recovery recovery_name.img
fastboot erase cache
fastboot reboot-bootloader
THEN go in to recovery and do wipe - format data
Then to get the Rom on your phone, make sure the Rom is in the same folder as adb and fastboot then do
adb push Rom_name.zip /sdcard/
And wait, takes about 5 mins to push over, unplug your phone before you flash it.
Seanie280672 said:
With your phone in the bootloader, and plugged into the computer do
fastboot flash recovery recovery_name.img
fastboot erase cache
fastboot reboot-bootloader
THEN go in to recovery and do wipe - format data
Then to get the Rom on your phone, make sure the Rom is in the same folder as adb and fastboot then do
adb push Rom_name.zip /sdcard/
And wait, takes about 5 mins to push over, unplug your phone before you flash it.
Click to expand...
Click to collapse
thanks you!
i installed new rom unfortunately that not solved my problem after i "open" the login screen white screen with htc logo appear and error appear htc.htcdialer not responding after few sec the device restart again
do you have any idea how to solve this?
eliorbbb said:
thanks you!
i installed new rom unfortunately that not solved my problem after i "open" the login screen white screen with htc logo appear and error appear htc.htcdialer not responding after few sec the device restart again
do you have any idea how to solve this?
Click to expand...
Click to collapse
At least the Rom flashed and booted this time, but sounds like a problem with the Rom or the download, try a different Rom or try downloading it again
Seanie280672 said:
At least the Rom flashed and booted this time, but sounds like a problem with the Rom or the download, try a different Rom or try downloading it again
Click to expand...
Click to collapse
i installed this rom http://forum.xda-developers.com/showthread.php?t=2400161
now i dont have crash but the mobile data not connected its looks like the device not recognize the sim card...
do u think that i have HW problem?
eliorbbb said:
i installed this rom http://forum.xda-developers.com/showthread.php?t=2400161
now i dont have crash but the mobile data not connected its looks like the device not recognize the sim card...
do u think that i have HW problem?
Click to expand...
Click to collapse
Are you s-off then ? You must be s-off for Google play roms to work, sorry but I don't have any experience with gpe roms, don't like then myself.
Seanie280672 said:
Are you s-off then ? You must be s-off for Google play roms to work, sorry but I don't have any experience with gpe roms, don't like then myself.
Click to expand...
Click to collapse
no i am S-on
can you recommend on rom that not require s-off?
can i use this one http://forum.xda-developers.com/showthread.php?t=2334294 ? ?
thanks
eliorbbb said:
no i am S-on
can you recommend on rom that not require s-off?
can i use this one http://forum.xda-developers.com/showthread.php?t=2334294 ? ?
thanks
Click to expand...
Click to collapse
Yes, I use that one myself, I'm surprised that gpe Rom even booted for you.
Seanie280672 said:
Yes, I use that one myself, I'm surprised that gpe Rom even booted for you.
Click to expand...
Click to collapse
this rom require s-off?
eliorbbb said:
this rom require s-off?
Click to expand...
Click to collapse
No, but be sure to read the instructions and requirements

[Q] can`t mount system HELP!!!

Hello guys! Any ROM i try to install fails. I can`t mount system partition. Please help!
Recovery TWRP
Calanderia said:
Hello guys! Any ROM i try to install fails. I can`t mount system partition. Please help!
Recovery TWRP
Click to expand...
Click to collapse
Which ROM are you trying to install and which version of TWRP are you using?
Are you s off? Rooted?
stovie_steve said:
Which ROM are you trying to install and which version of TWRP are you using?
Are you s off? Rooted?
Click to expand...
Click to collapse
slim, maximus, one plus... everything fails... TWRP 2.8.0.2, s-on, rooted
Right we need a bit more info than that...
Please post a fastboot getvar all leaving out your serial number and IMEI
stovie_steve said:
Right we need a bit more info than that...
Please post a fastboot getvar all leaving out your serial number and IMEI
Click to expand...
Click to collapse
i managed to resolve the isssue... formating system to ext4 format, mounted it but still can`t flash roms, phone freezing... after another hour of struggling it simply work with slimkat
P.S.: Thx for trying to help
TWRP 2.7.1.1
Calanderia said:
i managed to resolve the isssue... formating system to ext4 format, mounted it but still can`t flash roms, phone freezing... after another hour of struggling it simply work with slimkat
P.S.: Thx for trying to help
Click to expand...
Click to collapse
Flash TWRP 2.7.x.x version. All the roms you are trying to install are incompatible with TWRP 2.8.x.x. I had the same issue. Copy all the files on the phone storage using twrp. Now reboot to bootloader. I hope you have fastboot files that you used to unlocked bootloader. now rename twrp .img file to "recovery.img." Connect you phone to laptop/computer and run this command line. fastboot flash recovery recovery.img" That's it. Once the process is done reboot to recovery and install rom.

[Q] NoOS,tried to flashrom through adb but after clicking reboot it still says no rom

i tried to root my phone and install roms but then when i flashed the viper rom something went wrong and my phone would only go on recovery (twrp) i panicked... and cleared ALL the data, even my backup and including the os. I looked for guides and saw this one that shows how to install rom through adb, tried it and successfully installed android revolution, but when i try to reboot it says no os installed. please help
Firstly, which version of twrp are you using?
If it is the old ones, 6.* versions, please upgrade to the latest, then you can try side loading arhd or viper ROM once again. Should word. You can use HTC one toolkits available for m7, or use adb itself if you are familiar with it in a good level.
Install TWRP 2.8.5.0
Mount mtp copy zip to sd card
Unmount flash zip
yatindroid said:
Install TWRP 2.8.5.0
Mount mtp copy zip to sd card
Unmount flash zip
Click to expand...
Click to collapse
Update, i already managed to install android revolution, but then every time i power it on it just goes straight to recovery like last time. Also every time i install ROM twrp says i dont have supersu.
aviranzerioniac said:
Firstly, which version of twrp are you using?
If it is the old ones, 6.* versions, please upgrade to the latest, then you can try side loading arhd or viper ROM once again. Should word. You can use HTC one toolkits available for m7, or use adb itself if you are familiar with it in a good level.
Click to expand...
Click to collapse
Managed to install android revolution, but it always just goes to the recovery mode when i try to open the phone. Also every time i install ROM twrp says i dont have supersu.
I Nid 2P said:
Update, i already managed to install android revolution, but then every time i power it on it just goes straight to recovery like last time. Also every time i install ROM twrp says i dont have supersu.
Click to expand...
Click to collapse
format or correct system partition
Install supersu along
yatindroid said:
format or correct system partition
Install supersu along
Click to expand...
Click to collapse
sorry i really lack information, how do you correct system partition? and when you say format its the storage right?
so i would have to go to twrp then wipe and then format right? then install supersu and then android revolution?
Edit: i did whats above but when i flashed android revolution and clicked reboot it says no os nor supersu installed.. even after seeing the "you are now running android revolution" screen.
I Nid 2P said:
sorry i really lack information, how do you correct system partition? and when you say format its the storage right?
Click to expand...
Click to collapse
Flash ARHD with TWRP 2.6.3.3
I Nid 2P said:
sorry i really lack information, how do you correct system partition? and when you say format its the storage right?
Click to expand...
Click to collapse
2.8.5.0 have that option in wipe options
2.6.3.3 is best for flashing
yatindroid said:
2.8.5.0 have that option in wipe options
2.6.3.3 is best for flashing
Click to expand...
Click to collapse
does that mean i would have to install 2 different versions through the process?
clsA said:
Flash ARHD with TWRP 2.6.3.3
Click to expand...
Click to collapse
im running v2.6.3.0 how do i update it?.. please bare with me
I Nid 2P said:
im running v2.6.3.0 how do i update it?.. please bare with me
Click to expand...
Click to collapse
I you have an M7_UL
http://techerrata.com/browse/twrp2/m7
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
clsA said:
I you have an M7_UL
http://techerrata.com/browse/twrp2/m7
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
Click to expand...
Click to collapse
finally able to update my twrp, now what do i do?
Edit: cant seem to click cache on mount
I Nid 2P said:
finally able to update my twrp, now what do i do?
Edit: cant seem to click cache on mount
Click to expand...
Click to collapse
I already replied in your other thread
Edit: why are you trying to mount things ? and clearing cache and delvik again and again ?
the step are really simple just join in where you need too
unlock bootloader at htcdev
flash TWRP 2.6.3.3 with fastboot in terminal to your phone
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
Click to expand...
Click to collapse
from the bootloader choose recovery / TWRP loads now
choose install / choose ARHD / or ViperOne that you downloaded
Swipe to install / when install is done / reboot
clsA said:
I already replied in your other thread
Edit: why are you trying to mount things ? and clearing cache and delvik again and again ?
the step are really simple just join in where you need too
unlock bootloader at htcdev
flash TWRP 2.6.3.3 with fastboot in terminal to your phone
Update: IT STARTED!! I think the problem was my twrp version, thank you for helping me and sorry
from the bootloader choose recovery / TWRP loads now
choose install / choose ARHD / or ViperOne that you downloaded
Swipe to install / when install is done / reboot
Click to expand...
Click to collapse
I dont know if i didnt mention or you didnt see but i formatted my data so i dont have any rom zip files in my storage
I Nid 2P said:
I dont know if i didnt mention or you didnt see but i formatted my data so i dont have any rom zip files in my storage
Click to expand...
Click to collapse
Put the phone in the first screen of TWRP
put your rom in the same folder as fastboot /adb
then in terminal adb push name-of-Rom.zip /sdcard
let it copy to the phone it takes a few min the command prompt will change when it's done
now install the rom with TWRP

Categories

Resources