Compare commits

...

2 commits

Author SHA1 Message Date
ebf0b2ff8f ...And hello custom image! 2026-05-09 23:15:56 +02:00
349e0c9edb bye-bye Waydroid official image! 2026-05-09 21:17:32 +02:00
3 changed files with 5 additions and 4 deletions

View file

@ -8,7 +8,7 @@ packages:
- 'sddm' #kept because I'd be unable to log in otherwise
#- 'firefox' #disabling has nothing to do with Hyprland usage: disabled because I use Zen Browser
- 'waydroid' #kept because I want Android
- 'waydroid-image' #kept because I want Android
#- 'waydroid-image' #kept because I want Android - disable now because I'm switching to a custom image
- 'wl-clipboard' #kept because I'm not sure if the clipboard will work without it.
- 'systemsettings' #dependency of plasma - kept because I like their settings GUI
- 'konsole' #dependency of plasma - kept because I need a terminal bruh

View file

@ -1,2 +1,3 @@
#!/bin/bash
waydroid init
waydroid init -f -c https://ota.supechicken666.dev/a16-qpr2/system/ -v https://ota.supechicken666.dev/a16-qpr2/vendor -r lineage -s VANILLA
waydroid upgrade

View file

@ -1,10 +1,10 @@
description: Runs waydroid init once.
description: Runs waydroid init once. | UPDATE 2.0.0 - JUST IN! It now installs SupeChicken666's Android 16 image (see https://github.com/WayDroid-ATV/waydroid-builds/ for any potential issues) instead of merely init-ing whatever you already had, which is probably the default Waydroid image (ancient Android 13) if you installed the waydroid-image package, or showing an image-chooser GUI (which is an exceptionally horrible idea on declarative systems, like DCli). No, this will not wipe your user data (tho a manual reset may be a solution if something breaks after the update). Yes, the hook will auto re-run.
package-files:
- dependencies.yaml
post_install_hook: "hook.sh"
hook_behavior: once
author: "Guzio"
version: "1.0.0"
version: "2.0.0"
category: "packages"
tags: []
license: "MIT"