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

    anbox halium or waydroid no support for UT?

    Scheduled Pinned Locked Moved Solved Support
    28 Posts 11 Posters 17.0k Views 4 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.
      • stanwoodS Online
        stanwood @FP2andFP3-User
        last edited by stanwood

        @fp2andfp3-user Now I'm just looking at https://docs.waydro.id/usage/install-on-desktops

        And it seems a complete new way (and easier) to install...

        sudo -s
        sudo mount -o remount,rw /
        apt update
        apt install waydroid -y
        waydroid init
        

        Then restart device, then:

        sudo waydroid container start
        waydroid session start
        

        BUT, I asked for a confirmation to the WayDroid Telegram group. I will edit this message if it's wrong...

        Edit: It seems correct for UT. BTW, I didn't test it so far...

        Redmi Note 9S Stable
        If God has a computer, it must be a GNU/Linux

        KenedaK F stanwoodS 4 Replies Last reply Reply Quote 1
        • KenedaK Offline
          Keneda @stanwood
          last edited by Keneda

          @stanwood
          Don't forget to say system must be made read/write before starting process ^^

          Anyway, does that new install process means we don't need anymore a patched kernel to run waydroid ?

          2015-2023 : Meizu MX4 ☠️⚰️✝️
          2023-2024 : Nexus 5 ☠️⚰️✝️
          2024-***** : FPOS Fairphone 5
          🇲🇫🇬🇧

          stanwoodS 1 Reply Last reply Reply Quote 0
          • stanwoodS Online
            stanwood @Keneda
            last edited by

            @keneda Indeed, That's what I understood as well.
            Needs to be tested though.

            Edit: Thank you, I just add sudo mount -o remount,rw / in my previous installation guide 😉

            Redmi Note 9S Stable
            If God has a computer, it must be a GNU/Linux

            1 Reply Last reply Reply Quote 0
            • F Offline
              FP2andFP3-User @stanwood
              last edited by

              @stanwood it is not running....old New anbox halium was running no errors

              1 Reply Last reply Reply Quote 0
              • F Offline
                FP2andFP3-User @stanwood
                last edited by

                @stanwood tried again and no it is starting thanks for your support

                stanwoodS 1 Reply Last reply Reply Quote 1
                • stanwoodS Online
                  stanwood @FP2andFP3-User
                  last edited by

                  @fp2andfp3-user Great! With the new easy installation way described here above? What device are you using?

                  Redmi Note 9S Stable
                  If God has a computer, it must be a GNU/Linux

                  dieharddanD F 3 Replies Last reply Reply Quote 0
                  • dieharddanD Offline
                    dieharddan @stanwood
                    last edited by

                    @stanwood I tried with a pixel 3a and when i start wayland I get
                    "start: Unknown job: waydroid"

                    dieharddanD 1 Reply Last reply Reply Quote 1
                    • F Offline
                      FP2andFP3-User @stanwood
                      last edited by

                      @stanwood yes i did it again and it runs!

                      1 Reply Last reply Reply Quote 1
                      • R Offline
                        rocket2nfinity
                        last edited by rocket2nfinity

                        root@ubuntu-phablet:~# waydroid init
                        [03:35:01] Starting new HTTPS connection (1): raw.githubusercontent.com
                        [03:35:01] Starting new HTTPS connection (1): raw.githubusercontent.com
                        [03:35:01] Starting new HTTPS connection (1): raw.githubusercontent.com
                        [03:35:02] ERROR: Binder node "binder" for waydroid not found

                        • Pixel 2XL
                        CodenulC 1 Reply Last reply Reply Quote 0
                        • F Offline
                          FP2andFP3-User @stanwood
                          last edited by FP2andFP3-User

                          @stanwood fyi on fp3 it is also running. Same steps!

                          1 Reply Last reply Reply Quote 1
                          • CodenulC Offline
                            Codenul @rocket2nfinity
                            last edited by

                            @rocket2nfinity
                            Getting the same result after running

                            waydroid init
                            

                            There is an icon for Waydroid within the launcher. Running on OnePlus One.

                            stanwoodS E 2 Replies Last reply Reply Quote 0
                            • stanwoodS Online
                              stanwood @Codenul
                              last edited by

                              @codenul Did you restart your device and test again?

                              Redmi Note 9S Stable
                              If God has a computer, it must be a GNU/Linux

                              1 Reply Last reply Reply Quote 0
                              • E Offline
                                Emphrath @Codenul
                                last edited by

                                @codenul you can't run waydroid on oneplus one. It's a halium 5 device, halium 7 with the development branch. Waydroid will only run on halium 9+ devices.

                                CodenulC 1 Reply Last reply Reply Quote 0
                                • stanwoodS Online
                                  stanwood @stanwood
                                  last edited by

                                  @stanwood For information, an update has been done on the waydro.id website.

                                  I just edit the configuration above according to the website.
                                  Not been tested from my side though....

                                  Redmi Note 9S Stable
                                  If God has a computer, it must be a GNU/Linux

                                  1 Reply Last reply Reply Quote 0
                                  • dieharddanD Offline
                                    dieharddan @dieharddan
                                    last edited by

                                    @dieharddan said in anbox halium or waydroid no support for UT?:

                                    @stanwood I tried with a pixel 3a and when i start wayland I get
                                    "start: Unknown job: waydroid"

                                    I fixed my issue by reinstalling Ubuntu Touch and reinstalling waydroid with the following only:

                                    sudo -s
                                    sudo mount -o remount,rw /
                                    apt update
                                    apt install waydroid
                                    waydroid init

                                    Reboot phone

                                    1 Reply Last reply Reply Quote 3
                                    • CodenulC Offline
                                      Codenul @Emphrath
                                      last edited by

                                      @emphrath
                                      Interesting. Thanks for the information. I'm currently on the development channel. Is there any other benefits (other than halium 5 > halium 7) that I would gain if I switched over to Halium-development channel for updates?

                                      C 1 Reply Last reply Reply Quote 0
                                      • C Offline
                                        cr9c @Codenul
                                        last edited by cr9c

                                        Hi,

                                        I just installed Waydroid on my FP3+ following what wrote @FP2andFP3-User

                                        sudo -s
                                        sudo mount -o remount,rw /
                                        apt update
                                        apt install waydroid -y
                                        waydroid init
                                        sudo reboot
                                        

                                        Everything is OK, I installed F-Droid then also Blabber, it seems everything is fine 👏
                                        Many thants to those who made it possible !

                                        1 Reply Last reply Reply Quote 1
                                        • U Offline
                                          upportsnoob
                                          last edited by upportsnoob

                                          My waydroid init was interrupted, so i did these

                                          apt remove waydroid
                                          apt purge waydroid
                                          sudo rm -rf /var/lib/waydroid /home/.waydroid ~/waydroid ~/.share/waydroid ~/.local/share/applications/*aydroid* ~/.local/share/waydroid
                                          
                                          

                                          reboot phone and start the installation process again. My /var/lib/waydroid folder was not removed but re-installation worked fine !
                                          followed from here: https://github.com/waydroid/docs/blob/master/usage/install-on-desktops.md

                                          You might want to stop the service before uninstalling too...check the original post.

                                          1 Reply Last reply Reply Quote 1
                                          • System referenced this topic on
                                          • K Kamikaze referenced this topic on
                                          • K Kamikaze referenced this topic on

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          • First post
                                            Last post