Need help backing up data with ADB on my captivate (broken screen) - Captivate General

[resolved]
I have a broken (completely black) screen on my captivate Im trying to back up all my files from the INTERNAL memory. I can't see the screen so obviously I can't mount the phone to view the files on my PC. I have gotten 'pull /system/ /local/' to work however when I try something like 'pull /data/ /local/' it says "pull: building file list... 0 files pulled. 0 files skipped."
Basically, how do I use ADB to get all of my files to my computer? Help is certainly appreciated. After this I will probably reset the phone and then maybe sell it as is. Not too sure.

Question: Do u happen to have any recent clockwork backup and/or tibu backups on ur phone? If either is present u could directly navigate to those folders (in adb) and pull the files u want.
Alternate option: U cud put in an external sd card, and copy the files from internal sd to external sd if u are not comfortable with the pull commands.

diablo009 said:
Question: Do u happen to have any recent clockwork backup and/or tibu backups on ur phone? If either is present u could directly navigate to those folders (in adb) and pull the files u want.
Alternate option: U cud put in an external sd card, and copy the files from internal sd to external sd if u are not comfortable with the pull commands.
Click to expand...
Click to collapse
I do not have any type of backups apps or anything like that on the phone.
I have an external sd card however Im not sure how thats different than using adb to copy the files from the internal memory to my computer. I am fine with using pull but maybe im using the wrong directory name for my personal files?

Have you tried qtadb or droidexplorer. Would be easier imo.

newter55 said:
Have you tried qtadb or droidexplorer. Would be easier imo.
Click to expand...
Click to collapse
That requires a rooted phone right? My phone is currently not rooted and I don't know if I would want to. How come I cant just use the adb pull command on the folder with my data in it?
edit - i might have found a command that works, i will update when finished.
ok this worked for me: 'adb pull / d:\backup\'
thanks everyone for your help.

Yeah. Assumed you were rooted sorry. Just thought that way you could see everything and point and click.

So I have a similar situation to this only I have a phone that isnt rooted and usb debugging isnt enabled. However I know the phone boots on, and I can also get into recovery mode where I am able to ADB to get a basic shell, and see the device but that is about it. I feel that if I could enable usb debugging thru recovery mode I might be able to mount the /sdcard and then pull files from there. anyone got any ideas if I could get a reboot with usb debugging enabled from recovery or maybe just a command that I could use in shell via recovery?? Please Please lol. I have a strong feeling i might have hit a wall.

http://forum.xda-developers.com/showthread.php?t=1164598

Related

Can't access SD card, halp!

Hi everyone, looking for a little guidance.
Phone: Android G1 (Rogers Canada Dream) running Cyanogen 4.2.15.1, been running fine since 4.2.6.1
Removed SD card while it was on and it rebooted... when it restarted it showed no applications and said the SD card was inaccessible and required a format. After rebooting a few times with no success I bit the bullet and formatted it... all apps are gone except for the ones that are on that image for Cyanogen. I have no market app to download new apps and when I plug it into my PC and mount it I don't see it show up as a drive like it did so I have no way to get the apps back on.
Has anyone had this happen before? Phone still works but I need to get it back to a state where I can get access to the SD and install the market... Any suggestions appreciated!!
There is a thread on the HERO section of Modaco site called "no adb, no sd". I think the 1st post on the last page MIGHT help. There are adb commands you can run to see if the phone has randomly stopped accessing the SD. Worth a shot.
PM me if you have trouble finding the thread n I'll have a look when I'm at my laptop.
Sent from my HTC Hero using XDA App
I misunderstood I think.
So it is now showing an sd present? Have you tried formatting in a pc?
Tried reboot without the sd in, then insert once fully booted again?
Sent from my HTC Hero using XDA App
I remove the SD Card, formatted it in my PC put it back in the phone and I can store pics and vids on it and access them but cant see or access it from the PC when in the phone. I also have no file browser so I cant install any apps or even access the market icon is gone).
D RoiD said:
Hi there! I had posted on the forum with the G1 issue where my SD card seemed to have died.
http://forum.xda-developers.com/showthread.php?t=738105
I have since removed the SD card and reformatted it, I can store pics and vids and replay them so the card is fine. I tried letting it boot up then adding the SD card when booted, that caused it to reboot, same issue...
Not having access to the card, I cant install any apps or browse the SD to install from there... really sucks
I'd be willing to blow it away and restart too and install CyanogenMod-5.0.8 but I need some guidance.
Click to expand...
Click to collapse
I got your message pal....
Ok,.... So pictures and videos taken with your phone camera DO save to your SD?.... and you CAN access them on your phone OR if you put your SD into your PC/Lappy?... But not when trying to "mount SD"?
Or have I got that completely wrong?.... Did you put pics&vids onto it through your PC, and thats the only access you get to it?
ddotpatel said:
I got your message pal....
Ok,.... So pictures and videos taken with your phone camera DO save to your SD?.... and you CAN access them on your phone OR if you put your SD into your PC/Lappy?... But not when trying to "mount SD"?
Or have I got that completely wrong?.... Did you put pics&vids onto it through your PC, and thats the only access you get to it?
Click to expand...
Click to collapse
Pics taken DO save to me SD. I Can access them from a PC is I remove the SD and put it in the PC. Not when I plug the phone in via USB then tell it to mount.
I just did a low level format, same issue.
UPDATE: Just tried the Android System Recovery and Toggle USB-MS and it shows on my laptop now! Going to try the recovery backup now.
aha,... so its just a mounting issue, not that the hardware has turned itself off.
Once when using an older ROM (maybe Villain 10?) we had this same issue, not able to mount SD,... going into Settings --> Connect to PC --> and turning off Notify/ask me solved the problem.
I just partitionned it using:
parted /dev/block/mmcblk0
print (to verfiy we know what size card we are dealing with, the details should be straight forward)
rm 1
rm 2
mkpartfs primary fat32 0 7500
mkpartfs primary ext2 7500 7948
quit
upgrade_fs
reboot recovery
Then put CyanogenMod-5 For Dream/Magic on the SD and renamed it update.zip
I'm in Android System recovery now and just did a nandroid backup.
I should be able to WIPE then FLASH UPDATE IMAGE right?
D RoiD said:
I just partitionned it using:
parted /dev/block/mmcblk0
print (to verfiy we know what size card we are dealing with, the details should be straight forward)
rm 1
rm 2
mkpartfs primary fat32 0 7500
mkpartfs primary ext2 7500 7948
quit
upgrade_fs
reboot recovery
Then put CyanogenMod-5 For Dream/Magic on the SD and renamed it update.zip
I'm in Android System recovery now and just did a nandroid backup.
I should be able to WIPE then FLASH UPDATE IMAGE right?
Click to expand...
Click to collapse
Yes, if you have the ROM image on the SD Card (FAT32 partition), you can go flash the image.
akapoor said:
Yes, if you have the ROM image on the SD Card (FAT32 partition), you can go flash the image.
Click to expand...
Click to collapse
Stupid question but when I wipe will it delete my contacts as well?
I assume yes but...
D RoiD said:
Stupid question but when I wipe will it delete my contacts as well?
I assume yes but...
Click to expand...
Click to collapse
If your contacts are saved in the phone's memory, then yes. Any settings, apps, configurations that are stored on the phone will all be gone.
A wipe pretty much gives you the factory settings. (As if you just bought the phone) So you'll have to re-signin into your Google Account and let the Contacts Sync, etc..
EDIT: Depending on what you are flashing (flashing and wiping are two different things), you may not even need to wipe.
Hmmm I tried flash update image and got:
E: Cant open /sdcard/update.zip (No such file or directory)
When I mount it in system recovery I see the LOST.DIR and update.zip
D RoiD said:
Hmmm I tried flash update image and got:
E: Cant open /sdcard/update.zip (No such file or directory)
When I mount it in system recovery I see the LOST.DIR and update.zip
Click to expand...
Click to collapse
Try this:
-Confirm the Image-
1) Make sure you have the full image you are going to flash. (Compare MD5 Hashes and/or just redownload the image)
2) Make sure the image you are flashing is the in the ROOT directory of your SDCard. In other words, it shouldn't be in any folder.
-Flash the Image-
1) When in Recovery, choose to flash an image.
2) Depending on what recovery you have, you may have to select/find the Image you want to flash.
3) Flash the image
-Wipe (Depends)-
1) If you are coming from a different ROM base (ie anything -> cyan), you'll want to wipe.
2) After the phone successfully flashes the image, wipe the phone.
Reboot.
Let me know how it goes.
I pulled the new image from: Latest version: 5.0.8-DS - 06/19/2010
Download: http://cyanogen-upda...8-DS-signed.zip
but it says no such file or DIR... weird...
The only partition I can see on my PC to put it on is the main partition...
I just downloaded the file and renamed it update.zip
D RoiD said:
I pulled the new image from: Latest version: 5.0.8-DS - 06/19/2010
Download: http://cyanogen-upda...8-DS-signed.zip
but it says no such file or DIR... weird...
The only partition I can see on my PC to put it on is the main partition...
I just downloaded the file and renamed it update.zip
Click to expand...
Click to collapse
I just realized the main reason that you posted this topic. From what I am assuming, either:
a) Your SD Card reader is dead
b) The software isn't recognizing the SD Card reader.
Best bet at this point is to setup ADB (ADB For Dummies) and flash the image from your computer. It can get a slight bit complicated, but just slowly go through each step for installing ADB.
Once ADB is set up, you can flash the image from the computer.
akapoor said:
I just realized the main reason that you posted this topic. From what I am assuming, either:
a) Your SD Card reader is dead
b) The software isn't recognizing the SD Card reader.
Best bet at this point is to setup ADB (ADB For Dummies) and flash the image from your computer. It can get a slight bit complicated, but just slowly go through each step for installing ADB.
Once ADB is set up, you can flash the image from the computer.
Click to expand...
Click to collapse
The SD card reader in my phone? It has to work if I can read an write to it ( tested photos and videos) and in recovery I was able to make a backup.
If its the software I need to flash it then right? ADB does make me nervous as I only used it once... I just tried using the terminal emulator on the phone to flash a recovery image I had made while back:
cd /sdcard
flash_image recovery /sdcard/recovery-backup.img
and got the message "error writing recovery: Permission denied"
D RoiD said:
If its the software I need to flash it then right? ADB does make me nervous as I only used it once... I just tried using the terminal emulator on the phone to flash a recovery image I had made while back:
cd /sdcard
flash_image recovery /sdcard/recovery-backup.img
and got the message "error writing recovery: Permission denied"
Click to expand...
Click to collapse
If you can view the pictures that you saved on the SD card from the phone, then both the software and hardware are functioning correctly.
Regarding the permission denied:
1) What happens if you "su - " in terminal?
2) First try one(1) ^ and then try to reinstate the permissions. (In recovery, go to console and type : fix_permissions)
Not sure otherwise.
akapoor said:
If you can view the pictures that you saved on the SD card from the phone, then both the software and hardware are functioning correctly.
Regarding the permission denied:
1) What happens if you "su - " in terminal?
2) First try one(1) ^ and then try to reinstate the permissions. (In recovery, go to console and type : fix_permissions)
Not sure otherwise.
Click to expand...
Click to collapse
Ok I did a wipe and now I see the SD when mounted on the PC with the phone on.
I have my market icon back so I can reinstall my crap.
I'll leave it as is for a bit but appreciate everyones input!!!

[Q] Wiped sdcard. Won't connect to computer

Hey guys,
I goofed. Big time. I accidentally wiped the sdcard in recovery mode when flashing to another rom.
I have her booted into red recovery and mounted the USB mass storage but it isn't showing up on my computer (I have a Mac that is running a dual boot of windows) on neither the windows or Mac side. Positive the drivers are installed on both.
Please help. If I can put a rom onto the card I'll be fine...but I can't get onto the card
Any suggestions?
Could use Odin or heimdall I've never tried to use mass storage while in recovery
Sent from my SGH-I997 using xda premium
Downloading Odin currently. Will post results. I hate my slow school Internet :/
ODIN Worked. Thanks
Wiped SD using CWM
So I had a problem almost the same.
I was using JellyBelly 4.2, and didn't like it. I wanted to go back to Cyan 10.0 and installed the files on my phone. I decided it was a good time to wipe everything, and started to do so. One of the files was the SD format. So I did that, and then wipe/data factory reset. Crap. So now I have no rom installed, and no files on my SD card.
I need help to place my zip files for CM 10 on my SD card (they are on my MAC now). I can't start up my phone to enable file transfer. I can only boot into CWM recovery. Is there a (step by step) way to push files from my MAC onto the SD card? Or is there a different way to tackle this?
I have a GNex (Toro) VZW
MacBook running snow leopard.
I am afraid that anything give me advice on you're gonna have to pretend that I am really dumb and need step by step directions. I tried to push via ADB but got this error, I don't know the correct commands for that. View attachment 1508775 Any suggestions?
It seems you do not have the android sdk set up along with adb.
Is this it?
andros11 said:
It seems you do not have the android sdk set up along with adb.
Click to expand...
Click to collapse
I thought I did. Here is what I have, I just don't know how to force my ROM's onto the SD card using it.View attachment 1508841
FIrst make sure you added the tools directory to your PATH.
There's a guide on how to set up the sdk on a mac: http://peter.boctor.net/2010/12/02/installing-the-android-sdk-on-mac-os-x/
you can skip the eclipse parts.
Of course, make sure you use your own path.
After that, adb should be recognized as a command.
To push, use this:
adb push "file.zip" /sdcard/file.zip
change "file.zip" for the location and name of the zip.
I often place files on my Home directory before pushing since it then only requires I specify the file name.
Problems with ADB path
So this is what I get when trying to install different commands into my path. I guess I am still doing it wrong? View attachment 1509964
You need to edit the Path to make it fit yours. Your sdk directory reads android-sdk-macosx 2.
It also depends on where you have that folder.
shooter5635 said:
Hey guys,
I goofed. Big time. I accidentally wiped the sdcard in recovery mode when flashing to another rom.
I have her booted into red recovery and mounted the USB mass storage but it isn't showing up on my computer (I have a Mac that is running a dual boot of windows) on neither the windows or Mac side. Positive the drivers are installed on both.
Please help. If I can put a rom onto the card I'll be fine...but I can't get onto the card
Any suggestions?
Click to expand...
Click to collapse
Pretty sure usbmount never worked with red cem for us...at least ot never did for me
MaxJ360 said:
So I had a problem almost the same.
I was using JellyBelly 4.2, and didn't like it. I wanted to go back to Cyan 10.0 and installed the files on my phone. I decided it was a good time to wipe everything, and started to do so. One of the files was the SD format. So I did that, and then wipe/data factory reset. Crap. So now I have no rom installed, and no files on my SD card.
I need help to place my zip files for CM 10 on my SD card (they are on my MAC now). I can't start up my phone to enable file transfer. I can only boot into CWM recovery. Is there a (step by step) way to push files from my MAC onto the SD card? Or is there a different way to tackle this?
I have a GNex (Toro) VZW
MacBook running snow leopard.
I am afraid that anything give me advice on you're gonna have to pretend that I am really dumb and need step by step directions. I tried to push via ADB but got this error, I don't know the correct commands for that. View attachment 1508775 Any suggestions?
Click to expand...
Click to collapse
Since your on jb with blue recovery you should be able to Mount USB storage from recovery...mounts and storage>mount USB>plug into computer
Sent from my SGH-I997 using Tapatalk 2
Mounts
So when I boot CWR and go to the mounts and storage menu I only see the following options.
Mount /sdcard
Mount /system
Unmount /cache
Unmount /data
Format /sdcard
Format /system
Format /cache
Format /data
I've tried them all while plugged into my Mac, and nothing happens on any of them.
Try getting your adb set up.
I'm pretty sure that if you right click on the tools folder and go to get info or anything similar to properties, it will show you the whole Path.

copy files from SD without screen

Hey, the screen on my Nexus s got broke and i can see anything and the touch pad not working but the phone is turning on.
i want to copy the files from the SD card to my computer. (the computer recognise the phone)
There is a way to do it without to press on "Turn on USB storage" on the phone ?
thnks
azulay4u said:
Hey, the screen on my Nexus s got broke and i can see anything and the touch pad not working but the phone is turning on.
i want to copy the files from the SD card to my computer. (the computer recognise the phone)
There is a way to do it without to press on "Turn on USB storage" on the phone ?
thnks
Click to expand...
Click to collapse
What recovery do u have?
Pull the battery, then power up to boot loader or recovery so u can use volume buttons to navigate and power button to select ur way to "mounts and storage" and turn on USB mode.
If u cannot see anything at all then let us know what recovery u have so we can tell u how many volume button clicks u need to do and when to hit the volume button.
I use clock mod, so I can only help u if u have that... but someone else will come along to assist with the other recovery.
Good luck
Vs Nexus S4G using tapatalk2
hey thank you for answering i almost sure that i have ClockworkMod Recovery...
so what i need to do ?
Do you per chance remember the version? Was it touch recovery or not? This changes how many clicks you have to do. I've helped a few people with that, but it's important you try to remember or find out which one you have so we can help you. Otherwise I can give you both directions, but there's always the slight possiblity you'll end up doing something wrong.
i think it was 5.1 if im not worng.. no touch thats 4 sure
azulay4u said:
i think it was 5.1 if im not worng.. no touch thats 4 sure
Click to expand...
Click to collapse
Follow this then:
http://forum.xda-developers.com/showpost.php?p=30911845&postcount=8
rydneff 4476
i did it, it recognize the phone but when i pressing on removable disk i get the message "please insert a disk into removable disk"
what to do ? i tried agaig didnt work
azulay4u said:
i did it, it recognize the phone but when i pressing on removable disk i get the message "please insert a disk into removable disk"
what to do ? i tried agaig didnt work
Click to expand...
Click to collapse
And if you unplug it then replug it, does the drive disappear then re-appear? Just to make sure it's the right removable disk and not another one.
Edit: You need to unplug and replug once you have navigated to the right section in CWM.
yes tried that, didnt work.. and he did that only in the first time
can you send me print screen ?
or any other way ?
azulay4u said:
yes tried that, didnt work.. and he did that only in the first time
can you send me print screen ?
or any other way ?
Click to expand...
Click to collapse
I cannot take screenshots in recovery, you know.
For the computer part, I'm at work and I have very little time. I help people in between actions here and there.
Once you can boot into CWM and connect the phone to computer, there is a possible chance to use ADB to copy files to and from the phone. Copy the entire 'sdcard' contents by typing:
adb pull /data/media C:\backup\
*you'll have to create a directory called backup first.
any alternative way please ??
eksasol said:
Once you can boot into CWM and connect the phone to computer, there is a possible chance to use ADB to copy files to and from the phone. Copy the entire 'sdcard' contents by typing:
adb pull /data/media C:\backup\
*you'll have to create a directory called backup first.
Click to expand...
Click to collapse
Don't boot in CWM for adb though, just fastboot (VOL+ & PWR).
There's not much we can do for you azulay4u if you can't manage to navigate and mount the USB nor do you want to ADB pull your data. :/

[Q] HELP! Goophone i5 with damaged SD card

I have a problem with a goophone i5. First I had problems with it not having a signal but that got solved. Now a second problem came up. I plugged the phone in the laptop, clicked on 'turn on usb', after a while I clicked the 'turn off usb' on the phone. It was off, I unplugged and then it gave a warning "not safely removed, sd damaged", while it was safely removed! Now I can't do anything with it like download apps to it etc. It keeps giving that memory is full. So I assume the 8GB is damaged. I have no idea how to fix it, since I searched already, but it's not like I can take the 8GB out, since it's not removable. Do you know a solution or can you help me? Thank you in advance. When I plug the phone the card is just unrecognisable, therefore I can't format it in anyway :crying:
-Loren
Goophone I5 Lite
pardolorev said:
I have a problem with a goophone i5. First I had problems with it not having a signal but that got solved. Now a second problem came up. I plugged the phone in the laptop, clicked on 'turn on usb', after a while I clicked the 'turn off usb' on the phone. It was off, I unplugged and then it gave a warning "not safely removed, sd damaged", while it was safely removed! Now I can't do anything with it like download apps to it etc. It keeps giving that memory is full. So I assume the 8GB is damaged. I have no idea how to fix it, since I searched already, but it's not like I can take the 8GB out, since it's not removable. Do you know a solution or can you help me? Thank you in advance. When I plug the phone the card is just unrecognisable, therefore I can't format it in anyway :crying:
-Loren
Click to expand...
Click to collapse
Hi mate!
You have there a problem! First of all goophone do not come with 8GB sd card storage. There are 2 different options: the 16GB and 32 GB so, first of all, try to see if you have a real goophone i5.
Then, there is a way to format the SD card. For that you must buy a Screw Driver to open it. After that take out the screws, pull up the display and you will see the sd card inside. Just unplug it, put it on a SD card Adapter and format it on your desktop.
It can give you SD card Damage for a few times, but ignore it and keep formating it until the warning disapears.
For the screw driver you just need to search on ebay. They are very cheap. So all you have to do is to buy one.
Hope this information helped you out.
Regards
Loren can I ask how you got a signal? I just have no service at top of screen. Driving me nuts,
Changed SDCARD
Hi everybody,
Please help me i have a problems with my phone.
I want change my sdcard because now the phone do not recognize my sdcard.
Do you have any instruction for how to open and change the sdcard?
Thanks you .
lychat said:
Hi everybody,
Please help me i have a problems with my phone.
I want change my sdcard because now the phone do not recognize my sdcard.
Do you have any instruction for how to open and change the sdcard?
Thanks you .
Click to expand...
Click to collapse
I`ve got the same problem as you but I don't know how open it...
If you find something, tell me please.
you can first try to re-flash the phone to the original ROM using SP Flash Tool...
Is there a trick to getting the glass to pull up? I've taken out the screws, and put the suction cup down near the home button, but when I pull the glass wants to separate from the bracket that holds it to the phone. There is a tearing sound, like adhesive giving away, and it's fighting me. I don't want to pull any harder for fear that I'm going to damage it.
The reason I'm doing this, is that my SD card has also died, and is no longer recognized by the phone, and I'm wanting to replace it.
AllanBjorklund said:
Is there a trick to getting the glass to pull up? I've taken out the screws, and put the suction cup down near the home button, but when I pull the glass wants to separate from the bracket that holds it to the phone. There is a tearing sound, like adhesive giving away, and it's fighting me. I don't want to pull any harder for fear that I'm going to damage it.
The reason I'm doing this, is that my SD card has also died, and is no longer recognized by the phone, and I'm wanting to replace it.
Click to expand...
Click to collapse
Can't this help? :got this from android website: ((((( I have been fighting this issue for 6 months, off and on. Used to think it was the SD Cards, but have concluded its got to be software. I used different methods to fix it, but over trial and error I think I found the easiest way.
Reboot into Recovery, go to advanced options. Select to mount via USB, then connect to a pc. May take a few times plugging in and out, till you get the sd card drive to appear on your pc. Once you get it, back out of usb mount. Disconnect the cord, and verify your sd card is mounted. I just go into the install a zip from sd card option, if I see files/folders I know its mounted. back up and select the restart device.
This method I stumbled on, in my efforts to just try and get my phone back. After I made the mistake of formating everything includeing the boot, and other internal components. Was pure luck, but it works. I know now it wasn't the format of the SD Card nor the sd card itself, cause I have tried several. Also used to think it was the file system, cause I used to get the cards working again by formating and then pasteing saved files/folders from an earlier back up. Also have factoy reset many times, that doesn't fix it, and reflashing a ROM sometimes does appear to work, but I think its because of restucture of the file system during that process. Anyway let me know if this helped you.))))
I have same problem with SD card, but I think it is not really broke but rather software problem.
I want to fix problem without removing screen or anything, can anyone help?
I have the Chinese recovery installed.
DaltonMaltese said:
Can't this help? :got this from android website: ((((( I have been fighting this issue for 6 months, off and on. Used to think it was the SD Cards, but have concluded its got to be software. I used different methods to fix it, but over trial and error I think I found the easiest way.
Reboot into Recovery, go to advanced options. Select to mount via USB, then connect to a pc. May take a few times plugging in and out, till you get the sd card drive to appear on your pc. Once you get it, back out of usb mount. Disconnect the cord, and verify your sd card is mounted. I just go into the install a zip from sd card option, if I see files/folders I know its mounted. back up and select the restart device.
This method I stumbled on, in my efforts to just try and get my phone back. After I made the mistake of formating everything includeing the boot, and other internal components. Was pure luck, but it works. I know now it wasn't the format of the SD Card nor the sd card itself, cause I have tried several. Also used to think it was the file system, cause I used to get the cards working again by formating and then pasteing saved files/folders from an earlier back up. Also have factoy reset many times, that doesn't fix it, and reflashing a ROM sometimes does appear to work, but I think its because of restucture of the file system during that process. Anyway let me know if this helped you.))))
Click to expand...
Click to collapse
Thanks for the suggestion. Unfortunately, it didn't help.
Got exactly the same problem.. and this is what I have found out so far
If you go to mnt folder using programs like root explorer or rom tool box you will notice 2 folder.. 1st called sdcard which is your internal card and sdcard2 which is the external card
under scard card there are some letters which indicate the permission level it has but under sdcard2 it only shows -----, I manually changed the permission for sdcard 2 (normally long click on the folder name and select permission from the menu) once I done that the external sdcard started to work fine, however when I reboot the phone the sdcard2 lose the permission again
Also, I contacted the guy who I bought the phone from (efit) who told me to open the phone and take the sdcard out and then put it in again and that should make it work, I managed to remove the screen off (not really sure but I think the 2 screws beside the lightning connector is for decoration only).. as you can see from the phone there is no way to access the sd card (unless I did something wrong here)
I contacted efit asking him for some instructions on how to open the phone but I couldn't find the sd card and now he is telling because I opened the phone myself I lost the warranty... what a scum bag !!!
tried the mount to usb thing but that didn't work..
hopefully will find a solution soon
Thanks for this, I almost opened my phone for nothing.
I went to a store to get it open but one of the screws would not come lose, so they didn't try further.
Stupid problem with SD, hope someone will find solution soon.
But you managed to get it working until reboot?
With my phone in mnt folder: sdcard has no permissions and sdcard2 has ---rwxr-x as permission.
What should I change there?
Thanks
ciao
alduleimi said:
Got exactly the same problem.. and this is what I have found out so far
If you go to mnt folder using programs like root explorer or rom tool box you will notice 2 folder.. 1st called sdcard which is your internal card and sdcard2 which is the external card
under scard card there are some letters which indicate the permission level it has but under sdcard2 it only shows -----, I manually changed the permission for sdcard 2 (normally long click on the folder name and select permission from the menu) once I done that the external sdcard started to work fine, however when I reboot the phone the sdcard2 lose the permission again
Also, I contacted the guy who I bought the phone from (efit) who told me to open the phone and take the sdcard out and then put it in again and that should make it work, I managed to remove the screen off (not really sure but I think the 2 screws beside the lightning connector is for decoration only).. as you can see from the phone there is no way to access the sd card (unless I did something wrong here)
I contacted efit asking him for some instructions on how to open the phone but I couldn't find the sd card and now he is telling because I opened the phone myself I lost the warranty... what a scum bag !!!
tried the mount to usb thing but that didn't work..
hopefully will find a solution soon
Click to expand...
Click to collapse
DaltonMaltese said:
Thanks for this, I almost opened my phone for nothing.
I went to a store to get it open but one of the screws would not come lose, so they didn't try further.
Stupid problem with SD, hope someone will find solution soon.
But you managed to get it working until reboot?
With my phone in mnt folder: sdcard has no permissions and sdcard2 has ---rwxr-x as permission.
What should I change there?
Thanks
ciao
Click to expand...
Click to collapse
Do you have manuxo rom or pure ICS installed on the phone because I've noticed that with manuxo rom sdcard2 have no permission but with pure ICS sdcard is the one with no permission.. which I thought it's a bit strange
I have asked before in this forum if anyone with working sdcard to share what permission they have but no one answered !
alduleimi said:
Do you have manuxo rom or pure ICS installed on the phone because I've noticed that with manuxo rom sdcard2 have no permission but with pure ICS sdcard is the one with no permission.. which I thought it's a bit strange
I have asked before in this forum if anyone with working sdcard to share what permission they have but no one answered !
Click to expand...
Click to collapse
I Installed the Manuxo rom v1.28, sd card problem happened week later.
I installed like viber, skype, whatsapp, facebook, soundcloud, simpsons tapped out, angry birds and all that stuff on phone, transferred to sd.
And just all of a sudden, when phone was lying there, it gave error, I rebooted and I lost everything..
But I can still see the fotos on sd card2 through file explorer. Weird stuff.
OK, let's wait for answers of other users I guess.
I also mailed to androidsale what to do, he said try to pull it out and try it a few times, maybe not good connected with sd slot pin, but I can't believe that because phone still finds SD in ROM TOOL lite.
Thanks for your time and effort in this problem!!
vnman said:
you can first try to re-flash the phone to the original ROM using SP Flash Tool...
Click to expand...
Click to collapse
Can you tell me how to do this?
Getting desperate...
Thanks
Hello, I have the same problem with my goophone i5 v88 I can't mount the sd card (16GB)
I have try to remove my screen but I have the same problem I can't found the sd card (just my sim card...)
Adb shell
you can connect the phone to pc and use adb available with mtk droid tools to force format the sdcard.
Adb shell
Fdisk (search google for how to use fdisk)
If the phone is rooted and has cwm you can format sdcard via cwm.
vnman said:
you can connect the phone to pc and use adb available with mtk droid tools to force format the sdcard.
Adb shell
Fdisk (search google for how to use fdisk)
If the phone is rooted and has cwm you can format sdcard via cwm.
Click to expand...
Click to collapse
Thank you very much for the response!!
But I am a noob and don''t know how to do it all, first adb is installed and made available.
Then I installed mtk droid tools. It gives this in info :Free space: system- 251M; data- 153M; sdcard2- 1G; C:\ 75544M
But I don't know how to format now.
Do I have to enter a command in the adb terminal?
Do I have to combine Fdisk and adb shell?
I's not rooted cwm with me, its the chinese recovery from Mayiaandjay from youtube.
Many thanx for the help, almost was going to use it as a picture frame
I do not have access to my PC right now but...
On the right of MTK Droid Tools there are 3 buttons "Root" "ADB Terminal" "Reboot"
Root the phone by pressing "Root", and follow instructions...
Pres "ADB Terminal" to enter Windows command shell, type "adb shell" (without the quotes) to enter the phone shell. Next type fdisk then "enter" and see what comes up...
type "mount" also to find out where your sdcard mounted...
Then search with Google for how to format sdcard...
vnman said:
I do not have access to my PC right now but...
On the right of MTK Droid Tools there are 3 buttons "Root" "ADB Terminal" "Reboot"
Root the phone by pressing "Root", and follow instructions...
Pres "ADB Terminal" to enter Windows command shell, type "adb shell" (without the quotes) to enter the phone shell. Next type fdisk then "enter" and see what comes up...
type "mount" also to find out where your sdcard mounted...
Then search with Google for how to format sdcard...
Click to expand...
Click to collapse
Ok, great, but I can't find the root Button on MTK :/ .
Guess it's alreay rooted..
I'm now in adb shell but where do I check mount usb.
Also my sdcard is not recognised by windows so how can I format?
Thanks and sorry for my noobness
DaltonMaltese said:
Ok, great, but I can't find the root Button on MTK :/ .
Guess it's alreay rooted..
I'm now in adb shell but where do I check mount usb.
Also my sdcard is not recognised by windows so how can I format?
Thanks and sorry for my noobness
Click to expand...
Click to collapse
This is where I got.:
How can I mount or unmount the SD Card using ADB?
The sdcard can be umounted by using the umount command.
unmount /mtn/sdcard/.android_secure
how can it be remounted again :
mount /mnt/sdcard/.android_secure
.
Type mount sdcard next to the "#" sign & press enter...
You will need to know the mount point also if you intend to mount the external card.
As an example:
su mount -o bind /mnt/emmc /sdcard/external_sd
.....................
Like this? And I need to write sdcard2 instead of sdcard I guess?
or this:
First, on your phone, go into Home -> Settings -> SD card & phone storage, then click on "Unmount SD card"
Then, in your shell, do the following.
Code:
adb shell
mkfs.vfat /dev/block//vold/179:1
Then go back to the phone and mount the SD card again. Of course, it would probably be easier to just click "Format SD card," rather than going through adb.
.....
Difficult, don't want to brick my phone..
Many thanks

Confused about (internal) storage

Hello,
I am little confused about phones storage. Hope someone can help me.
OK, When I first configured my phone I installed TitaniumBackup and restored all my apps and data from my former phone HTC Sensation. Then I copied Sensations SD Card data to Nexus' internal storage via Windows. For example also the folder "WhatsApp".
When I connect the phone to my PC I can see its internal storage. In the folder "WhatsApp/Database" I can find some files like "msgstore-2014-01-17.1.db.crypt" or "msgstore-2014-01-16.1.db.crypt".
Now I open ES FileExplorer, go to device/sdcard: there I can see mainly the same folders I copied from Sensation to Nexus. WhatsApp is also there. When I look inside I can't find any files like "msgstore-2014-01-17.1.db.crypt" I see on "internal storage" via PC. but I see others like "msgstore-2014-01-24.1.db.crypt". What?! I don't understand that.
OK, next Test: Via PC I copy a file named 123test.txt to the Whatsapp Folder. Again I look via ES FileExplorer on the phone, what happens. Ola, I can see 123test.txt in device/sdcard. But not e.g. "msgstore-2014-01-17.1.db.crypt". Aha... strange.
And while writing this question I had to copy the filename of "msgstore-2014-01-17.1.db.crypt" from Windows explorer to paste it here. And now I can see also "msgstore-2014-01-17.1.db.crypt" in device/sdcard on my phone, but not the ohers like "msgstore-2014-01-16.1.db.crypt". I touch a file in Windows Explorer on "internal storage" and after that it's copied to device/sdcard?
This can't be normal?! That's zero transparent... and weird...
Can someone please clear it up for me?!
THANKS!
dbsoundz said:
Hello,
I am little confused about phones storage. Hope someone can help me.
OK, When I first configured my phone I installed TitaniumBackup and restored all my apps and data from my former phone HTC Sensation. Then I copied Sensations SD Card data to Nexus' internal storage via Windows. For example also the folder "WhatsApp".
When I connect the phone to my PC I can see its internal storage. In the folder "WhatsApp/Database" I can find some files like "msgstore-2014-01-17.1.db.crypt" or "msgstore-2014-01-16.1.db.crypt".
Now I open ES FileExplorer, go to device/sdcard: there I can see mainly the same folders I copied from Sensation to Nexus. WhatsApp is also there. When I look inside I can't find any files like "msgstore-2014-01-17.1.db.crypt" I see on "internal storage" via PC. but I see others like "msgstore-2014-01-24.1.db.crypt". What?! I don't understand that.
OK, next Test: Via PC I copy a file named 123test.txt to the Whatsapp Folder. Again I look via ES FileExplorer on the phone, what happens. Ola, I can see 123test.txt in device/sdcard. But not e.g. "msgstore-2014-01-17.1.db.crypt". Aha... strange.
And while writing this question I had to copy the filename of "msgstore-2014-01-17.1.db.crypt" from Windows explorer to paste it here. And now I can see also "msgstore-2014-01-17.1.db.crypt" in device/sdcard on my phone, but not the ohers like "msgstore-2014-01-16.1.db.crypt". I touch a file in Windows Explorer on "internal storage" and after that it's copied to device/sdcard?
This can't be normal?! That's zero transparent... and weird...
Can someone please clear it up for me?!
THANKS!
Click to expand...
Click to collapse
Maybe it's because I haven't finished my coffee yet, but I reread your post a few times and only sort of understand what you are trying to figure out...
Since the Nexus doesn't have external storage, then the Internal Storage you see in Windows is /sdcard. It sounds like maybe either the database files from your Sensation might not have transferred over to the Nexus correctly, or the older file maybe was rewritten with the version of the app on the Nexus? Or if it just doesn't show up when you copy the file to the phone while it is still plugged in, then it might not show up in a file manager on the phone until you unplug it and then the phone rescans the media to sync the contents so file managers can display everything. This is common behavior with the MTP set up. Let me know if I am not on the right path with the info and I'll see if I can help clarify more.
es0tericcha0s said:
Maybe it's because I haven't finished my coffee yet, but I reread your post a few times and only sort of understand what you are trying to figure out...
Since the Nexus doesn't have external storage, then the Internal Storage you see in Windows is /sdcard. It sounds like maybe either the database files from your Sensation might not have transferred over to the Nexus correctly, or the older file maybe was rewritten with the version of the app on the Nexus? Or if it just doesn't show up when you copy the file to the phone while it is still plugged in, then it might not show up in a file manager on the phone until you unplug it and then the phone rescans the media to sync the contents so file managers can display everything. This is common behavior with the MTP set up. Let me know if I am not on the right path with the info and I'll see if I can help clarify more.
Click to expand...
Click to collapse
Hello es0tericcha0s,
what I do not understand is: Why do I see on my PC other files then on my phone?
Why I looked at that: On phones with SD Card I backuped all my SD Card before ROM changes. Then I just copy my backup back to SD Card. But now I am not sure what to backup. If I backup my internal storage via PC I have definitily not the current data in it!
I don't understand that behaviour?!
dbsoundz said:
Hello es0tericcha0s,
what I do not understand is: Why do I see on my PC other files then on my phone?
Why I looked at that: On phones with SD Card I backuped all my SD Card before ROM changes. Then I just copy my backup back to SD Card. But now I am not sure what to backup. If I backup my internal storage via PC I have definitily not the current data in it!
I don't understand that behaviour?!
Click to expand...
Click to collapse
I'd have to go with good old buggy MTP. I've seen lots of these 'ghost files' in Windows explorer with my previous phone (GNEX). If both file manager apps and for instance adb shell do not show files that Windows explorer via MTP does show, you can safely assume Windows explorer is wrong.
Tip: for a more secure data transfer, copy your /sdcard content from your PC to the N5 using the adb push command. I believe there are even GUIs for adb nowadays if you don't like working on the command line.
Guys... I still do not understand that thing...
I installed CM11. Copied via Windows Explorer my Titanium Backup folder to internal storage. Nothing else. Then I restored WhatsApp to see what happens. Everything worked fine. Whatsapp is OK but has no media file I sent or received. OK, I can copy them from my backup to internal memory. BUT I CAN'T SEE ANY WHATSAPP FOLDER in my Windows Explorer. But in my phone file explorer I can see it!
This can't be normal!
How does one can make a consistent backup of it's phone with that behaviour?!
EDIT: After I rebooted the phone I can also see the WhatsApp folder in Windows... :/
Like I said: MTP is buggy. For reliable file transfers via usb use adb push and pull commands.
Sent from my Nexus 5 using Tapatalk
This is sooo strange...
I made a TWRP backup. Then I used adb pull /sdcard/ /sdcardbackup to copy my storage with my TWRP backup to PC. But I can't find the backup on my PC after adb finished the copy job. Where is it? I searched with the explorer on the phone:
/sdcard/ -> I am redirected to /storage/emulated/legacy - this view is identical with my backup on pc
/storage/sdcard0/ -> I am redirected to /storage/emulated/legacy - same as above
/storage/emulated/ -> There are folders 0, legacy and TWRP and there I found my backup.
Shouldn't I find TWRP backups on my sdcard, storage, emultade, legacy or I don't know how the place is called?!
OK, I try to copy thios TWRP backup to my PC:
- via PC: I can't, because I see only the "internal storage"
via adb: I can't, too: E:\Nexus 5\android-sdk-windows\platform-tools>adb pull /storage/emulated/TWRP /TWRPbackup DOES NOT WORK
BUUHUUUUUUUUUU unbelievable
How do you check where your data is? I don't...
You used a relative path for the destination folder, meaning that folder was created on the location where your adb executable is. Look for it there or use an absolute path for your destination folder.
Sent from my Nexus 5 using Tapatalk
You're supposed to adb pull from /sdcard not /storage
If you didn't change directory (cd) in cmd / terminal, then your pulled data is in the directory that opens by default in cmd. Open cmd to see what path you let it default to. Often c:\users\username
Don't forget if you're in windows, you need to
adb pull /sdcard/source \destination
And linux
adb pull /sdcard/source /destination
Sent from my Nexus 5 using Tapatalk
dbsoundz said:
This is sooo strange...
via adb: I can't, too: E:\Nexus 5\android-sdk-windows\platform-tools>adb pull /storage/emulated/TWRP /TWRPbackup DOES NOT WORK
.
Click to expand...
Click to collapse
Hello,
copy command should be ok. hoever. Why is TWRP backup saved to location /storage/emulated/TWRP, not on "internal memory"?
Really guys... this can't be normal. is there something wrong with my phone or ROM?!
dbsoundz said:
Hello,
copy command should be ok. hoever. Why is TWRP backup saved to location /storage/emulated/TWRP, not on "internal memory"?
Really guys... this can't be normal. is there something wrong with my phone or ROM?!
Click to expand...
Click to collapse
No, it's something wrong with you. I'd be easier to copy the backup to the phone memory visible to a PC using a root explorer and then copy it to the PC that way if you can't get adb working

Categories

Resources