PINE64
auto start waydroid in plasma mobile? - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Manjaro on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=130)
+---- Thread: auto start waydroid in plasma mobile? (/showthread.php?tid=16254)



auto start waydroid in plasma mobile? - Uturn - 03-07-2022

every time, I wand to run Waydroid, i must terminal
sudo systemcetl start waydroid-container.service
is it possible to automate this?
As Calendar and Address Book in Plasma Mobile are so basic, I'd rather use the LineageOS counterparts.


RE: auto start waydroid in plasma mobile? - BenniTec - 03-07-2022

(03-07-2022, 01:49 AM)Uturn Wrote: every time, I wand to run Waydroid, i must terminal
sudo systemcetl start waydroid-container.service
is it possible to automate this?
As Calendar and Address Book in Plasma Mobile are so basic, I'd rather use the LineageOS counterparts.

sudo systemctl enable --now waydroid-container.service

should do the trick.


RE: auto start waydroid in plasma mobile? - dorthatapia - 04-19-2022

(03-07-2022, 01:07 PM)BenniTec Wrote:
(03-07-2022, 01:49 AM)Uturn Wrote: every time, I wand to run Waydroid, i must terminal
sudo systemcetl start waydroid-container.service
is it possible to automate this?
As Calendar and Address Book in Plasma Mobile are so basic, I'd rather use the LineageOS counterparts.

sudo systemctl enable --now waydroid-container.service

should do the trick.

Oh! okay. that make sense