|
iPlay 70 Mini Pro Firmware
|
Technical Discussion
|
38
10778
|
|
Sound for call not work (Maybe it’s work on Derpfest_treble Android 15)
I haven’t really tried to get it working; I make calls with my Galaxy Watch 6.
I haven’t seen anything else that doesn’t work, but I haven’t tested everything.
Read the entire guide before you begin.
If you don’t understand something, don’t continue.
I am not responsible if you brick or break your tablet. This has not been tested on any tablet other than my own.
Good luck
You must have the bootloader unlocked
fastboot oem unlock
You need to start the crDroid 12 ROM with DSU Sideloader shizuku
crDroid 12 GSI with root: [https://sourceforge.net/projects/crdroidos/files/GSI/](https://sourceforge.net/projects/crdroidos/files/GSI/)
DSU Sideloader: [https://github.com/VegaBobo/DSU-Sideloader](https://github.com/VegaBobo/DSU-Sideloader)
Go into the developer settings and enable root debugging
On the PC (Linux), run the script to back up all partitions:
#!/bin/bash
OUT=./dump_all_partitions
mkdir -p “$OUT”
# List all by-name partitions
PARTS=$(adb shell “ls /dev/block/by-name” | tr -d ‘\r’)
# Partitions to ignore
IGNORE=”sdc userdata”
echo “Detecting partitions…”
for P in $PARTS; do
# Check if the partition is in the IGNORE list
skip=false
for I in $IGNORE; do
if [[ “$P” == “$I” ]]; then
skip=true
break
fi
done
if $skip; then
echo “Ignored: $P (raw disk or SD)”
continue
fi
echo “Dump -> $P”
adb shell “dd if=/dev/block/by-name/$P of=/sdcard/$P.img” >/dev/null 2>&1
# Retrieve the file if created
adb pull “/sdcard/$P.img” “$OUT/$P.img” >/dev/null 2>&1
adb shell “rm /sdcard/$P.img”
done
echo “Backup complete!”
echo “Files available in: $OUT/”
*The file super.img is 9GB, it contains several system partitions, I don’t know if it can be shared (unique partition for each tablet, IMEI… ?)
Once the tablet is backed up, you can flash the GSI ROM [https://github.com/Doze-off/Derpfest_treble](https://github.com/Doze-off/Derpfest_treble)
fastboot –disable-verification flash vbmeta vbmeta_a.img
fastboot reboot fastboot #for rebooting in fastbootd
fastboot erase system
fastboot delete-logical-partition product_a
fastboot delete-logical-partition product_b
fastboot flash system derpfest_system.img
fastboot reboot
|
|
iPlay 70 Mini Pro Firmware
|
Technical Discussion
|
38
10778
|
|
I use Infinity X 3.9 | A16 QPR2 all working
https://github.com/Doze-off/ProjectInfinity-X_gsi/releases
|
|
iPlay 70 Mini Pro Firmware
|
Technical Discussion
|
38
10778
|
|
Use the unbrick here https://xdaforums.com/t/unbrick-alldocube-iplay-70-mini-pro.4769181/
|
|
iPlay 70 Mini Pro Firmware
|
Technical Discussion
|
38
10778
|
|
You can flash this rom without DSU with this : https://magiskzip.com/install-gsi-on-android/
it’s only :
fastboot reboot fastboot (for reboot in fastbootd)
fastboot –disable-verity –disable-verification flash vbmeta vbmeta.img (from recovery. zip here : https://xdaforums.com/t/unbrick-alldocube-iplay-70-mini-pro.4769181/)
fastboot erase system
fastboot delete-logical-partition product_a
fastboot delete-logical-partition product_b
fastboot flash system system.img
fastboot -w
fastboot reboot
Double tape for wake look like not working on 20260214, but it’s ok on 20260208
|
|
iPlay 70 Mini Pro Firmware
|
Technical Discussion
|
38
10778
|
|
https://github.com/Doze-off/ProjectInfinity-X_gsi
this rom is better
All is working good
|
|
iPlay 70 Mini Pro Firmware
|
Technical Discussion
|
38
10778
|
|
Hello,
I have upload all file for repair the tablet :
https://xdaforums.com/t/unbrick-alldocube-iplay-70-mini-pro.4769181/
|
|
iPlay 70 Mini Pro Firmware
|
Technical Discussion
|
38
10778
|
|
I did that :
https://xdaforums.com/t/root-alldocube-iplay-70-mini-pro-without-boot-img.4768146/
|
|
iPlay 70 Mini Pro Firmware
|
Technical Discussion
|
38
10778
|
|
|
|
iPlay 70 Mini Pro Firmware
|
Technical Discussion
|
38
10778
|
|
I have dump all partitions and flashed GSI
I make guid soon
|
|
iPlay 70 Mini Pro Firmware
|
Technical Discussion
|
38
10778
|
|
Guy don’t not buy this tablet, we can’t repair it.
|