Navigation

    UBports Robot Logo

    UBports Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Development testers for Anbox

    OS
    71
    220
    57593
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      tomoqv last edited by

      After further testing of anbox and several different apps I have found that some apps that claim that they require Google Play Services run anyway. Also, some apps that don't rely on Google services run, but are unable to detect the wifi connection in UT. To turn on wifi in the android settings doesn't work, as it reverts back to "off" every time.

      arubislander 1 Reply Last reply Reply Quote 1
      • arubislander
        arubislander @tomoqv last edited by arubislander

        @tomoqv I also faced the issue of not detecting wifi with one or two apps. one of them was the kodi remote yaste. It would think it is offline, so it would not autodetect my kodi box. But if I entered the ip address manually it would connect. So it seems only wifi detection is a problem, wifi access works fine.

        T 1 Reply Last reply Reply Quote 0
        • T
          tomoqv @arubislander last edited by

          @arubislander Yeah, really strange. Unfortunately e.g. the IKEA Tradfri app doesn't let me enter an IP address manually.

          1 Reply Last reply Reply Quote 0
          • R
            rexio8 last edited by

            Could you compile a kernel with the needed modules for flo/deb devices (nexus 7 2013)?

            1 Reply Last reply Reply Quote 0
            • U
              ursfan last edited by ursfan

              Hello, currently I installed Ubuntu Touch 16.04 on OPO and Hammerhead without problems. I installed some android apps as well. But I have an app which can be controlled by the navigation buttons of android phones only, which I found no way to enable on ubuntu touch/anbox yet. I tried some apps which provide a software navigation bar from apkcure.com. But even if one of this is enabled in anbox configuration menu its not overlayed on the screen to that app. Is there a way to solve this?

              1 Reply Last reply Reply Quote 0
              • O
                Osndok last edited by Osndok

                If I could add anything to this discussion it would be:

                • there should probably be a step-zero (update to xenial/16.04)
                • there is an unfortunate spelling error in the first sentence regarding what we need... @mariogrip ...
                • I wonder if "microG" would benefit us, as they have (to my understanding) a pretty complete open source google play services re-implementation, and only requires a minor kernel patch (to spoof google's SSL certificate); and it is supposedly far more trim and performant than the true-google variant
                advocatux U 2 Replies Last reply Reply Quote 0
                • advocatux
                  advocatux @Osndok last edited by

                  @osndok fixed the spelling error. Also TIL a new English word XD

                  1 Reply Last reply Reply Quote 0
                  • R
                    rocky58 last edited by

                    How can I add a Google account in Anbox?

                    1 Reply Last reply Reply Quote 0
                    • U
                      ursfan @Osndok last edited by

                      @osndok
                      Have you tried installing it ? There is a thread 'root permission' for apps #118' on the Anbox github site which describes installing opengapps on the desktop version of Anbox. Maybe it works with microg the same on Ubuntu Touch?

                      1 Reply Last reply Reply Quote 0
                      • U
                        ursfan last edited by ursfan

                        I have another issue. With adb installed on my phone I got problems on OPO because no connection is possible. The command 'adb devices' states the emulator is offline, even though it was possible to start apps. But can't install others. How can Anbox be visible as device again?

                        U 1 Reply Last reply Reply Quote 0
                        • U
                          ursfan last edited by ursfan

                          Can it made possible to use emojis for the Android Keyboard in Anbox for typing? For now they are not usable, because they all are displayed as crossed boxes.

                          U 1 Reply Last reply Reply Quote 0
                          • F
                            fuchsuin last edited by fuchsuin

                            This post is deleted!
                            1 Reply Last reply Reply Quote 0
                            • T
                              TartanSpartan @joe last edited by TartanSpartan

                              @joe I agree. I would like to draw everyone's attention to this issue, and as I say, we need a way to start from fresh with Anbox without having to reinstall Ubuntu Touch. This is especially important for when Anbox is entirely stable and becomes a part of the system image for a future UT OTA.

                              https://github.com/ubports/anbox/issues/24

                              Sister issue regarding the importance of being warned or even blocked from installing problematic apps, as desktop snap-based Anbox implementations already do:

                              https://github.com/ubports/anbox/issues/25

                              I'm also wondering if Anbox can be destabilised if users try to install APKs beyond a certain storage level? Like, if we install several apps which are each ~100MB, and this is from a starting point of say 1.5GB free storage space left, is there a point at which things start to break? And I mean before running to to 0MB left.

                              1 Reply Last reply Reply Quote -1
                              • te-online
                                te-online @gb last edited by

                                @gb I had to enlarge the system partition on my Nexus 5 to install everything, if I remember correctly. Maybe that's your issue? I think I followed this script https://github.com/plasma-mobile/plasma-phone-dev-setup/blob/master/usr/bin/resize-root-partition with minor adjustments, but caution I don't remember since it's been a while – do it on your own risk 😉

                                1 Reply Last reply Reply Quote 0
                                • P
                                  pawlinski @padraic last edited by

                                  @padraic said in Development testers for Anbox:

                                  anyone successfully get frieza working? I tried but am told that

                                  phablet@ubuntu-phablet:~$ anbox-tool install
                                  Anbox kernel is not installed! Please flash this first!
                                  

                                  Pretty sure I went through the procedures correctly but maybe I missed something. If I don't hear back from anyone I'll try again in a couple of days and open an issue if it still doesn't work.

                                  I have the same problem

                                  U 1 Reply Last reply Reply Quote 0
                                  • P
                                    pawlinski @gb last edited by

                                    @gb

                                    @gb said in Development testers for Anbox:

                                    Hi,

                                    I´m testing it in M10 FHD (frieza).
                                    I just installed ubports from scratch (16.04 dev) and try the instructions post by Marius.

                                    Doing "sudo apt-get upgrade", I´m facing:
                                    "E: You don't have enough free space in /var/cache/apt/archives/."

                                    How can this be possible? I just installed the system and there is no space left?
                                    Do I have to install the hole thing into a Libertine container?

                                    You can try (it has helped me):

                                    sudo mount -o rw,remount /

                                    sudo rm -r /var/cache/apt

                                    sudo tune2fs -m 0 /dev/loop0

                                    sudo apt update

                                    sudo apt install anbox-ubuntu-touch

                                    sudo rm -r /var/cache/apt

                                    sudo mount -o r,remount /

                                    1 Reply Last reply Reply Quote 5
                                    • H
                                      honigwald last edited by honigwald

                                      @pawlinski I'm having the same issue. Installation was successful after cleaning the cache several times. but when I try to install anbox-tools I get the same error as @padraic .

                                      phablet@ubuntu-phablet:~$ anbox-tool status
                                      Kernel: NOT OK
                                      System: NOT FOUND
                                      Enabled: NO
                                      Running: NO

                                      G 1 Reply Last reply Reply Quote 0
                                      • G
                                        gmelchett @honigwald last edited by

                                        @honigwald What does sudo anbox-tool status say? On my Nexus 5, sudo vs no sudo shows different status.

                                        H 1 Reply Last reply Reply Quote 0
                                        • H
                                          honigwald @gmelchett last edited by honigwald

                                          @gmelchett Hi. This is the Output I get.
                                          0_1540939338796_Screen Shot 2018-10-30 at 23.41.55.png

                                          Until now, I've resized /dev/loop0 to 3GB and reinstalled everything without success.

                                          Btw.: I'm using BQ M10 FHD

                                          1 Reply Last reply Reply Quote 0
                                          • U
                                            ursfan @pawlinski last edited by

                                            @pawlinski Have you installed the boot.img for frieza with fastboot?

                                            P 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post