任何人都可以让同步在 Google Android 模拟器下运行的 Jumpnote 上工作吗?

发布于 2024-10-03 07:53:30 字数 200 浏览 11 评论 0原文

我设法使用我的 Google 帐户登录(使用 Google API AVD),但我编写的任何笔记都不会同步到 Jumpnote.appspot.com,反之亦然。我注意到帐户设置中显示“同步已关闭”。我单击菜单和“立即同步”按钮,同步图标立即显示在顶部,但之后没有任何反应。我在手机上写的笔记不会反映在服务器上。有人设法通过 C2DM 成功同步 Jumpnote 样本吗?请帮忙。谢谢。

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 phone do not get reflected on the server. Did anyone manage to get the jumpnote sample to sync successfully via C2DM? Please help. Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

滴情不沾 2024-10-10 07:53:30

我最近也遇到了同样的问题。

为了解决这个问题,我按照以下步骤操作:

  1. 在 JumpNote 的主页上,按设备的菜单按钮,然后选择帐户设置
  2. 确保自动同步已在此处打开
  3. 在此页面的“管理帐户”下,将列出您的 Google 帐户。单击它即可转到“数据和信息”。 帐户上的同步页面
  4. 数据和 您的 Google 帐户的同步页面确保“SyncJumpNote”已打开。此页面还将列出为此帐户同步的所有其他组件,例如联系人、Gmail、日历和文档。

I just recently had this same problem.

To fix it, I followed these steps:

  1. From JumpNote's main page, press the device's Menu button and choose Account settings
  2. Make sure Auto-sync is turned on here
  3. 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
  4. 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.
ゃ人海孤独症 2024-10-10 07:53:30

我也有同样的事情。
logCat 显示异常:authToken 为 null。

我在调试模式下运行该应用程序,不知何故在启动时,它要求我批准对谷歌应用程序引擎的许可。一旦授予,问题就解决了。

祝你好运。

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.

Spring初心 2024-10-10 07:53:30

我一开始也遇到了类似的问题,它工作正常,您需要在帐户设置中设置您的谷歌帐户才能使 C2DM 工作。

您是否有登录模拟器的 google 帐户?

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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文