All the devices are running their latest stock Android and rooted using NRT with the relevant SuperSU, TWRP recovery and with Busybox installed.
On each device, when I run Nandroid backup using NRT, the files all appear to be copied successfully to the PC, but the md5 cross-checks fail because the backup files are not found on the device. Here’s an example from the Nexus 5X:
This is the first part of the wugcheck.md5 file sent to the device:
7c6e0c3198e422ac72122f63cf9e6859 /data/media/0/TWRP/BACKUPS/00edb5af33a9b510/2016-03-20–01-04-55/boot.emmc.win.md5
431c7e261fbf14b3d157d2281b9e1aa1 /data/media/0/TWRP/BACKUPS/00edb5af33a9b510/2016-03-20–01-04-55/cache.ext4.win.md5
114ea20eb1ad4b7cd9ba4b0c38764798 /data/media/0/TWRP/BACKUPS/00edb5af33a9b510/2016-03-20–01-04-55/cache.info
…
And the first part of the log returned showing the md5 check failure:
Pushing "wugcheck.md5" to your device…
adb push "C:\Program Files (x86)\WugFresh Development\Nexus Root Toolkit\data\MD5check_Depot\wugcheck.md5" "/sdcard/wugcheck.md5"
Verifying hash of transferred directory…
adb shell /sbin/busybox md5sum -c "/sdcard/wugcheck.md5"
md5sum: can’t open ‘/data/media/0/TWRP/BACKUPS/00edb5af33a9b510/2016-03-20–01-04-55/boot.emmc.win.md5′: No such file or directory
/data/media/0/TWRP/BACKUPS/00edb5af33a9b510/2016-03-20–01-04-55/boot.emmc.win.md5: FAILED
md5sum: can’t open ‘/data/media/0/TWRP/BACKUPS/00edb5af33a9b510/2016-03-20–01-04-55/cache.ext4.win.md5′: No such file or directory
/data/media/0/TWRP/BACKUPS/00edb5af33a9b510/2016-03-20–01-04-55/cache.ext4.win.md5: FAILED
md5sum: can’t open ‘/data/media/0/TWRP/BACKUPS/00edb5af33a9b510/2016-03-20–01-04-55/cache.info': No such file or directory
/data/media/0/TWRP/BACKUPS/00edb5af33a9b510/2016-03-20–01-04-55/cache.info: FAILED
…
All the subsequent md5 checks fail in the same way.
My understanding is that /sdcard/ and /data/media/0/ should map to the same directory, and according to ES File Explorer all the relevant files are present in /sdcard/TWRP/BACKUPS/etc. (though ES File Explorer seems to give the mapping as /storage/emulated/0/TWRP/BACKUPS/etc.). Can anyone explain what’s happening and how to circumvent it?
:confused: