Device details:
- Samsung Galaxy S3 (i9300) with broken screen
- No System (was running CM13.0 with GAPPS)
- Currently flashed with TWRP 3.1 with Odin (was CWM)
- /data | /dev/block/mmcblk0p12 | Size: 11622MB Used: 5540MB Free: 3440MB Backup Size: 5540MB
System details:
- Windows 10
- adb-1.0.39
I need to make a valid nandroid or adb backup for Titanium Backup Pro on my new device. What I've tried so far:
- adb backup --twrp data (also with --compress option) to my laptop but it's currently unrestorable. #1011
- adb backup without --twrp, results in 0KB file. Tried using adb-1.0.31 as described at question 83080 but didn't work (no password set)
- backup with CM Recovery v6.0.4.6, but seems to fail on system (not sure). The backup folder only contains boot.img and recovery.img
- adb uninstall package to create space/reduce backup size. /sbin/sh: pm: not found
Any other ways I can try without losing apps+data?