How I got Android Marketplace installed, but not quite working
So now that I have the OS working, I've been trying to get the Android Marketplace working.
Here's how I got the Marketplace onto my already-Honeycombed NookColor:
1) Installed
this driver pack from xdadevelopers.
Downloaded the "Combo Pack (all-in-one!)" option and did the default install, which puts the necessary ADB stuff into your "C:" directory. Follow the instructions in the first post of that thread to get your NookColor properly recognized by the ADB (stands for Android Debug Bridge).
2) To make sure the install went smoothly and the computer actually "recognizes" the NookColor, I opened command prompt as an administrator (go to the Start menu and, in the search bar, type "cmd" but don't hit your Enter key; only one result should appear, "cmd.exe"; right-click it and choose "Run as administrator"). Then I navigated to the correct folder using the following command:
cd C:\android-sdk-windows\platform-tools
Then I ran the following command:
adb devices
After ~10 seconds, my Nook appeared, albeit in a serial-number-only form. Still, as long as some numbers appear, you know the ADB is detecting your NookColor. If it doesn't appear to detect it, check out the short troubleshooting area of the first post of the xdadevelopers thread I linked above.
Don't close this command prompt window yet!
3) Downloaded the
version of Market suggested in the first post of this thread, as well as the
GoogleServicesFramework.apk file. After they finished downloading, I moved them into the "platform-tools" folder that was created in step 1 (it should be located in your C: drive, then in the "android-sdk-windows" folder).
4) Still using the command prompt window from step 2, I copy/pasted each of the commands from the first post of this thread (#4 under "Installing the Android Market on the Nook Color running Honeycomb"). No errors were encountered, so I unplugged the NookColor from my computer, shut it down and booted it back up into Honeycomb, and went to the Apps section. The Marketplace should be there.
Now, this is where I've run into trouble. I can open the Marketplace all the way to the point where it wants me to log into my account. However, after attempting to login for a few minutes, it has consistently given me the following error:
"Can't establish a reliable data connection to the server."
However, I can connect to the web and even to my e-mail using the built-in E-mail app just fine. So far, nobody on the web who has asked this question has received an answer, and I have tried just about everything to get it to connect.
If anyone knows how to get past the "Can't establish a reliable connection to the server" error, I would love to hear how!