mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-20 08:35:46 +08:00
Audio fix, hint for signal 9, mount font folder
1、修复了音频,现在可以播放声音了; 2、加入了出现“signal 9”错误的提示信息; 3、软件在拥有存储访问权限的情况下,会自动在手机端wps,永中office的外部字体文件夹(AppFiles/Fonts,Fonts)查找字体文件(即挂载这两个目录),这样就可以不用单独为容器里的wps导入字体了。
This commit is contained in:
@@ -10,21 +10,22 @@ Click-to-run debian 12 xfce on android for Chinese users, with fcitx pinyin inpu
|
||||
|
||||
使用proot运行debian环境
|
||||
|
||||
内置noVNC显示图形界面
|
||||
|
||||
目前不能播放声音
|
||||
内置[noVNC](https://github.com/novnc/noVNC)显示图形界面
|
||||
|
||||
初次启动由于解压的缘故要点时间
|
||||
以后点开就能用
|
||||
|
||||
只支持arm64安卓
|
||||
|
||||
**目前新安装的软件无法读写文件,但可以访问手机存储,原因未知**
|
||||
|
||||
## 项目结构
|
||||
|
||||
assets的文件来源如下:
|
||||
|
||||
- [build-proot-android, proot二进制文件](https://github.com/green-green-avk/build-proot-android)
|
||||
- [busybox](https://github.com/meefik/busybox)
|
||||
- [Xserver XSDL, pulseaudio相关文件](https://github.com/pelya/commandergenius/tree/sdl_android/project/jni/application/xserver)
|
||||
- [Tmoe Linux, debian包来源](https://github.com/2moe/tmoe)
|
||||
|
||||
其中proot和busybox都是直接用了二进制文件。对debian容器进行了如下修改:
|
||||
|
||||
Reference in New Issue
Block a user