[android-beginners] Delete Unread SMS

2010-05-17 Thread Rahul Garg
Hi, I am trying to read the unread message and want to delete that messaging after reading. I am able to read that message but unable to delete it .and Is it any way to delete that message and I also dont want notification for this received message. -- You received this message because

[android-beginners] Accessing Unread SMS

2010-05-17 Thread Rahul Garg
Hi, I am working to develop an SMS application in which I want to receive the incoming sms before it goes to Broadcast Receiver. I dont want to store it in my inbox as well as I dont want any notification for it. Please help me. -- You received this message because you are subscribed to

[android-beginners] Re: Regarding CTS test apk Signing procedure

2010-05-17 Thread pradeep
Hi Jojoo Thanks This really helped me. Regards, Pradeep On May 11, 6:33 pm, mereba jojoo.imb...@gmail.com wrote: Hello Pradeep, I can answer your second question. You do not need a certification authority to sign your

Re: [android-beginners] Accessing Unread SMS

2010-05-17 Thread victor perez
take a loot at chompsms they have the user disable notification On May 17, 2010 4:01 AM, Rahul Garg rahul.lnm...@gmail.com wrote: Hi, I am working to develop an SMS application in which I want to receive the incoming sms before it goes to Broadcast Receiver. I dont want to store it in my

[android-beginners] Re: Accessing Unread SMS

2010-05-17 Thread Rahul Garg
Hey victor, I dont want to use any tool, so if you know any programming way to do this let me know .thanks anyway. On May 17, 6:24 pm, victor perez victorosin...@gmail.com wrote: take a loot at chompsms they have the user disable notification On May 17, 2010 4:01 AM, Rahul Garg

[android-beginners] Re: setOnClickListener doesnt work after a call to startActivity()...

2010-05-17 Thread Issamux
class A { oncreate() { setContentView(R.layout.main); .. installApk(myapk.apk) } } ... private void InstallApk(String myapk) throws NameNotFoundException { Intent intent = new Intent();

Re: [android-beginners] Re: setOnClickListener doesnt work after a call to startActivity()...

2010-05-17 Thread Justin Anderson
I'm really at a loss as to how the code you provided is supposed to be helpful... You didn't even provide code for where you are using setOnClickListener... -- There are only 10 types of people in the world... Those who know

[android-beginners] HTC Hero Accelerometer

2010-05-17 Thread T1000
Hi, How accurate is the accelerometer (G-Sensor) on the HTC Hero phone? Where can I obtain the specifications for this sensor? Let me know! Thanks. -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question

[android-beginners] Working on a Mobile or Embedded Device/System? Tell VDC about your experiences for a chance to WIN!

2010-05-17 Thread OnTargetEmbedded
VDC is conducting its annual survey of mobile and embedded engineers so if you are involved in the engineering of mobile or embedded systems/software, this is your chance to influence key solution suppliers. The research covers embedded software, hardware, tools, and development practices. Your

Re: [android-beginners] Working on a Mobile or Embedded Device/System? Tell VDC about your experiences for a chance to WIN!

2010-05-17 Thread Justin Anderson
Didn't you already post this exact same message once before? Personally, multiple spam-posts like this just make me want to avoid having anything to do with your company... One is fine, but more than one is just an abuse of this group.

[android-beginners] Re: HTC Hero Accelerometer

2010-05-17 Thread BobG
Specs in online docs say +-27 meters per sec^2. Divide by 9.81 m/sec^2 is +-2.81 Gs. The free sensor test app says its an AK8967A sensor. On May 17, 2:27 pm, T1000 t1...@zando.dyndns.org wrote: Hi, How accurate is the accelerometer (G-Sensor) on the HTC Hero phone? Where can I obtain the