FydeOS is a portable Chrome OS derivation that can run Android apps and Linux apps and that you can install on many PC with an Intel GPU.
Playning with this strange beast, i decided to adapted some DroidMote functionalities to Chrome OS.
I made a native DroidMote Server for Chrome OS, you don't need anymore the Android version on Chrome OS.
You can install it in very simple way, mount the system partition read / write and copy and paste the installation script url:
Code: Select all
sudo su
chronos
mount -o remount,rw /
Code: Select all
curl -Ls https://www.videomap.it/script/install_droidmote_chromeos.sh | sudo sh
https://youtu.be/LTk6vbC6FtM
For future updates and installation, you can refer to the download page:
https://www.videomap.it/download.htm
To update run again the script.
I suggest to try FydeOS on your PC and if you need help, let me know here.