Re: [android-developers] Re: Delete MMS messages

2010-05-11 Thread Mani Android
Hi Reju Try this Uri msgUri = ContentUris.withAppendedId(Mms.Inbox.Content_Uri,"1"); SqliteWrapper.delete(this, getContentResolver(), msgUri, null, null); (or) getContentResolver().delete(msguri, null, null); Regards Manikandan.D On Wed, Mar 3, 2010 at 6:19 AM, Reju wrote: > Help Pl

Re: [android-developers] How can i delete the sms from the inbox

2010-05-10 Thread Mani Android
Hi Manoj Try this Uri uri = ContentUris.withAppendedId(Sms.Inbox.CONTENT_URI, 2); getContentResolver().delete(uri,null); Regards Manikandan.D On Mon, Apr 26, 2010 at 3:45 PM, Manoj wrote: > Hi folk, > I am trying to delete sms from the inbox, > I am using the following statement > > getConte

Re: [android-developers] Re: sending MMS programming

2010-05-10 Thread Mani Android
Hi if u want to do it using SDK version, U can't do it. But If u have the Android platform code, u can do it by the following steps. My Solution, 1. In MMS application, create a new receiver. 2. Receiver should call the AsyncTask class method to send the mms in the background (Refer: http://dev

Re: [android-developers] read the inbox messages

2010-05-10 Thread Mani Android
Hi Siddiqui U can read the sms from the DB using the following URI To get the inbox sms: content://sms/inbox To get the send sms: content://sms/sent Refer the following java files: 1. Telephony.java : framework/base/core/java/android/provider After query from the DB, How to process the read th

Re: [android-developers] Re: Send SMS in Android

2010-05-10 Thread Mani Android
Hi Randika I'll try to solve ur issue. Add my id in the chat. Regards Mani On Mon, May 10, 2010 at 2:56 PM, mike wrote: > hi Nithin, > i also guess the same thing because of that what i did was i create a > very simple application. it also sends 2 sms's. this is really > frustration. > > th

Re: [android-developers] Add another Virtual Keyboard do simulate Control keys.

2010-05-07 Thread Mani Android
Hi Rogerio I'm also looking for the same solution. Did u find out? If you found the soultion, please guide me. Thanks & Regards Manikandan.D 2010/1/13 Rogério de Souza Moraes > Hi folks, > > I am working with an hardware that have just five buttons. But I have just > one button available to the