[android-developers] sql query

2009-07-22 Thread mahantesh Hunagund
Hi , I wanted to remove duplicates from the database. In my db duplication can be defined by combination of multiple columns. For example : _id kind type Pidname 1 1 13 aaa 2 1 23 aaa 3 1 13

[android-developers] Starting service at bootup time

2009-03-10 Thread mahantesh Hunagund
Hi All, I am trying to launch a service at bootup time, but I am getting java.lang.ClassNotFound Exeption. Looks like need to set the classpath. Any idea about how to set the class path ? Here is the logcat messages. Thanks in advance. Thanks, Mahantesh

[android-developers] Data corruption in Binary SMS

2009-03-02 Thread mahantesh Hunagund
Hi, I am trying to send binary SMS. I am using android SDK 1.0_r2. My application is able to receive the SMS, but data I am receiving is completely change from whatever I am sending. Please help me in this regard. My Code looks like Sender