Tagged Questions
3
votes
1answer
1k views
How to enable adbd to listen to a port at boot time in Android?
I have a rooted HTC Hero, and what I want to do is to enable the adbd
to listen to a port at boot time.
I tried some code found here:
setprop service.adb.tcp.port 5555
stop adbd
start adbd
in an ...
2
votes
1answer
946 views
Can adb start my android device that shows up as “offline”?
I can see my device in adb devices. It shows up as "offline".
When it is "ready":
$ adb shell
$ su
# reboot
This would reboot my device.
The exact problem is that my cellphone has been turning off ...