android - Turning off ADB over WiFi through ADB shell? -
i turn off enabled adb on wifi inside adb shell after executing shell script before it. main reason want start script, , rid of overhead caused adb on wifi connection. need wifi connection itself, adb shell "svc wifi disable"
not work.
is there way control development option remotely somehow without touching screen?
or possibly there am start
command this? am start -n com.android...
or am start -a android.intent.action...
adbd
adb daemon runs on devices, awaiting connection.
issuing stop adbd
should kill - may have run root, should stop adb on device, , disconnect active shell.
edit
just tried , worked me, running cyanogenmod. using adb connect <ip>
, , entering adb shell, su
super user privileges, , issue stop adbd
. shell should terminate, , not able reconnect until restart device. (shell or settings menu)
Comments
Post a Comment