问题标签 [nook]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - 如何从我的应用程序中隐藏 NOOK HD 设备的软键栏
在我的应用程序中,如何隐藏 Nook HD 设备的软键栏?
我的应用程序正在全屏模式下运行
谢谢
epub - NookPress.com 中的 ePub 提交问题
将 ePub 文件上传到 NookPress.com 后,出现错误提示“处理内容致命错误:包中缺少引用的资源”
我检查了我的 HTML、Content.opf 和 ncx 文件,发现数据中没有这样的问题,我用 ePub 检查器测试了我的 ePub 文件,它显示我创建的 ePub 文件没有任何问题。如果有人遇到同样的问题并且能够解决它,请告诉我,我长期以来一直在纠结这个问题。
谢谢
android - Android Unlock screen, then relock screen (Nook Simple Touch)
My goal is to have a simple program which fetches the contents of an image URL every X seconds, writes it to the /media/screensavers/Messages directory, then unlocks and relocks the device (Nook Simple Touch) so the new downloaded img is displayed.
The alarm fires off when it should and the image downloads (I can see via Android Studio logcat). The problem is the nook does not unlock. (the screen does not update).
Here is my code from AlarmReceiver.java
I tried this code from How to programmatically dismiss the screensaver/lock screen on Android (Nook Simple Touch)
but getWindow()
is RED (Can't resolve method).
I've tried using context.getWindow()
, but that also has errors. How do I access getWindow from within the onReceiver context?
Goal: Refresh the 'Screensaver' image via
- Download Image (done)
- Write image to directory (done)
- Unlock device
- Lock devive
Thanks!
android - Unity 到 android Nook 不起作用
请注意我的英语不好:)
我正在尝试为nook导入android项目并尝试在nook hd api level 10和api level 15的模拟器中运行。
我使用最低 api 级别 10 导入 android 项目也尝试使用 api 级别 15
但是当它进入模拟器时,它会给我这个错误
03-26 11:59:47.623: E/Unity(980): (Filename: PlatformDependent/AndroidPlayer/Source/UnityEGLConfig.cpp Line: 203)
03-26 11:59:47.623: E/Unity(980): [EGL] Unable to find an configuration matching minimum spec!
03-26 11:59:47.623: E/Unity(980):
03-26 11:59:47.623: E/Unity(980): (Filename: PlatformDependent/AndroidPlayer/Source/ContextGLES.cpp Line: 204)
我尝试了各种选择,但没有奏效。非常需要这样做
android - 在 Android SDK 上使用 Eclair
我想为使用 Eclair 的根深蒂固的 Nook Simple Touch 进行开发。我已经下载了 Android SDK 并启动了虚拟设备管理器,但现在是 2015 年,它不提供 Gingerbread 之前的任何版本。有没有办法获得 Eclair 虚拟设备?或者,我可以得到一个较旧的 SDK 包吗?
谢谢你,鲍勃
android - 内容发布者如何在不同的设备上保持相似的用户体验?
开发人员如何能够处理在具有不同屏幕尺寸(甚至不同尺寸比)的设备上发布他们的东西?
例如,我拥有一个旧的 10" 和一个新的 6" kindle。对于一些电子书,图片和文字的位置截然不同(尤其是在学术书籍中经常遇到这类东西),但内容总是无缝地适应环境。我想知道这是如何在后端维护的?
android - 如何改进 Android Eclaire 上的 WebView?
我有一台旧设备(Nook Simple Touch)。它基于Android 2.1。我正在为此设备编写简单的应用程序(仅供个人使用)。此应用程序是一个链接到特殊 WEB 站点的 WebView。网站是使用 JQuery Mobile 构建的。
我遇到了麻烦。此设备上的 WebView 并不完美,某些元素显示不正确。新版本的 WebView 运行良好。
是否可以在旧版本的 Android 上改进 WebView?可能这里是升级它的一种方法,或者我可以使用一些库来实现它?