[android-developers] Reg: Failed to set top app changed

2011-01-11 Thread maddy
Hi All, Can somebody please throw some light on the arcane error Failed to set top app changed, by the activity manager? I'm wondering what causes this error. In one of my application I'm making a view fullscreen and then switching back. For the first time things are ok but then if i try to make

[android-developers] Android Contacts

2010-12-28 Thread maddy
Hi All, I'm able to sync in a few contacts to the android native contact book from an account and am able to launch a custom activity on the click of the profile tab of the synced contacts(in the contacts section). However,I want to modify the look an feel of the contact tab(adding a presence

[android-developers] Do bugs/problems in bluetooth SPP profile of HTC Desire affect Bluetooth Chat sample app?

2010-11-22 Thread Maddy
I am using the Bluetooth Chat sample app from android website. I want to send a long message in the format MSGNxxx!NVyyy!V!MSG (xxx-name of the message, yyy-value of the message) and receive it on the other side and display on my phone (HTC Desire). I will parse this message further, extract few

[android-developers] Re: java.lang.VerifyError -- in Android

2009-02-23 Thread Maddy
Hi Fadden, Thanks for your reply. I had changed the signature of the method and now everything works properly. With this excercise I had learned few things about 'dexdump', thanks a lot for your help. On Feb 20, 11:04 pm, fadden fad...@android.com wrote: On Feb 20, 1:29 am, Maddy malli.ar

[android-developers] Re: java.lang.VerifyError -- in Android

2009-02-20 Thread Maddy
in simple PC based Java application. I am only getting this problem in Android. I thank you in advance for your help. On Feb 20, 12:24 am, fadden fad...@android.com wrote: On Feb 19, 10:51 am, Maddy malli.ar...@gmail.com wrote: I am getting java.lang.VerifyError even though I am compiling all code

[android-developers] java.lang.VerifyError -- in Android

2009-02-19 Thread Maddy
- Any help in getting rid of this error? Thanks Maddy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Regarding menu with gallery

2008-04-15 Thread maddy
Hi All, I am trying to implement gallery with menu option what i want is to have mark and unmark menu with check box implementation. i want to dynamically change menu Mark to Unmark and vice versa. and when in gallery image change by left and right key press i want to reload menu options again