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

2012-10-23 Thread shibin
Itz very simple . read these topics 1. sync adapter 2.account manager note:sync process is mandatory for more detail please contact: 7204479379 On Friday, March 11, 2011 11:25:42 AM UTC+5:30, bhagii wrote: > > Hi, > > I am very new to android. I wanna see my app in account manager. How to do > th

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

2011-03-10 Thread bhagii
Hi, I am very new to android. I wanna see my app in account manager. How to do that I just added sample code in android. Where do i keep samplesyncadapter_server files? In apache Pls assist me... Thanks. -- You received this message because you are subscribed to the Google Grou

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

2010-02-22 Thread Megha Joshi
Hi, I cleaned up the datastore, please do not add/delete users or friends on the samplesyncadapter server. Now when you sync user1/test account, you should see three friends user2,user3, and user4 synced down. This sample only demonstrates one way sync for now. If you need to test with any changes

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

2010-02-19 Thread HCH
A few things: - The sample is for a one-way "read only" account. Only server changes are synced to device. You cannot edit them or create new ones on the device. - I used the sample server and although I authenticated no content synced down. - Don't forget to choose display options in contacts

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

2010-02-18 Thread Sameer AM
Okay, I tried the user1/test on emulator and it added account succesfully, and on the web side I added few handles and added few friends on the same handle, and tried syncing the same on emulator, and I am getting 500 internal server error, is there still something wrong? I added one more user on t

[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-

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

2010-02-18 Thread HCH
Thank you! On Feb 18, 3:18 pm, Megha wrote: > Hi, > > I have uploaded the zipped source files for this sample > at:http://code.google.com/p/apps-for-android/downloads/list > > Sorry about the server related python source files not being visible > on developer.android.com. We will fix it soon. >

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

2010-02-18 Thread Megha
Hi, I have uploaded the zipped source files for this sample at: http://code.google.com/p/apps-for-android/downloads/list Sorry about the server related python source files not being visible on developer.android.com. We will fix it soon. This sample source will be available with the next sdk packa

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

2010-02-18 Thread HCH
Could someone on the android team please tell us what we should use for the password when connecting to the SampleSyncAdapter server? On Feb 16, 4:19 pm, HCH wrote: > as for 1) > > - The source tree is not available for download that I can tell.  You > have to cut and paste each individual file f

[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 conne

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

2010-02-16 Thread HCH
as for 1) - The source tree is not available for download that I can tell. You have to cut and paste each individual file from the html and reconstruct the source tree locally. - The source to the server has a directory but is not actually there. - What to use as a password isn't clear and I can'

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

2010-02-16 Thread HCH
2) Use 2.0.1 emulator - it's fixed. In fact I would not bother with 2.0 as they have all been upgraded to 2.0.1 (not sure, but most likely). On Feb 16, 3:50 am, Sameer AM wrote: > Hello, > > I just got thesamplesyncadaptercode running on the emulator, but > how do I add account in it when it as