安卓手机安装termux,安卓12+,鸿蒙3.0需要调用adb做一些更改
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"
termux-change-repo
本次项目实例来自于https://github.com/tuanpham-dev/termux-ubuntu
这里运行
bashpkg install wget curl proot tar -y && wget https://raw.githubusercontent.com/tuanpham-dev/termux-ubuntu/master/ubuntu.sh && chmod +x ubuntu.sh && bash ubuntu.sh
有提示如果没有特殊要求,一律选y
安装中文包
apt-get update && apt-get install language-pack-zh-hans
本文作者:星火文档中心
本文链接:
版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!