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 …
Share
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.