adbd

  1. sijav

    Thread [Need help from devs] how to access adb from first boot?

    Hi, So I just ported miui stock based rom (marshmallow .305 build miui v8) but well it doesn't boot up and unless I get my hands on adb I can't do anything :( Things were easy back in my days I would've just enable adb in build.prop or kernel and everything worked at boot but right now I just...
  2. theoctagon

    Thread [Q] LOGCAT: help diagnosing boot loop

    Attempting to get official builds started again for t0lte in PAC-ROM, so I need to get a running build going. Currently, build will compile and install, but will hang at "starting apps" following cache population on first boot. Reboots hang at "loading" screen. I recompiled to allow unauthorized...
  3. nijel8

    Thread [MOD][HOW TO]Make your favorite kernel adbd insecure to run ADB as root on /system

    Note: Found out there is one small problem with this mode - "adb logcat" is not working. As a workaround run "adb shell su -c logcat" The Problem: I am a heavy ADB user (QtADB) and was having problems getting it to mount /system rw and pushing/editing files in real time. Had no problems doing...
  4. kmartburrito

    Thread [Q] Weird issue with broken ADB in HTC Sense Kernel/Base

    Hi there, I've recently dove into ROM Development for my Evo due to a weird issue that I'm seeing on my device. This issue is also seen on many other devices from tablets to the nexus one. I seem to be one of the only few that's seeing it on the Evo, and the general community doesn't have...
  5. C

    Thread adbd in TCP listen mode by default?

    At my university, the lab computers are locked down and won't allow the installation of Android's USB drivers. This prevents adb from connecting to the ADP1 via USB, but I can use another computer which does have USB permissions and use adb tcpip 2222 to restart adbd in TCP listen mode on port...