UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. faveoled
    3. Best
    F
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 14
    • Groups 0

    Posts

    Recent Best Controversial
    • [Guide] Installing img2simg and simg2img on Ubuntu 24.04

      The porting guide requires img2simg and simg2img which are provided up to Ubuntu 22.04 and not later.
      You can install these utilities using this snap:

      sudo snap install android-platform-tools
      
      sudo snap connect android-platform-tools:adb-support
      sudo snap connect android-platform-tools:block-devices
      sudo snap connect android-platform-tools:raw-usb
      sudo snap connect android-platform-tools:removable-media
      sudo snap connect android-platform-tools:network
      sudo snap connect android-platform-tools:network-bind
      
      sudo snap alias android-platform-tools.img2simg img2simg
      sudo snap alias android-platform-tools.simg2img simg2img
      
      posted in Porting
      F
      faveoled