Re: [mono-android] Sync Adapter and Account Authenticator Services

2011-08-05 Thread Jonathan Pryor
On Jul 26, 2011, at 5:46 PM, BarryJohnston wrote: > I'm trying to add an account using the Dev Tool / Account Tester. I can > select my Account Type but when I choose the Add button, I get the following > errors (warnings actually, but my account activity never displays): > >

Re: [mono-android] Sync Adapter and Account Authenticator Services

2011-07-26 Thread BarryJohnston
OK, next problem in this never ending saga: I managed to solve my resource issue and then the next issue that came up after that, but now I'm stuck again. I'm trying to add an account using the Dev Tool / Account Tester. I can select my Account Type but when I choose the Add button, I get the fo

Re: [mono-android] Sync Adapter and Account Authenticator Services

2011-07-25 Thread BarryJohnston
Thanks for the info. I was able to get into some debug logs and the logs seem to be hinting that there are problems with my resources, probably in my AuthenticationActivity. I'm going to chase that for a bit. My SyncAdapter service appears to starting properly and the Authenticator service is ba

Re: [mono-android] Sync Adapter and Account Authenticator Services

2011-07-24 Thread Jonathan Pryor
On Jul 22, 2011, at 4:28 PM, BarryJohnston wrote: > I've been a software developer for 15yrs but I'm new to MonoDroid > development. Could you explain about the IParcel? What's currently missing from mandroid is the support to properly implement the IParcelable interface; a related one is java.i

Re: [mono-android] Sync Adapter and Account Authenticator Services

2011-07-22 Thread BarryJohnston
I've been a software developer for 15yrs but I'm new to MonoDroid development. Could you explain about the IParcel? I don't think I'm using that, however I do pass an Intent to Bundle.PutParcelable. I would think that if Bundle has that function it would be supported. Is there a way around this

Re: [mono-android] Sync Adapter and Account Authenticator Services

2011-07-22 Thread Jonathan Pryor
Inline. On Jul 22, 2011, at 9:27 AM, BarryJohnston wrote: > I'm attempting to create a SyncAdapter service which requires an > AccountAuthenticator service but so far I have only been able to crash the > Android OS. > > Here is my code if it helps: > > namespace MyApp.DataManagement > { > [Serv