cant mount via TWRP - Galaxy S III I9305 (4G LTE + 2GB RAM) Q&A, Help &

i cant mount in the TWRP recovery ..
my computer dont recognize i dont know why..
i installed KIES drivers still dont work
i want to mount in recovery because it is verry annoyin when i flash a new rom and i nedd to wipe all data.
i want to format completly and then flash a new rom but i wont be able to do that beacuse i need to acces the phone to copy the ZIP files..
any ideas?
thnx

Usual is to copy zip files to ext sd card .

valery3212 said:
i cant mount in the TWRP recovery ..
my computer dont recognize i dont know why..
i installed KIES drivers still dont work
i want to mount in recovery because it is verry annoyin when i flash a new rom and i nedd to wipe all data.
i want to format completly and then flash a new rom but i wont be able to do that beacuse i need to acces the phone to copy the ZIP files..
any ideas?
thnx
Click to expand...
Click to collapse
You do not have to format user data partition (internal sdcard.).
Alternatively you can use adb to push your files to the phone.
http://android.stackexchange.com/questions/42332/push-a-rom-to-galaxy-s3-d2att-while-in-twrp-cwm
If you have a Linux, actually Ubuntu installation, everything is much simpler in this regard. You don't have to install any drivers, only android-tools-adb and the phone mounts automatically IIRC. So it is sufficient to type 'adb push yourzip /sdcard' without ''.
Edit:
I am sorry, forgot what I said about adb. That is only possible, if one has the working ROM. For some other phones, Nexus on the first place, it could be possible to do the same and even flash the ROM with fastboot, but not here...
Sent from my GT-I9305 using Tapatalk 4

Related

Problem with startup

I wiped my system because there was something wrong with the hero theme i was running. i booted back up and after i booted into the phone, i cant boot into the home screen, it boots for some reason into lock 2.0 and i didnt choose that as a default, why is it doing this? im running the dude's cupcake beta 12 and app2sd
Don't know...Never heard that occur before. I suggest a reflash of the ROM or even a e2fsck of the filesystems.
i hate when this stuff happens at work where my computer blocks me from plugging in something to the usb port so i have to wait until i leave
alritewhadeva said:
Don't know...Never heard that occur before. I suggest a reflash of the ROM or even a e2fsck of the filesystems.
Click to expand...
Click to collapse
e2sfck? whats that?
Checking of EXT filesystems...Do you have cyanogen's latest recovery? 1.3.1?
no, i couldnt figure out how to install it, but i believe i put it in the appropriate place on the sd card to install it, can i put it up through the recovery console?
Depends, did you download the .zip version, or the .img version? If you have the .zip .. Go to recovery console and:
Code:
mount /sdcard
cd /sdcard
mv cm-recovery-1.3.1-signed.zip update.zip
recovery
Then you can try flashing it. CM Recovery also lets you mount your phone via USB, so if you need to reflash and don't have an image on your phone, drop to the recovery and run
Code:
ums_enable
Copy file to your card, eject on the PC
ums_disable
recovery
If you downloaded the .img version of the recovery, I'm not sure that it can be flashed without getting into the main OS. What happens when you try to unlock Lock 2.0? You didn't really say..

[Q] sdcard unmounted somehow help phone works otherwise

hi guys i hope someone can help
somehow my sdcard has become unmounted
i have s-off with revone done with cmd and adb
i have set cid to 11111....
i have updated firmware to 2.17 and 2.14
all was working well until i did factory reset
now i cant access internal storage. camera doesnt work. wifi doesnt work
what do i need to do?
any help would be much appreciated. i have been working on this for hours
flash your ROM again
IINexusII said:
flash your ROM again
Click to expand...
Click to collapse
i have not flashed a rom yet and the stock rom works fine i just cant access sdcard
do i need to flash a rom?
which one? a stock one or a custom one?
stock one
okay
i cant access the sd card to copy a rom to
on the laptop the phone comes up like normal. click on it internal storage comes up like normal. but inside the internal storage folder has a folder called storage. inside that is emulated. inside that is legacy. inside that is the normal file structure.
windows errors when trying to copy files anywhere inside the internal storage folder
when in the camera app on the phone it shows a black image and click on the gallery icon it says no sd card
its like the "sdcard" is unmounted. how do i mount it? ive tried CW recovery and TWRP
try sideloading the ROM, there should be an option for adb sideload and use the command adb sideload romName.zip
is there an adb command to mount sdcard?
jtilz said:
is there an adb command to mount sdcard?
Click to expand...
Click to collapse
there should be in one of the recovery menus
This is exactly what has happened to my phone, and there seems to be more thread cropping up about this.
I can see in TWRP recovery there is an SDCard but cant do anything with it. I can flash a rom via sideload (hardly flashes, my lack of understanding) and from OTG USB in Recovery but there will be no installed rom once done, or at least it wont boot.
Same thing in CWM except that recovery can not see the SDCard so no mounting.

Urgent help me please

I had wipe my phone cache and delvike and now my phone is without any software . each time i mount my sd data in order to install the zip file, it says can't mount. I tried to root it again using odin but the pc can't recognize my phone even though i had installed samsung drivers and kies
meetooz said:
I had wipe my phone cache and delvike and now my phone is without any software . each time i mount my sd data in order to install the zip file, it says can't mount. I tried to root it again using odin but the pc can't recognize my phone even though i had installed samsung drivers and kies
Click to expand...
Click to collapse
More details like which rom were you on , what recovery you have.

[Q] HELP Deleted internal in TWRP

This is the first time I've done this so I have NO idea how to fix it . I was just flashing a new rom
when I accidently checked off system in WIPE. Everything is gone obviously. Can someone please tell me what to do from here? I have no access to a computer till later today. Any help is appreciated thank you!
Update: internal storage is also deleted. The phone has nothing. No OS what so ever.
What do i do?
Thanks for any help
You deleted system or internal storage? If just system then reflash the rom. The zip should still be on your phone
your sdcard contents are still there, since sdcard "lives" in /data/media NOT in /system
proceed to flash whatever ROM+gapps you were going to install, wiping system is actually one of the steps many people do when doing a clean install
if internal storage is deleted you have 2 options
1. copy ROM and gaps on a USB flash drive , use a OTG cable to connect them, reboot into recovery , mount USB-OTG, you can install whatever zips you have on the flash drive
2. push the files to the sdcard from your computer using ADB push
sgloki77 said:
if internal storage is deleted you have 2 options
1. copy ROM and gaps on a USB flash drive , use a OTG cable to connect them, reboot into recovery , mount USB-OTG, you can install whatever zips you have on the flash drive
2. push the files to the sdcard from your computer using ADB push
Click to expand...
Click to collapse
TWRP Supports MTP connections. Plug the phone in via USB then go into "Mounts" and "enable MTP". Then just drag and drop the files into internal storage
the babadook! ?

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