我可以从 Kindle 活动内容应用程序读取和写入 Kindle 文件系统上的文件吗?

发布于 2024-12-14 05:54:54 字数 184 浏览 4 评论 0原文

Kindle开发套件应用程序可以读取和写入通过USB放在kindle上的文件吗?

我的程序几乎会执行以下操作

1.用户/主管使用 USB 将 xml 或 json 文件放置在设备上 2.启动时将文件读入程序 3.一些用户活动 4.将用户活动的结果写入同一个文件或另一个文件 5.用户/主管将文件从设备复制以供后端系统处理。

Can Kindle Development Kit Applications read and write to files placed on a kindle by usb?

my program would pretty much do the following

1.a user/supervisor places an xml or json file on the device using usb
2.at start read the file into the program
3.Some User Activities
4.The results of the user activities written to the same file or another file
5.a user/supervisor copies the file off of the device for processing by a backend system.

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

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

发布评论

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

评论(1

爱冒险 2024-12-21 05:54:54

您可以读取/写入从应用程序创建的文件。创建应用程序的目录后(每个应用程序都有自己的目录),您可以安装 Kindle,然后修改这些文件。

You can read/write files that are created from the application. Once the directory for your application is created (each application gets its own directory), you can mount the Kindle and then modify those files.

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