Someone is already in possession of such a tablet?
There are notable differences from the previous version A8H6 ??
I hope that in future there is a custom rom.
(sorry for the bad English)
adb root adb root adb shell dd if=/dev/block/platform/mtk-msdc.0/by-name/boot of=/sdcard/Download/boot.img dd if=/dev/block/platform/mtk-msdc.0/by-name/system of=/sdcard/Download/system.img exit adb pull /sdcard/Download/boot.img adb pull /sdcard/Download/system.img
mkdir -p /tmp/sys sudo mount -o loop system.img /tmp/sys/
adb shell cat /proc/partitions cat /proc/emmc > sdcard/Download/partition.info cat sdcard/Download/partition.info exit adb pull sdcard/Download/partition.info
partno: start_sect nr_sects partition_name emmc_p1: 00000400 00001800 "proinfo" emmc_p2: 00001c00 00002800 "nvram" emmc_p3: 00004400 00005000 "protect1" emmc_p4: 00009400 00005000 "protect2" emmc_p5: 0000e400 00000200 "seccfg" emmc_p6: 0000e600 00000300 "lk" emmc_p7: 0000e900 00008000 "boot" emmc_p8: 00016900 00008000 "recovery" emmc_p9: 0001e900 00003000 "secro" emmc_p10: 00021900 00000400 "para" emmc_p11: 00021d00 00004000 "logo" emmc_p12: 00025d00 00005000 "expdb" emmc_p13: 0002ad00 00002800 "tee1" emmc_p14: 0002d500 00002800 "tee2" emmc_p15: 0002fd00 00010300 "metadata" emmc_p16: 00040000 002a8000 "system" emmc_p17: 002e8000 000d4000 "cache" emmc_p18: 003bc000 03679c00 "userdata" emmc_p19: 03a35c00 00008000 "flashinfo"
adb root adb root adb shell dd if=/dev/block/platform/mtk-msdc.0/by-name/boot of=/sdcard/Download/boot.img dd if=/dev/block/platform/mtk-msdc.0/by-name/system of=/sdcard/Download/system.img exit adb pull /sdcard/Download/boot.img adb pull /sdcard/Download/system.img
git clone https://github.com/bgcngm/mtk-tools.git mkdir boot cd boot ../mtk-tools/unpack-MTK.pl ../dd/boot.img cd .. mkdir boot.hocuspocus cd boot.hocuspocus ../mtk-tools/unpack-MTK.pl ../dd/boot.img cd .. diff --brief -r boot boot.hocuspocus
#RileyROM add init.d support to boot/init.rc service runparts /system/bin/run-parts /system/etc/init.d class core user root group root oneshot # Init.d support by RileyROM service sysinit /system/bin/logwrapper /system/bin/busybox run-parts /system/etc/init.d class main user root oneshot # Added by RileyROM to set su as a daemon for 4.4 service daemonsu /system/xbin/su --daemon class main user root oneshot #RileyROM preinstall add preinstall support to boot/init.rc service preinstall /system/bin/preinstall.sh class main group root root oneshot disabled on property:dev.bootcomplete=1 start preinstall
../mtk-tools/repack-MTK.pl -boot boot.img-kernel.img boot.img-ramdisk boot2.bin
0000 0010: [B]C8 BE[/B] 0F 00 00 00 00 44 00 00 00 00 00 [B]00 F0[/B] 40 .......D .......@ 0000 0240: [B]8B D2 BF 2E 93 F3 10 6C B6 7E BB 89 FF 0C 80 07[/B] .......l .~...... 0000 0250: [B]73 8E 9B B4[/B] 00 00 00 00 00 00 00 00 00 00 00 00 s....... ........ 005E 2800: 88 16 88 58 [B]C8 BC[/B] 0F 00 52 4F 4F 54 46 53 00 00 ...X.... ROOTFS..
0000 0010: [B]F8 AE[/B] 0F 00 00 00 00 44 00 00 00 00 00 [B]80 F7[/B] 40 .......D .......@ 0000 0240: [B]BA A1 59 F8 52 05 68 22 1F 71 EE E7 0D 2B 1A 97[/B] ..Y.R.h" .q...+.. 0000 0250: [B]81 14 A6 EF[/B] 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ 005E 2800: 88 16 88 58 [B]F8 AC[/B] 0F 00 52 4F 4F 54 46 53 00 00 ...X.... ROOTFS..
adb push boot2.bin /sdcard/Download/ adb root adb shell adb dd if=/sdcard/Download/boot2.bin of=/dev/block/platform/mtk-msdc.0/by-name/boot
There are currently 3848 users online. 1 members and 3847 guests.
Most users ever online was 37,478 at 04:14 on 26 June 2024.
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