kindle

How to access Kindle Highlights (API?) [closed]

瘦欲@ 提交于 2019-12-03 01:19:57
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . I want to make a site that lets you follow other people Kindle Highlights. Is this possible Is there some sort of Kindle Highlights API? Thanks. 回答1: THis would be an amazing web service. Amazon does not offer an api for this. You can read public highlights online at kindle.amazon.com, however, you cannot

如何使用kindle

匿名 (未验证) 提交于 2019-12-03 00:41:02
Kindle 推送教程:教你用电子邮箱推送电子书 首先注册一个亚马逊账号 需要有一个Kindle设备,Android可以在应用商店下载 kindle 在kindle设备上登录亚马逊账号 每个亚马逊账号会对应一个 存储文档 的邮箱(A邮箱),我们通过邮箱将文档发送到A邮箱,亚马逊会将该邮箱中的文档推送到Kindle设备上。 首先登陆到亚马逊官网获取A邮箱 我的账号》设置》管理我的内容和设备 》设置》最下方找 添加可以推送的邮箱账号 我的账号》设置》管理我的内容和设备 》设置》最下方找 看云推送可以添加邮箱 noreply@kanclouds.cn 到 已认可的发件人电子邮箱列表 然后在看云上就可以点击那个 推送到kindle ,将文档推送到自己的Kindle设备 原文:https://www.cnblogs.com/qiye5757/p/9319264.html

How to access Kindle Highlights (API?) [closed]

我与影子孤独终老i 提交于 2019-12-02 14:37:05
I want to make a site that lets you follow other people Kindle Highlights. Is this possible Is there some sort of Kindle Highlights API? Thanks. John Paul Hayes Shameless plug alert.. I've written a small PHP class that can help with this: Kindle_Highlights You can get it on github . Comments/suggestions welcome on improving it. I will be improving/expanding this over the next few weeks, but as is you should be able to get at your kindle highlights. THis would be an amazing web service. Amazon does not offer an api for this. You can read public highlights online at kindle.amazon.com, however,

在 Ubuntu 下安装 Sigil

蹲街弑〆低调 提交于 2019-12-02 03:42:14
最近购置了台 kindle paperwhite ,用下来感觉看书的效果真好。就是对有些书的格式不是很满意,为此想编辑下。 网上搜了下发现此款 ePub 编辑器: Sigil 。 Sigil 的简单介绍: 一款免费开源的ePub编辑器 跨平台:windows、linux、Mac 完美支持UTF-16 ( 支持中文 ) 界面支持多语言:支持简体中文及繁体中文 详细的文档请访问 Sigil 。 在此分享下在 Ubutnu 系统下的安装过程: 添加源: sudo add-apt-repository ppa:rgibert/ebook 更新源: sudo apt-fast update 安装: sudo apt-fast install sigil 启动: sigil 或 "应用程序 --> 附件 --> Sigil" 说明: apt-fast 是 apt-get 的加速工具,利用 axel 或 aria2c 进行下载。 以上在Ubuntu 12.04 系測試通過。 来源: oschina 链接: https://my.oschina.net/u/879049/blog/122183

Android Studio runtime error Stub! at com.amazon.device.messaging.ADMMessageReceiver.<init>()

纵饮孤独 提交于 2019-12-01 18:04:46
When I build the Amazon (Kindle) flavor of my Android app I run into this Runtime error: Caused by: java.lang.RuntimeException: Stub! at com.amazon.device.messaging.ADMMessageReceiver.<init>() I need the local amazon-device-messaging.jar file to compile my app, however I do not need to include it during runtime as the amazon device will have the necessary classes and methods. How do I update my Android Studio build.gradle file to do this? I also ran into this issue. When adding the Amazon Device Messaging jar as a library, Android Studio automatically generated dependencies { compile files(

Unable to replicate query to Amazon Manage Kindle using Curl. What am I missing?

时光毁灭记忆、已成空白 提交于 2019-12-01 10:38:11
Due to the horrendously slow web interface of Amazon's "Manage your Kindle", I am trying to figure out how to build an app that connects to the undocumented services that feed the management page. I have now established which URLs and parameters to use in order to retrieve the JSON data needed to do CRUD operations, but I am stuck at being unable to successfully POST data the any of the services using CURL. There seems to be a problem with authentication, but I am sending all the relevant headers and cookies I can find. Still get a HTTP/1.1 302 MovedTemporarily Location: https://www.amazon.com

Unable to replicate query to Amazon Manage Kindle using Curl. What am I missing?

烈酒焚心 提交于 2019-12-01 07:37:48
问题 Due to the horrendously slow web interface of Amazon's "Manage your Kindle", I am trying to figure out how to build an app that connects to the undocumented services that feed the management page. I have now established which URLs and parameters to use in order to retrieve the JSON data needed to do CRUD operations, but I am stuck at being unable to successfully POST data the any of the services using CURL. There seems to be a problem with authentication, but I am sending all the relevant

What's the control used in Kindle for Windows Phone 7

送分小仙女□ 提交于 2019-11-30 22:22:55
I was wondering what kind of control Amazon has used to display text in their application for Windows Phone 7 ? It must be some kind of custom ones because if I remember correctly there's not support for FlowDocument, Run etc in WP7. Stuart <Run> is supported on WindowsPhone7 - e.g. http://social.msdn.microsoft.com/Forums/en-SG/wpf/thread/ca27556a-a33b-4d4e-82b4-a0ed8596d6a1 - you can see Run used in lots of apps - e.g. the official Twitter app. This question - Programmatically determining max fit in textbox (WP7) - analyses the Kindle UI control a little bit - it leads me to think that Amazon

What's the control used in Kindle for Windows Phone 7

爱⌒轻易说出口 提交于 2019-11-30 17:31:29
问题 I was wondering what kind of control Amazon has used to display text in their application for Windows Phone 7 ? It must be some kind of custom ones because if I remember correctly there's not support for FlowDocument, Run etc in WP7. 回答1: <Run> is supported on WindowsPhone7 - e.g. http://social.msdn.microsoft.com/Forums/en-SG/wpf/thread/ca27556a-a33b-4d4e-82b4-a0ed8596d6a1 - you can see Run used in lots of apps - e.g. the official Twitter app. This question - Programmatically determining max

How can I do an Amazon App Store search using an Intent and filter it by developer name?

对着背影说爱祢 提交于 2019-11-30 16:00:25
问题 Is there a way to start an Intent on the Kindle Fire that will cause the AppStore app to open and display all the apps for a certain developer? For instance, on a phone/tablet with the Android Market installed, I can do this: Intent otherApps = new Intent(Intent.ACTION_VIEW,Uri.parse("market://search?q=pub:\"" + developerName + "\"")); activity.startActivity(otherApps); And show all my apps in the Android Market. Can I do that with the Amazon App Store? If so, how? I've tried that Intent with