Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

ADB via USB?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    ADB via USB?

    Is there any way to get ADB to work over USB so I can do some boot time troubleshooting?

    #2
    I tried for ages to get it to work over USB but it just does't seem to be supported by AMLogic, so have to resort to using it over WiFi/Ethernet.
    R-TV BOX S10, Beebox N3150, Chuwi Hibox, Nvidia Shield, A95X Max

    Comment


      #3
      Thanks, I was afraid of that.

      Comment


        #4
        Originally posted by bluesmanuk View Post
        I tried for ages to get it to work over USB but it just does't seem to be supported by AMLogic, so have to resort to using it over WiFi/Ethernet.
        There are no USB ADB drivers, sure i may be able to make one, i will see what i can do

        Comment


          #5
          Edit build.prop with the following and you get both USB and Wifi ADB access. By doing this you loose the upper USB port. For idk what reason the MTP/OTG will stop functioning on that port after... It neither can be usef for peripherals .

          Code:
          persist.adb.notify=0
          persist.service.usbadb=1
          persist.service.adb.enable=1                                                    
          persist.service.debuggable=1
          persist.sys.usb.config=mtp,adb
          service.adb.tcp.port=5555
          Tested and working in linux at least.

          Comment

          Working...
          X