huchuan2025/20-Area/22-Work/221-Linux/SystemApp/Waydroid.md

32 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

- 安装
- 遵守官网安装步骤
- 必须在Wayland的环境下才可以打开 echo $XDG_SESSION_TYPE显示wayland
- 避坑FAQ
- 如果安装后不能启动Waydroid
- 按照官网的文档进行waydroid的目录清除
- 不要手动执行waydroid init
- 下载选择GAPP或者VANILLA
- 建议选择VNALILLA否则google play会对应用做认证
- 安装后无法启动waydroid的session提示containter错误 # OSError: container failed to start
- 看waydroid.log按照日志处理。 一般是要注释掉一个配置。
- 可以启动waydoird的但无法联网
- 网络脚本.sh中去除一个特性 lx_use_nft
- 常用命令
- 开启或关闭 注意只有一个waydroid session不可多开
- waydroid session stop/start
- 显示系统界面
- waydroid show-full-ui
- 调整界面长宽
- waydroid prop set persist.waydroid.width 1920
- waydroid prop set persist.waydroid.height 1080
- 应用
- 应用的查看与启动
- waydroid app list
- waydroid app launch
- 应用安装与卸载
- waydroid app install \*.apk
- waydrord app remove \<packageName> // 并不是每个软件都可以这么卸载
- 系统路径
- 当前问题
- [ ] 休眠唤醒后会断网