安装软件
安装
Termux、Termux:X11、InputBridge
Termux
存储权限配置
# 安卓14运行
pkg install termux-am
# 获取存储权限
termux-setup-storage
命令执行成功后检查,用户根目录下应该有storage目录
安装mobox
# 需要支持连接github
curl -s -o ~/x https://raw.githubusercontent.com/olegos2/mobox/main/install && . ~/x
配置中文
(转自:https://github.com/olegos2/mobox/issues/362)
打开termux,运行命令
unset LD_PRELOAD
export PATH=$PREFIX/glibc/bin:$PATH
sed -i 's/^#zh_CN.GBK GBK/zh_CN.GBK GBK/' $PREFIX/glibc/etc/locale.gen
sed -i 's/^#zh_CN.UTF-8 UTF-8/zh_CN.UTF-8 UTF-8/' $PREFIX/glibc/etc/locale.gen
locale-gen
mkdir ~/.fonts
cd ~/.fonts/
wget https://github.com/zanjie1999/windows-fonts/raw/wine/msyh.ttc
如果你的网络不好,可以使用镜像下载
wget https://raw.kkgithub.com/zanjie1999/windows-fonts/wine/msyh.ttc
这里只下载了微软雅黑msyh,让系统强制使用微软雅黑进行显示,拥有比宋体simsun更好的可读性
最后
export LD_PRELOAD=/data/data/com.termux/files/usr/lib/libtermux-exec.so
mobox
进入mobox菜单的2,4,3设置local成zh_CN