Hey all
I'm asking for your help, because i can't boot on my S3 !
I have a reboot loop, and i want to reinstall stock rom throug Clockwork, but i can't mount my internal sdcard... and i have no external sdcard so i can't do anything !
So my problem is i can't move a rom from my PC to my phone because i can't access my internal storage...
Any tip ?
Thanks ! (Sorry i'm not english so... ahah)
Magickalash said:
Hey all
I'm asking for your help, because i can't boot on my S3 !
I have a reboot loop, and i want to reinstall stock rom throug Clockwork, but i can't mount my internal sdcard... and i have no external sdcard so i can't do anything !
So my problem is i can't move a rom from my PC to my phone because i can't access my internal storage...
Any tip ?
Thanks ! (Sorry i'm not english so... ahah)
Click to expand...
Click to collapse
If you want to install a stock ROM, why not just grab a firmware tar and flash with ODIN?
Anyway, assuming that you somehow have a CWM-flashable ZIP of the stock ROM and you're using a custom CWM recovery, you can push files through ADB:
Install Kies so that all the required drivers are installed;
Grab SuperOneClick from http://forum.xda-developers.com/showthread.php?t=803682 and extract the ADB folder;
Attach a USB cable to the phone and to the computer;
Use CWM to mount /sdcard;
Open a Command Prompt in the folder where you extracted ADB;
run "adb shell";
run "ls /sdcard" and verify that your internal SD card is mounted (are the files that are on your internal SD card in that list?);
if it is mounted, run "exit" and then type "adb push", and then a space, and drag the ZIP file to the command prompt, add another space and then add "/sdcard" and press enter so you have something like this:
"adb push AStockROM,zip /sdcard"
qwerty12 said:
If you want to install a stock ROM, why not just grab a firmware tar and flash with ODIN?
Anyway, assuming that you somehow have a CWM-flashable ZIP of the stock ROM and you're using a custom CWM recovery, you can push files through ADB:
Install Kies so that all the required drivers are installed;
Grab SuperOneClick from http://forum.xda-developers.com/showthread.php?t=803682 and extract the ADB folder;
Attach a USB cable to the phone and to the computer;
Use CWM to mount /sdcard;
Open a Command Prompt in the folder where you extracted ADB;
run "adb shell";
run "ls /sdcard" and verify that your internal SD card is mounted (are the files that are on your internal SD card in that list?);
if it is mounted, run "exit" and then type "adb push", and then a space, and drag the ZIP file to the command prompt, add another space and then add "/sdcard" and press enter so you have something like this:
"adb push AStockROM,zip /sdcard"
Click to expand...
Click to collapse
Thanks for your answer, but i already tried with adb shell.
When i go to the "sdcard" folder, it's empty !
Maybe I'll just have to buy a microSD tomorrow and then it'll work... But i don't want to wait until tomorrow :silly:
(On CWN, i have "Error mounting /sdcard" all the time... But it's because i only have my internal storage right ?
Thanks
Magickalash said:
Maybe I'll just have to buy a microSD tomorrow and then it'll work... But i don't want to wait until tomorrow :silly:
Click to expand...
Click to collapse
I know what you mean
(On CWN, i have "Error mounting /sdcard" all the time... But it's because i only have my internal storage right ?
Thanks
Click to expand...
Click to collapse
With CWM Recovery 5.5.0.4 (CF 1.5) I can do this to get to the internal SD card:
install zip from sdcard -> choose zip from internal sdcard
and the card should be mounted on /data/media
qwerty12 said:
I know what you mean
With CWM Recovery 5.5.0.4 (CF 1.5) I can do this to get to the internal SD card:
install zip from sdcard -> choose zip from internal sdcard
and the card should be mounted on /data/media
Click to expand...
Click to collapse
Dude, you just saved my night
Thanks <3
Get an SD card and backup the complete phone memory using CWM
qwerty12 said:
I know what you mean
With CWM Recovery 5.5.0.4 (CF 1.5) I can do this to get to the internal SD card:
install zip from sdcard -> choose zip from internal sdcard
and the card should be mounted on /data/media
Click to expand...
Click to collapse
I have the same problem as op in his first post as well as "Error mounting SD card". I tried the quoted instructions above and then the commands for adb, but on typying run adb shell and run ls /sdcard nothing happens. Could this be because I have jelly bean 4.1.2 and samsung removed the USB-mass torage feature in it for internal SD-cards?
I have the same exact CWM version.
If I type "run adb shell" (with the quotation) marks I get:
Run.exe
---------------------------
Error: Couldn't find adb shell anywhere.
I even looked in the PATH
I also tried appending the following extensions:
[1]: .exe
[2]:
run "ls /sdcard" gives:
Run.exe
---------------------------
Error: Couldn't find ls /sdcard anywhere.
I even looked in the PATH
I also tried appending the following extensions:
[1]: .exe
[2]:
Just to experiment I tried to mount sd card in cwm after choose zip - still get "Error mounting SD Card".
Also if I go into my data folder via CWM I don't have a media folder, but I guess that's because im inside the wrong partition.
And just to be clear about the command part. My ADB folder is located at C:\ADB
I opened elevated command prompt, typed "cd C:\ADB" (without quotation marks), then enter. Then i ran the adb shell and ls /sdcard commands.
I also restarted computer after installing KIES.
edit: my goal was to transfer nandroid backup to phone and do a restore, guess I'll have to go the odin route -> flash stock rom, then connect phone to windows and transfer the nandroid.
evilperro said:
I have the same problem as op in his first post as well as "Error mounting SD card". I tried the quoted instructions above and then the commands for adb, but on typying run adb shell and run ls /sdcard nothing happens. Could this be because I have jelly bean 4.1.2 and samsung removed the USB-mass torage feature in it for internal SD-cards?
I have the same exact CWM version.
If I type "run adb shell" (with the quotation) marks I get:
Run.exe
---------------------------
Error: Couldn't find adb shell anywhere.
I even looked in the PATH
I also tried appending the following extensions:
[1]: .exe
[2]:
run "ls /sdcard" gives:
Run.exe
---------------------------
Error: Couldn't find ls /sdcard anywhere.
I even looked in the PATH
I also tried appending the following extensions:
[1]: .exe
[2]:
Just to experiment I tried to mount sd card in cwm after choose zip - still get "Error mounting SD Card".
Also if I go into my data folder via CWM I don't have a media folder, but I guess that's because im inside the wrong partition.
And just to be clear about the command part. My ADB folder is located at C:\ADB
I opened elevated command prompt, typed "cd C:\ADB" (without quotation marks), then enter. Then i ran the adb shell and ls /sdcard commands.
I also restarted computer after installing KIES.
edit: my goal was to transfer nandroid backup to phone and do a restore, guess I'll have to go the odin route -> flash stock rom, then connect phone to windows and transfer the nandroid.
Click to expand...
Click to collapse
Try just typing "ls" to see what folders you have. If you type "ls /sdcard" it shows nothing because the /sdcard in root is not a real folder, it is a link. Try "ls", after that try "ls /storage". I know my internal sdcard can be shown if I do "ls /storage/sdcard0". Hope that helps.
wangdaning said:
Try just typing "ls" to see what folders you have. If you type "ls /sdcard" it shows nothing because the /sdcard in root is not a real folder, it is a link. Try "ls", after that try "ls /storage". I know my internal sdcard can be shown if I do "ls /storage/sdcard0". Hope that helps.
Click to expand...
Click to collapse
My reply is for posterity since I solved my problem by solution mentioned in edit. I don't require more assistance at this time, and will likely not answer if someone replies.
Using these commands still nothing happens in the command prompt.
evilperro said:
My reply is for posterity since I solved my problem by solution mentioned in edit. I don't require more assistance at this time, and will likely not answer if someone replies.
Using these commands still nothing happens in the command prompt.
Click to expand...
Click to collapse
Then you mark the topic as solved .
jje
JJEgan said:
Then you mark the topic as solved .
Click to expand...
Click to collapse
I doubt I can do that since I'm not OP or moderator?
Is there an Odin cm10? I ask because my friends sd card slot does not work. Thanks
wendellc said:
Is there an Odin cm10? I ask because my friends sd card slot does not work. Thanks
Click to expand...
Click to collapse
According to this::
http://forum.xda-developers.com/wiki/Flashing_Guide_-_Android#ROM_update_without_SDcard
You can use this method:::
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 finished, 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
::::
You can do a search for " zip to tar"
But its fairly involved,,, so try above method 1st
.
Sent from my SCH-I500 using xda premium
Yeah his card slot seems to be broken, thanks
Sent from my Galaxy Nexus using Tapatalk 2
I am using Android SDK Manager Revision 22.2.1 with my Samsung Galaxy S3 GT-I9300 International which is running a leaked copy of the Official Samsung 4.2.2 Stock Jellybean ROM dated 24th June 2013. It is rooted.
I wish to copy my entire TWRP backup folder to my PC and in preparation I read several threads which purport to explain how to do it but I only succeed in copying 16Mb worth of .md5 and .win files out of a backup folder which is 2.56Gb in size.
All folders in the TWRP folder are readable, writable and not hidden.
I have used the commands adb pull/sdcard/TWRP/ D:\111. I also tried adb pull/sdcard/TWRP D:\111.
The best I have got so far is to copy BACKUPS/4df1bd936aae7f4b/Leaked_Samsung_4.2.2_stock-15.10.13 which contains the following files:
boot.emmc.win
boot.emmc.win.md5
cache.ext4.win.md5
data.ext4.win000.md5
data.ext4.win001.md5
recovery.log
recovery.emmc.win
recovery.emmc.win.md5
system.ext4.win.md5
There are four missing files including the following large files.
data.ext4.win000
data.ext4.win001
system.ext4.win
Admittedly I am not a developer and am new to ADB so I am presumably doing something wrong.
Can anyone assist please.
If you are wondering why I wish to do this I have twice tried to flash Cyanogenmod 10.1.3 Stable version to my phone but get errors both times. I thought it may help to format my phone but before doing that I want to copy the backup of my ROM so that I can recver back to stock if CM still causes problems.
Simple method would be to make backup to ext sd card or even int sd card .
Then via USB windows explorer copy and paste .
Although I have selected the "Use External Storage" option in ROM manager, it still does not allow me to choose the backup location and gives only the option to save the backup to the sdcard.
I also have TWRP recovery so I will boot into Recovery and see if that gives me the option to backup to my external sdcard which is my preferred option anyway.
matrixmainframe said:
Although I have selected the "Use External Storage" option in ROM manager, it still does not allow me to choose the backup location and gives only the option to save the backup to the sdcard.
I also have TWRP recovery so I will boot into Recovery and see if that gives me the option to backup to my external sdcard which is my preferred option anyway.
Click to expand...
Click to collapse
Thank you JJEgan! I have found an option in TWRP Recovery to save my ROM backup to my external MicroSDCard which is what I needed.
thanks again.
I made TWRP to make a nandroid backup. In past I copied files to pc, but when I tried to restore it failed. I red that it's not as simple, as permissions etc need to be copied, and you need to use adb. I couldn't get it to work. I rebooted to twrp, connected usb cable and in elevated command prompt
Code:
adb pull /sdcard/TWRP TWRP
but it only copied a .twrps file that's 1kb. How to do this?
you do do not need adb bro.
Just plug in your phone when running android (normat MTP or MSC) and browse SDcard/TWRP then copy. if the backup is on internal memory otherwise if it is on the External SDcard broswse The external SD card directory and you will find the folder TWRP.
you have to copy the TWRP Folder.
Factory reset goes into a boot loop on my jellybean 4.2 tablet. I downloaded the correct OS to a PC and unzipped it on to an SD Card. After inserting card into tablet and selecting "the update from sd card" it just shows all the files on the SD Card. It never starts to load the OS. What am I missing?
You never have to unpack a ZIP-archived Android OS and/or OTA . The "update from sd card" command expects a ZIP-file.
jwoegerbauer said:
You never have to unpack a ZIP-archived Android OS and/or OTA . The "update from sd card" command expects a ZIP-file.
Click to expand...
Click to collapse
Thank you for your reply. I tried two different zip files of the OS for this, Lenovo Yoga B8000 tablet. So after selecting the zip file it comes up with "Install /sdcard" ..... second line "Installation aborted" Any other suggestions will be greatly appreciated.
In recovery mode you only can flash properly signed OTAs.
To re-flash a device's Stock ROM you have to switch device into its sideload mode first.
Code:
adb devices
adb reboot sideload
adb sideload <PATH-TO-STOCK-ROM.ZIP>