![]() |
Anyone tried Anbox-4-arm64 yet? - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114) +--- Thread: Anyone tried Anbox-4-arm64 yet? (/showthread.php?tid=8576) |
RE: Anyone tried Anbox-4-arm64 yet? - tophneal - 01-29-2020 So Pak0St and I both got Anbox working earlier. One of the Librem guys shared his aarch64 Android image (for me) I put it into /var/lib/anbox/ and it just worked. The app drawer/manager came up, several apps have worked fairly well so far. EDIT: I don't recommend using the German site I linked earlier to add GLES 2.0 support. After adding that the build.prop, and dropping the image into /var/lib/anbox the app drawer became a black box, or would immediately crash when trying to open an app. I just removed it and replaced the image, but it still isn't working properly anymore. I'm going to dial it back, and try adding just wifi and bluetooth to the available features to start. Maybe we can get networking going. EDIT2: I don't think I would recommend altering the image at all at this point. I've been removing things from the enabled features section out of anbox.xml and rebuilding the image, but it's still very unuseable. Nearly ever app crashes it. I've since restored the original (working) android.img and things are still slow, but useable. I also tried following the Networking section of the Arch wiki for Anbox (since that's where all of this REALLY came from) but the files/locations don't align with the install. Instead, I ran ' anbox-bridge' to try and get system network shared to Anbox. The output was riddled with Permission denied's looking for things like sudo and openvpn-client, so I ran it again with sudo and it completed it's task. RE: Anyone tried Anbox-4-arm64 yet? - PakoSt - 01-30-2020 I've updated my Manjaro packages from my previous comment: https://drive.google.com/open?id=1Hl8mWhVpciMJfNFdOUFqdJMy9owzQ-E0 Notes:
Additional notes:
![]() ![]() RE: Anyone tried Anbox-4-arm64 yet? - aaspectre - 01-30-2020 awesome, i'll try this now! for a good place to look for games without gsp dependency use f-droid, otherwise a lot of them work anyway but can be hit or miss, sometimes installing microg packages from f-droid can make those work as well (as for downloading them, aurora store acts as a play store replacement, also on f-droid) everything i mentioned here also have privileged extensions as well, i'm someone who is experienced in avoiding google on android specifically so with this i can help a lot! on f-droid, supertuxkart is basically the heaviest game there, and as for good and not so heavy games, shattered pixel dungeon is good (though these are both also linux games so not much point in running them in anbox outside of testing) RE: Anyone tried Anbox-4-arm64 yet? - aaspectre - 01-30-2020 yep. it works. very, very slowly. i would not recommend even shattered pixel dungeon lol great work tho wait, i greatly recommend running session manager with --gles-driver=translator it massively improves performance, while breaking games if i try them, but on normal apps it's night and day WAIT #2 i cant change it back it seems to be stuck whether or not i run it with the argument yeah, i cnt put it back it ran slow, but everything worked even games, and then it decided to run fast and not run games or videos! :O sidenote don't update your qt5-es2 packages unless you want them to break (if you did already and things are broken, downgrade them obviously) RE: Anyone tried Anbox-4-arm64 yet? - tophneal - 01-31-2020 Avoid today's update to boost and boost-libs (1.71.0-4 ) it breaks Anbox. At least in Wayland. RE: Anyone tried Anbox-4-arm64 yet? - aaspectre - 02-02-2020 (01-31-2020, 06:46 PM)tophneal Wrote: Avoid today's update to boost and boost-libs (1.71.0-4 ) it breaks Anbox. At least in Wayland. somehow i upgraded and lost my cached copy, mind sending? Anyone tried Anbox-4-arm64 yet? - tophneal - 02-02-2020 (02-02-2020, 06:07 AM)aaspectre Wrote:(01-31-2020, 06:46 PM)tophneal Wrote: Avoid today's update to boost and boost-libs (1.71.0-4 ) it breaks Anbox. At least in Wayland. I’m having a heck of a time getting it packaged to share. Bacman isn’t available, I found a script to do it- but it uses yoart and pacman isn’t installing it, and I only see the version to avoid in /var/lib/pacman/. I’ll keep trying, but if anyone knows another way, let me know. It’s bothering me at this point. RE: Anyone tried Anbox-4-arm64 yet? - PakoSt - 02-05-2020 Alright, I'm uploading a new version of anbox-git. All it needed was a good old clearing of the build directories and the issue with the updated boost lib goes away. Updated: https://drive.google.com/open?id=1Hl8mWhVpciMJfNFdOUFqdJMy9owzQ-E0 RE: Anyone tried Anbox-4-arm64 yet? - tophneal - 02-05-2020 Wow, @PakoSt this is the most responsive and stable I've seen Anbox on here. Whatever you did, good job! RE: Anyone tried Anbox-4-arm64 yet? - PakoSt - 02-05-2020 I didn't do anything really. Just made sure that I've kept my builds system clean and up-to date. My previous try was just forcing the package build Code: makepkg -f I should ping on the Anbox github issue, maybe the arch user was in similar position while the packages were updated these few days (and Manjaro ARM, ALARM and Arch have very close relationship with the package versions - at least closer than Manjaro and Arch desktops). |