Anbox for Debian - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139) +---- Thread: Anbox for Debian (/showthread.php?tid=9815) |
RE: Anbox for Debian - User 18618 - 10-14-2020 @rik-shaw After a cursory search, it appears that adb isn't present in bullseye (testing), but is available on sid (unstable). Pin adb to sid and install - pinning ensures adb stays up-to-date. See the Debian Wiki for instructions. RE: Anbox for Debian - ncm - 10-14-2020 Hi, I followed the instructions on https://linmob.net/2020/08/15/anbox-on-the-pinephone.html for my PinePhone CE, running Mobian. Anbox crashes on startup, every time. Ashmem and binder are compiled into the current Mobian kernel. Where should I look for log output, or to turn on log output? RE: Anbox for Debian - User 18618 - 10-15-2020 LINMob's guide factored in the newer version of the instructions, linked in the OP. Those instructions haven't been updated since; it may be worth reviewing the workarounds posted on GitLab. RE: Anbox for Debian - Baggypants - 11-06-2020 I had a go with this on a current mobian with kernel 5.9 I'm getting this error with anbox-session-manager.service Code: mobian@mobian:/var/lib/anbox$ systemctl --user status -n 100 anbox-session-manager.service Edit: My own fault, missed the whole step on setting up anbox-session-manager RE: Anbox for Debian - Baggypants - 11-07-2020 As long as you don't want to use characters like '@:#`' and some others, anbox is rather nice on mobian! It's not very useful for email and browsing but perfect for playing Simon Tatham's puzzle game collection. RE: Anbox for Debian - kramer65 - 11-09-2020 Did anyone try Whatsapp with this yet? Quite frankly, that is the one and only thing that I would need.. :| RE: Anbox for Debian - User 18618 - 11-09-2020 @Baggypants Thanks for the update. Which steps did you follow to get Anbox working? RE: Anbox for Debian - Baggypants - 11-09-2020 (11-09-2020, 01:58 AM)kramer65 Wrote: Did anyone try Whatsapp with this yet? I didn't, and I wont. @jed https://linmob.net/2020/08/15/anbox-on-the-pinephone.html RE: Anbox for Debian - User 18618 - 11-09-2020 Cool. Nice to know the 5.7+ instructions are still working. RE: Anbox for Debian - Baggypants - 11-11-2020 The only change I'd offer is instead of editing in-place: Code: /lib/systemd/system/anbox-container-manager.service they should be copied to /etc/systemd/system/ and /home/mobian/.config/systemd/user/ respectively and edited there. |