[android-developers] SoftKeypad upon the Notification Bar

2010-04-28 Thread Sameer AM
When we pull down the notification bar, we see the current notifications. We've taken it a step further and we're able to get audio, video and buttons in notification bar, when it is pulled down. Now my issue is, I need the soft keypad to come up when I click on the edit text field inside the

[android-developers] 411 length required for HttpPost in Calendar protocol

2010-04-13 Thread Sameer AM
I'm trying to implement the create calendar protocol from Google Calendar. For that I'm supposed to do a HTTPPost to owncalendar url, with auth header and content-type given. After performing HttpPost, i get a response saying 411 length required.. But when I checked packets using wireshark, the

[android-developers] 404 returned by Picasa Protocol

2010-03-31 Thread Sameer AM
Hello Everyone, I've gotten through the ClientLogin procedure using service=lh2 for picasa and am getting an Auth Token, with which I'm doing the following HttpGet mGet=new HttpGet(http://picasaweb.google.com/data/feed/api/ all?q=puppymax-results=10);

[android-developers] Re: username and password for sample sync adapter

2010-02-18 Thread Sameer AM
Thanks a lot megha.. this is a relief, I'd try this and get back -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: username and password for sample sync adapter

2010-02-18 Thread Sameer AM
and was seemingly put up without much care. On Feb 16, 3:50 am, Sameer AM sam2...@gmail.com wrote: Hello, I just got thesamplesyncadaptercode running on the emulator, but how do I add account in it when it asks forusernameandpassword? And I have the following questions 1

[android-developers] username and password for sample sync adapter

2010-02-16 Thread Sameer AM
Hello, I just got the sample sync adapter code running on the emulator, but how do I add account in it when it asks for username and password? And I have the following questions 1) SampleSyncAdapter is for 2.0 and in 2.0 emulator I don't see the Accounts Sync options in the Settings, am I

[android-developers] username and password for sample sync adapter

2010-02-16 Thread Sameer AM
Hello, I just got the sample sync adapter code running on the emulator, but how do I add account in it when it asks for username and password? And I have the following questions 1) SampleSyncAdapter is for 2.0 and in 2.0 emulator I don't see the Accounts Sync options in the Settings, am I

[android-developers] Re: username and password for sample sync adapter

2010-02-16 Thread Sameer AM
Thanks a lot for quick reply.. I got clarification for 1, and 2, so I don't have a username with which I could login! Great documentation! and I saw that bug is fixed in 2.0.1, now here is one more question, when I try to add an account for corporate type, I get this message Unable to open

[android-developers] Contacts App crashes when switching between Dialer to Call log

2009-12-18 Thread Sameer AM
I've altered the contact app so that in Dialer the soft keypad always stays and it hides when other tab activity resumes, We've given different look for the contacts app, but when using the same, a crash occurs when we rapidly change from dialer to call log. And the App crashes without the