0
votes
1answer
197 views

Android does not boot because of missing apk files in system/app folder

I moved the question from http://stackoverflow.com/q/15872848/1665807 I have a rooted Huawei u8825d phone.I want to know if there were no apk files in "/system/app/" folder. So,I moved these apk ...
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 ...
7
votes
2answers
932 views

Why does adb work only while the tablet boots?

I have a Samsung Galaxy Tab. When I type "adb devices" or "adb shell", it works while the tablet is booting up - showing the Samsung logo or animation - but once the orange lock screen shows, the ...