lundi 9 mars 2015

I want to open my home page in another android device via TCPIP

I know it is easy ,if I can use adb .


$ export ADBHOST=192.168.11.14(device's IP)


$ adb kill-server


$ adb start-server


in this status.I can use adb with wireless.so next,


$ adb shell am start -a android.intent.action.VIEW http://www.google.com


in this status. I can see google page in my android device .


I want to do it without adb. I want to develop a app which send a intent to one device via tcp without install any app. Do you know how to do it?


Aucun commentaire:

Enregistrer un commentaire