UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Development testers for Anbox

    Scheduled Pinned Locked Moved OS
    222 Posts 72 Posters 209.2k Views 16 Watching
    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.
      • S Offline
        Stefano @joe
        last edited by Stefano

        @joe sudo apt remove anbox-tool
        sudo apt purge anbox-tool
        ???
        Flash it over with Ubports installer without wipe?

        J 1 Reply Last reply Reply Quote 0
        • M Offline
          malditobastardo @Guest
          last edited by

          @xray2000 Thank you a lot, this worked perfectly 🙂

          @Stefano thanks for your tip I will try it next time

          1 Reply Last reply Reply Quote 0
          • zx81Z Offline
            zx81
            last edited by

            Hi
            i'm having a play around with my pro 5 and trying to install Anbox to see what works etc
            for some reason it seems to have got stuck on the install at his point and keep getting this reply :

            "sudo fastboot flash boot anbox-boot-turbo.img
            [sudo] password for ****:
            sudo: fastboot: command not found"

            am i doing something wrong here ?

            thanks
            p.s i'm fairly new to all this and am using terminal on linux mint if that has any bearing on things ?

            Somewhere, the sun is shining ☀

            S 1 Reply Last reply Reply Quote 0
            • S Offline
              Stefano @zx81
              last edited by Stefano

              @zx81 Fastboot is not installed on your PC.
              Install (on 16.04 ) sudo apt install phablet-tools
              Or on (18.04) sudo apt install fastboot

              Then, You should type:
              sudo fastboot flash bootimg anbox-boot-turbo-test.img

              zx81Z 1 Reply Last reply Reply Quote 0
              • zx81Z Offline
                zx81
                last edited by

                Thanks
                i'll give it a try

                Somewhere, the sun is shining ☀

                1 Reply Last reply Reply Quote 0
                • zx81Z Offline
                  zx81 @Stefano
                  last edited by

                  @stefano Sorry to be a pest

                  i'm getting this now : "$ sudo fastboot flash boot anbox-boot-turbo.img
                  < waiting for any device >
                  target didn't report max-download-size
                  sending 'boot' (20748 KB)...
                  OKAY [ 0.660s]
                  writing 'boot'...
                  FAILED (remote: partition does not exist)
                  finished. total time: 0.660s "

                  Somewhere, the sun is shining ☀

                  S 2 Replies Last reply Reply Quote 0
                  • S Offline
                    Stefano @zx81
                    last edited by

                    @zx81 ''bootimg'' not boot !!!

                    1 Reply Last reply Reply Quote 0
                    • S Offline
                      Stefano @zx81
                      last edited by

                      @zx81 have you managed to flash it?

                      zx81Z 1 Reply Last reply Reply Quote 0
                      • te-onlineT Offline
                        te-online
                        last edited by

                        @mariogrip Great work! 🙂 One question, though: How would I evaluate if something is an issue with anbox itself or with the image?

                        1 Reply Last reply Reply Quote 0
                        • zx81Z Offline
                          zx81 @Stefano
                          last edited by

                          @stefano I have tried several times and got no further
                          It now says something about not having a sandbox installed

                          Have had to go to work now (work always gets in the way lol) so will have another go tomorrow

                          Thanks for your help so far

                          Somewhere, the sun is shining ☀

                          S 1 Reply Last reply Reply Quote 0
                          • S Offline
                            Stefano @zx81
                            last edited by

                            @zx81 Yeah, I had that message there as well.
                            It should be ok, though.
                            Refresh your Home screen (apps scope ) by dragging down and the Android apps should appear on the screen, or reboot.
                            You can also verify if its installed by typing in terminal on your phone:

                            anbox-tool status

                            zx81Z 1 Reply Last reply Reply Quote 0
                            • zx81Z Offline
                              zx81 @Stefano
                              last edited by

                              @stefano Nothing showing at the minute , just going through process again

                              Somewhere, the sun is shining ☀

                              1 Reply Last reply Reply Quote 0
                              • T Offline
                                Tonoxis
                                last edited by

                                @mariogrip any information on what we Flo users would need to do to get it running, or do we still need the mainline kernel to be up and running under Halium properly first (I'm down to experiment!!)? I can attempt to whip up a custom kernel as long as I know what patches I'm applying to it! Kinda hoping it would be similar to arale and need the anbox drivers compiled in.

                                1 Reply Last reply Reply Quote 1
                                • W Offline
                                  wgarcia @mihael
                                  last edited by

                                  @mihael I installed Whatsapp sucessfully, but when I open it it tells me that the time is wrong. I've adjusted the time in "Settings", but Whatsapp keeps telling me the same, and doesn't go further. Anybody knows how to pass this "Date is incorrect" screen?

                                  mihaelM 1 Reply Last reply Reply Quote 0
                                  • mihaelM Offline
                                    mihael @wgarcia
                                    last edited by

                                    @wgarcia Sorry, I don't know. It didn't do that for me...

                                    W 1 Reply Last reply Reply Quote 0
                                    • W Offline
                                      wgarcia @mihael
                                      last edited by

                                      @mihael Turns out I had installed an old version of Whatsapp, I installed the current one and now it opens OK.

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

                                        I have an app that looks for com.google.android.maps at the installation (adb install). I have installed the google maps apk which shows as:
                                        Maps (com.google.android.apps.maps)
                                        when I do anbox-tool app-list
                                        Can I somehow change the package name that appears in that list, and if so, would that satisfy the app looking for it when trying to install?

                                        ? 1 Reply Last reply Reply Quote 0
                                        • ? Offline
                                          A Former User @tomoqv
                                          last edited by A Former User

                                          @tomoqv No you can not change package name Android reads this out of the manifest file that is into the apk when installing, when you change this the app will never work again.

                                          1 Reply Last reply Reply Quote 1
                                          • T Offline
                                            tomoqv
                                            last edited by

                                            So I wonder if there is any google package that carries the name com.google.android.maps?

                                            W 1 Reply Last reply Reply Quote 0
                                            • W Offline
                                              wgarcia @tomoqv
                                              last edited by

                                              @tomoqv As far as I know this is the name of a Java library (extension .jar), but I have no idea how libraries are installed in Android, and less in anbox.

                                              T T 2 Replies Last reply Reply Quote 0
                                              • First post
                                                Last post