... | ... | @@ -289,6 +289,23 @@ To add an app from your app list to the Favorites section (i.e. pin to the top o |
|
|
|
|
|
You can create an app icon from a web page in the browser as shown in the [Video Walkthrough](https://puri.sm/posts/librem-5-visual-walkthrough/) at position 2m:20s. Deletion / adaption via [Web Application Manager](https://docs.puri.sm/Librem_5/Web.html#web-applications).
|
|
|
|
|
|
### Android Apps (Waydroid)
|
|
|
|
|
|
Waydroid is a container-based approach to boot a full Android system on a regular GNU/Linux system.
|
|
|
|
|
|
**Warning:** The Android system has no access to real peripherals like modem, WiFi, Bluetooth, GPS, cameras, sensors, battery etc. (but it does have access to network). Note that this is about system integration - **Waydroid is not a security boundary**, an attacker may be able to access those devices even if applications can't!
|
|
|
|
|
|
To install [Waydroid](https://waydro.id/), follow the instructions in this snippet: https://source.puri.sm/-/snippets/1198
|
|
|
|
|
|
You can install APK packages with `waydroid app install <APK file>`. For example, to install the F-Droid client:
|
|
|
|
|
|
```
|
|
|
wget https://f-droid.org/F-Droid.apk
|
|
|
waydroid app install F-Droid.apk
|
|
|
```
|
|
|
|
|
|
To install apps from the Google Play Store, you can install the [Aurora Store from F-Droid](https://f-droid.org/packages/com.aurora.store/).
|
|
|
|
|
|
## Recommended applications for common use cases
|
|
|
|
|
|
See this [comprehensive list of mobile-optimized apps](https://tracker.pureos.net/w/pureos/mobile_optimized_apps). A sampling of tested applications, including screenshots, can be found at: <https://forums.puri.sm/t/list-of-apps-that-fit-and-function-well-post-them-here/11361>
|
... | ... | |