Cant Mount SdCard in Recovery? - One (M7) Q&A, Help & Troubleshooting

my problem is i put encryption on my htc one but could not get rid of it no matter what i did so i wipe every single thing from the recovery so now there notting on my phone what so ever, when i try to mount sd card now it just wont mount there no error message notting from recovery, is there any way in fixing this.... im using clockworkmod 6.0.3.0??
thanks

seanhtcone said:
my problem is i put encryption on my htc one but could not get rid of it no matter what i did so i wipe every single thing from the recovery so now there notting on my phone what so ever, when i try to mount sd card now it just wont mount there no error message notting from recovery, is there any way in fixing this.... im using clockworkmod 6.0.3.0??
thanks
Click to expand...
Click to collapse
you can try fastboot erase userdata
or fastboot -w
after that use adb push to get a ROM onto your sd card
or use adb sideload to push a rom and install.

gunnyman said:
you can try fastboot erase userdata
or fastboot -w
after that use adb push to get a ROM onto your sd card
or use adb sideload to push a rom and install.
Click to expand...
Click to collapse
it wont let me erase userdata, it says cant be done remotely and also when i try to side load it says failed to wirte data 'protocol fault<no status> ???

Thanks.. sideload worked it just failed like 6 times first for some reason, sideload is so handy

Related

SD Card willl NOT mount on boot. Is there a fix?

Hi guys, first of thanks for taking the time to consider helping me.
Basically, last night randomly my g1 just switched off. When i try to boot up, goes to g1 screen, then boot image, then blank screen.
Boot into recovery, and it doesnt register i have an sd card in it, i wanted to wipe and reflash cm, or nandroid restore. - but cant do either as it doesnt think i have an sd card inserted.
Any ideas how to fix?
Many thanks
Try mounting it on your computer, copying everything over and formatting. You can either put the card in an external reader or try to mount it via usb in recovery using 'ums_enable' and 'ums_disable'.
AdrianK said:
Try mounting it on your computer, copying everything over and formatting. You can either put the card in an external reader or try to mount it via usb in recovery using 'ums_enable' and 'ums_disable'.
Click to expand...
Click to collapse
thanks Adrian. it wont let me mount it though, because it doesnt recognice that there is an sd card inserted. iv tried 3 different sd card, and it doesnt recognice that any of them have been inserted, so i figure its not my sd. :/
APEX.7 said:
thanks Adrian. it wont let me mount it though, because it doesnt recognice that there is an sd card inserted. iv tried 3 different sd card, and it doesnt recognice that any of them have been inserted, so i figure its not my sd. :/
Click to expand...
Click to collapse
Hmmm... I guess the only thing left to try is formatting it externally and trying again.
AdrianK said:
Hmmm... I guess the only thing left to try is formatting it externally and trying again.
Click to expand...
Click to collapse
righto. urm, noob question, is it possible to apply an update.zip via a different method? since its not recognising sd cards, can i flash a different way? thanks
APEX.7 said:
righto. urm, noob question, is it possible to apply an update.zip via a different method? since its not recognising sd cards, can i flash a different way? thanks
Click to expand...
Click to collapse
i think an sdcard is necessary to apply an update.zip .. however if you have access to a nandroid backup you could fastboot flash the system, data, and boot .img's without an sdcard
xidominicanoix said:
i think an sdcard is necessary to apply an update.zip .. however if you have access to a nandroid backup you could fastboot flash the system, data, and boot .img's without an sdcard
Click to expand...
Click to collapse
thanks, how would i go about doing this?
APEX.7 said:
thanks, how would i go about doing this?
Click to expand...
Click to collapse
Do a search in android development. It should be under Nandroid backup.
Basically you boot into fastboot and do these commands via adb:
fastboot flash system system.img
fastboot flash userdata data.img
fastboot flash boot boot.img
fastboot reboot.
Look for the thread, though. It's been a while since I've used fastboot.
APEX.7 said:
thanks, how would i go about doing this?
Click to expand...
Click to collapse
Using fastboot you can flash each part seperatly via usb, problem is ROMs are never distributed as seperate img's, just one update.zip. Buuuuuuut if your sd card will mount in your computer and you can find your nandroid folder, you will see that they are saved as multiple img's.
Once you have fastboot set up (instructions here) put the boot .img in the same directory as the fastboot executable. Boot the phone in to the SPL (home + camera) and enable fastboot. Then 'cd' to the fastboot directory in the command prompt or terminal (depending on OS) and type:
Code:
fastboot flash system system.img
If you're on a unix based OS, you maybe need to put a './' before that command.
Afterwards reboot your phone using 'fastboot reboot' (again you may need the './').
thanks guys i really apreciate this. il report back after iv had a go.
Almost forgot, make sure you clear the cache and data partitions first:
Code:
fastboot erase cache
fastboot erase userdata

clockworkmod wont format data keeps rebooting

so i have been playing around with my phone, it was working fine but i had issues with android revolution hd, so i forget what i did and i am currently on clockwork mod touch v6.0.3.1 (i tried 6.0.3.6). it usually says:
E:Can't mount /cache/recovery/command
E:Can't mount /cache/recovery/log
E:Can't open /cache/recovery/log
E:Can't mount /cache/recovery/last_log
E:Can't open /cache/recovery/last_log
before this happened i tried to flash a couple roms and they all failed and i went into either a recovery loop, in which it kept booting into recovery or a htc logo boot loop. I have flash twrp recovery also to try if that would help and it didn't. i have pushed the roms using adb and used fastboot to clear cache and flash the recoveries. i am pretty much stuck, i don't know what to do. I can't find a bell version of the RUU to install, i found a nandroid backup but it never seems to finish downloading properly from htc1guru.com so what do i do know?
Thanks for any help
manwinder said:
E:Can't mount /cache/recovery/command
E:Can't mount /cache/recovery/log
E:Can't open /cache/recovery/log
E:Can't mount /cache/recovery/last_log
E:Can't open /cache/recovery/last_log
Click to expand...
Click to collapse
the above is normal, it's because of the "fastboot erase cache" -> hence no cache to mount
but I didnt get the second part; you're not able to enter recovery or are you not able to flash ROM?
i erased cache and it still gives me the same issue. I also tried fastboot boot twrp.img, but that popped up the loading screen of twrp and then rebooted. also tried the same command with clockworkmod and it booted into recovery but it still can't mount the cache. Also i flashed twrp but it wont boot, also it has s-on, 1.44, tampered and unlocked
manwinder said:
i erased cache and it still gives me the same issue. I also tried fastboot boot twrp.img, but that popped up the loading screen of twrp and then rebooted. also tried the same command with clockworkmod and it booted into recovery but it still can't mount the cache. Also i flashed twrp but it wont boot, also it has s-on, 1.44, tampered and unlocked
Click to expand...
Click to collapse
It's not an error, when you wipe the cache it won't be mounted in recovery.
Recovery will work fine without a mounted cache.
Sent from my HTC One using xda app-developers app
nkk71 said:
It's not an error, when you wipe the cache it won't be mounted in recovery.
Recovery will work fine without a mounted cache.
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
i erased the cache booted right into clockworkmod and used adb to sideload a rom, right as it mounts the data and gets ready to install the phone restarts. could my memory be corrupted or messed up?
manwinder said:
i erased the cache booted right into clockworkmod and used adb to sideload a rom, right as it mounts the data and gets ready to install the phone restarts. could my memory be corrupted or messed up?
Click to expand...
Click to collapse
1- why don't you try to push the ROM "adb push Rom.zip /sdcard/"
2- make sure your download is not corrupted by checking MD5
3- if you don't mind wiping your internal storage, go ahead and format it in recovery (format /sdcard or format /data/media)
Sent from my HTC One using xda app-developers app
nkk71 said:
1- why don't you try to push the ROM "adb push Rom.zip /sdcard/"
2- make sure your download is not corrupted by checking MD5
3- if you don't mind wiping your internal storage, go ahead and format it in recovery (format /sdcard or format /data/media)
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
i tried that and it gave me error:closed. i did it in recovery in adb sideload in clockworkmod.
I dont care about wiping, since i have everything backed up, i have formatted the sd card and the data twice, i did it before installing android revolution hd and then after when i was trying to install my other rom but after i formatted it again, it stopped working. I try to mount the sd card in clockworkmod and all it does is reboot the phone, that also happens when i hit format sd card. It can't mount it for some reason. then it just goes into a htc boot logo loop. thanks for the help guys...more please more
manwinder said:
i tried that and it gave me error:closed. i did it in recovery in adb sideload in clockworkmod.
I dont care about wiping, since i have everything backed up, i have formatted the sd card and the data twice, i did it before installing android revolution hd and then after when i was trying to install my other rom but after i formatted it again, it stopped working. I try to mount the sd card in clockworkmod and all it does is reboot the phone, that also happens when i hit format sd card. It can't mount it for some reason. then it just goes into a htc boot logo loop. thanks for the help guys...more please more
Click to expand...
Click to collapse
I just had the same issue as you and I tried almost everything! I have just figured out how to solve the problem.
First I installed an earlier version of CWM, in my case recovery-clockwork-touch-6.0.3.4-m7.img
Then I went to install the ROM that was working BEFORE I installed the ROm which totally crashed my cache partition, in my case Android Revolution HD
When I got into AROMA, I unchecked EVERYTHING the only thing I checked was the XPOSED Framework, which I remembered I installed last time
The installation finished and the phone rebooted twice before getting into the boot and finally into the ROM
I don't know what our issue is caused by and after reading two hours on the internet I also figured out that people is solving this problem in different ways and no solution works 100% which makes this issue very weird :/
Hope it helps! Good luck!
Nepoznati said:
I just had the same issue as you and I tried almost everything! I have just figured out how to solve the problem.
First I installed an earlier version of CWM, in my case recovery-clockwork-touch-6.0.3.4-m7.img
Then I went to install the ROM that was working BEFORE I installed the ROm which totally crashed my cache partition, in my case Android Revolution HD
When I got into AROMA, I unchecked EVERYTHING the only thing I checked was the XPOSED Framework, which I remembered I installed last time
The installation finished and the phone rebooted twice before getting into the boot and finally into the ROM
I don't know what our issue is caused by and after reading two hours on the internet I also figured out that people is solving this problem in different ways and no solution works 100% which makes this issue very weird :/
Hope it helps! Good luck!
Click to expand...
Click to collapse
omg it worked, thank you jesus christ of Louisiana, i mean Nepoznati. may god bless you for eternity. Lol im probably gonna try installing the other rom anyways. I installed ARHD using the canadian option and everything else not selected

Can Get Into Recovery But Cant Mount

I can get into my HTC One (Att) CWM Recovery but I cant mount the sdcard so I can flash a rom. What do I do!
shizdan said:
I can get into my HTC One (Att) CWM Recovery but I cant mount the sdcard so I can flash a rom. What do I do!
Click to expand...
Click to collapse
Tried sideloading ? Basically you select Install zip from sideload and on your computer
Code:
adb sideload [pathonyourcomputer/rom.zip]
Once it is done you should be able to install your ROM.
Why can't you mount sdcard ? Is it encrypted ? If not, try changing your recovery, try
Code:
fastboot erase cache
, etc...

HTC One Formatted phone and now cant mount data with twrp

I was formatting my HTC One to give it to a family member. I was going to sideload or push a rom and flash it, but twrp keeps saying it cant mount /data/ or internal storage. I got to sideload android revolution HD GPE but when it boots its asks for a password to decrypt the storage which i have never done. In twrp it still says it can't mount internal storage or data and I need help getting out of this mess. :/
xXxG0dzRAgexXx said:
I was formatting my HTC One to give it to a family member. I was going to sideload or push a rom and flash it, but twrp keeps saying it cant mount /data/ or internal storage. I got to sideload android revolution HD GPE but when it boots its asks for a password to decrypt the storage which i have never done. In twrp it still says it can't mount internal storage or data and I need help getting out of this mess. :/
Click to expand...
Click to collapse
inside TWRP select wipe and then select format data, this will however completely wipe your phone and you will need to push or sideload a new rom then flash it, try and use TWRP 2.6.3.3, it makes all the difference.
Seanie280672 said:
inside TWRP select wipe and then select format data, this will however completely wipe your phone and you will need to push or sideload a new rom then flash it, try and use TWRP 2.6.3.3, it makes all the difference.
Click to expand...
Click to collapse
I flashed CWM to see if it worked instead but still said cant mount /data and can't mount /sdcard. I formatted /data and now trying to sideload android revolution again to see if that will work. If not I will try to use TWRP 2.6.3.3. I was using 2.7.1.1 beforehand.
Also the whole reason im here is because I wiped my phone completely with TWRP. Just planned on wiping it all then sideloading a rom to give it that "new phone" sort of feel. No empty random folders and all that. No left over files.
xXxG0dzRAgexXx said:
I flashed CWM to see if it worked instead but still said cant mount /data and can't mount /sdcard. I formatted /data and now trying to sideload android revolution again to see if that will work. If not I will try to use TWRP 2.6.3.3. I was using 2.7.1.1 beforehand.
Also the whole reason im here is because I wiped my phone completely with TWRP. Just planned on wiping it all then sideloading a rom to give it that "new phone" sort of feel. No empty random folders and all that. No left over files.
Click to expand...
Click to collapse
The TWRP 2.7.x.x series all seem to have one or another problem going on with them, most users here swear by 2.6.3.3 or 2.6.3.4, however you will also find that most custom rom's require TWRP recovery over CWM.
also, don't forget to erase the cache after flashing each recovery.
Code:
fastboot flash recovery recovery.img
fastboot erase cache
fastboot reboot-bootloader
Seanie280672 said:
The TWRP 2.7.x.x series all seem to have one or another problem going on with them, most users here swear by 2.6.3.3 or 2.6.3.4, however you will also find that most custom rom's require TWRP recovery over CWM.
also, don't forget to erase the cache after flashing each recovery.
Code:
fastboot flash recovery recovery.img
fastboot erase cache
fastboot reboot-bootloader
Click to expand...
Click to collapse
Ended up reflashing twrp with fastboot and then flashed Android revolution HD71.1 on it. The format of data in CWM worked to fix the mounting problem I had. Twrp probably could have fixed it too if I tried wiping data again. Will remember that next time for the other HTC One I'll be doing this to in the next few days.

Access fastboot after full wipe

Will I be able to get into fastboot after full wipe (including internal storage) in TWRP? I made a huge mistake and I can't go into /sdcard via PC to push .zip file to flash it. ADB sideload doesn't work, only shows "error: closed".
Hope that friends have OTG to put smth on disk, but I don't have for this right now :crying: Any ideas?
mop3c said:
Will I be able to get into fastboot after full wipe (including internal storage) in TWRP? I made a huge mistake and I can't go into /sdcard via PC to push .zip file to flash it. ADB sideload doesn't work, only shows "error: closed".
Hope that friends have OTG to put smth on disk, but I don't have for this right now :crying: Any ideas?
Click to expand...
Click to collapse
Yes you can.. do you mean you can't connect as mtp to pc while in twrp..?, anyway what twrp version you're using it..?, did you already mount internal before connect it to pc..?
You should be able to flash the MIUI fastboot roms still.
@JJeamy:
Well, I've managed to flash TWRP once again and I had access to everything. Propably full wipe messed priviliges to access Thanks for help ?

Categories

Resources