我可以从 Kindle 活动内容应用程序读取和写入 Kindle 文件系统上的文件吗?
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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以读取/写入从应用程序创建的文件。创建应用程序的目录后(每个应用程序都有自己的目录),您可以安装 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.