I am new to (a) this forum & (b) the Minix X7.
Am a seasoned flasher of custom ROMs (on my Nexus 7 / Samsung Galaxy S3), and was wondering if there is a version of CWM / TWRP to allow for nand backups of the X7?
Thanks

"Pzebacz im, bo nie wiedzą, co czynią" "Прости им, они не ведают, что творят" "Perdona loro perché non sanno quello che fanno" "Vergib ihnen, denn sie wissen nicht, was sie tun" "Vergeef hen want ze weten niet wat ze doen" "Pardonne-leur car ils ne savent pas ce qu'ils font" "Perdónalos porque no saben que lo que hacen" "Oprosti im, jer ne znaju što čine" "Forgive them as they know not what they do" |
E:\Minix Neo X7\RK3188_ROOT>adb devicesList of devices attached 0123456789ABCDEF device E:\Minix Neo X7\RK3188_ROOT>adb shell root@android:/ # cat /proc/mtd cat /proc/mtd dev: size erasesize name mtd0: 00400000 00004000 "misc" mtd1: 01000000 00004000 "kernel" mtd2: 01000000 00004000 "boot" mtd3: 02000000 00004000 "recovery" mtd4: 04000000 00004000 "backup" mtd5: 08000000 00004000 "cache" mtd6: 100000000 00004000 "userdata" mtd7: 00400000 00004000 "kpanic" mtd8: 26000000 00004000 "system" mtd9: 2a0e00000 00004000 "user"
@echo off cls echo MTD Dump Scrip by AbduL echo. echo This script will make a dump of the most important parts of your echo device to the PC using ADB. echo. echo. echo it's requires aprox. 1GB on SDcard. echo. :start echo 1. Backup echo ------------------------------------------- echo Q. Exit echo. echo. set /p var=Choose (1,Q): if %var%==1 goto sdcard if %var%==Q goto fim if %var%==q goto fim goto start :sdcard echo. echo Making dump directory on SDCard adb shell mkdir /sdcard/dump echo. echo Starting Dump... echo. echo Dumping cmdline adb shell "cat proc/cmdline>sdcard/dump/cmdline" echo. echo Dumping kernel.img adb shell dd if=/dev/mtd/mtd1 of=/sdcard/dump/kernel.img echo. echo Dumping boot.img adb shell dd if=/dev/mtd/mtd2 of=/sdcard/dump/boot.img echo. echo Dumping recovery.img adb shell dd if=/dev/mtd/mtd3 of=/sdcard/dump/recovery.img echo. echo Dumping system.img. This will take a minute. adb shell dd if=/dev/mtd/mtd8 of=/sdcard/dump/system.img echo. echo Pulling to PC. Few more minutes... mkdir dump adb pull /sdcard/dump dump echo A mudar o nome da directoria for /F "tokens=2-4 delims=/- " %%i in ('date /t') do set yyyymmdd=%%k%%i%%j for /F "tokens=1-2 delims=: " %%l in ('time /t') do set hhmm=%%l%%m ren dump Dump_%yyyymmdd%_%hhmm% adb shell rm -r /sdcard/dump echo. echo The dump is in Scrip/Dump_%yyyymmdd%_%hhmm% echo. echo Backup Finished! :fim pause
"Pzebacz im, bo nie wiedzą, co czynią" "Прости им, они не ведают, что творят" "Perdona loro perché non sanno quello che fanno" "Vergib ihnen, denn sie wissen nicht, was sie tun" "Vergeef hen want ze weten niet wat ze doen" "Pardonne-leur car ils ne savent pas ce qu'ils font" "Perdónalos porque no saben que lo que hacen" "Oprosti im, jer ne znaju što čine" "Forgive them as they know not what they do" |
"Pzebacz im, bo nie wiedzą, co czynią" "Прости им, они не ведают, что творят" "Perdona loro perché non sanno quello che fanno" "Vergib ihnen, denn sie wissen nicht, was sie tun" "Vergeef hen want ze weten niet wat ze doen" "Pardonne-leur car ils ne savent pas ce qu'ils font" "Perdónalos porque no saben que lo que hacen" "Oprosti im, jer ne znaju što čine" "Forgive them as they know not what they do" |
There are currently 2217 users online. 0 members and 2217 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, personalize advertising, and to analyze site activity. We may share certain information about our users with our advertising and analytics partners. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment