File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ CONFIG_DIR="/data/adb/tricky_store"
44MODID=` grep_prop id $TMPDIR /module.prop`
55NEW_MODID=" .TA_utl"
66
7+ # Hot install
8+ export MODULE_HOT_INSTALL_REQUEST=" true"
9+ export MODULE_HOT_RUN_SCRIPT=" hotinstall.sh"
10+
711MIN_KERNELSU_VERSION=32234
812MIN_APATCH_VERSION=11159
913
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+
3+ MODPATH=${0%/* }
4+
5+ sh " $MODPATH /post-fs-data.sh" > /dev/null 2>&1
6+ sh " $MODPATH /service.sh" > /dev/null 2>&1
Original file line number Diff line number Diff line change @@ -63,3 +63,5 @@ empty_reset_prop "ro.boot.vbmeta.invalidate_on_error" "yes"
6363empty_reset_prop " ro.boot.vbmeta.avb_version" " 1.0"
6464empty_reset_prop " ro.boot.vbmeta.hash_alg" " sha256"
6565empty_reset_prop " ro.boot.vbmeta.size" " 4096"
66+
67+ resetprop -c || true
You can’t perform that action at this time.
0 commit comments