[Q] Access SDcard from TWRP - Moto X Q&A

Hi guys!
how can i access the sdcard via TWRP?!
Thanks a lot!

daede86 said:
Hi guys!
how can i access the sdcard via TWRP?!
Thanks a lot!
Click to expand...
Click to collapse
Get Philz cwmr which will restore twrp backup & no longer utilizes the Blobs, which turned many away to twrp. With my Philz ini file it is as pocket proof as twrp.
http://forum.xda-developers.com/moto-x/general/fyi-online-nandroid-backup-ready-t2762382
---------- Post added at 07:49 AM ---------- Previous post was at 07:45 AM ----------
It mounts OTG & internal memory. The 2711 twrp only mounts OTG which is a real SD card BTW.

Twrp can see the sdcard no problem. That is how you flash roms and mods. If you are not in the right directory then you can navigate back. Hit up a level to go back in your directory.

sorry i didn't explain myself..
i'd like to access the sdcard from my pc with the phone stucked in the recovery!

daede86 said:
sorry i didn't explain myself..
i'd like to access the sdcard from my pc with the phone stucked in the recovery!
Click to expand...
Click to collapse
That is what I though.

aviwdoowks said:
That is what I though.
Click to expand...
Click to collapse
thanks again
then i should flash it with fastboot and then i'll access the SD from my pc, am i right?!
just for curiosity.. there is no way to access the SD with TWRP?!

guys i want to share how i solved my situation..
i opened the terminal and reboot the phone stucked in the recovery to the bootloader using adb reboot bootloader command..
then flashed the new rom zip using adb sideload "filename.zip"

daede86 said:
thanks again
then i should flash it with fastboot and then i'll access the SD from my pc, am i right?!
just for curiosity.. there is no way to access the SD with TWRP?!
Click to expand...
Click to collapse
I am on a locked unrooted 444 Maxx now. But Travis... Just Confirmed about OTG only.
Use Rashr tools free to flash an img or just flash the zip ver from twrp.

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

Always boots to CWM Recovery

Hi people,
i have a problem with my phone, his boot to CWM recovery always....
How i resolve this?
gsilvap said:
Hi people,
i have a problem with my phone, his boot to CWM recovery always....
How i resolve this?
Click to expand...
Click to collapse
It is because of broken j4fs driver.. Which kernel are you using btw? If u use cocore there is a flashable zip to boot into the system.. Search in that thread.. Otherwise use reboot command in the adb shell.
Sent from my GT-I9070 using xda premium
gsilvap said:
Hi people,
i have a problem with my phone, his boot to CWM recovery always....
How i resolve this?
Click to expand...
Click to collapse
and if you are with thunderzap, try to reflash the stock kernel..that will fix your problem..
i'm using cocore5... i have resolve the problem flashing lqb stock firmware....
by the way, who i do a reboot with adb shell? you have a good tutorial of adb?
Thanks
Gonçalo
gsilvap said:
i'm using cocore5... i have resolve the problem flashing lqb stock firmware....
by the way, who i do a reboot with adb shell? you have a good tutorial of adb?
Thanks
Gonçalo
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1474956
There is a video tut too.
CWM Reboot Fix
With SD Adapter :
- If you have a SD adapter download the file put it to SD, (via PC)
- Attach your SD to phone,
- Go to CWM flash & reboot.
OR
In CWM :
- Mount USB Storage,
- Connect your device to PC,
- Put the file to SD,
- Flash & reboot.
Recovery Fix
Thanks.
Darkness and Hope said:
With SD Adapter :
- If you have a SD adapter download the file put it to SD, (via PC)
- Attach your SD to phone,
- Go to CWM flash & reboot.
OR
In CWM :
- Mount USB Storage,
- Connect your device to PC,
- Put the file to SD,
- Flash & reboot.
Recovery Fix
Click to expand...
Click to collapse
thanks work is great :good::laugh:
I had that problem as well. I had to use Odin and put a new firmware. Maybe there is another solution but i did this and everything is okay :laugh:
Darkness and Hope said:
With SD Adapter :
- If you have a SD adapter download the file put it to SD, (via PC)
- Attach your SD to phone,
- Go to CWM flash & reboot.
OR
In CWM :
- Mount USB Storage,
- Connect your device to PC,
- Put the file to SD,
- Flash & reboot.
Recovery Fix
Click to expand...
Click to collapse
Thanks a lot saved my life.
SuperSU binary update got me into recovery and you saved me.

Why cant I mount the storage inside recovery

I am using clockworkmod recovery but I cannot mount storage. Am I missing something? Drivers in place. Fastboot abd both work. But I cannot mount the storage. I am not new to this just new to the phone.
bongo264 said:
I am using clockworkmod recovery but I cannot mount storage. Am I missing something? Drivers in place. Fastboot abd both work. But I cannot mount the storage. I am not new to this just new to the phone.
Click to expand...
Click to collapse
Is there a way to get a ROM on via fastboot or something?
bongo264 said:
Is there a way to get a ROM on via fastboot or something?
Click to expand...
Click to collapse
When you hit the mount button should the storage show up as a drive? It worked on my old phone with external storage. What am I doing wrong?
bongo264 said:
When you hit the mount button should the storage show up as a drive? It worked on my old phone with external storage. What am I doing wrong?
Click to expand...
Click to collapse
Doesn't work for phones with internal storage from recovery, cannot mount in recovery. Something to do with how internal storage works with the MTP
dgtiii said:
Doesn't work for phones with internal storage from recovery, cannot mount in recovery. Something to do with how internal storage works with the MTP
Click to expand...
Click to collapse
Thank you for the reply. I had a friend bring over his phone that was only booting to bootloader and had no ROM's in storage. I managed to get it back by fastboot flashing a boot.img from the viper ROM that was installed on his phone before. Normally I would have just copied a good ROM to the storage through recovery and flashed it. Afterwords I made a backup and warned him not to delete it.
Thanks again everyone for all the support this site provides!
bongo264 said:
Thank you for the reply. I had a friend bring over his phone that was only booting to bootloader and had no ROM's in storage. I managed to get it back by fastboot flashing a boot.img from the viper ROM that was installed on his phone before. Normally I would have just copied a good ROM to the storage through recovery and flashed it. Afterwords I made a backup and warned him not to delete it.
Thanks again everyone for all the support this site provides!
Click to expand...
Click to collapse
If you need to send a rom or anything to your internal storage from recovery just do : adb push rom.zip /data/media/0/
cuyo11 said:
If you need to send a rom or anything to your internal storage from recovery just do : adb push rom.zip /data/media/0/
Click to expand...
Click to collapse
+1
Easiest way is to get a 4 $ OTG cable from Amazon and a SanDisk 16 GB USB stick. Then choose in recovery 'install zip from external SD card'
I also keep a Nandroid on there. In recovery there is the option 'back up to external SD card'
Really gives a peace of mind!
Sent from my HTC One using xda app-developers app

Instal ROM without SD card

Good Morning everyone,
I haven't been able to get an answer in the forum related to this question
I keep reading TUTO in order to custom my new Mi5, and everywhere it is written :
Download the ROM
Put the zip files on your SDCard
Reboot in Recovery
Wipe Data / Factory Reset
Select "Install zip from SDCard"
Flash
BUT, Mi5 does not support SDCard. How could I put it into it ?
Thanks,
Laurent
GoOlik said:
Good Morning everyone,
I haven't been able to get an answer in the forum related to this question
I keep reading TUTO in order to custom my new Mi5, and everywhere it is written :
Download the ROM
Put the zip files on your SDCard
Reboot in Recovery
Wipe Data / Factory Reset
Select "Install zip from SDCard"
Flash
BUT, Mi5 does not support SDCard. How could I put it into it ?
Thanks,
Laurent
Click to expand...
Click to collapse
You can flash custom rom by going to recovery and select install zip from adb sideload.
Now, adb command prompt and type "adb devices" and press enter, it will recognize your device and then type "adb sideload (your_rom_name.zip)" and press enter it will flash zip file in your device......
[emoji117] NOTE:- Before performing any above steps you must have adb drivers installed in your pc..
Sent from my SM-A710F using Tapatalk
GoOlik said:
Good Morning everyone,
I haven't been able to get an answer in the forum related to this question
I keep reading TUTO in order to custom my new Mi5, and everywhere it is written :
Download the ROM
Put the zip files on your SDCard
Reboot in Recovery
Wipe Data / Factory Reset
Select "Install zip from SDCard"
Flash
BUT, Mi5 does not support SDCard. How could I put it into it ?
Thanks,
Laurent
Click to expand...
Click to collapse
Your phone does have SD Card. An internal one. Well, a partion of your internal storage is emulated as SDcard and mounted as /SDCard0
vladimir_carlan said:
Your phone does have SD Card. An internal one. Well, a partion of your internal storage is emulated as SDcard and mounted as /SDCard0
Click to expand...
Click to collapse
Yaa this is also good way that you can follow
But when your phone boot up
Sent from my SM-A710F using Tapatalk
AshTechsoft said:
Yaa this is also good way that you can follow
But when your phone boot up
Sent from my SM-A710F using Tapatalk
Click to expand...
Click to collapse
You don't need to boot your phone to copy the rom zip from your PC. You can do it while you are in recovery via MTP file transfer.
vladimir_carlan said:
You don't need to boot your phone to copy the rom zip from your PC. You can do it while you are in recovery via MTP file transfer.
Click to expand...
Click to collapse
Ohh....yaa you are right......
Sent from my SM-A710F using Tapatalk
vladimir_carlan said:
Your phone does have SD Card. An internal one. Well, a partion of your internal storage is emulated as SDcard and mounted as /SDCard0
Click to expand...
Click to collapse
Thank you for your quick reply, but I have an issue.
I cannot find the folder /SDCard0 in my phone system. I have only /SDCard, which go directly to my internal storage.
FYI: I use TWRP 3.0.2
GoOlik said:
Thank you for your quick reply, but I have an issue.
I cannot find the folder /SDCard0 in my phone system. I have only /SDCard, which go directly to my internal storage.
FYI: I use TWRP 3.0.2
Click to expand...
Click to collapse
/SDCard or /SDCard0 makes no difference. Your internal storage it's seen by system as an SDCard. Copy there your rom. Zip and flash it. Those tutorials you are talking about are made with assumption that you download the rom zip on your PC. You can download those roms right on your phone using your phone browser. Like this it's much easier and you'll skip Step 2 the step that got you confused.

Samsung A6050 TWRP a6pltezc

I manage to install twrp and run adb sideload but when I try to sideload zips from pc, I get some errors on twrp. Has anyone tried installing twrp a6pltezc for A6050 and manage to install no-verity-opt-encrypt.zip and magisk.zip through twrp?
Downloaded twrp from: https://twrpbuilder.github.io/downloads/twrp/
zettooo said:
I manage to install twrp and run adb sideload but when I try to sideload zips from pc, I get some errors on twrp. Has anyone tried installing twrp a6pltezc for A6050 and manage to install no-verity-opt-encrypt.zip and magisk.zip through twrp?
Downloaded twrp from: https://twrpbuilder.github.io/downloads/twrp/
Click to expand...
Click to collapse
why sideload? unable to read external or what?
an-_-dro said:
why sideload? unable to read external or what?
Click to expand...
Click to collapse
Didn't manage to read external sd card
zettooo said:
Didn't manage to read external sd card
Click to expand...
Click to collapse
yeah thats similar with j7p twrp but still able to read flasdisk...but atleast can read internal right?
try with usb flasdisk..

Categories

Resources