I have a sync adapter that works fine. It does not need internet connection because it needs to sync the addressbook with another local storage (my application). When the Wifi is turned off and the device does not have any internet connection Android disables the sync in the Account & Synch settings activity.

Is there a way to keep my synch adapter on even when the connection is off?

link|improve this question

80% accept rate
Out of curiosity, how is your application updating its data when the network is down? From what I understood, syncadapter was designed (and built) to sync information with a source somewhere on the Internet, so it naturally follows that if the network is down, there's no point in enabling synching. – Marvin Pinto Feb 1 at 18:07
What I have done is to implemnt my compoent to synch the native contacts with the application contact list. So I'm using the sync adapter ony to define an authenticator and create a user for the imported contacts – delamere Feb 5 at 12:55
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.