UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. richzrich
    R
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    richzrich

    @richzrich

    0
    Reputation
    2
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    richzrich Unfollow Follow

    Latest posts made by richzrich

    • RE: ubports-installer fails to initialize plugin on Raspberry Pi400

      @Keneda
      thanks for doing that, I'll do that in the future. My first post here ...

      And to answer @mark1250 Yes I do have adb and fastboot installed.

      posted in UBports Installer
      R
      richzrich
    • ubports-installer fails to initialize plugin on Raspberry Pi400

      I'm trying to run ubports installer from a Raspberry Pi400 with Debian GNU/Linux 11 (bullseye):arm64.
      I'm using the installer from the snap store.
      I get an error right off the bat about a plugin failing to initialize. Can anyone help with this?

      The terminal output is as follows:

      info: Welcome to the UBports Installer version 0.9.5-beta!
      error: Error: initializing plugins: Error: {"message":"{\"error\":{\"errno\":-2,\"code\":\"ENOENT\",\"syscall\":\"spawn adb\",\"path\":\"adb\",\"spawnargs\":[\"-P\",5037,\"kill-server\"],\"cmd\":\"adb -P 5037 kill-server\"}}","name":"adb"}
      stack trace: Error: {"message":"{\"error\":{\"errno\":-2,\"code\":\"ENOENT\",\"syscall\":\"spawn adb\",\"path\":\"adb\",\"spawnargs\":[\"-P\",5037,\"kill-server\"],\"cmd\":\"adb -P 5037 kill-server\"}}","name":"adb"}
          at /snap/ubports-installer/398/app/resources/app.asar.unpacked/node_modules/promise-android-tools/lib/module.cjs:117:20
          at exithandler (node:child_process:413:5)
          at ChildProcess.errorhandler (node:child_process:425:5)
          at ChildProcess.emit (node:events:390:28)
          at Process.ChildProcess._handle.onexit (node:internal/child_process:288:12)
          at onErrorNT (node:internal/child_process:477:16)
          at processTicksAndRejections (node:internal/process/task_queues:83:21)
      error: Error: plugin wait(): Error: {"message":"{\"error\":{\"errno\":-2,\"code\":\"ENOENT\",\"syscall\":\"spawn fastboot\",\"path\":\"fastboot\",\"spawnargs\":[\"devices\"],\"cmd\":\"fastboot devices\"}}","name":"fastboot"}
      stack trace: Error: {"message":"{\"error\":{\"errno\":-2,\"code\":\"ENOENT\",\"syscall\":\"spawn fastboot\",\"path\":\"fastboot\",\"spawnargs\":[\"devices\"],\"cmd\":\"fastboot devices\"}}","name":"fastboot"}
          at /snap/ubports-installer/398/app/resources/app.asar.unpacked/node_modules/promise-android-tools/lib/module.cjs:117:20
          at exithandler (node:child_process:413:5)
          at ChildProcess.errorhandler (node:child_process:425:5)
          at ChildProcess.emit (node:events:390:28)
          at Process.ChildProcess._handle.onexit (node:internal/child_process:288:12)
          at onErrorNT (node:internal/child_process:477:16)
          at processTicksAndRejections (node:internal/process/task_queues:83:21)
      
      posted in UBports Installer
      R
      richzrich