loader image

Android on Debian Based Linux

What makes us different from other similar websites? Forums Tech Android on Debian Based Linux

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #8465
    thumbtak
    Moderator

    To install:

    $ sudo apt install curl ca-certificates -y
    $ curl -s https://repo.waydro.id | sudo bash
    $ sudo apt install waydroid -y

    Open:
    Waydroid, and let it download what it needs to run. Click done when you see it is done, in the logs.

    Fix, If you see nothing, do the following:

    $ sudo apt install weston -y
    $ weston

    Inside Weston, click the terminal window at the top and run:

    $ sudo waydroid init
    $ waydroid session start'
    
    <strong>Inside Weston, click minimize terminal window and open a new terminal window:</strong>
    '$ waydroid show-full-ui

    Remove:

    # 1. Stop the processes
    $ waydroid session stop
    $ sudo systemctl stop waydroid-container
    
    # 2. Remove the software
    $ sudo apt remove --purge waydroid weston -y
    $ sudo apt autoremove -y
    
    # 3. Wipe the data folders (system and user)
    $ sudo rm -rf /var/lib/waydroid
    $ sudo rm -rf ~/.local/share/waydroid
    $ rm -rf ~/.local/share/applications/waydroid.*
    $ rm -rf ~/.local/share/desktop-directories/waydroid*
    $ rm -rf ~/.share/waydroid
    
    # 4. Clean up the repo and keys
    $ sudo rm /etc/apt/sources.list.d/waydroid.list
    $ sudo rm /usr/share/keyrings/waydroid.gpg
    $ sudo apt update
    • This topic was modified 4 weeks, 1 day ago by thumbtak. Reason: Fixed uninstall commands
    • This topic was modified 1 week, 2 days ago by thumbtak. Reason: Added: `$ sudo waydroid init`
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.
TAKs Shack