@d3mac123, it was a huge pain. I first did the same thing you did, push your apk file onto the device expecting it to install as easily as it does on my Android phone. No dice. This isn’t the right place for this post but I’ll write it up anyhow. Don’t be mad at me Peach!
First, you need to apply as an app developer for the barnes and noble development program. Once you are accepted you will be able to get your Nook Color or Tablet into developer mode, which is required to install an app on the device. This takes a few steps after being accepted (non eclipse mode using command line ABD method):
-
Register your device via the serial number in order to download the provision file. (In B&N Dev portal, login and click on Tools & Services then click on Developer Mode -> add your device, download provision file)
-
Load Java first and then the Android SDK on your dev box.
-
Fire up Android SDK Manager. Install Android SDK Tools, Android SKD Platform Tools, Android 2.3.3 SDK Platform. Click Tools -> Manage Add-on Sites -> New… and add the URL: http://su.barnesandnoble.com/nook/sdk/Nook_Tablet_addon.xml. That will add “Nook Tablet SDK by Barnes and Noble”, install it.
-
Open /.android/abd_usb.ini and on a new line add 0x2080 (this allows ABD (Android Debug Bridge) to have knowledge of this hardware Id… your device)
-
Get your device to be recognized by your dev machine. This part was tough. There are a few links that detail this step.
-
Update your Environmental Variables for the “Path” variable to point to the Android-SDK platform tools path (mine is C:\Program Files (x86)\Android\android-sdk\platform-tools)and “JAVA_HOME” to point to your jre bin location where .java lives. Mine on Win 7 is C:\Program Files (x86)\Java\jre7\bin
-
Fire up ABD (Android Debug Bridge). Run “abd devices” and if you don’t see your device, your dev box hasn’t recognized your device properly.
-
When you finally see your device it will display the device serial number. You’ll need that to push your app to your device. The command line is "abd -s install c:\path\appname.apk.
-
When you get a success message. unplug your device. you’ll try to find it in Apps but it isn’t there. For my Nook Tablet (1.4.1 and higher) You have to go the apps page. Press and hold the volume up key and tap on the word “Library”, which is the heading text. You’ll then go to “Extras” and you’ll see your app there.
Here is a link for more info to get setup but I think you have to be a registered Nook dev to see the link: http://nookdeveloper.zendesk.com/entries/20422461-the-complete-guide-to-using-nook-color-tm-in-developer-mode-i-e-for-testing-nook-color-tm-apps
It took me about 5 hours to get all of this setup and running. Again, it was a huge pain.
If you need help, send me an email at rob@spitfiregames.com
Good Luck!
Rob [import]uid: 38348 topic_id: 18335 reply_id: 74607[/import]