Nook is an e-reader/tablet from Barnes and Noble. There are e-ink black&white and a color versions. It is Android based and a strong competitor to Amazon Kindle.
0
votes
0answers
6 views
App link in Nook AppStore
I am developing application that support Nook Kindle. I have to specify my nook app link to Rate my app. For Kindle I Used "http://www.amazon.com/gp/mas/dl/android?p=pacakgeName" and for google play ...
-4
votes
0answers
31 views
Nook Touch: Disable Menu [closed]
I am using a rooted Nook Touch with E-Ink display to display an image slideshow. It is rooted with TouchNooter v 2.1.31. The slideshow starts after the device boots and unlocks the shown lock screen. ...
0
votes
2answers
69 views
Maintain Single Source or apk for Nook and Kindle
I have to maintain my application in Android Play, Kindle and Nook Stores. I am using camera option in my application. As there is no camera for Nook I have to hide camera option each time when I am ...
0
votes
0answers
23 views
Does media Query Works in NookColor
I would like to know if media Query works in NookColor? And if it doesnt what can be a work-around for it?
0
votes
0answers
13 views
Nook Picker showing videos unexpectedly
To implement an image picker, I'm currently doing the following:
Intent i = new Intent(Intent.ACTION_PICK);
i.setType("image/*");
startActivityForResult(i, GALLERY_REQUEST);
...
0
votes
0answers
58 views
How to get Latitude and Longitude at nook color
I made a weather application and I want to work this application on nook tablets. I used Geocoder for latitude and longitude.
String address = "";
Geocoder geoCoder = new Geocoder(context, ...
0
votes
1answer
74 views
Android - is it possible to tell during runtime if the current device is an Amazon Kindle or NOOK from Barnes and Noble?
I have an apk file that I upload to the Kindle store and the NOOK store (both reader tablets) and I have a place in the app where I would like to know whether the device is an Amazon device or from ...
0
votes
1answer
363 views
INSTALL_FAILED_UPDATE_INCOMPATIBLE shows up even after the original is completely removed
I am trying to install a modified apk file onto my Nook Simple Touch. I modified the Reader.apk program, recompiled it, and signed it with my own key.
I know that you cannot install an app over a ...
1
vote
1answer
119 views
Android - how to run an a local app on an emulator from a command line?
I am trying to run the NOOK emulator. It is a tablet from Barnes and Noble.
Here is the command I am trying:
C:\Program Files ...
0
votes
0answers
58 views
Barnes & Noble Nook API
I am looking for the functionality to view the sales of my books on Barnes & Noble. Can anybody help me in getting the API's for this or if not available then please let me know the other way to ...
0
votes
1answer
182 views
Android - how do I run my app in the Nook emulator which I think I installed
I just went through the steps to install the NOOK packages from my sdk manager.
But what are the steps to actually run apps with the nook emulator?
I am going from these instructions, but they are a ...
0
votes
1answer
418 views
How to set up ADB on eclipse for mac?
I'm a newbie to android development. I've made iOS apps, and now i'm starting on android.
Every time I've tried to run the hello world app, it says
The connection to adb is down, and a severe error ...
1
vote
1answer
170 views
Automatically create chapter breaks and titles from plain text file?
I have a big file that is separated into categories with an underscore beneath each category name. The file is constantly changing and there are 80 categories. It is a plain text file. I would like to ...
2
votes
1answer
240 views
App won't lauch on Nook, ClassNotFoundException
I've submitted an app to the Nook developers portal. It runs fine on my rooted nook color and on all the different emulators plus thousands of devices on the play store. The problem is that when I ...
0
votes
2answers
283 views
Google's In-App Billing on Kindle and Nook device
Can some one confirm if Google's In-App Billing works on Kindle Fire and Nook devices or do we need to specifically use Amazon's In-App billing for the same?
0
votes
1answer
134 views
Build.PRODUCT for Nook and Kindle Fire devices
I want to port an existing Android application to Nook and Kindle Fire devices. I want to turn off unsupported features by querying for android.os.Build.PRODUCT and android.os.Build.MODEL codes.
Could ...
0
votes
0answers
94 views
Nook emulator text size too small
I am using Elcipse, and working on an Android app for the Nook app store. I am using the Nook emulator. I tested this app on both the nook emulator and another emulator I created in Eclipse. Both ...
0
votes
1answer
431 views
Why in some tablets for android does not support silverlight?
I'm creating a line of business application using Silverlight 5.
The application is really be great using MEF as a Dependency container. I'm worry because I have to put this LOB application into ...
0
votes
1answer
290 views
Hide/remove USB mode pop up window while NOOK debugging
I'm debugging my Android app with NOOK color device.
When I connected USB to NOOK Color, the Window "USB Mode" with text "You may now safely move files from your PC to NOOKcolor..." pops up and ...
0
votes
0answers
56 views
option menu is not coming in nook color
My app is working good in all devices but in nook color it is not showing menu button hence i am not able to use my all functions written in option menu.
my app is full screen app.
1
vote
1answer
158 views
Programmatically detect a Nook tablet
I know, that i can using the android.os.Build.MANUFACTURER field of Build object.
But what value must be contain this field for Nook devices?
Thanks.
0
votes
1answer
59 views
should we submit the application to nook color and nook tablet separately?
I have an application I want to deploy it Nook Market,I found two devices NOOK COLOR And NOOK TABLET..Should i need to submit the app in them separatly,,Please help me in this ...
Thanks In Advance
1
vote
1answer
114 views
Steps to submit the android app in Nook?
I have an app in Android.I want to publish this in NOOK market .As I Found they were two device models in Nook i.e.,NOOK Color and NOOK Tablet,Do I submit my app for both of these separately.??Could ...
0
votes
0answers
27 views
Could any one tell about these things which are not supported by NOOK?
I want to install one app in the NOOK,So i search for the steps and
the things which are considered by NOOK for accepting the application
to be in their market.By searching I came know this the ...
0
votes
1answer
68 views
Storing external data in Nook devices
How to store data in Nook device (emulator) without SD card. or how to use /media in Nook device (emulator).
1
vote
1answer
748 views
How to open wifi settings on Nook/NookColor
My app needs active wifi connection. I added button "Go to wifi settings" with this code
Intent settings = new Intent(Settings.ACTION_WIFI_SETTINGS);
settings.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
...
0
votes
1answer
136 views
Nook per device licensing
I am new to Nook and I want to port an existing Android application to Nook. The existing Android app uses inapp purchase so we can charge per device rather than per account. But I know that Nook does ...
0
votes
0answers
50 views
Print driver to nook
Purpose of what I am going to ask: I Want to be able to print to the B&N Nook(1st generation); just connect it to the computer and treat it like a printer. The driver should store the settings ...
0
votes
1answer
677 views
How can I use dd to write an image to my android phones SD card?
I'm trying to use my android phone in place of a card reader to write a .img file to its external(removable) sd card(/mnt/emc) but when I try to do this from a terminal on the phone(dd if=foobar.img ...
2
votes
1answer
438 views
Android - add Google account programaticaly to non-Google device such as Nook
I have a code in my app that prompts user to add Google account if one is missing.
AccountManager accountMgr = AccountManager.get(mContext);
accountMgr.addAccount("com.google", "ah", null, new ...
0
votes
1answer
127 views
eBook Publishing Formats? [closed]
I am curious as to how to convert Word Documents and or Adobe PDF Documents into various eBook Formats (hence, Kindle, Nook, iPad, Sony Table, etc.). I have learned that some of these formats required ...
0
votes
0answers
363 views
ADB Composite Interface Issue on windows 7 x64
I have installed adb composite interface in windows 7 x64. While installing I got warning "the driver is not digitally signed!" and after completing installation I got message
The software for this ...
0
votes
1answer
469 views
Issue in installing ADB drivers for nook 1.4.2 in windows 7
I am new to android development and I need to test my application on nook color/tablet for that I have got provision.cmd and copied to root of my nook color/tablet.
But running "adb devices" still ...
0
votes
2answers
1k views
how to get nook simple touch's device id?
To use the APK Downloader(link),i have to know the nook's device id.
I hava used a app called device id,but the device id only has 15 characters(it should have 16 character).Then i try to use adb.like ...
1
vote
1answer
776 views
How to programmatically dismiss the screensaver/lock screen on Android (Nook Simple Touch)
I wrote a simple alarm-clock style application that I run on my (jailbroken) Nook Simple Touch (aka NST), under Android 2.1.
When the scheduled alarm time arrives, my application needs to wake up the ...
0
votes
2answers
710 views
enable usb debugging on nook color? could not find menu->setting->application_>
I could not find out how to make usb debugging enabled on nook color configuration. I could not find menu->setting->application to enable the usb debugging. What is wrong with my device.
0
votes
1answer
260 views
Android NOOK Emulator — bottom of screen is cutoff?
I am successfully debugging my Android app on the NOOK SDK and using the NOOK emulation. However, I am finding that the lower part of my Nook screen is being cutoff -- I'm talking about the actual ...
1
vote
2answers
356 views
Change Wallpaper intent Application crashes in Nook Color:
I need to develop a Wallpaper application for Nook Color. I have installed the Nook color addon after that when i use this code in my app and it gets crashed every time. The below API Intent to allow ...
3
votes
2answers
1k views
Accessing Storage on the Nook
The closest thing to documentation I can find having to do with file storage is this post (see below if you can't access it), but it leaves me with several questions.
I would really, really, really ...
0
votes
1answer
575 views
Can I install my own software on a Nook Color? [closed]
I'm wondering about buying a Nook Color, but I don't want it unless I can write and install my own apps for it. I don't qualify for the Nook Color development program; I just want to noodle around. ...
0
votes
1answer
51 views
On Nook Color, is there some kind of API to the reader functionality?
In other words, if I want to make a custom user experience around the reader, is there a way to do it? I imagine for example that the reader could be a Content Provider for the books. Does anyone know ...
1
vote
0answers
158 views
How good an Android platform is the Nook Color? [closed]
Has anyone seen a commentary about the Nook Color as an Android platform? I know it's inexpensive and a good e-reader. What are the trade-offs as an Android platform? Does it have any weird quirks? Is ...
0
votes
2answers
108 views
Why an android application becomes slower to respond
I had an android app built especially for medium screen size android devices.
Now it was required to build that same app for a device called nook-color (by Barnes & Noble)
So for this we made all ...
0
votes
0answers
389 views
Android - Help building a bootable SD for Nook Touch (2nd gen, simple touch, eink)
Has anyone stumbled across a how-to link for building an Android bootable SD for the Nook Simple Touch?
This is the second generation Nook e-reader with the e-ink screen. I have found plenty of ...
1
vote
1answer
1k views
How To Install The NOOK SDK 1.2 Android Add-On
I am using Eclipse IDE for Android deve & trying to install Nook SDK 1.2 Android Add-On.
I referring to this link - https://nookdeveloper.barnesandnoble.com/tools-services/sdk.html
But when I ...
2
votes
1answer
166 views
Ajax Request Not Loading New Data
My application uses polling to update the status of a music player. I'm using setInterval to make an Ajax call every half a second to do this. It works on many browsers (Chrome,Firefox, Safari... ) ...
0
votes
1answer
295 views
URL protocol/mimetype to autoload epub file on Nook?
For iphone, I use the "stanza://abcd.epub" url format to automagically startup the Stanza reader and autoload the abcd.epub book.
On the color nook, I tried a url with the epub mimetype ...
1
vote
0answers
272 views
My application doesn't show up in Market on a Honey Nook (and I presume Xoom)
I've got a HoneyComb running nook. But I can't find my application (Car Cast) in the market... and I don't know why.
I've tried messing with the AndroidManifest's targetSdkVersion="3" ...
0
votes
2answers
344 views
How to install an android application in a Nook (Not Nook Color) + without rooting
I have a requirement to start up the browser of an E-Ink Nook and point it to a specific URL. Since the Nook runs on Android 1.5, the most obvious solution to this was to write an Android app that ...
2
votes
1answer
667 views
Android 2.1 file reading is slow
I have an Nook Color (Android 2.1) device and the app which is going to read some huge files (PDFs) from sdcard.
I'm going to use FileInputStream for file reading (and it works fine both on emulator ...





