Skip to content

Conversation

@Kreyren
Copy link
Member

@Kreyren Kreyren commented Sep 3, 2025

Compare for adjustments in Arcanyx-org/NiXium#167 to figure out needed changes for Arcanyx

Andromeda drops android-store as it's "this is now provided by store-provider alongside open store"

Andromeda drops apparmor without any known explanation?

These commits were removed:

  • 51b62d1 (#1) -> Rename back to waydroid to make this more readable
  • 97b77a4 (#1) -> Migration thing from waydroid on andromeda
  • 7af1561 (#1) -> Changes the icon.
  • 157ecfe (#1) -> Drops AppArmor without any explanation, so refusing to remove.

r3vn and others added 30 commits September 18, 2021 23:38
Signed-off-by: Eugenio Paolantonio (g7) <me@medesimo.eu>
Signed-off-by: Eugenio Paolantonio (g7) <me@medesimo.eu>
Signed-off-by: Eugenio Paolantonio (g7) <me@medesimo.eu>
Signed-off-by: Eugenio Paolantonio (g7) <me@medesimo.eu>
opening multiple windows will either crash waydroid, crash phosh or not do anything at all. it is better to just not show anything other than waydroid launch desktop file itself
Co-authored-by: Alessandro Astone <ales.astone@gmail.com>
Requires gbinder-python 1.1.2 to work. It is a noop otherwise.
The logcat command does not have the same commandline options as the
shell command, so provide empty defaults to avoid an AttributeError
* Some tools break when the first line is not the xml header

* Some tools require the icon to not be a symlink. There should be no
  more users of ./data/AppIcon.png so just move it to its location

* Update contact information.
  (How did that translation URL end up in there?)

* Remove too large screenshot
luigi311 and others added 24 commits March 12, 2025 19:36
Add download progress so its easier to tell its not stuck when in
verbose mode

Signed-off-by: Luis Garcia <git@luigi311.com>
Signed-off-by: Bardia Moshiri <bardia@furilabs.com>
… properly

Signed-off-by: Bardia Moshiri <bardia@furilabs.com>
this is now provided by store-provider alongside open store

Signed-off-by: Bardia Moshiri <bardia@furilabs.com>
Signed-off-by: Bardia Moshiri <bardia@furilabs.com>
This is now working correctly with libgbinder 1.1.42
HALIUM 12 may refer to either vndk31 or vndk32.
We need to differentiate the two.
Use HALIUM_12 for vndk31 and HALIUM_12L for vndk32.
Because we never draw directly to the screen, there is no need to expose
the KMS nodes to the container.
If awk fails to read the file, we will simply fail to parse the output
to integer immediatly after.
In some kernels the i915_capabilities file is not present for the render
node, but it is for the card node.
glob() returns results in an arbitrary order, making the getDriNode()
unpredictable.

The lower-numbered render node has a high chance of being the one used by the
compositor, which avoids possible issues when using DMA-BUFs from another GPU,
so let's default to that.
…able

Signed-off-by: Bardia Moshiri <bardia@furilabs.com>
Signed-off-by: Bardia Moshiri <bardia@furilabs.com>
Signed-off-by: Bardia Moshiri <bardia@furilabs.com>
this icon comes from https://icons8.com/icon/48137/android-os which can be used freely for commercial or personal use

Signed-off-by: Bardia Moshiri <bardia@furilabs.com>
Signed-off-by: Bardia Moshiri <bardia@furilabs.com>
Signed-off-by: Bardia Moshiri <bardia@furilabs.com>
Signed-off-by: Bardia Moshiri <bardia@furilabs.com>
Signed-off-by: Bardia Moshiri <bardia@furilabs.com>
@Kreyren Kreyren changed the title Andromeda Andromeda Compare Sep 3, 2025
@Kreyren Kreyren mentioned this pull request Sep 3, 2025
35 tasks
import tools

if __name__ == "__main__":
os.umask(0o0022)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should probably be sent to upstream

Comment on lines +1 to +19
#!/bin/sh
set -e

configure() {
# If there is no supplied image don't do anything as
# we expect the user to do that manually
if [ -e /usr/share/andromeda-images/system.img ]; then
andromeda init || true
fi
andromeda upgrade -o || true
}

case "$1" in
"configure")
configure
;;
esac

#DEBHELPER#
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be Evaluated..

Comment on lines -20 to +35
gir1.2-gtk-3.0,
andromeda-sensors,
python3-dbus,
dbus,
policykit-1
polkitd | policykit-1,
iptables,
libglib2.0-bin,
wl-clipboard,
android-vibrator-hal,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes of interest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.