├── README.md ├── annunciate └── assets ├── executor.sh ├── kr-script.conf ├── kr-script ├── about │ ├── alipaygphone.sh │ ├── annunciate.sh │ ├── config.xml │ ├── coolapk_app.sh │ ├── coolapk_frame.sh │ ├── delete_data.sh │ ├── qq_channel.sh │ ├── qq_group_chat.sh │ ├── update.sh │ ├── update_log.sh │ ├── visible.sh │ └── visible_set.sh ├── adb_tool │ ├── adb │ ├── adb_remote_get.sh │ ├── adb_remote_set.sh │ ├── adb_remote_summary.sh │ ├── config.xml │ ├── option_app.sh │ ├── set_adb.sh │ ├── set_app.sh │ ├── shell.sh │ ├── summary_adb.sh │ ├── value_ip.sh │ └── value_port.sh ├── backup_tool │ ├── block_device_name.sh │ ├── config.xml │ ├── mirror_partition_brush_in.sh │ └── mirror_partition_extract.sh ├── icons │ ├── AlipayGphone.png │ ├── app_backup.png │ ├── coolapk.png │ ├── download.png │ ├── github.png │ ├── magisk.png │ ├── mcc.png │ ├── qq.png │ ├── qq_channel.png │ ├── refresh.png │ ├── setting.png │ ├── shell.png │ ├── super_backup.png │ ├── toucher.png │ └── wifi.png ├── magisk_tool │ ├── config.xml │ └── sync_dir │ │ ├── main │ │ ├── main.sh │ │ ├── module.prop │ │ └── service.sh │ │ ├── set_sync_dir.sh │ │ ├── summary_sync_dir.sh │ │ └── value_sync_dir.sh ├── module_control │ ├── A1Memory │ │ ├── apps.sh │ │ ├── child_processes.sh │ │ ├── child_processes_list.sh │ │ ├── config.xml │ │ ├── coolapk.sh │ │ ├── detection_process.sh │ │ ├── get_a1Memory_enable.sh │ │ ├── get_appSleep_bg.sh │ │ ├── get_appSleep_enable.sh │ │ ├── get_appSleep_idle.sh │ │ ├── get_appSleep_top.sh │ │ ├── get_clever_enable.sh │ │ ├── get_crazyKill_enable.sh │ │ ├── get_freed_enable.sh │ │ ├── get_hookFunc___android_log_print.sh │ │ ├── get_hookFunc_kill.sh │ │ ├── get_hookFunc_pidfd_send_signal.sh │ │ ├── get_initInjection_enable.sh │ │ ├── get_memThreshold_enable.sh │ │ ├── get_whiteList_optional.sh │ │ ├── get_whiteList_smart.sh │ │ ├── get_whiteList_system.sh │ │ ├── set_a1Memory_enable.sh │ │ ├── set_a1Memory_oomAdj.sh │ │ ├── set_afterTopChange_sleep.sh │ │ ├── set_appSleep_bg.sh │ │ ├── set_appSleep_enable.sh │ │ ├── set_appSleep_idle.sh │ │ ├── set_appSleep_top.sh │ │ ├── set_clever_enable.sh │ │ ├── set_crazyKill_enable.sh │ │ ├── set_freed_change.sh │ │ ├── set_freed_enable.sh │ │ ├── set_freed_level.sh │ │ ├── set_hookFunc___android_log_print.sh │ │ ├── set_hookFunc_kill.sh │ │ ├── set_hookFunc_pidfd_send_signal.sh │ │ ├── set_initInjection_enable.sh │ │ ├── set_log_level.sh │ │ ├── set_memThreshold_enable.sh │ │ ├── set_memThreshold_value.sh │ │ ├── set_meminfo_updateTime.sh │ │ ├── set_model_inlineHook.sh │ │ ├── set_whiteList_optional.sh │ │ ├── set_whiteList_smart.sh │ │ ├── set_whiteList_system.sh │ │ ├── settings.xml │ │ ├── summary.sh │ │ ├── summary_a1Memory_enable.sh │ │ ├── summary_a1Memory_oomAdj.sh │ │ ├── summary_afterTopChange_sleep.sh │ │ ├── summary_appSleep_bg.sh │ │ ├── summary_appSleep_enable.sh │ │ ├── summary_appSleep_idle.sh │ │ ├── summary_appSleep_top.sh │ │ ├── summary_clever_enable.sh │ │ ├── summary_crazyKill_enable.sh │ │ ├── summary_freed_change.sh │ │ ├── summary_freed_enable.sh │ │ ├── summary_freed_level.sh │ │ ├── summary_hookFunc___android_log_print.sh │ │ ├── summary_hookFunc_kill.sh │ │ ├── summary_hookFunc_pidfd_send_signal.sh │ │ ├── summary_initInjection_enable.sh │ │ ├── summary_log_level.sh │ │ ├── summary_memThreshold_enable.sh │ │ ├── summary_memThreshold_value.sh │ │ ├── summary_meminfo_updateTime.sh │ │ ├── summary_model_inlineHook.sh │ │ ├── summary_whiteList_optional.sh │ │ ├── summary_whiteList_smart.sh │ │ └── summary_whiteList_system.sh │ ├── Bypass_Charge │ │ ├── apps.sh │ │ ├── config.xml │ │ ├── coolapk.sh │ │ ├── get_bypass_charge.sh │ │ ├── get_bypass_charge_current.sh │ │ ├── get_powered_on_performance_enhancements.sh │ │ ├── get_screen_on_bypass_charge.sh │ │ ├── get_start_bypass_charge_battery_capacity.sh │ │ ├── set_bypass_charge.sh │ │ ├── set_bypass_charge_current.sh │ │ ├── set_powered_on_performance_enhancements.sh │ │ ├── set_screen_on_bypass_charge.sh │ │ ├── set_start_bypass_charge_battery_capacity.sh │ │ ├── settings.xml │ │ ├── summary.sh │ │ ├── summary_bypass_charge.sh │ │ ├── summary_powered_on_performance_enhancements.sh │ │ └── summary_screen_on_bypass_charge.sh │ ├── MiuiVariableThermal │ │ ├── apps.sh │ │ ├── config.xml │ │ ├── coolapk.sh │ │ ├── get_bypass_level_time.sh │ │ ├── get_bypass_supply_level.sh │ │ ├── get_bypass_supply_temp.sh │ │ ├── get_current_max.sh │ │ ├── get_current_txt.sh │ │ ├── get_fps.sh │ │ ├── get_global_main_switch.sh │ │ ├── get_switch_bypass_power_supply.sh │ │ ├── get_thermal_app.sh │ │ ├── get_thermal_charge.sh │ │ ├── get_thermal_scene.sh │ │ ├── get_thermal_scene_time.sh │ │ ├── raccourcis.xml │ │ ├── set_bypass_level_time.sh │ │ ├── set_bypass_supply_level.sh │ │ ├── set_bypass_supply_temp.sh │ │ ├── set_current_max.sh │ │ ├── set_current_txt.sh │ │ ├── set_fps.sh │ │ ├── set_global_main_switch.sh │ │ ├── set_switch_bypass_power_supply.sh │ │ ├── set_thermal_app.sh │ │ ├── set_thermal_charge.sh │ │ ├── set_thermal_scene.sh │ │ ├── set_thermal_scene_time.sh │ │ ├── settings.xml │ │ ├── summary.sh │ │ ├── summary_bypass_supply_level.sh │ │ ├── value_bypass_level_time.sh │ │ ├── value_bypass_supply_level.sh │ │ ├── value_current_max.sh │ │ ├── value_fps.sh │ │ └── value_thermal_scene_time.sh │ ├── QuantitativeStopCharging_switch │ │ ├── config.xml │ │ ├── coolapk.sh │ │ ├── get_automatic_insertion_and_removal.sh │ │ ├── get_delay_function.sh │ │ ├── get_full_and_then_stop.sh │ │ ├── get_restore_charging_power.sh │ │ ├── get_restore_charging_temperature.sh │ │ ├── get_stop_charging_temperature.sh │ │ ├── get_stop_charging_the_battery_level.sh │ │ ├── get_switch_quantitative_stop_charging.sh │ │ ├── get_temperature_mode.sh │ │ ├── raccourcis.xml │ │ ├── set_automatic_insertion_and_removal.sh │ │ ├── set_delay_function.sh │ │ ├── set_full_and_then_stop.sh │ │ ├── set_restore_charging_power.sh │ │ ├── set_restore_charging_temperature.sh │ │ ├── set_stop_charging_temperature.sh │ │ ├── set_stop_charging_the_battery_level.sh │ │ ├── set_switch_quantitative_stop_charging.sh │ │ ├── set_temperature_mode.sh │ │ ├── settings.xml │ │ ├── summary.sh │ │ ├── summary_restore_charging_power.sh │ │ ├── summary_stop_charging_the_battery_level.sh │ │ ├── value_restore_charging_power.sh │ │ └── value_stop_charging_the_battery_level.sh │ ├── asguard │ │ ├── WriteConfig.sh │ │ ├── config.xml │ │ ├── coolapk.sh │ │ ├── exswitch.sh │ │ ├── settings.xml │ │ └── summary.sh │ ├── asopt │ │ ├── config.xml │ │ ├── coolapk.sh │ │ ├── reboot.sh │ │ ├── settings.xml │ │ └── summary.sh │ ├── config.xml │ ├── dfps │ │ ├── apps.sh │ │ ├── config.xml │ │ ├── coolapk.sh │ │ ├── default_rule.sh │ │ ├── off_screen_rule.sh │ │ ├── read_default_rule.sh │ │ ├── read_off_screen_rule.sh │ │ ├── set_rules.sh │ │ ├── settings.xml │ │ ├── summary.sh │ │ └── useSfBackdoor.sh │ ├── fas-rs │ │ ├── apps.sh │ │ ├── config.xml │ │ ├── coolapk.sh │ │ ├── default_mode.sh │ │ ├── get_keep_std.sh │ │ ├── get_userspace_governor.sh │ │ ├── mode_settings.xml │ │ ├── set_balance.sh │ │ ├── set_fast.sh │ │ ├── set_keep_std.sh │ │ ├── set_performance.sh │ │ ├── set_powersave.sh │ │ ├── set_rules.sh │ │ ├── set_userspace_governor.sh │ │ ├── settings.xml │ │ ├── summary.sh │ │ ├── summary_app_list.sh │ │ ├── summary_apps.sh │ │ ├── summary_keep_std.sh │ │ ├── summary_userspace_governor.sh │ │ ├── value_balance_fas_boost.sh │ │ ├── value_balance_use_performance_governor.sh │ │ ├── value_fast_fas_boost.sh │ │ ├── value_fast_use_performance_governor.sh │ │ ├── value_performance_fas_boost.sh │ │ ├── value_performance_use_performance_governor.sh │ │ ├── value_powersave_fas_boost.sh │ │ └── value_powersave_use_performance_governor.sh │ ├── feas │ │ ├── apps.sh │ │ ├── config.xml │ │ ├── coolapk.sh │ │ ├── get_on-off.sh │ │ ├── mtk.sh │ │ ├── mtk_feas.sh │ │ ├── qualcomm.sh │ │ ├── qualcomm_feas.sh │ │ ├── set_on-off.sh │ │ ├── set_rules.sh │ │ ├── settings.xml │ │ ├── summary.sh │ │ ├── summary_mtk_fpsgo_enable.sh │ │ ├── summary_mtk_perfmgr_enable.sh │ │ └── summary_qualcomm_perfmgr_enable.sh │ ├── perapp-rs │ │ ├── balance.sh │ │ ├── config.xml │ │ ├── coolapk.sh │ │ ├── fast.sh │ │ ├── performance.sh │ │ ├── powersave.sh │ │ ├── set_balance.sh │ │ ├── set_fast.sh │ │ ├── set_offscreen_mode.sh │ │ ├── set_onscreen_mode.sh │ │ ├── set_performance.sh │ │ ├── set_powersave.sh │ │ ├── settings.xml │ │ ├── summary.sh │ │ ├── summary_offscreen_mode.sh │ │ ├── summary_onscreen_mode.sh │ │ ├── value_offscreen_mode.sh │ │ └── value_onscreen_mode.sh │ ├── qti │ │ ├── algorithm.sh │ │ ├── apps.sh │ │ ├── config.xml │ │ ├── coolapk.sh │ │ ├── get_algorithm.sh │ │ ├── get_zram_size.sh │ │ ├── set_algorithm.sh │ │ ├── set_zram_size.sh │ │ ├── settings.xml │ │ └── summary.sh │ ├── ram │ │ ├── apps.sh │ │ ├── config.xml │ │ ├── coolapk.sh │ │ ├── get_avail_mem_percent.sh │ │ ├── get_ram.sh │ │ ├── raccourcis.xml │ │ ├── set.sh │ │ ├── set_avail_mem_percent.sh │ │ ├── set_ram.sh │ │ ├── settings.xml │ │ ├── summary.sh │ │ └── summary_ram.sh │ └── uperf │ │ ├── apps.sh │ │ ├── config.xml │ │ ├── coolapk.sh │ │ ├── default_mode.sh │ │ ├── default_rule.sh │ │ ├── off_screen_rule.sh │ │ ├── read_default_rule.sh │ │ ├── read_off_screen_rule.sh │ │ ├── set_mode.sh │ │ ├── settings.xml │ │ └── summary.sh ├── more.xml └── other_tool │ ├── battery │ ├── battery_capacity.sh │ └── battery_capacity_summary.sh │ ├── config.xml │ ├── doze_clear.sh │ ├── emmc │ ├── emmc_detail.sh │ └── emmc_summary.sh │ ├── get_doze.sh │ ├── set_doze.sh │ ├── shell.sh │ ├── ufs │ ├── ufs_detail.sh │ └── ufs_summary.sh │ └── wifi.sh └── toolkit ├── adb ├── busybox ├── install_busybox.sh ├── run ├── toybox └── zip /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/README.md -------------------------------------------------------------------------------- /annunciate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/annunciate -------------------------------------------------------------------------------- /assets/executor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/executor.sh -------------------------------------------------------------------------------- /assets/kr-script.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script.conf -------------------------------------------------------------------------------- /assets/kr-script/about/alipaygphone.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/about/alipaygphone.sh -------------------------------------------------------------------------------- /assets/kr-script/about/annunciate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/about/annunciate.sh -------------------------------------------------------------------------------- /assets/kr-script/about/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/about/config.xml -------------------------------------------------------------------------------- /assets/kr-script/about/coolapk_app.sh: -------------------------------------------------------------------------------- 1 | link="coolmarket://u/3131820" 2 | 3 | am start -a android.intent.action.VIEW -d "$link" -------------------------------------------------------------------------------- /assets/kr-script/about/coolapk_frame.sh: -------------------------------------------------------------------------------- 1 | link="coolmarket://u/734809" 2 | 3 | am start -a android.intent.action.VIEW -d "$link" -------------------------------------------------------------------------------- /assets/kr-script/about/delete_data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/about/delete_data.sh -------------------------------------------------------------------------------- /assets/kr-script/about/qq_channel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/about/qq_channel.sh -------------------------------------------------------------------------------- /assets/kr-script/about/qq_group_chat.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/about/qq_group_chat.sh -------------------------------------------------------------------------------- /assets/kr-script/about/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/about/update.sh -------------------------------------------------------------------------------- /assets/kr-script/about/update_log.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/about/update_log.sh -------------------------------------------------------------------------------- /assets/kr-script/about/visible.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/about/visible.sh -------------------------------------------------------------------------------- /assets/kr-script/about/visible_set.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/about/visible_set.sh -------------------------------------------------------------------------------- /assets/kr-script/adb_tool/adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/adb_tool/adb -------------------------------------------------------------------------------- /assets/kr-script/adb_tool/adb_remote_get.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/adb_tool/adb_remote_get.sh -------------------------------------------------------------------------------- /assets/kr-script/adb_tool/adb_remote_set.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/adb_tool/adb_remote_set.sh -------------------------------------------------------------------------------- /assets/kr-script/adb_tool/adb_remote_summary.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/adb_tool/adb_remote_summary.sh -------------------------------------------------------------------------------- /assets/kr-script/adb_tool/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/adb_tool/config.xml -------------------------------------------------------------------------------- /assets/kr-script/adb_tool/option_app.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/adb_tool/option_app.sh -------------------------------------------------------------------------------- /assets/kr-script/adb_tool/set_adb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/adb_tool/set_adb.sh -------------------------------------------------------------------------------- /assets/kr-script/adb_tool/set_app.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/adb_tool/set_app.sh -------------------------------------------------------------------------------- /assets/kr-script/adb_tool/shell.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/adb_tool/shell.sh -------------------------------------------------------------------------------- /assets/kr-script/adb_tool/summary_adb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/adb_tool/summary_adb.sh -------------------------------------------------------------------------------- /assets/kr-script/adb_tool/value_ip.sh: -------------------------------------------------------------------------------- 1 | grep "ip" "$START_DIR/kr-script/adb_tool/ip_port" | awk -F 'ip=' '{print $2}' -------------------------------------------------------------------------------- /assets/kr-script/adb_tool/value_port.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/adb_tool/value_port.sh -------------------------------------------------------------------------------- /assets/kr-script/backup_tool/block_device_name.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/backup_tool/block_device_name.sh -------------------------------------------------------------------------------- /assets/kr-script/backup_tool/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/backup_tool/config.xml -------------------------------------------------------------------------------- /assets/kr-script/backup_tool/mirror_partition_brush_in.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/backup_tool/mirror_partition_brush_in.sh -------------------------------------------------------------------------------- /assets/kr-script/backup_tool/mirror_partition_extract.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/backup_tool/mirror_partition_extract.sh -------------------------------------------------------------------------------- /assets/kr-script/icons/AlipayGphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/icons/AlipayGphone.png -------------------------------------------------------------------------------- /assets/kr-script/icons/app_backup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/icons/app_backup.png -------------------------------------------------------------------------------- /assets/kr-script/icons/coolapk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/icons/coolapk.png -------------------------------------------------------------------------------- /assets/kr-script/icons/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/icons/download.png -------------------------------------------------------------------------------- /assets/kr-script/icons/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/icons/github.png -------------------------------------------------------------------------------- /assets/kr-script/icons/magisk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/icons/magisk.png -------------------------------------------------------------------------------- /assets/kr-script/icons/mcc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/icons/mcc.png -------------------------------------------------------------------------------- /assets/kr-script/icons/qq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/icons/qq.png -------------------------------------------------------------------------------- /assets/kr-script/icons/qq_channel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/icons/qq_channel.png -------------------------------------------------------------------------------- /assets/kr-script/icons/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/icons/refresh.png -------------------------------------------------------------------------------- /assets/kr-script/icons/setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/icons/setting.png -------------------------------------------------------------------------------- /assets/kr-script/icons/shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/icons/shell.png -------------------------------------------------------------------------------- /assets/kr-script/icons/super_backup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/icons/super_backup.png -------------------------------------------------------------------------------- /assets/kr-script/icons/toucher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/icons/toucher.png -------------------------------------------------------------------------------- /assets/kr-script/icons/wifi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/icons/wifi.png -------------------------------------------------------------------------------- /assets/kr-script/magisk_tool/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/magisk_tool/config.xml -------------------------------------------------------------------------------- /assets/kr-script/magisk_tool/sync_dir/main/main.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/magisk_tool/sync_dir/main/main.sh -------------------------------------------------------------------------------- /assets/kr-script/magisk_tool/sync_dir/main/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/magisk_tool/sync_dir/main/module.prop -------------------------------------------------------------------------------- /assets/kr-script/magisk_tool/sync_dir/main/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/magisk_tool/sync_dir/main/service.sh -------------------------------------------------------------------------------- /assets/kr-script/magisk_tool/sync_dir/set_sync_dir.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/magisk_tool/sync_dir/set_sync_dir.sh -------------------------------------------------------------------------------- /assets/kr-script/magisk_tool/sync_dir/summary_sync_dir.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/magisk_tool/sync_dir/summary_sync_dir.sh -------------------------------------------------------------------------------- /assets/kr-script/magisk_tool/sync_dir/value_sync_dir.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/magisk_tool/sync_dir/value_sync_dir.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/apps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/apps.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/child_processes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/child_processes.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/child_processes_list.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/child_processes_list.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/config.xml -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/coolapk.sh: -------------------------------------------------------------------------------- 1 | link="coolmarket://u/20588477" 2 | 3 | am start -a android.intent.action.VIEW -d "$link" -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/detection_process.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/detection_process.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/get_a1Memory_enable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/get_a1Memory_enable.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/get_appSleep_bg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/get_appSleep_bg.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/get_appSleep_enable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/get_appSleep_enable.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/get_appSleep_idle.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/get_appSleep_idle.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/get_appSleep_top.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/get_appSleep_top.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/get_clever_enable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/get_clever_enable.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/get_crazyKill_enable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/get_crazyKill_enable.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/get_freed_enable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/get_freed_enable.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/get_hookFunc___android_log_print.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/get_hookFunc___android_log_print.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/get_hookFunc_kill.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/get_hookFunc_kill.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/get_hookFunc_pidfd_send_signal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/get_hookFunc_pidfd_send_signal.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/get_initInjection_enable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/get_initInjection_enable.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/get_memThreshold_enable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/get_memThreshold_enable.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/get_whiteList_optional.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/get_whiteList_optional.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/get_whiteList_smart.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/get_whiteList_smart.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/get_whiteList_system.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/get_whiteList_system.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/set_a1Memory_enable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/set_a1Memory_enable.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/set_a1Memory_oomAdj.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/set_a1Memory_oomAdj.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/set_afterTopChange_sleep.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/set_afterTopChange_sleep.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/set_appSleep_bg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/set_appSleep_bg.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/set_appSleep_enable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/set_appSleep_enable.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/set_appSleep_idle.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/set_appSleep_idle.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/set_appSleep_top.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/set_appSleep_top.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/set_clever_enable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/set_clever_enable.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/set_crazyKill_enable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/set_crazyKill_enable.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/set_freed_change.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/set_freed_change.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/set_freed_enable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/set_freed_enable.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/set_freed_level.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/set_freed_level.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/set_hookFunc___android_log_print.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/set_hookFunc___android_log_print.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/set_hookFunc_kill.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/set_hookFunc_kill.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/set_hookFunc_pidfd_send_signal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/set_hookFunc_pidfd_send_signal.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/set_initInjection_enable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/set_initInjection_enable.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/set_log_level.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/set_log_level.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/set_memThreshold_enable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/set_memThreshold_enable.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/set_memThreshold_value.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/set_memThreshold_value.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/set_meminfo_updateTime.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/set_meminfo_updateTime.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/set_model_inlineHook.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/set_model_inlineHook.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/set_whiteList_optional.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/set_whiteList_optional.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/set_whiteList_smart.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/set_whiteList_smart.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/set_whiteList_system.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/set_whiteList_system.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/settings.xml -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/summary.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/summary.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/summary_a1Memory_enable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/summary_a1Memory_enable.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/summary_a1Memory_oomAdj.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/summary_a1Memory_oomAdj.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/summary_afterTopChange_sleep.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/summary_afterTopChange_sleep.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/summary_appSleep_bg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/summary_appSleep_bg.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/summary_appSleep_enable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/summary_appSleep_enable.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/summary_appSleep_idle.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/summary_appSleep_idle.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/summary_appSleep_top.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/summary_appSleep_top.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/summary_clever_enable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/summary_clever_enable.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/summary_crazyKill_enable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/summary_crazyKill_enable.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/summary_freed_change.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/summary_freed_change.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/summary_freed_enable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/summary_freed_enable.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/summary_freed_level.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/summary_freed_level.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/summary_hookFunc___android_log_print.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/summary_hookFunc___android_log_print.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/summary_hookFunc_kill.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/summary_hookFunc_kill.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/summary_hookFunc_pidfd_send_signal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/summary_hookFunc_pidfd_send_signal.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/summary_initInjection_enable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/summary_initInjection_enable.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/summary_log_level.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/summary_log_level.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/summary_memThreshold_enable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/summary_memThreshold_enable.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/summary_memThreshold_value.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/summary_memThreshold_value.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/summary_meminfo_updateTime.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/summary_meminfo_updateTime.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/summary_model_inlineHook.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/summary_model_inlineHook.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/summary_whiteList_optional.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/summary_whiteList_optional.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/summary_whiteList_smart.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/summary_whiteList_smart.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/A1Memory/summary_whiteList_system.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/A1Memory/summary_whiteList_system.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/Bypass_Charge/apps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/Bypass_Charge/apps.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/Bypass_Charge/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/Bypass_Charge/config.xml -------------------------------------------------------------------------------- /assets/kr-script/module_control/Bypass_Charge/coolapk.sh: -------------------------------------------------------------------------------- 1 | link="coolmarket://u/1842370" 2 | 3 | am start -a android.intent.action.VIEW -d "$link" -------------------------------------------------------------------------------- /assets/kr-script/module_control/Bypass_Charge/get_bypass_charge.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/Bypass_Charge/get_bypass_charge.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/Bypass_Charge/get_bypass_charge_current.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/Bypass_Charge/get_bypass_charge_current.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/Bypass_Charge/get_powered_on_performance_enhancements.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/Bypass_Charge/get_powered_on_performance_enhancements.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/Bypass_Charge/get_screen_on_bypass_charge.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/Bypass_Charge/get_screen_on_bypass_charge.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/Bypass_Charge/get_start_bypass_charge_battery_capacity.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/Bypass_Charge/get_start_bypass_charge_battery_capacity.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/Bypass_Charge/set_bypass_charge.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/Bypass_Charge/set_bypass_charge.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/Bypass_Charge/set_bypass_charge_current.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/Bypass_Charge/set_bypass_charge_current.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/Bypass_Charge/set_powered_on_performance_enhancements.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/Bypass_Charge/set_powered_on_performance_enhancements.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/Bypass_Charge/set_screen_on_bypass_charge.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/Bypass_Charge/set_screen_on_bypass_charge.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/Bypass_Charge/set_start_bypass_charge_battery_capacity.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/Bypass_Charge/set_start_bypass_charge_battery_capacity.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/Bypass_Charge/settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/Bypass_Charge/settings.xml -------------------------------------------------------------------------------- /assets/kr-script/module_control/Bypass_Charge/summary.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/Bypass_Charge/summary.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/Bypass_Charge/summary_bypass_charge.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/Bypass_Charge/summary_bypass_charge.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/Bypass_Charge/summary_powered_on_performance_enhancements.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/Bypass_Charge/summary_powered_on_performance_enhancements.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/Bypass_Charge/summary_screen_on_bypass_charge.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/Bypass_Charge/summary_screen_on_bypass_charge.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/apps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/apps.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/config.xml -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/coolapk.sh: -------------------------------------------------------------------------------- 1 | link="coolmarket://u/1373784" 2 | 3 | am start -a android.intent.action.VIEW -d "$link" -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/get_bypass_level_time.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/get_bypass_level_time.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/get_bypass_supply_level.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/get_bypass_supply_level.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/get_bypass_supply_temp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/get_bypass_supply_temp.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/get_current_max.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/get_current_max.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/get_current_txt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/get_current_txt.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/get_fps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/get_fps.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/get_global_main_switch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/get_global_main_switch.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/get_switch_bypass_power_supply.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/get_switch_bypass_power_supply.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/get_thermal_app.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/get_thermal_app.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/get_thermal_charge.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/get_thermal_charge.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/get_thermal_scene.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/get_thermal_scene.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/get_thermal_scene_time.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/get_thermal_scene_time.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/raccourcis.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/raccourcis.xml -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/set_bypass_level_time.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/set_bypass_level_time.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/set_bypass_supply_level.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/set_bypass_supply_level.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/set_bypass_supply_temp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/set_bypass_supply_temp.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/set_current_max.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/set_current_max.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/set_current_txt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/set_current_txt.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/set_fps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/set_fps.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/set_global_main_switch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/set_global_main_switch.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/set_switch_bypass_power_supply.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/set_switch_bypass_power_supply.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/set_thermal_app.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/set_thermal_app.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/set_thermal_charge.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/set_thermal_charge.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/set_thermal_scene.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/set_thermal_scene.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/set_thermal_scene_time.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/set_thermal_scene_time.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/settings.xml -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/summary.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/summary.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/summary_bypass_supply_level.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/summary_bypass_supply_level.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/value_bypass_level_time.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/value_bypass_level_time.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/value_bypass_supply_level.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/value_bypass_supply_level.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/value_current_max.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/value_current_max.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/value_fps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/value_fps.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/MiuiVariableThermal/value_thermal_scene_time.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/MiuiVariableThermal/value_thermal_scene_time.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/QuantitativeStopCharging_switch/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/QuantitativeStopCharging_switch/config.xml -------------------------------------------------------------------------------- /assets/kr-script/module_control/QuantitativeStopCharging_switch/coolapk.sh: -------------------------------------------------------------------------------- 1 | link="coolmarket://u/1373784" 2 | 3 | am start -a android.intent.action.VIEW -d "$link" -------------------------------------------------------------------------------- /assets/kr-script/module_control/QuantitativeStopCharging_switch/get_automatic_insertion_and_removal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/QuantitativeStopCharging_switch/get_automatic_insertion_and_removal.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/QuantitativeStopCharging_switch/get_delay_function.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/QuantitativeStopCharging_switch/get_delay_function.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/QuantitativeStopCharging_switch/get_full_and_then_stop.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/QuantitativeStopCharging_switch/get_full_and_then_stop.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/QuantitativeStopCharging_switch/get_restore_charging_power.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/QuantitativeStopCharging_switch/get_restore_charging_power.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/QuantitativeStopCharging_switch/get_restore_charging_temperature.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/QuantitativeStopCharging_switch/get_restore_charging_temperature.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/QuantitativeStopCharging_switch/get_stop_charging_temperature.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/QuantitativeStopCharging_switch/get_stop_charging_temperature.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/QuantitativeStopCharging_switch/get_stop_charging_the_battery_level.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/QuantitativeStopCharging_switch/get_stop_charging_the_battery_level.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/QuantitativeStopCharging_switch/get_switch_quantitative_stop_charging.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/QuantitativeStopCharging_switch/get_switch_quantitative_stop_charging.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/QuantitativeStopCharging_switch/get_temperature_mode.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/QuantitativeStopCharging_switch/get_temperature_mode.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/QuantitativeStopCharging_switch/raccourcis.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/QuantitativeStopCharging_switch/raccourcis.xml -------------------------------------------------------------------------------- /assets/kr-script/module_control/QuantitativeStopCharging_switch/set_automatic_insertion_and_removal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/QuantitativeStopCharging_switch/set_automatic_insertion_and_removal.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/QuantitativeStopCharging_switch/set_delay_function.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/QuantitativeStopCharging_switch/set_delay_function.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/QuantitativeStopCharging_switch/set_full_and_then_stop.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/QuantitativeStopCharging_switch/set_full_and_then_stop.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/QuantitativeStopCharging_switch/set_restore_charging_power.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/QuantitativeStopCharging_switch/set_restore_charging_power.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/QuantitativeStopCharging_switch/set_restore_charging_temperature.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/QuantitativeStopCharging_switch/set_restore_charging_temperature.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/QuantitativeStopCharging_switch/set_stop_charging_temperature.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/QuantitativeStopCharging_switch/set_stop_charging_temperature.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/QuantitativeStopCharging_switch/set_stop_charging_the_battery_level.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/QuantitativeStopCharging_switch/set_stop_charging_the_battery_level.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/QuantitativeStopCharging_switch/set_switch_quantitative_stop_charging.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/QuantitativeStopCharging_switch/set_switch_quantitative_stop_charging.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/QuantitativeStopCharging_switch/set_temperature_mode.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/QuantitativeStopCharging_switch/set_temperature_mode.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/QuantitativeStopCharging_switch/settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/QuantitativeStopCharging_switch/settings.xml -------------------------------------------------------------------------------- /assets/kr-script/module_control/QuantitativeStopCharging_switch/summary.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/QuantitativeStopCharging_switch/summary.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/QuantitativeStopCharging_switch/summary_restore_charging_power.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/QuantitativeStopCharging_switch/summary_restore_charging_power.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/QuantitativeStopCharging_switch/summary_stop_charging_the_battery_level.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/QuantitativeStopCharging_switch/summary_stop_charging_the_battery_level.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/QuantitativeStopCharging_switch/value_restore_charging_power.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/QuantitativeStopCharging_switch/value_restore_charging_power.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/QuantitativeStopCharging_switch/value_stop_charging_the_battery_level.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/QuantitativeStopCharging_switch/value_stop_charging_the_battery_level.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/asguard/WriteConfig.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/asguard/WriteConfig.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/asguard/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/asguard/config.xml -------------------------------------------------------------------------------- /assets/kr-script/module_control/asguard/coolapk.sh: -------------------------------------------------------------------------------- 1 | link="coolmarket://u/919184" 2 | 3 | am start -a android.intent.action.VIEW -d "$link" -------------------------------------------------------------------------------- /assets/kr-script/module_control/asguard/exswitch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/asguard/exswitch.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/asguard/settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/asguard/settings.xml -------------------------------------------------------------------------------- /assets/kr-script/module_control/asguard/summary.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/asguard/summary.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/asopt/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/asopt/config.xml -------------------------------------------------------------------------------- /assets/kr-script/module_control/asopt/coolapk.sh: -------------------------------------------------------------------------------- 1 | link="coolmarket://u/602573" 2 | 3 | am start -a android.intent.action.VIEW -d "$link" -------------------------------------------------------------------------------- /assets/kr-script/module_control/asopt/reboot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/asopt/reboot.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/asopt/settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/asopt/settings.xml -------------------------------------------------------------------------------- /assets/kr-script/module_control/asopt/summary.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/asopt/summary.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/config.xml -------------------------------------------------------------------------------- /assets/kr-script/module_control/dfps/apps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/dfps/apps.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/dfps/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/dfps/config.xml -------------------------------------------------------------------------------- /assets/kr-script/module_control/dfps/coolapk.sh: -------------------------------------------------------------------------------- 1 | link="coolmarket://u/557898" 2 | 3 | am start -a android.intent.action.VIEW -d "$link" -------------------------------------------------------------------------------- /assets/kr-script/module_control/dfps/default_rule.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/dfps/default_rule.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/dfps/off_screen_rule.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/dfps/off_screen_rule.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/dfps/read_default_rule.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/dfps/read_default_rule.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/dfps/read_off_screen_rule.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/dfps/read_off_screen_rule.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/dfps/set_rules.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/dfps/set_rules.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/dfps/settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/dfps/settings.xml -------------------------------------------------------------------------------- /assets/kr-script/module_control/dfps/summary.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/dfps/summary.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/dfps/useSfBackdoor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/dfps/useSfBackdoor.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/fas-rs/apps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/fas-rs/apps.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/fas-rs/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/fas-rs/config.xml -------------------------------------------------------------------------------- /assets/kr-script/module_control/fas-rs/coolapk.sh: -------------------------------------------------------------------------------- 1 | link="coolmarket://u/3469701" 2 | 3 | am start -a android.intent.action.VIEW -d "$link" -------------------------------------------------------------------------------- /assets/kr-script/module_control/fas-rs/default_mode.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/fas-rs/default_mode.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/fas-rs/get_keep_std.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/fas-rs/get_keep_std.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/fas-rs/get_userspace_governor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/fas-rs/get_userspace_governor.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/fas-rs/mode_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/fas-rs/mode_settings.xml -------------------------------------------------------------------------------- /assets/kr-script/module_control/fas-rs/set_balance.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/fas-rs/set_balance.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/fas-rs/set_fast.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/fas-rs/set_fast.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/fas-rs/set_keep_std.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/fas-rs/set_keep_std.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/fas-rs/set_performance.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/fas-rs/set_performance.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/fas-rs/set_powersave.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/fas-rs/set_powersave.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/fas-rs/set_rules.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/fas-rs/set_rules.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/fas-rs/set_userspace_governor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/fas-rs/set_userspace_governor.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/fas-rs/settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/fas-rs/settings.xml -------------------------------------------------------------------------------- /assets/kr-script/module_control/fas-rs/summary.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/fas-rs/summary.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/fas-rs/summary_app_list.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/fas-rs/summary_app_list.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/fas-rs/summary_apps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/fas-rs/summary_apps.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/fas-rs/summary_keep_std.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/fas-rs/summary_keep_std.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/fas-rs/summary_userspace_governor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/fas-rs/summary_userspace_governor.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/fas-rs/value_balance_fas_boost.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/fas-rs/value_balance_fas_boost.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/fas-rs/value_balance_use_performance_governor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/fas-rs/value_balance_use_performance_governor.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/fas-rs/value_fast_fas_boost.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/fas-rs/value_fast_fas_boost.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/fas-rs/value_fast_use_performance_governor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/fas-rs/value_fast_use_performance_governor.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/fas-rs/value_performance_fas_boost.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/fas-rs/value_performance_fas_boost.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/fas-rs/value_performance_use_performance_governor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/fas-rs/value_performance_use_performance_governor.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/fas-rs/value_powersave_fas_boost.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/fas-rs/value_powersave_fas_boost.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/fas-rs/value_powersave_use_performance_governor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/fas-rs/value_powersave_use_performance_governor.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/feas/apps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/feas/apps.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/feas/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/feas/config.xml -------------------------------------------------------------------------------- /assets/kr-script/module_control/feas/coolapk.sh: -------------------------------------------------------------------------------- 1 | link="coolmarket://u/3469701" 2 | 3 | am start -a android.intent.action.VIEW -d "$link" -------------------------------------------------------------------------------- /assets/kr-script/module_control/feas/get_on-off.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/feas/get_on-off.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/feas/mtk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/feas/mtk.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/feas/mtk_feas.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/feas/mtk_feas.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/feas/qualcomm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/feas/qualcomm.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/feas/qualcomm_feas.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/feas/qualcomm_feas.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/feas/set_on-off.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/feas/set_on-off.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/feas/set_rules.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/feas/set_rules.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/feas/settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/feas/settings.xml -------------------------------------------------------------------------------- /assets/kr-script/module_control/feas/summary.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/feas/summary.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/feas/summary_mtk_fpsgo_enable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/feas/summary_mtk_fpsgo_enable.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/feas/summary_mtk_perfmgr_enable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/feas/summary_mtk_perfmgr_enable.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/feas/summary_qualcomm_perfmgr_enable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/feas/summary_qualcomm_perfmgr_enable.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/perapp-rs/balance.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/perapp-rs/balance.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/perapp-rs/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/perapp-rs/config.xml -------------------------------------------------------------------------------- /assets/kr-script/module_control/perapp-rs/coolapk.sh: -------------------------------------------------------------------------------- 1 | link="coolmarket://u/3469701" 2 | 3 | am start -a android.intent.action.VIEW -d "$link" -------------------------------------------------------------------------------- /assets/kr-script/module_control/perapp-rs/fast.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/perapp-rs/fast.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/perapp-rs/performance.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/perapp-rs/performance.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/perapp-rs/powersave.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/perapp-rs/powersave.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/perapp-rs/set_balance.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/perapp-rs/set_balance.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/perapp-rs/set_fast.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/perapp-rs/set_fast.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/perapp-rs/set_offscreen_mode.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/perapp-rs/set_offscreen_mode.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/perapp-rs/set_onscreen_mode.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/perapp-rs/set_onscreen_mode.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/perapp-rs/set_performance.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/perapp-rs/set_performance.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/perapp-rs/set_powersave.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/perapp-rs/set_powersave.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/perapp-rs/settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/perapp-rs/settings.xml -------------------------------------------------------------------------------- /assets/kr-script/module_control/perapp-rs/summary.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/perapp-rs/summary.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/perapp-rs/summary_offscreen_mode.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/perapp-rs/summary_offscreen_mode.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/perapp-rs/summary_onscreen_mode.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/perapp-rs/summary_onscreen_mode.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/perapp-rs/value_offscreen_mode.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/perapp-rs/value_offscreen_mode.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/perapp-rs/value_onscreen_mode.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/perapp-rs/value_onscreen_mode.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/qti/algorithm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/qti/algorithm.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/qti/apps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/qti/apps.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/qti/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/qti/config.xml -------------------------------------------------------------------------------- /assets/kr-script/module_control/qti/coolapk.sh: -------------------------------------------------------------------------------- 1 | link="coolmarket://u/557898" 2 | 3 | am start -a android.intent.action.VIEW -d "$link" -------------------------------------------------------------------------------- /assets/kr-script/module_control/qti/get_algorithm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/qti/get_algorithm.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/qti/get_zram_size.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/qti/get_zram_size.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/qti/set_algorithm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/qti/set_algorithm.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/qti/set_zram_size.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/qti/set_zram_size.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/qti/settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/qti/settings.xml -------------------------------------------------------------------------------- /assets/kr-script/module_control/qti/summary.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/qti/summary.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/ram/apps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/ram/apps.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/ram/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/ram/config.xml -------------------------------------------------------------------------------- /assets/kr-script/module_control/ram/coolapk.sh: -------------------------------------------------------------------------------- 1 | link="coolmarket://u/1721862" 2 | 3 | am start -a android.intent.action.VIEW -d "$link" -------------------------------------------------------------------------------- /assets/kr-script/module_control/ram/get_avail_mem_percent.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/ram/get_avail_mem_percent.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/ram/get_ram.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/ram/get_ram.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/ram/raccourcis.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/ram/raccourcis.xml -------------------------------------------------------------------------------- /assets/kr-script/module_control/ram/set.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/ram/set.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/ram/set_avail_mem_percent.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/ram/set_avail_mem_percent.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/ram/set_ram.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/ram/set_ram.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/ram/settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/ram/settings.xml -------------------------------------------------------------------------------- /assets/kr-script/module_control/ram/summary.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/ram/summary.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/ram/summary_ram.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/ram/summary_ram.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/uperf/apps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/uperf/apps.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/uperf/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/uperf/config.xml -------------------------------------------------------------------------------- /assets/kr-script/module_control/uperf/coolapk.sh: -------------------------------------------------------------------------------- 1 | link="coolmarket://u/557898" 2 | 3 | am start -a android.intent.action.VIEW -d "$link" -------------------------------------------------------------------------------- /assets/kr-script/module_control/uperf/default_mode.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/uperf/default_mode.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/uperf/default_rule.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/uperf/default_rule.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/uperf/off_screen_rule.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/uperf/off_screen_rule.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/uperf/read_default_rule.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/uperf/read_default_rule.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/uperf/read_off_screen_rule.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/uperf/read_off_screen_rule.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/uperf/set_mode.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/uperf/set_mode.sh -------------------------------------------------------------------------------- /assets/kr-script/module_control/uperf/settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/uperf/settings.xml -------------------------------------------------------------------------------- /assets/kr-script/module_control/uperf/summary.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/module_control/uperf/summary.sh -------------------------------------------------------------------------------- /assets/kr-script/more.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/more.xml -------------------------------------------------------------------------------- /assets/kr-script/other_tool/battery/battery_capacity.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/other_tool/battery/battery_capacity.sh -------------------------------------------------------------------------------- /assets/kr-script/other_tool/battery/battery_capacity_summary.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/other_tool/battery/battery_capacity_summary.sh -------------------------------------------------------------------------------- /assets/kr-script/other_tool/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/other_tool/config.xml -------------------------------------------------------------------------------- /assets/kr-script/other_tool/doze_clear.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/other_tool/doze_clear.sh -------------------------------------------------------------------------------- /assets/kr-script/other_tool/emmc/emmc_detail.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/other_tool/emmc/emmc_detail.sh -------------------------------------------------------------------------------- /assets/kr-script/other_tool/emmc/emmc_summary.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/other_tool/emmc/emmc_summary.sh -------------------------------------------------------------------------------- /assets/kr-script/other_tool/get_doze.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/other_tool/get_doze.sh -------------------------------------------------------------------------------- /assets/kr-script/other_tool/set_doze.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/other_tool/set_doze.sh -------------------------------------------------------------------------------- /assets/kr-script/other_tool/shell.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/other_tool/shell.sh -------------------------------------------------------------------------------- /assets/kr-script/other_tool/ufs/ufs_detail.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/other_tool/ufs/ufs_detail.sh -------------------------------------------------------------------------------- /assets/kr-script/other_tool/ufs/ufs_summary.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/other_tool/ufs/ufs_summary.sh -------------------------------------------------------------------------------- /assets/kr-script/other_tool/wifi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/kr-script/other_tool/wifi.sh -------------------------------------------------------------------------------- /assets/toolkit/adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/toolkit/adb -------------------------------------------------------------------------------- /assets/toolkit/busybox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/toolkit/busybox -------------------------------------------------------------------------------- /assets/toolkit/install_busybox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/toolkit/install_busybox.sh -------------------------------------------------------------------------------- /assets/toolkit/run: -------------------------------------------------------------------------------- 1 | source $PAGE_WORK_DIR/$1 $2 $3 $4 $5 -------------------------------------------------------------------------------- /assets/toolkit/toybox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/toolkit/toybox -------------------------------------------------------------------------------- /assets/toolkit/zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhangJinhui-baoji/MCC/HEAD/assets/toolkit/zip --------------------------------------------------------------------------------