[HELP]Cannot Mount External SD Card in TWRP contronler either system,but browned by TWRP manager - General Questions and Answers

device:motorola z2 force
system:mokee 9
the external SD mounted as /storage/public:179,1 and
could not read on the system. when in the TWRP, use commandline just like "ls", it report error, but if use the filemanager in TWRP, it can work!! and it can flash the rom in TWRP!!
when plus it to the PC with USB port in TWRP mode, could not use adb command to visit SDcard, but it would appear in the USB portable device. but it cannot do the same after boot to system.
if flash the magisk, during in flashing process, can use
the adb command ls view the SD, but after the process be ended

could any friend know what the phone happened and fix it?

Related

[Q] Unable to use adb with android SDK under windows (Mount SD Card in Recovery)

I'm trying to run: adb shell, but I keep getting error msg: "adb" is not recognized as file or program.
I have Adnroid SDK r08, lattest from the site, installed on my Windwos XP.
I'm doing this, because I cant mount my SD Card on Clockwork, so I can't proceed Flashing with a new ROM, the phone it self under Android, is recognizing the memory.
It is formated under FAT32 and was re-formated with the phone as a couple of posts suggests.
Could someone help me? Thanks
Before running adb, you should change your working directory to the directory where it is located.
For example, if you've installed android sdk in C:\andsdk, then you should use the following command to use it:
Code:
cd C:\andsdk\tools
adb shell
Done, I can already access to adb shell, but when Im trying to mount the sdcard, it says that its unable to mount.
So when I'm trying to Install ROM from SD Card, at Recovery Menu - Clockwork, it says that its unable to mount the SDCard.
Are you sure that your SD card is inserted properly?
Well the card works perfectly when I'm running Android. No problems at all.
Then, they came up (problems) as soon as I went into Recovery menu (Clockwork) and the phone was rooted perfectly with unrevoked 3.31
Things that I've already tried:
- Format SDCard under Fat32 and re format it with the phone => The SD Card works perfectly under Android but cannot mount on Recovery Menu.
- Format SDCard under Ext3 and 4, same as previous.
Any suggestion are welcome, and thank you so much.
When you ask ADB to list devices ('adb devices'), is yours recognised?
As soon as I got into Recovery Menu:
Ran: adb devices
This is what I got:
List of devices attached:
XXXXXXXXXXX - recovery
Click to expand...
Click to collapse
xxx - corresponds to my phone code
Then I do:
adb shell
mount /sdcard
And I get:
mount: mounting /dev/block/mmcblk0p1 on /sdcard failed: No such file or directory
Any suggestions?
Thank you!
Have you tried mounting the SD card in ADB while booted into Android?
This thread sounds like a similar thing, and might be worth reading.

[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] TWRP 2.5 no OS

I have unlock TF700t and i have installed TWRP 2.5 On internal disk i do not any operating system. I cannot mount sdcard 16GB FAT 32 (unable mount). Is possible upload ROM or any file over USB cable to device? I can run only TWRP recovery mod. I try fasboot but if i run fastboot on computer in command line was "waiting for device"
xray0045 said:
I have unlock TF700t and i have installed TWRP 2.5 On internal disk i do not any operating system. I cannot mount sdcard 16GB FAT 32 (unable mount). Is possible upload ROM or any file over USB cable to device? I can run only TWRP recovery mod.
Click to expand...
Click to collapse
It seems you wiped/formatted your internal storage.
You should be able to mount by USB to your pc if you have your drivers for the device installed though I have never tried.
Few things you could try.
1.) reformat microSD card(fat32) and put rom on it and see if it is mountable again.
2.)If you are getting the message unable to mount internal storage try formatting the internal storage using twrp(data will be lost).
ronniereiff said:
It seems you wiped/formatted your internal storage.
You should be able to mount by USB to your pc if you have your drivers for the device installed though I have never tried.
Few things you could try.
1.) reformat microSD card(fat32) and put rom on it and see if it is mountable again.
2.)If you are getting the message unable to mount internal storage try formatting the internal storage using twrp(data will be lost).
Click to expand...
Click to collapse
I try new SD card and reformat but same situation. How driver i need for connection over USB?
You'll need to use adb to connect your device whilst in twrp. However why don't you just copy a ROM to SD card and flash that way?
xray0045 said:
I try new SD card and reformat but same situation. How driver i need for connection over USB?
Click to expand...
Click to collapse
What happens when you put the ROM on the microSD and try to install it via install on TWRP
KinetiClutch said:
What happens when you put the ROM on the microSD and try to install it via install on TWRP
Click to expand...
Click to collapse
I copy ROM to SD card insert to tabler a power. In TWRP in log i see "unabel to mount /external-scdard" I try new sdcard format FAT32
I want copy image over USB, in computer i have driver ASUS Android Bootloader Interface. I try TWRP sideload, adb sideload "Stock Root Odex - 10.6.1.14.4_Signed.zip" but copy failed "failed to write data 'protocol fault (no status)"
xray0045 said:
I copy ROM to SD card insert to tabler a power. In TWRP in log i see "unabel to mount /external-scdard" I try new sdcard format FAT32
I want copy image over USB, in computer i have driver ASUS Android Bootloader Interface. I try TWRP sideload, adb sideload "Stock Root Odex - 10.6.1.14.4_Signed.zip" but copy failed "failed to write data 'protocol fault (no status)"
Click to expand...
Click to collapse
This looks to me as if you're another candidate for this method:
http://forum.xda-developers.com/showthread.php?t=1803343
The instructions are for an old ICS rom, but still work with JB 4.2
You may want to search for users ssnova or jjgrantham in the CROMIX thread in the development section and pm them.
They had exactly your problem: only thing they could boot to was TWRP and solved it using above method.
Good luck, let us know if it worked!
Sent from my ASUS Transformer Pad TF700T using Tapatalk HD
Worked for me
xray0045 said:
I copy ROM to SD card insert to tabler a power. In TWRP in log i see "unabel to mount /external-scdard" I try new sdcard format FAT32
I want copy image over USB, in computer i have driver ASUS Android Bootloader Interface. I try TWRP sideload, adb sideload "Stock Root Odex - 10.6.1.14.4_Signed.zip" but copy failed "failed to write data 'protocol fault (no status)"
Click to expand...
Click to collapse
Well, after looking a solution to ADB sideload write error from TWRP, I just rebooted TWRP, asked me to install SuperSU, rebooted, and sideload worked perfectly.
HellYeah
Johnfromspain said:
Well, after looking a solution to ADB sideload write error from TWRP, I just rebooted TWRP, asked me to install SuperSU, rebooted, and sideload worked perfectly.
Click to expand...
Click to collapse
Dude, you just solved my TWRP 2.7.0.0 issue with my ASUS TF300T tonight...WAS scared ****less after letting TWRP wipe EVERYTHING...you know, your advice just kept me from soiling myself, so...thanks!
Johnfromspain said:
Well, after looking a solution to ADB sideload write error from TWRP, I just rebooted TWRP, asked me to install SuperSU, rebooted, and sideload worked perfectly.
Click to expand...
Click to collapse
That sorted my sideloading error too - many thanks!

Is it possible to mount USB storage without a ROM?

I flashed a bad ROM and have no other zip on SD to mount.
I can flash any recovery from MotoTool.
ADB push doesn't work says device not found.

"CM Lockscreen has stopped" turns OPO into bootloop, how to backup /sdcard to pc?

"CM Lockscreen has stopped" turns OPO into bootloop, how to backup /sdcard to pc?
I got the "CM lockscreen has stopped" message, and now my phone keeps rebooting. I can put the phone into stock recovery mode and maybe fastboot mode(yet to try). All i wanted now is to backup all my files in internal storage before "sideload" the older firmeware(33R) to fix the phone.
I just learned how to use adb and fastboot.
in stock recovery mode------> apply update-----> adb, only "adb sideload mode" is allowed, i can't use adb pull command in here.
Question is: How to backup all the files in internal storage(/sdcard) to my pc.
should i just sideload the older firmware and fix the rebooting issue first?
but i am worrying this method won't works or the internal storage will get formatted.
Thank you
Just flash a custom ROM using TWRP. Your files won't be erased from internal sd card.
No need to use fastboot. Don't forget to wipe in twrp.
zephiK said:
Just flash a custom ROM using TWRP. Your files won't be erased from internal sd card.
No need to use fastboot. Don't forget to wipe in twrp.
Click to expand...
Click to collapse
But i didn't install TWRP on my phone. To install TWRP now, i think i have to unlock the bootloader first, but this will wipe all the data(including internal sd scard). Am i right?

Categories

Resources