[android-beginners] need help validating if application works on specific devices

2010-07-28 Thread Phone Pony
Hi, I've created and published a widget called in the market by the name Frequent Contacts Widget, sources can be found at http://code.google.com/p/frequentcontacts/ . Mu problem is that it works on my N1, and on the emulator, but some users complain that is doesn't work on their HTC incredible,

Re: [android-beginners] need help validating if application works on specific devices

2010-07-28 Thread Mark Murphy
On Wed, Jul 28, 2010 at 3:51 AM, Phone Pony phonep...@gmail.com wrote: you are invited to look at the code, and hopefully you can find what is wrong with these specific devices. Uri SmsContentUri = Uri.parse(content://sms); This is not part of the Android SDK. It is an undocumented feature of

Re: [android-beginners] need help validating if application works on specific devices

2010-07-28 Thread Phone Pony
Thanks for the quick reply. What I understand is there is no generic way to write an application that simplifies or enhances message sending experience. I will abandon supporting this project and just keep it working on my N1. If anyone feels like making it work on their device you are invited to