1. System Requirements
Operating System: Ubuntu Jammy 22.04 (LTS)
Index of /releases/22.04 (Note: Only version 22.04 has released x86 sources. Do not install the latest version of Ubuntu, only this version can be installed. The download link has been provided above)Kernel Version: System default kernel
Memory Requirements: Minimum 8GB, more is highly recommended
2 Installing OpenFDE
It is recommended to use the script for installation. If this is not your first installation, you can manually upgrade or install using the method described in section 3.3.
2.1 Install wget tool
2.2 Download the script and install automatically (currently only supports aosp11)
wget http://openfde.com/getopenfde/get-openfde.sh && bash get-openfde.sh2.3 Upgrade openfde to the latest version
sudo apt update && sudo apt install openfde3 Install libhoudini
Since many Android applications only support the ARM architecture, in order to run Android applications on x86 CPUs, you also need to install the instruction translation tool libhoudini.
git clone https://gitee.com/openfde/waydroid_script
cd waydroid_script
python3 -m venv venv venv/bin/pip install -r requirements.txt
sudo venv/bin/python3 main.py
Known Issues:
Mouse cursor not displaying. Please refer here for a solution: Release 1.3.4 · openfde/waydroid_android_hardware_waydroid
iFlytek input method crashes (this is due to incompatibility caused by the pre-installed APK not using translation). Please download and install the new version of iFlytek input method.
FDE-X11 does not support the x86 architecture and cannot run.