Android - Clone Android device including the content of SD card

  1. Make a nandroid backup from recovery.
  2. Make sure that the backup is located on the sdcard.
  3. Mount the sdcard on a computer and copy it's contents to a folder on a pc.
  4. Copy the entire contents of the folder you made above to the target device.
  5. Root the device than install a custom recovery if you didn't do this already.
  6. In recovery restore the nandroid backup.
  7. Reboot the device. Now everything should be exactly the same as on the original.

Repeat steps 4-7 for every device.


If there're lots of small files that need to be transferred, another possibility is zip them up copy to the phone and than unzip it using

adb shell unzip path/to/file.zip

Once the command is launched you can disconnect the device the process will continue as long as there're no conflicting files or folders.

Tags:

Backup

Sd Card