Skip to content

Commit 747f40b

Browse files
committed
Update
1 parent 2b70b81 commit 747f40b

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

app/src/main/assets/module/ZADD/patch_rom/index.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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+
47
home(){
58
echo '<?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"/>

app/src/main/assets/module/ZAPK/apk_features/index.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)