Full memory, unable to copy to PC

xev11

Member
Sep 30, 2010
28
1
0
I currently only have 500mb available. I know that most of it is in pictures and some videos. But I can't copy over the files since everytime i try to load the DCIM folder on a computer, it freezes and shows unresponding. I have tried 5 computers and same thing happens. Now I really have to make this work since I have to send the phone back since the power button barely works, and i got a replacement. (I have the Verizon version).

please help. thanks
 

jsgraphicart

Senior Member
Nov 25, 2011
6,284
1,877
253
Try an FTP app from the Play Store (I use FTPServer) and Filezilla on your computer. It works great for me and you dont even have to plug your phone in.

Or

Set up an online storage thing (box, dropbox, google drive, etc.) and upload everything to it. Then delete everything on your device.
 

cupfulloflol

Senior Member
Feb 27, 2010
487
176
0
I currently only have 500mb available. I know that most of it is in pictures and some videos. But I can't copy over the files since everytime i try to load the DCIM folder on a computer, it freezes and shows unresponding. I have tried 5 computers and same thing happens. Now I really have to make this work since I have to send the phone back since the power button barely works, and i got a replacement. (I have the Verizon version).

please help. thanks
You could try using adb to pull it. There are tons of guides for installing and using adb floating around this site, or the internet in general.

If you have access to wifi, you could try transferring the files that way. Something like Airdroid (on the market) can help with this, although there are many other apps that can achieve similar things. There is FTP (and offshoots of it) if you don't have wifi.

Another option would be to use something to sync with the cloud. Dropbox, Google Drive...etc This may not work for you, as many of these only allow you to have 5GB with the free version of their service, which it sounds like you may have surpassed. Also, depending on the speed of your internet, and the speed of the cloud service, this could take a while.
 

Carlos_Manuel

Senior Member
Apr 28, 2011
4,092
5,367
0
23
Kuressaare
As above..
adb pull method.. it should work well

you must have installed ADB drivers and you must have ADB files e.g adb.dll and then just open terminal and navigate to right folder and use ADB command:

Example:
adb pull /sdcard/DCIM/ C:\Users\CarlosManuel\Downloads (if I remember the commands right, that should be the way to pull the DCM folder wth the files)