Compare commits
6 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
228688ed80 | |
|
|
12d76ef14e | |
|
|
6a5c0e582e | |
|
|
5edf6b254d | |
|
|
7dc48f45bc | |
|
|
f8f80741ab |
|
|
@ -1,11 +1,14 @@
|
||||||
# 0x0 Welcome
|
# 0x0 Welcome
|
||||||
|
|
||||||
Donate via [](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=zhuyanzi@gmail.com&item_name=A+Cup+Of+Coffee&item_number=Thank+You¤cy_code=USD) or if you use [WeChat](https://github.com/HappyZ/dpt-tools/wiki#donations) :)
|
Donate via [](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=zhuyanzi@gmail.com&item_name=A+Cup+Of+Coffee&item_number=Thank+You¤cy_code=USD) :)
|
||||||
|
|
||||||
Note: Scripts and mods are only tested on MacOS, and are provided AS-IS for study purpose. I do not plan to support all platforms. Use it at your own risks.
|
Note: Scripts and mods are only tested on MacOS, and are provided AS-IS for study purpose. I do not plan to support all platforms. Use it at your own risks.
|
||||||
|
|
||||||
07/05/2019: I will stop updating this tool and making new PKGs as there is nothing more interesting to explore. Gotta move on, guys and gals. I'll keep an eye on the issues though, and try my best to resolve them when I get time. Thanks.
|
04/05/2020: COVID-19 sucks that you have to stay home FOREVER. Well anyhow, came back and updated mod to v1.6.50.14130. As noted below, this is only an update for those "lucky" to have the root already. For devices that have already patched the update script bug, this rooting method would not work.
|
||||||
|
|
||||||
|
11/23/2019: Came back and updated to v1.6.03.09261. Also, for devices **manufactured** after September 2019, the updater script bug is fixed already and the rooting package may no longer work.
|
||||||
|
|
||||||
|
07/05/2019: I will stop updating this tool and making new PKGs as there is nothing more interesting to explore. Gotta move on, guys and gals. I'll keep an eye on the issues though, and try my best to resolve them when I get time. Thanks.
|
||||||
|
|
||||||
# 0x1 Special Thanks
|
# 0x1 Special Thanks
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
3c4f298849c2de0229d0ea3bde71798e
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
1.6.02.06240 general
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
89a226c1ee2cb473bf512dd76feef095
|
||||||
|
|
@ -14,9 +14,9 @@ sleep 2
|
||||||
|
|
||||||
# flash customized boot img
|
# flash customized boot img
|
||||||
echo "[updater.sh] writing boot.img.." >> $LOG_FP
|
echo "[updater.sh] writing boot.img.." >> $LOG_FP
|
||||||
if [ -f ${UPDATER_BASE}/boot-1.6.02.06240-mod-190730-115824.img ] ;
|
if [ -f ${UPDATER_BASE}/boot-1.6.50.14130-mod-200405-233932.img ] ;
|
||||||
then
|
then
|
||||||
dd if=${UPDATER_BASE}/boot-1.6.02.06240-mod-190730-115824.img of=/dev/mmcblk0p8 bs=4M
|
dd if=${UPDATER_BASE}/boot-1.6.50.14130-mod-200405-233932.img of=/dev/mmcblk0p8 bs=4M
|
||||||
sync
|
sync
|
||||||
else
|
else
|
||||||
echo "[updater.sh] desired boot.img not exit; nothing did to boot partition" >> $LOG_FP
|
echo "[updater.sh] desired boot.img not exit; nothing did to boot partition" >> $LOG_FP
|
||||||
|
Before Width: | Height: | Size: 6.9 MiB After Width: | Height: | Size: 6.9 MiB |
|
Before Width: | Height: | Size: 6.9 MiB After Width: | Height: | Size: 6.9 MiB |
|
Before Width: | Height: | Size: 6.9 MiB After Width: | Height: | Size: 6.9 MiB |
|
Before Width: | Height: | Size: 6.9 MiB After Width: | Height: | Size: 6.9 MiB |
|
Before Width: | Height: | Size: 6.9 MiB After Width: | Height: | Size: 6.9 MiB |
|
Before Width: | Height: | Size: 6.9 MiB After Width: | Height: | Size: 6.9 MiB |
|
Before Width: | Height: | Size: 6.9 MiB After Width: | Height: | Size: 6.9 MiB |
|
|
@ -5,11 +5,11 @@ echo 3 > /proc/sys/vm/drop_caches
|
||||||
|
|
||||||
LOG_FP=$2
|
LOG_FP=$2
|
||||||
|
|
||||||
BOOT_IMG_SIZE=`stat -c%s $1/boot-1.6.02.06240-mod-190730-115824.img`
|
BOOT_IMG_SIZE=`stat -c%s $1/boot-1.6.50.14130-mod-200405-233932.img`
|
||||||
|
|
||||||
BLK8_MD5=`dd if=/dev/mmcblk0p8 bs=$BOOT_IMG_SIZE count=1 | md5sum | cut -d " " -f1`
|
BLK8_MD5=`dd if=/dev/mmcblk0p8 bs=$BOOT_IMG_SIZE count=1 | md5sum | cut -d " " -f1`
|
||||||
|
|
||||||
BOOT_MD5=`cat $1/boot-1.6.02.06240-mod-190730-115824.img.md5`
|
BOOT_MD5=`cat $1/boot-1.6.50.14130-mod-200405-233932.img.md5`
|
||||||
|
|
||||||
echo "BLK08=$BLK8_MD5" >> $LOG_FP
|
echo "BLK08=$BLK8_MD5" >> $LOG_FP
|
||||||
echo " BOOT=$BOOT_MD5" >> $LOG_FP
|
echo " BOOT=$BOOT_MD5" >> $LOG_FP
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
1.6.50.14130 general
|
||||||