nostrbird on Nostr: one of ways to test apk than filling up n giving permission on main mobile device ...
one of ways to test apk than filling up n giving permission on main mobile device with sensitive data ! if useful enjoy !💜🤙
Run #apk !!! on #linux vm
ubuntu 22.04 with xfce or xwindows
sudo snap install anbox --beta --devmode
anbox launch --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity
sudo apt install wget curl lzip tar unzip squashfs-tools
wget https://raw.githubusercontent.com/geeks-r-us/anbox-playstore-installer/master/install-playstore.sh
chmod u+x install-playstore.sh
./install-playstore.sh
snap remove --purge anbox
Anbox requires ashmem_linux and binder_linux kernel modules.
lsmod | grep -e ashmem_linux -e binder_linux
Run #apk !!! on #linux vm
ubuntu 22.04 with xfce or xwindows
sudo snap install anbox --beta --devmode
anbox launch --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity
sudo apt install wget curl lzip tar unzip squashfs-tools
wget https://raw.githubusercontent.com/geeks-r-us/anbox-playstore-installer/master/install-playstore.sh
chmod u+x install-playstore.sh
./install-playstore.sh
snap remove --purge anbox
Anbox requires ashmem_linux and binder_linux kernel modules.
lsmod | grep -e ashmem_linux -e binder_linux