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

    Nexus 5 Wifi problems with AnBox

    Scheduled Pinned Locked Moved Support
    nexus5wifianbox
    22 Posts 14 Posters 7.9k Views 5 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.
      • D Offline
        doniks @antonyj
        last edited by

        @antonyj said in Nexus 5 Wifi problems with AnBox:

        I can help to correct the doc. What should I do for that ? Send a corrected version of the HTML file on the forum or to a particular person ? Don't hesitate to tell how we can help.

        make a pull request at https://github.com/ubports/docs.ubports.com/ with your proposed changes

        1 Reply Last reply Reply Quote 0
        • stanwoodS Offline
          stanwood @antonyj
          last edited by

          @antonyj Indeed, do not download the Anbox image on the Nexus 5. It is already pre-installed by default. Doing so might creating bugs.

          Just start here:
          sudo mount -o rw,remount /
          sudo apt update
          sudo apt install anbox-ubuntu-touch android-tools-adb
          anbox-tool install
          exit

          If you have an error message telling you an insufficient memory in /var, you can try as following:

          sudo mount -o rw,remount /
          sudo rm -r /var/cache/apt # delete the apt cache; frees space on system image
          sudo tune2fs -m 0 /dev/loop0 # space reserved exclusively for root user on system image set to zero
          sudo apt update # recreate apt cache to install Anbox and adb
          sudo apt install anbox-ubuntu-touch android-tools-adb
          sudo mount -o ro,remount /
          exit

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

          1 Reply Last reply Reply Quote 0

          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