File tree Expand file tree Collapse file tree
app/src/main/assets/module/ZADD/patch_rom Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ id=patch_rom
44name=Patch ROM
55author=Kakathic
66description=Quick ROM patch
7- version=1.9
8- versionCode=119
7+ version=2.0
8+ versionCode=120
99root=false
1010
1111# language
Original file line number Diff line number Diff line change 11
2- Update log: 1.9
2+ Update log:
33
4- + Remove Kaorios Tool Box
5-
6- Update log: 1.8
7-
8- + Fix the settings error that causes the app to crash.
4+ 2.0: Add some code validation commands
5+ 1.9: Remove Kaorios Tool Box
6+ 1.8: Fix the settings error that causes the app to crash
Original file line number Diff line number Diff line change @@ -159,8 +159,9 @@ elif [ "${vv##*/}" == "MiuiSystemUI.apk" ];then
159159elif [ " ${vv##*/ } " == " miui-framework.jar" ]; then
160160 Thaythe com.iflytek.inputmethod.miui " $( glog ime_app) " " $( Timkiem com.iflytek.inputmethod.miui " $oi /smali" ) "
161161 if [ " $( gprop ro.miui.support_miui_ime_bottom " $psystem /build.prop" ) " != 1 ]; then
162- sprop " ro.miui.support_miui_ime_bottom" 1 " $psystem /build.prop"
163- cp -rf " $MPAT /mod/GestureLineOverlay.apk" " $pproduct /overlay"
162+ echo " Add props to system: ro.miui.support_miui_ime_bottom=1"
163+ [ -f " $psystem /build.prop" ] && sprop " ro.miui.support_miui_ime_bottom" 1 " $psystem /build.prop"
164+ [ -d " $pproduct /overlay" ] && cp -rf " $MPAT /mod/GestureLineOverlay.apk" " $pproduct /overlay"
164165 fi
165166elif [ " ${vv##*/ } " == " Settings.apk" ]; then
166167 Thaythe com.iflytek.inputmethod.miui " $( glog ime_app) " " $( Timkiem com.iflytek.inputmethod.miui " $oi /smali" | sed ' /MecBoardInputController/d' ) "
You can’t perform that action at this time.
0 commit comments