15 lines
915 B
Markdown
15 lines
915 B
Markdown
# Android Mount Copier
|
|
|
|
Tool to copy full mounts (e.g., microSD or internal storage) from an Android device over ADB to a PC.
|
|
|
|
Requires adb installed on your machine (https://github.com/fawazahmed0/Latest-adb-fastboot-installer-for-windows) aswell as enabled adb on your android device ( https://medium.com/@EazSoftware/a-comprehensive-guide-to-adb-android-debug-bridge-the-unsung-hero-for-android-developers-28b349037436 )
|
|
|
|
Useful if you have only one microSD reader and need to copy the files to a new, possibly larger microSD, allowing you to continue using your Android device as storage. MTP is slow, so this might be the fastest alternative.
|
|
|
|
(Incase you want to clone the volumeid of your card too (recommended for not breaking many programs) use
|
|
|
|
[Windows (Fat, Fat32 only)] volumeid F: 4041-393D
|
|
|
|
[Windows (exFat)] VolumeIdExFAT.exe -i_accept_license F: 4041-393D )
|
|
|
|
 |