• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
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.1k 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.
    • A Offline
      advocatux @Guest
      last edited by 23 Feb 2019, 22:31

      @Frank great, with your expertise you'll get the hang of it in no time πŸ™‚

      ? 1 Reply Last reply 23 Feb 2019, 22:33 Reply Quote 0
      • ? Offline
        A Former User @advocatux
        last edited by 23 Feb 2019, 22:33

        @advocatux Thanks man! πŸ™‚

        A 1 Reply Last reply 23 Feb 2019, 22:34 Reply Quote 0
        • A Offline
          advocatux @Guest
          last edited by 23 Feb 2019, 22:34

          @Frank you're welcome!

          1 Reply Last reply Reply Quote 0
          • B Offline
            baddea
            last edited by baddea 3 Feb 2019, 07:12 1 Mar 2019, 02:08

            oh guys i face two problem

            Rotate App not in full screen please check the link below :

            rotate

            A A J E 4 Replies Last reply 1 Mar 2019, 09:29 Reply Quote 0
            • A Offline
              advocatux @baddea
              last edited by 1 Mar 2019, 09:29

              @baddea hi, just in case you don't know it, you can drag&drop an image on this forum πŸ˜‰

              B 1 Reply Last reply 2 Mar 2019, 07:13 Reply Quote 0
              • B Offline
                baddea @advocatux
                last edited by baddea 3 Feb 2019, 18:53 2 Mar 2019, 07:13

                @advocatux

                Also how to switch from headphone to speaker sound in ubports ?

                A 1 Reply Last reply 3 Mar 2019, 15:44 Reply Quote 0
                • A Offline
                  advocatux @baddea
                  last edited by advocatux 3 Mar 2019, 18:47 3 Mar 2019, 15:44

                  @baddea you can only do it by plugging or unplugging the headphones jack afaik

                  1 Reply Last reply Reply Quote 0
                  • A Offline
                    arubislander @baddea
                    last edited by 3 Mar 2019, 18:45

                    @baddea Wow! Kodi produces a display in Anbox. Cool!

                    πŸ‡¦πŸ‡Ό πŸ‡³πŸ‡± πŸ‡ΊπŸ‡Έ πŸ‡ͺπŸ‡Έ
                    Happily running Ubuntu Touch
                    Google Pixel 3a (20.04 DEV)
                    JingPad (24.04 preview)
                    Meizu Pro 5 (16.04 DEV)

                    1 Reply Last reply Reply Quote 0
                    • J Offline
                      jumpy88
                      last edited by 5 Mar 2019, 01:35

                      I think Anbox project is a great idea and I also would like to contribute, but I have only a BQ Aquaris E4.5. Will Anbox be supported also on this device in the future or will it be limited to the currently supported devices?

                      A 1 Reply Last reply 5 Mar 2019, 08:51 Reply Quote 0
                      • A Offline
                        advocatux @jumpy88
                        last edited by 5 Mar 2019, 08:51

                        @jumpy88 IMO it doesn't make sense to try to run Android on any 1GB RAM device.

                        J 1 Reply Last reply 5 Mar 2019, 11:57 Reply Quote 1
                        • J Offline
                          jumpy88 @advocatux
                          last edited by 5 Mar 2019, 11:57

                          @advocatux I've no knowledge to answer, I don't know which are the requisites to run android services (but it would be very useful at this stage for Ubuntu Touch appealing to have access to the full play store for all the devices, while the community works to create native applications).

                          1 Reply Last reply Reply Quote 0
                          • U Offline
                            ursfan
                            last edited by ursfan 3 Sept 2019, 12:44 6 Mar 2019, 17:34

                            Yesterday I tried to activate the Accessibility Services of Android on OPO to get some apps to work which enable a software navigation bar for having a back button for apps with a lack of such. After having activated this service the screen went black for my apps. So now it's not possible to see my installed app UI and also the android settings UI can't be made visible to reset that behavior. Superficial search in the code of Anbox let me assume, that there is intended only one Layer for the UI. Maybe that's ok for the PC desktop solution but for the smartphone solution too?
                            For now I only found a workaround for step back to a former activity of top app on the stack with 'adb shell input keyevent 4'. Are there better solutions for that?
                            For another try I now installed an app with f-droid for a navigation bar and enabled it. Even if the softkeys, are not visible it seems that they work anyway. When I swipe up from the lower edge of the screen as if I would make visible the navigation bar and tap on the screen where the back button should be, the app steps back. Can someone confirm that on another phone?

                            In SailfishOS the Android apps are opened with a return button underneath. Is something like this possible in Ubuntu Touch? Even the android settings app delivered with anbox need a return button for some setting menus.

                            1 Reply Last reply Reply Quote 1
                            • U Offline
                              ursfan
                              last edited by ursfan 3 Sept 2019, 23:01 6 Mar 2019, 17:47

                              Is there a chance one can use the LXC container technique Anbox uses to get a custom ROM like LineageOS or any other, which was build for OPO for instance to run with Ubuntu Touch? This shouldn't have the limitations of the current Anbox android.img? How tight is Anbox coupled to Ubuntu Touch on the kernel level? Or does the enhanced kernel of Ubuntu Touch for Anbox only brings the support for the SquashFS of the android image?

                              1 Reply Last reply Reply Quote 0
                              • U Offline
                                ursfan
                                last edited by ursfan 3 Nov 2019, 17:13 6 Mar 2019, 18:02

                                I tried some things with the powerful adb command which gives wide control over the apps installed on the anbox image. There are some commands for example which control the permissions of an app. The command 'adb install -g apkfilename' grants the requested permissions of an app at installation. With adb pm grant package_name android.permission.WRITE_EXTERNAL_STORAGE or
                                android.permission.READ_EXTERNAL_STORAGE it's possible to enhance permissions of an app. But for the latter the output of 'adb logcat' tells that that permissions weren't granted at runtime because they weren't granted at the installation time. Is it possible to set that permissions on installation time? The solution to uninstall it with 'adb shell pm' and reinstall the app with adb didn't help for that.
                                I even tried to install the the apk file directly with the Android package installer without further success. The command for that was 'adb shell am -a android.intent.action.INSTALL_PACKAGE -d "file://path to apk file" -n com.android.packageinstaller/.PackageInstallerActivity'.
                                One app worked after using LuckyPatcher on it.

                                1 Reply Last reply Reply Quote 0
                                • ? Offline
                                  A Former User
                                  last edited by 10 Mar 2019, 13:27

                                  Hi,
                                  Does anyone have any problems with Anbox on his BQ M10 HD ?
                                  https://forums.ubports.com/topic/2473/anbox-kernel-is-not-installed-bq-m10-hd

                                  I follow instructions (https://docs.ubports.com/en/latest/userguide/dailyuse/anbox.html#how-to-install) but when I'm launch "anbox-tool install", Terminal answer "Anbox kernel is not installed".

                                  1 Reply Last reply Reply Quote 0
                                  • U Offline
                                    ursfan @pawlinski
                                    last edited by ursfan 3 Nov 2019, 17:12 11 Mar 2019, 17:11

                                    @pawlinski
                                    If you took the image from "http://cdimage.ubports.com/anbox-images/" maybe you've installed an OS update afterwards. In my experience this resets the former installed boot image, so it has to be reinstalled.

                                    1 Reply Last reply Reply Quote 1
                                    • J Offline
                                      jor1196
                                      last edited by 12 Mar 2019, 10:06

                                      will the support for the nexus 4 come?

                                      1 Reply Last reply Reply Quote 1
                                      • J Offline
                                        jor1196 @baddea
                                        last edited by 12 Mar 2019, 10:12

                                        @baddea No idea why it will be
                                        Will it be by x11?

                                        1 Reply Last reply Reply Quote 0
                                        • U Offline
                                          ursfan @ursfan
                                          last edited by 13 Mar 2019, 21:36

                                          @ursfan with the commands anbox-Tool disable and anbox-tool enable afterwards the offline listed device normally gets active...

                                          1 Reply Last reply Reply Quote 1
                                          • U Offline
                                            ursfan @ursfan
                                            last edited by 13 Mar 2019, 21:38

                                            @ursfan After having added the file NotoColorEmoji.ttf to the image under /system/fonts and rebuild the android.img with mksquashfs it works...

                                            1 Reply Last reply Reply Quote 1
                                            166 out of 222
                                            • First post
                                              166/222
                                              Last post