File tree Expand file tree Collapse file tree
app/src/main/assets/module Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /data/data/com.tool.tree/files/home/bin/bash
22# Kakathic
33
4+ # untested feature
5+ # <param name="rezetprop_patch" label="'$label_reset_prop'" desc="'$desc_reset_prop', system" type="bool" />
6+
47home (){
58echo ' <?xml version="1.0" encoding="UTF-8" ?>
69<group>
@@ -14,8 +17,6 @@ echo '<?xml version="1.0" encoding="UTF-8" ?>
1417<param name="delete_gms" label="' $label_delete_gms ' " desc="' $string_text_2 ' : product" type="bool" />
1518<param name="home_poco" label="' $label_home_poco ' " desc="' $desc_home_poco ' , system_ext, system" type="bool" />
1619<set>' $pathsh ' custom_patch</set>
17- <param name="rezetprop_patch" label="' $label_reset_prop ' " desc="' $desc_reset_prop ' , system" type="bool" />
18- <set>' $pathsh ' rezetprop_patch</set>
1920</action>
2021</group>
2122
@@ -61,8 +62,8 @@ checktime
6162</group>
6263
6364<group>
64- <action title="' $title_ime ' " warn="Note: MiuiSystemUI.apk (global)" summary="Xiaomi">
65- <param name="FILE" option-sh="' $pathsh ' search miui-framework.jar miui-services.jar *FrequentPhrase.apk MiuiSystemUI.apk Settings.apk" value-sh="glog fix_key_patch_os" multiple="true" desc="' $string_text_1 ' : ' $PTSH ' /***, /sdcard/TREE/APK" required="true"/>
65+ <action title="' $title_ime ' " summary="Xiaomi">
66+ <param name="FILE" option-sh="' $pathsh ' search miui-framework.jar miui-services.jar *FrequentPhrase.apk MiuiSystemUI.apk Settings.apk" value-sh="glog fix_key_patch_os" multiple="true" desc="Note: MiuiSystemUI.apk (global)§ ' $string_text_1 ' : ' $PTSH ' /***, /sdcard/TREE/APK" required="true"/>
6667<param name="ime_app" placeholder="com.google.android.inputmethod.latin" desc="' $desc_ime_app ' " type="text" value-sh="glog ime_app" required="true"/>
6768<param name="ime_color" placeholder="#f0f3f8" desc="' $desc_color_light ' " type="text" value-sh="glog ime_color" required="true"/>
6869<param name="ime_color_dark" placeholder="#1e1f21" desc="' $desc_color_dark ' " type="text" value-sh="glog ime_color_dark" required="true"/>
Original file line number Diff line number Diff line change @@ -23,9 +23,13 @@ export MPAT='$MPAT'
2323</lock>
2424<set>
2525 echo "' $fs_text_4 ' /data"
26- fstrim /data;
26+ echo
27+ fstrim -v /data;
28+ echo
2729 echo "' $fs_text_4 ' /cache"
28- fstrim /cache
30+ echo
31+ fstrim -v /cache
32+ echo
2933 echo "' $fs_text_4 ' auto"
3034 echo
3135 sm fstrim
You can’t perform that action at this time.
0 commit comments