What software can help me Copy memory card From my phone Into my hard disk My pc have Operating system is windows 7 My memory card Have two partitions, one FAT32 And second EXT Total memory 8 GB A MICRO-SD card Thanks to anyone who can help
|
closed as off topic by roxan, Izzy, Sachin Shekhar, Al Everett, ce4 Aug 29 '12 at 19:57
Questions on Android Enthusiasts Stack Exchange are expected to relate to Android within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
The best tool for dumping partitions and devices is a unix tool called dd, which is also available with almost any Linux distribution, like Ubuntu. If you're running windows then you might want to try dd's counterpart for Windows - WinDD. It's usually:
Warning!These tool can do harm to your drives if used incorrectly (if you mix up data source and sink, the source will be overwritten). A quote from Wikipedia:
So please, be cautious. |
||||
|
|