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 4.8k 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 1
          • First post
            Last post