How to send sms using android from my PC browser? -


i new android , trying build application me send sms using android computer browser. need access phone contacts browser. can suggest ways this. thanks!

one way create server on device exposes sms sending capabilities onto world-wide-web.

you build server somewhere on web keeps track of devices ip.

finally, need build client (web application, browser plugin, or whatever mean "from computer browser") contact server, "the middle man", , issue sms commands in turn contact device , issue sms commands it.

just careful because can expose security vulnerability.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -