I have no clue how to install the apk for the android market, cant find the folders to put it in and execute terminal commands.
could you just copy and paste into this text or email me the doc please.
OK, but if you figure this out I'm gonna want some help.
For #3, You connect the NC to your computer and make sure it's connected properly by running
adb devices
in a command window from the tools folder
For #4, yes, in the same command window as above, run the command. This mounts the Nook file system in read/write mode that will let you move files around.
The "adb devices" command starts the connector process and verifies there is an android device connected.
I followed this tutorial and now ADB and Market are working:
NookColor USB ADB - nookDevs
You need to run those commands from within your android sdk tool folder. on my machine the path is c:\program files\android\android-sdk-windows\platform-tools
Make sure you have installed the SDK tools . Then place those files in the same platform-tools dir and you should be able to run the push commands. good luck.
start-run then "cmd"
you need to download the Android sdk + Java JDK (in order for the Android SDK to install properly) in order to get adb.exe to work properly. Also I found the ADB Install (do a search, can't remember where I found it) for the Nook Win 7 driver. Everything installed and ran properly when these steps were followed
Yes, download both Android SDK and Java JDK (if you run the Android SDK installer it literally will halt you and tell you where to download the JDK from before allowing you to proceed), and once both of those are installed adb.exe should work.
Also a great tip for Windows 7 users - if you wanna get the command prompt open in the folder you're currently in (say, like the one with adb.exe in it ) simply hold 'shift' down and right click, and 'open command window here' will pop up, will save you time having to navigate to it in DOS box
There's a web based market now. Market.android.com. does anyone know if it'll work to download apps?
Here's the driver (and script) I used to get the Nook properly identified in Windows... [SCRIPT] Nook Color USB Drivers and ADB Setup (WinXP&7) - xda-developers
Once this was setup, running the previously mentioned commands got the nook up and running using adb.exe
You will download 2 files to your PC. Unzip them, and place the two .apk files in the same folder that contains the adb.exe file. THis is so when you run the adb command window, it knows where to get the files that it will push to your nook device.
Once you have found this folder and copied the files to it, make sure your nook is connected. I can't recall the link, but if you have issues, there is a set of drivers out there for recognizing the h.c. nook.
Assuming you have it connected correctly, open a command window by holding shift and right-clicking to get the "open command prompt from here" option in the context menu. Click that link, then type the commands exactly as shown. This should push the two files you need for the marketplace onto your nook, and you will be all set. Note that there are real stability problems with apps on h.c. right now.
What they don't say in the steps is that you need the Android SDK AND the Java SDK installed on your PC. You can find them here:
Android SDK | Android Developers
Java SE Downloads
adb.exe comes with the Android SDK.
Then to get your PC to see your Nook via USB you will need to read "ADB Access" at the end of the following link:
NookColor Rooting - nookDevs