Closed DanielLester83 closed 3 weeks ago
I figured out how to make the shortcuts work.
if [ $1 = "app" ] && [ $2 = "launch" ] then /home/deck/Android_Waydroid/Android_Waydroid_Cage.sh $3 else /usr/bin/waydroid "$@" fi`
chmod +x /home/deck/Android_Waydroid/Wrapper/waydroid
make a path changer as root at /etc/profile.d/Waydroid.sh `#!/bin/sh
export PATH="/home/deck/Android_Waydroid/Wrapper/:$PATH"`
Some issues are that all lock screens and launch on startup apps will still open first if any are enabled.
An odd sound plays when it boots, possible hardware initialization.
Also the notification pull down appears at launch
updated the README to reflect this info
I figured out how to make the shortcuts work.
if [ $1 = "app" ] && [ $2 = "launch" ] then /home/deck/Android_Waydroid/Android_Waydroid_Cage.sh $3 else /usr/bin/waydroid "$@" fi`
chmod +x /home/deck/Android_Waydroid/Wrapper/waydroid
make a path changer as root at /etc/profile.d/Waydroid.sh `#!/bin/sh
export PATH="/home/deck/Android_Waydroid/Wrapper/:$PATH"`
Some issues are that all lock screens and launch on startup apps will still open first if any are enabled.
An odd sound plays when it boots, possible hardware initialization.
Also the notification pull down appears at launch