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

    is App Development without adb possible?

    Scheduled Pinned Locked Moved App Development
    3 Posts 3 Posters 353 Views 1 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.
      • gnugeekG Offline
        gnugeek
        last edited by

        Hi
        I know adb isn't working on the OP3/T
        I want to start learning to Develop UB apps in python (to flex my newly formed python skills )
        But without adb how do install the apps easily without it?
        I was using "clickable" and it uses adb for transferring and installing apps

        Sorry if this a totally nooby Question

        onePlus3T

        AppLeeA 1 Reply Last reply Reply Quote 0
        • AppLeeA Offline
          AppLee @gnugeek
          last edited by

          @gnugeek
          Hi,

          Yes it's possible through SSH.
          You'll have to configure SSH on your device first (using UT Tweak Tool e.g).
          You'll need to export your private key to your phone (I use bluetooth or MTP for that)

          When SSH is working, you'll have to add --ssh <ip_address> to the clickable commands and you'll be all set.
          That's what I use so I don't have to worry about loose cable when debugging.

          1 Reply Last reply Reply Quote 1
          • lduboeufL Offline
            lduboeuf
            last edited by

            for a detailed guide about setting up ssh: http://docs.ubports.com/en/latest/userguide/advanceduse/ssh.html

            1 Reply Last reply Reply Quote 1
            • First post
              Last post