<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Waydroid installation on FP3+ tips and tricks]]></title><description><![CDATA[<p dir="auto">Hi Community,<br />
my first post in this forum. I like to share / summarize some tips &amp; tricks I got from several forum threads.</p>
<p dir="auto">Connect a physical keyboard via USB-OTG adapter to the phone and open a terminal.<br />
The guidelines on <a href="https://docs.waydro.id/usage/install-on-desktops" rel="nofollow ugc">https://docs.waydro.id/usage/install-on-desktops</a> do not work straight away.<br />
In the terminal, check the Install Pre-requisites, the 3 packages should already be installed with Ubuntu Touch:</p>
<pre><code>sudo apt show libcurl3
sudo apt show python3 | more
sudo apt show lxc
</code></pre>
<p dir="auto">Install ca-certificates, if not already installed:</p>
<pre><code>sudo apt install ca-certificates
</code></pre>
<p dir="auto"><strong>Install Waydroid</strong> with the following commands:</p>
<pre><code>sudo -s
sudo mount -o remount,rw /
apt update
apt install waydroid -y
</code></pre>
<p dir="auto">Start the init process (this downloads LineageOS 17.1, unpacks, downloads, ...):</p>
<pre><code>waydroid init 
</code></pre>
<p dir="auto">Then start the waydroid container service:</p>
<pre><code>sudo systemctl start waydroid-container
</code></pre>
<p dir="auto">or just simply reboot.</p>
<p dir="auto"><strong>Start Waydroid</strong>: Click the Waydroid icon, a LineageOS Android system opens.<br />
<strong>Stop Waydroid</strong> session and containers:</p>
<pre><code>waydroid session stop
sudo waydroid container stop # not necessary
</code></pre>
<p dir="auto"><strong>App installation:</strong> You can install e.g the F-Droid store or other stores. With the browser, download the apk from e.g. <a href="https://www.f-droid.org/" rel="nofollow ugc">https://www.f-droid.org/</a> and click it from the file-manager. F-Droid store app installs (now you can install further apps easily).</p>
<p dir="auto"><strong>Remove unwanted Waydroid-app icons from Ubuntu Touch:</strong><br />
Modify each desktop-file in /home/phablet/.local/share/applications/waydroid....<br />
Add 1 line with “NoDisplay=true” to those you do not want to see.</p>
<p dir="auto"><strong>Stop Waydroid with icon</strong>: Add a desktop-file in<br />
/home/phablet/.local/share/applications/waydroid-stop.desktop</p>
<pre><code>[Desktop Entry]
Type=Application
Name=Waydroid Stop
Exec=waydroid session stop
Icon=/usr/lib/waydroid/data/AppIcon.png
</code></pre>
<p dir="auto">Only 'waydroid session stop' is necessary. You need to keep the container started to launch Waydroid again via menu icon.</p>
<p dir="auto"><strong>File sharing</strong> between Ubuntu Touch and Waydroid LineageOS: Go to ~/.local/share/waydroid/data/media/0/ (then e.g. Download)<br />
Before copying:</p>
<pre><code>sudo -s # not necessary: sudo mount -o remount,rw /
</code></pre>
<p dir="auto">After copying a file to the Waydroid location, you may want to change its file permissions to match with other file permissions in that location (compare with other files in here). LineageOS file manager now can easily work with the copied file.</p>
<pre><code>chgrp 1023 &lt;file&gt;
chown 1023 &lt;file&gt;
chmod g+w &lt;file&gt;
</code></pre>
]]></description><link>https://forums.ubports.com/topic/7172/waydroid-installation-on-fp3-tips-and-tricks</link><generator>RSS for Node</generator><lastBuildDate>Sun, 08 Mar 2026 20:24:20 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/7172.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 28 Dec 2021 12:07:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Waydroid installation on FP3+ tips and tricks on Tue, 28 Dec 2021 12:46:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/luksus" aria-label="Profile: luksus">@<bdi>luksus</bdi></a> said in <a href="/post/59305">Waydroid installation on FP3+ tips and tricks</a>:</p>
<blockquote>
<p dir="auto">What are the ca-certificates for?</p>
</blockquote>
<p dir="auto">Just taken this from the official instructions at: <a href="https://docs.waydro.id/usage/install-on-desktops" rel="nofollow ugc">https://docs.waydro.id/usage/install-on-desktops</a></p>
]]></description><link>https://forums.ubports.com/post/59308</link><guid isPermaLink="true">https://forums.ubports.com/post/59308</guid><dc:creator><![CDATA[tuxracer]]></dc:creator><pubDate>Tue, 28 Dec 2021 12:46:57 GMT</pubDate></item><item><title><![CDATA[Reply to Waydroid installation on FP3+ tips and tricks on Tue, 28 Dec 2021 12:25:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tuxracer" aria-label="Profile: tuxracer">@<bdi>tuxracer</bdi></a> Very Good!<br />
You can also download and configure Micro-G and Aurora Store to get a full access to Android apps:</p>
<p dir="auto"><a href="https://forums.ubports.com/topic/5907/open-ubuntu-touch-to-all-android-applications/114">https://forums.ubports.com/topic/5907/open-ubuntu-touch-to-all-android-applications/114</a></p>
]]></description><link>https://forums.ubports.com/post/59307</link><guid isPermaLink="true">https://forums.ubports.com/post/59307</guid><dc:creator><![CDATA[stanwood]]></dc:creator><pubDate>Tue, 28 Dec 2021 12:25:40 GMT</pubDate></item><item><title><![CDATA[Reply to Waydroid installation on FP3+ tips and tricks on Tue, 28 Dec 2021 12:17:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tuxracer" aria-label="Profile: tuxracer">@<bdi>tuxracer</bdi></a> thanks for that.<br />
Meanwhile, the waydroid-helper app in the Openstore allows to install waydroid. It is also helpful with hiding apps.</p>
<p dir="auto">What are the ca-certificates for?</p>
]]></description><link>https://forums.ubports.com/post/59305</link><guid isPermaLink="true">https://forums.ubports.com/post/59305</guid><dc:creator><![CDATA[Luksus]]></dc:creator><pubDate>Tue, 28 Dec 2021 12:17:23 GMT</pubDate></item></channel></rss>