Can Get Into Recovery But Cant Mount - One (M7) Q&A, Help & Troubleshooting

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...

Related

Recover Nexus One

Hi people, my problem is that i erase all nexus one files form ClockworkMod Recovery and when i power on the nexus it's go directly to recovery mod.
when i try
adb shell
mount data
adb push C:\ROM.zip /data/
adb shell
recovery –update_package=DATA:ROM.zip
its return
sh: /sbin/postrecoveryboot.sh: not found
when i try apply a zip from sdcard return
E: can't mount /sdcard/
anyone know anything about this ?
You're saying you formatted your system? In that case your ROM is probably gone right? If you have a flashable custom rom in your SD card why don't you flash that from recovery?
Can't you just:
adb push [rom file path] /sdcard/
reboot
Flash that rom ( just any working rom)
???
If that doesn't work and still says can't mount sd have you tried formatting your sd card?
Do you have any recovery backups you can restore?

Cant Mount SdCard in Recovery?

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

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.

Need Help Quick plz :|

hi dears,
i lost my sdcard then in twrp i wipe internal storage my sd card (now have 26GBs free) turned back
but after flash any rom , sense UI Stopped , even i cant access to my sdcard via PC
whats wrong ?? help quick if you can plz :|
armindelavari said:
hi dears,
i lost my sdcard then in twrp i wipe internal storage my sd card (now have 26GBs free) turned back
but after flash any rom , sense UI Stopped , even i cant access to my sdcard via PC
whats wrong ?? help quick if you can plz :|
Click to expand...
Click to collapse
Which recovery version? Have you tried "Format Data" reboot recovery. adb push and install rom?
If your with TWRP 2.8.4.0 you can use MTP instead of push
Reply
Danny201281 said:
Which recovery version? Have you tried "Format Data" reboot recovery. adb push and install rom?
If your with TWRP 2.8.4.0 you can use MTP instead of push
Click to expand...
Click to collapse
TWRP 2.6.3.3, yes i try wipe internal storage and no i dont try push rom ? how can i push rom ??
armindelavari said:
TWRP 2.6.3.3, yes i try wipe internal storage and no i dont try push rom ? how can i push rom ??
Click to expand...
Click to collapse
I don't mean wipe internal storage. "Format Data" is not the same as Wiping Internal Storage. Format Data will wipe everything by deleting the System Data and Boot Partition. You must reboot recovery after format to write the new partition structure then push a new Rom to the phone with adb.
In twrp go to "Wipe" then "Format Data" you will be prompted to type yes to confirm.
When it's done go to the reboot menu and reboot recovery. You will get the No OS installed message. Reboot anyway, you will also be prompted to root the device say No.
When your back in recovery connect your usb cable. Put your Rom in your fastboot folder and rename it rom.zip
In the command window type.
Code:
adb push rom.zip /sdcard
The command window will appear unresponsive until the push complete (Several Minutes) When it's done Install the Rom with twrp :good:
@armindelavari Check the adb push command. I noticed I had a space missing. I have edited it so it's correct now :good:
Danny201281 said:
I don't mean wipe internal storage. "Format Data" is not the same as Wiping Internal Storage. Format Data will wipe everything by deleting the System Data and Boot Partition. You must reboot recovery after format to write the new partition structure then push a new Rom to the phone with adb.
In twrp go to "Wipe" then "Format Data" you will be prompted to type yes to confirm.
When it's done go to the reboot menu and reboot recovery. You will get the No OS installed message. Reboot anyway, you will also be prompted to root the device say No.
When your back in recovery connect your usb cable. Put your Rom in your fastboot folder and rename it rom.zip
In the command window type.
Code:
adb push rom.zip/sdcsrd
The command window will appear unresponsive until the push complete (Several Minutes) When it's done Install the Rom with twrp :good:
Click to expand...
Click to collapse
wow , tnx for your complete Reply
ok , i do these step right now

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