Can anyone get the sync to work on the jumpnote running under a google android emulator?
I managed to sign in with my google account (using the Google API AVD), but any notes that I write does not sync to the jumpnote.appspot.com, and vice versa. I notice in the account settings, it says "sync is OFF". I click on menu and the "sync now" button, the sync icon shows up momentarily on top but nothing happened after that. The notes I wrote on the开发者_Go百科 phone do not get reflected on the server. Did anyone manage to get the jumpnote sample to sync successfully via C2DM? Please help. Thanks.
I just recently had this same problem.
To fix it, I followed these steps:
- From JumpNote's main page, press the device's Menu button and choose Account settings
- Make sure Auto-sync is turned on here
- On this page, under Manage Accounts your Google account will be listed. Click on it to go to the Data & synchronization page for the account
- On the Data & synchronization page for your Google account make sure 'SyncJumpNote' is turned on. This page will also a list of all other components that are synced for this account, like Contacts, Gmail, Calendar and Docs.
I had exactly the same thing. The logCat showed an exception :authToken was null.
I ran the app in debug mode, and somehow when starting, it asked me for approval of permission to the google app engine. Once granted, problem solved.
Good luck.
I was having a similar issue at first, it works fine, you need to setup your google account in the accounts setting in order for C2DM to work.
Do you have a google account logged in to the Emulator?
精彩评论