Hi! Sorry, but too much to do and too less time for doing it
I started the script and this is the result:
Microsoft Windows [Version 10.0.19041.804]
(c) 2020 Microsoft Corporation. Alle Rechte vorbehalten.
C:\WINDOWS\system32>cd C:\platform-tools
C:\platform-tools>adb devices
* daemon not running; starting now at tcp:5037
* daemon started successfully
List of devices attached
034c1b08093500000000 device
C:\platform-tools>adb root
adbd is already running as root
C:\platform-tools>adb shell
mount -o remount,rw /mnt/sdcard /mnt/extsd
cd /dev/block/;for i in `ls mmc* | busybox egrep -v 'mmcblk[0-1]$|mmcblk[0-1]p1$'`; do echo Backup of $i ...; dd if=/dev/block/$i of=/mnt/extsd/$i; doneroot@astar-inet:/ # mount -o remount,rw /mnt/sdcard /mnt/extsd
.; dd if=/dev/block/$i of=/mnt/extsd/$i; done <
Backup of mmcblk0boot0 ...
8192+0 records in
8192+0 records out
4194304 bytes transferred in 2.313 secs (1813361 bytes/sec)
Backup of mmcblk0boot1 ...
8192+0 records in
8192+0 records out
4194304 bytes transferred in 2.926 secs (1433460 bytes/sec)
Backup of mmcblk0p10 ...
1048576+0 records in
1048576+0 records out
536870912 bytes transferred in 443.939 secs (1209334 bytes/sec)
Backup of mmcblk0p11 ...
32768+0 records in
32768+0 records out
16777216 bytes transferred in 20.616 secs (813795 bytes/sec)
Backup of mmcblk0p12 ...
32768+0 records in
32768+0 records out
16777216 bytes transferred in 16.436 secs (1020760 bytes/sec)
Backup of mmcblk0p13 ...
32768+0 records in
32768+0 records out
16777216 bytes transferred in 15.508 secs (1081842 bytes/sec)
Backup of mmcblk0p14 ...
131072+0 records in
131072+0 records out
67108864 bytes transferred in 75.592 secs (887777 bytes/sec)
Backup of mmcblk0p2 ...
65536+0 records in
65536+0 records out
33554432 bytes transferred in 36.655 secs (915412 bytes/sec)
Backup of mmcblk0p3 ...
2+0 records in
2+0 records out
1024 bytes transferred in 0.003 secs (341333 bytes/sec)
Backup of mmcblk0p5 ...
32768+0 records in
32768+0 records out
16777216 bytes transferred in 17.552 secs (955857 bytes/sec)
Backup of mmcblk0p6 ...
32768+0 records in
32768+0 records out
16777216 bytes transferred in 16.468 secs (1018776 bytes/sec)
Backup of mmcblk0p7 ...
1572864+0 records in
1572864+0 records out
805306368 bytes transferred in 862.164 secs (934052 bytes/sec)
Backup of mmcblk0p8 ...
32768+0 records in
32768+0 records out
16777216 bytes transferred in 17.412 secs (963543 bytes/sec)
Backup of mmcblk0p9 ...
65536+0 records in
65536+0 records out
33554432 bytes transferred in 35.196 secs (953359 bytes/sec)
root@astar-inet:/dev/block #
I don't see any error. So I think that the backup is done. Is it a complete backup of the system and how can I restore it?
Now I'm searching for a ROM with a higher Androidversion. The tablet has 4.4. Any idea?