|
22 | 22 |
|
23 | 23 | show_sett(){ |
24 | 24 | xml_print ' |
25 | | -<action icon="'`urlpng input_decom`'" shell="hidden" reload="true"> |
| 25 | +<action icon="'`urlpng folder_rom`'" shell="hidden" reload="true"> |
26 | 26 | <title>'$project_text_1'</title> |
27 | 27 | <summary>'$folder_text': '${PTSD/$SDCARD_PATH/\/sdcard}'</summary> |
28 | 28 | <param name="Name" desc="'$config_text_1'" label="'$setting_text_3'" option-sh="findfile for $SDH" value-sh="glog PTSH"/> |
|
42 | 42 |
|
43 | 43 | show_apkset(){ |
44 | 44 | xml_print ' |
45 | | -<action icon="'`urlpng build_decom`'" shell="hidden" reload="true"> |
| 45 | +<action icon="'`urlpng folder_apk`'" shell="hidden" reload="true"> |
46 | 46 | <title>'$project_text_2'</title> |
47 | 47 | <summary>'$folder_text': '${PTAD/$SDCARD_PATH/\/sdcard}'</summary> |
48 | 48 | <param name="Name" desc="'$config_text_1'" label="'$setting_text_3'" option-sh="findfile for $APK" value-sh="glog PTAH"/> |
|
62 | 62 |
|
63 | 63 | show_config(){ |
64 | 64 | xml_print '<group> |
65 | | -<action icon="'`urlpng write_setting`'"> |
| 65 | +<action icon="'`urlpng config`'"> |
66 | 66 | <title>'$config_text'</title> |
67 | 67 | <param name="muc_nen" value-sh="glog muc_nen 8" label="'$builds_text_4'" title="'$builds_text_5'" desc="'$builds_text_6': lz4: 0, lz4hc: 0-12, deflate,lzma: 0-9, zstd: 0-22" min="0" max="22" type="seekbar"/> |
68 | 68 | <param name="nen_br" required="true" value-sh="glog nen_br 8" label="'$builds_text_4'" type="seekbar" min="0" max="22" title="'$convert_text_1'" desc="'$convert_text_2'"/> |
@@ -311,7 +311,7 @@ $shells5" |
311 | 311 |
|
312 | 312 | Info(){ |
313 | 313 | xml_print '<group> |
314 | | -<page icon="'`urlpng update`'" config-sh="$ETC/tool-tree.rc Update" > |
| 314 | +<page icon="'`urlpng info`'" config-sh="$ETC/tool-tree.rc Update" > |
315 | 315 | <title>'$setting_text_1'</title> |
316 | 316 | <desc>'$setting_text_2'</desc> |
317 | 317 | <option type="default" id="share" auto-off="true" interruptible="false" >'$share_text'</option> |
@@ -412,7 +412,7 @@ xml_print '<group> |
412 | 412 | </group> |
413 | 413 |
|
414 | 414 | <group> |
415 | | -<action shell="hidden" icon="'`urlpng update1`'" warning="'$use_network_text'" visible="echo '$show_update'"> |
| 415 | +<action shell="hidden" icon="'`urlpng update`'" warning="'$use_network_text'" visible="echo '$show_update'"> |
416 | 416 | <title>'$update_text'</title> |
417 | 417 | <set> |
418 | 418 | showtoast "'$update_text_2'" |
@@ -457,7 +457,7 @@ show_apkset |
457 | 457 | echo "</group>" |
458 | 458 |
|
459 | 459 | xml_print '<group> |
460 | | -<action icon="'`urlpng del_add`'" warning="'$project_text_4'" shell="hidden" > |
| 460 | +<action icon="'`urlpng cleanup`'" warning="'$project_text_4'" shell="hidden" > |
461 | 461 | <title>'$project_text_3'</title> |
462 | 462 | <param name="dels" label="'$option_text'" option-sh="findfile folders $SDH/$PTSH; findfile folders $APK/$PTAH" multiple="multiple"/> |
463 | 463 | <set> |
@@ -503,7 +503,7 @@ slog shellc $state |
503 | 503 | </group> |
504 | 504 |
|
505 | 505 | <group> |
506 | | -<action icon="'`urlpng javah`'" warning="'$project_text_9'" shell="hidden" > |
| 506 | +<action icon="'`urlpng java`'" warning="'$project_text_9'" shell="hidden" > |
507 | 507 | <title>'$project_text_10'</title> |
508 | 508 | <param name="ramoccupied" label="'$option_text'" option-sh="echo -e '"'512\n1024\n2048\n3072\n4096\n5120\n6144\n7168\n8192'"' " value-sh="glog ramoccupied 2048" /> |
509 | 509 | <set> |
@@ -1130,7 +1130,7 @@ checktime |
1130 | 1130 | </action></group> |
1131 | 1131 |
|
1132 | 1132 | <group> |
1133 | | -<page icon="'`urlpng use_apktool`'" config-sh="$ETC/tool-tree.rc Apktools" > |
| 1133 | +<page icon="'`urlpng apktool`'" config-sh="$ETC/tool-tree.rc Apktools" > |
1134 | 1134 | <title>'$use_apktool_text'</title> |
1135 | 1135 | <option type="default" id="v1" auto-off="true" reload="true" interruptible="false" >'$on_text'/'$off_text $folder_text' APK</option> |
1136 | 1136 | <option type="default" id="v2" >'$framework_auto_text'</option> |
|
0 commit comments