John x
John x

Reputation: 4031

Read the Android Inbox From Desktop Application

I want to make a desktop application that can read the SMS from the android phone connected to the PC via USB cable. Is it possible I have searched the web to get any getting started point, there are tutorials about reading the SMS through android app... Can somebody guide me in the right direction, its not a request for code just want directions which way i should go ...

Upvotes: 1

Views: 770

Answers (1)

ITCuties
ITCuties

Reputation: 219

Check out this link: http://ajack.org/blog/grabbing-sms-from-android You can use Android Debug Bridge ( http://developer.android.com/guide/developing/tools/adb.html) to read SMS from Your phone. Hope it helps.

Upvotes: 1

Related Questions