华为平板上运行小小电脑一直被杀后台
华为平板,鸿蒙4.2没有无线调试,无法使用vmos助手,打开小小电脑不到一分钟就被杀后台,有什么解决办法吗?有电脑可adb,网上找不到解决教程
adb shell settings put global settings_enable_monitor_phantom_procs false
adb shell "/system/bin/device_config put activity_manager max_phantom_processes 2147483647"
adb shell "/system/bin/device_config set_sync_disabled_for_tests persistent"
adb shell settings put global settings_enable_monitor_phantom_procs false
adb shell "/system/bin/device_config put activity_manager max_phantom_processes 2147483647"
adb shell "/system/bin/device_config set_sync_disabled_for_tests persistent"
好的,我试试
成了吗
成了吗
有点用,能降低被杀概率,反正 adb 后我能安装软件了,就是 VScode 敲代码 10 分钟左右就又被杀