restocking my phone - HTC One Mini

is there a way to put a rom in the sdcard even thought i cant access it through recovery or internal storage in the pc. I have a twrp tried to install cyanogenmod to fix my phone from boot loop but twrp keep on saying it cant mount my sdcard, trie clockworkmod aswell and it also cant mount my sdcard please help

radster12795 said:
is there a way to put a rom in the sdcard even thought i cant access it through recovery or internal storage in the pc. I have a twrp tried to install cyanogenmod to fix my phone from boot loop but twrp keep on saying it cant mount my sdcard, trie clockworkmod aswell and it also cant mount my sdcard please help
Click to expand...
Click to collapse
Which version of twrp? you need to be on 2.7.x.x or higher

Related

sdcard mount issue in Recovery

I am looking for some help with my sdcard on my P3113
I can no longer mount my sdcard in recovery. "Error mounting /sdcard!" any time I try. Here is what I have done so far to try and fix it:
Reflashed CWM 6. No difference
Flashed CWM 5. No difference.
Used Odin to return the device to stock.
Flashed CWM 5. Still same issue
Flash CWM 6. Still same issue.
Any reason I can't mount my SDCARD anymore in recovery or any suggestions on what I can do next to fix it?
jskolm said:
I am looking for some help with my sdcard on my P3113
I can no longer mount my sdcard in recovery. "Error mounting /sdcard!" any time I try. Here is what I have done so far to try and fix it:
Reflashed CWM 6. No difference
Flashed CWM 5. No difference.
Used Odin to return the device to stock.
Flashed CWM 5. Still same issue
Flash CWM 6. Still same issue.
Any reason I can't mount my SDCARD anymore in recovery or any suggestions on what I can do next to fix it?
Click to expand...
Click to collapse
Have you tried formatting the card?
Yes, I have tried multiple different cards also and they mount just fine once the ROM is booted.
Which SD Card (internal or external)? Also, does the SD Card mount properly when booted into Android? I had the external sd fail to mount in recovery, when to use it in Android, and it wasn't recognized there either. Had to do a reformat before my tablet could recognize it again.
imnuts said:
Which SD Card (internal or external)? Also, does the SD Card mount properly when booted into Android? I had the external sd fail to mount in recovery, when to use it in Android, and it wasn't recognized there either. Had to do a reformat before my tablet could recognize it again.
Click to expand...
Click to collapse
The problem is with the External SD card not be accessable while in recovery. Once I am booted into the OS I am able to access it and use whatevers on it no problem. I have formated the first card and that didn't help, so I switch to a different card and that didn't work either. I have tried flashing Recovery again as well as returning to full stock and rerooting. Recovery just won't see the card. It's not that big of a deal, i just want to make sure I am not going to start having other problems too...
same device, same problem, using cyanogenmod 13.

Stuck in recovery cant mount storage

Im currently stuck in recovery without a rom to reboot too, because i forgot to put the zip in before. I'm trying to mount to storage using 4EXT Recovery touch, just cant seem to open my sd folder. I tried mounting sdcard and mounting system through the mounts/storage, no luck. Any help?
ptrle said:
Im currently stuck in recovery without a rom to reboot too, because i forgot to put the zip in before. I'm trying to mount to storage using 4EXT Recovery touch, just cant seem to open my sd folder. I tried mounting sdcard and mounting system through the mounts/storage, no luck. Any help?
Click to expand...
Click to collapse
Select toggle USB storage and access from computer. Put a Rom on and then eject from computer then select install from sd card.
Sent from my Inspire 4G using xda premium

[Q] Help! TWRP Won't Mount /sdcard for flashing!

I ran a recovery in TWRP to get my phone back to the phones original rom after being on AOKP JB Build 4 on my AT&T One X, but now it stays on the HTC boot screen with the red legal warning on it and TWRP can't mount /sdcard to flash back to another rom. I really hope that this isn't a brick but can someone shine some light on this issue and a possible fix? Help would be greatly appreciated!
Update: Was able to get AOKP flashed back by mounting /data as /sdcard, phone boots into it and I can use it, but the internal storage (/sdcard) is nonexistent and won't mount.
format sdcard in your computers os. make sure not to factory reset or clear storage in bootloader or it will corrupt sdcard.
DvineLord said:
format sdcard in your computers os. make sure not to factory reset or clear storage in bootloader or it will corrupt sdcard.
Click to expand...
Click to collapse
I can't get the phone to mount as a removable drive because of the problem with /sdcard, so I can't format it from my computer.
c_h0use said:
I can't get the phone to mount as a removable drive because of the problem with /sdcard, so I can't format it from my computer.
Click to expand...
Click to collapse
Don't worry about the red text. We all have that. And it is not bricked.
Can you turn the phone on with the stock ROM you flashed? If so, can you mount the SD card while it is on, booted up in phone mode? If, mount it there, then move your new rom to your phone.
Hello,
I have a similar issue, i can get into TWRP recovery, but i am not able to mount sdcard. My mistake was that i did fastboot flash boot boot.img but i neglected to actually flash the room and i didn't put the rom in the sdcard, so now i need to mount the sdcard to load the rom to flash it, but that is where i am stuck, is there a way to copy files into the sdcard via adb or any other way?
Any help will be greatly appreciated it.
Thank you.
XRACER said:
Hello,
I have a similar issue, i can get into TWRP recovery, but i am not able to mount sdcard. My mistake was that i did fastboot flash boot boot.img but i neglected to actually flash the room and i didn't put the rom in the sdcard, so now i need to mount the sdcard to load the rom to flash it, but that is where i am stuck, is there a way to copy files into the sdcard via adb or any other way?
Any help will be greatly appreciated it.
Thank you.
Click to expand...
Click to collapse
I think what you need to do then is flash the ROM from your bootloader. I found this guide with directions explaining how to flash from the bootloader by googling How To Flash Rom from Bootloader in the XDA Wiki. Here are the steps
ROM Flashing
Obtain a ROM of your choice, and note the location on your computer.
reboot your device into fastboot mode via one of the following options.
adb reboot bootloader (requires USB debugging to be turned on).
power off the device then back on with 'vol up' + power button.
Wipe your device.
fastboot -w
Update your ROM.
fastboot update </path/to/your/RomFile.zip>
Your phone will update and automatically reboot into the new ROM.
ROM update without SDcard
If you don't have an sd card, or your slot is broken you can try this trick, but you will need a custom recovery like Clockwork.
Boot up your phone to recovery. And move your rom file to the adb directory, and start a command line ( cmd )
adb shell
mount data
adb push D:\custom_rom.zip /data/
Wait until the push finised, and restart your device to recovery again with "adb reboot-bootloader"
mount data
mount /data /sdcard ( mount the data folder into your sdcard folder, so your recovery will think that you have an sdcard installed )
Locate the ROM .Zip file you wish to flash.
Confirm the flash by following the on-screen instructions (ie: pressing the trackball, pressing the call button, etc.)
If no errors arise during the flashing process then the ROM flash was successful, Reboot the device.
With some root file explorer, remove the rom file if you don't need it anymore, to free up space.
Or use adb to remove the custom recovery
adb shell rm data/custom_rom.zip
thanks for the reply but the procedure is not working,
when in fastboot through cmd i get
fatsboot -w
erasing 'userdata'...
FAILED (remote: not allowed)
finished. total time: 0.003s
I made sure i am in fastboot USB
elphiz
XRACER said:
thanks for the reply but the procedure is not working,
when in fastboot through cmd i get
fatsboot -w
erasing 'userdata'...
FAILED (remote: not allowed)
finished. total time: 0.003s
I made sure i am in fastboot USB
Click to expand...
Click to collapse
Lol this just happen toe last night what u need to do is boot into bootloader then plug it USB cable to ur phone and format your sdcard it make sure u download a Rom to your computer before this it can be any tom you like after you format you can put the Rom on ur sdcard and flash and u will be golden
loading into bootloader doesn't allow the computer to read/access the sdcard keep in mind this is the HOX so the sdcard is the internal memory, i could get into the recovery and then try to mount it that way and format from there but for some reason i can't select the option mount sdcard.
This works:
How to Fix corrupt/unmountable internal storage on the HTC One X/XL
http://forums.team-nocturnal.com/sh...storage-on-the-HTC-One-X-XL?p=13552#post13552
perfect thanks that did the job. now time to install the ROM!!!!
thanks a lot
hmmmm.... one more question would i need to flash the boot image as well before installing the ROM???
EDIT: i went ahead and just flashed the ROM, and everything is working fine.
Thank you to everyone
XRACER said:
perfect thanks that did the job. now time to install the ROM!!!!
thanks a lot
hmmmm.... one more question would i need to flash the boot image as well before installing the ROM???
EDIT: i went ahead and just flashed the ROM, and everything is working fine.
Thank you to everyone
Click to expand...
Click to collapse
If you're not on Hboot 1.14 then you don't have to flashboot flash boot.img. just flash the .zip from your sd card
Sent from my HTC One XL cellular device over clocked to 1.9Ghz
thank you sir!
king200 said:
This works:
How to Fix corrupt/unmountable internal storage on the HTC One X/XL
Click to expand...
Click to collapse
ok this did work and i appreciate the link. ive bookmarked it for future use. what sux is i assumed i bricked and have already had a new phone shipped. oh well guess i got a back up
will this work because my microsims card unable to mount /sdcard which i assume is the internal one will it work even if its blank/empty via computer because i have no working os on my phone i have incredible 4g so i hope you can help me
XRACER said:
loading into bootloader doesn't allow the computer to read/access the sdcard keep in mind this is the HOX so the sdcard is the internal memory, i could get into the recovery and then try to mount it that way and format from there but for some reason i can't select the option mount sdcard.
Click to expand...
Click to collapse
I did it. Apparently you can install a zip ROM from SD card once you repartition it from the recovery. There is an option to partition the SD card in the Recovery.
After that, restart the phone, go into recovery again, connect to the PC using a USB cable, and use the USB mount option if you want to copy the ROM without removing the microSD card from the phone. Copy the zip ROM to the sdcard and try installing the ROM again. It worked for me !
I was installing the Pico ROM from this tutorial:
www (dot) rootlord.com/2013/08/revert-htc-explorer-back-to-stock-rom (dot) html
I
TWRP Mounting SD card
DvineLord said:
format sdcard in your computers os. make sure not to factory reset or clear storage in bootloader or it will corrupt sdcard.
Click to expand...
Click to collapse
So I think I may have currupted my sdcard. I'm running CM-12 4/21/15 nightly. I'm a nubie at this stuff and have read everywhere I can think of on the forums. When I try to reboot to bootloader from TWRP recovery if goes immediately to the do no remove USB connection FIRMWARE Update. I am worried that this will un-root me with AT&T being jerks and fixing the bumped bootloader. So, I have always just pulled the battery, plus it never has any progress on the %downloaded bar.
To try to fix the issue I may have just made it worse and created too many partitions or corrupted the SD by doing exactly what you said not to do above. Before I did a TWRP wipe (not the advanced version) the SD card was mounted, but some apps like google play music kept saying external storage removed. I did the wipe and saw the factory reset screen and said ok. I had to download all my apps again and then switched to Google Now launcher I orginally rooted and bootloader unlocked with bump on a different smaller external SD card. I wasn't sure if that had anything to do with it.
I'm almost unsure what to ask you or other more experienced users what to do.
eee. how about on my samsung galaxy j5 sm j500h? i wanted to mount my phone to pc but i cant. was planning to fix my phone cause im stucked on bootlogo due to flashing xposed-v72-sdk22-arm.zip. Hoping that you guys can help me out.

[Q] How to push in adb when device not found?

Solved already, used different recovery that has an option to mount sdcard to pc so that I can move the rom for flashing.
Hi,
I have a china phone(oppo finder) that I have accidentally unmount the sdcard using miui recovery. The phone only comes with an internal storage. When I reboot the phone, it will only boot in recovery due to unmounted sd card. I cant use adb due to device not found. I tried searching for the driver but cant found anything that will make adb usable. I am able to go to fastboot and can still flash custom recovery.
Is there a way to push a rom to the sdcard or to remount the sdcard? Anyway I can utilize the fastboot?
Appreciate any help I can get! Thanks for your time in advance!

[Q] SD Card no longer detected when downgrading from 12.1

I am facing a really weird problem.
Initially, my HTC Desire S was running CM10.1 ROM, with sdcard 32GB FAT32 formatted. Recovery was CWM 5.0.2.0. I saw CM 12.1 Lollipop ROM for HTC saga, and decided to try it out. Recovery was updated to TWRP-saga-2.8.5.2-unofficial, and installed successfully CM12.1 The phone was lagging, and decided to revert back to CM10.1.
The sdcard was not detected in CM10.1, neither when recovery was reverted back to CWM 5.0.2.0. I also tried recovery-clockwork-touch-5.8.1.5-saga and recovery-twrp-2.6.3.0-saga, none could mount the sdcard. I tried other sdcards (16GB and 8GB), formatting them using SDFormatter, checking using MiniTool Partition to make sure it's not set to logical. None could be detected.
But when I put back TWRP-saga-2.8.5.2-unofficial, all sdcards could be detected in recovery. I reinstalled CM12.1, it could also detect and use the sdcard.
It seems that installing recovery TWRP-saga-2.8.5.2-unofficial and/or upgrading to 12.1. had caused sdcard to be undetectable by earlier version of recovery and OS.
How can I fix this, and have my phone running CM10.1 again, with sdcard detected?
Try flashing 4ext recovery see if thats able to mount anything.
Theres a thread by me in Desire S General and its 4ext recovery as PG88IMG. Just extract the zip file and flash recovery.img via fastboot. (or just use the PG88IMG haha)
jmcclue said:
Try flashing 4ext recovery see if thats able to mount anything.
Theres a thread by me in Desire S General and its 4ext recovery as PG88IMG. Just extract the zip file and flash recovery.img via fastboot. (or just use the PG88IMG haha)
Click to expand...
Click to collapse
Nope, 4ext can't mount sdcard. It seems only TWRP-saga-2.8.5.2-unofficial recovery and CM12.1 can detect the sdcard.
tjhiwa said:
Nope, 4ext can't mount sdcard. It seems only TWRP-saga-2.8.5.2-unofficial recovery and CM12.1 can detect the sdcard.
Click to expand...
Click to collapse
Strange. U should ask the dev of twrp and or the rom dev to see if they know anything bout it.
Check ur sdcard for any recovery folder (twrp) and delete it then try flashing 4ext. There might be something in the folder f****** things up haha.
jmcclue said:
Check ur sdcard for any recovery folder (twrp) and delete it then try flashing 4ext. There might be something in the folder f****** things up haha.
Click to expand...
Click to collapse
It happens also to newly formatted sdcards.
How do u format the sdcard? Coz if u format it using recovery then it doesnt delete the recovery folder. Anyway im out of ideas so best contact the dev see if they know why.

Categories

Resources