How I installed market place and Google services
First off, I’m super excited about honey comb! I’m a new to the nook.
How I installed Marketplace and Google services on my nook
I’m running windows 7 32bit
Installing ADB.
Used instructions from:
[DRIVER PACK] Easy USB ADB Installer for Windows (32/64 bit) - xda-developers
I downloaded the “combo pack”
Follow the instructions 1-3
Step 4 really does not apply to me/us, since we all probably plugged our nook color into our pc before we got ADB installed. Continue to instructions below.
Right click on “Computer” -> “Manage”
Click on “Device Manager” on the left panel under System Tools.
Click on the Triangle next to “Other Devices” to expand this section, you should see the android device.
Click on the Android Phone device to highlight the device then right click and go to “update driver software…”
Click on “Browse my computer for driver software”
Click “Browse” and navigate to and highlight “C:\android-sdk-windows “ make sure you check “includes subfolders” and Click “Next”
The pc will search for the drivers and will find the drivers and prompt you with a warning that the drivers are not signed by MS, select “Allow or Yes” (forgot exact wording).
After the drivers are installed Click “Finish” and the device should be installed.
Copy the GoogleServicesFramework.apk and vending.apk to the C:\android-sdk-windows\platform-tools folder
Open up Command Prompt:
Win7: Start -> Search for “CMD”. CMD.Exe should come up and then click on the cmd.exe
WinXP: Start -> Run -> type cmd then hit enter
The command prompt will start you off in directory where you do not want
Type: cd/ <hit enter>
Type: cd C:\android-sdk-windows\platform-tools <hit enter>
This will bring you to the dir where you want to be
Type: adb devices <hit enter>
This will confirm that you device is connected
Then follow the rest of the instructions list on the first page from Step 4 from “Installing the Android Market on the Nook Color running Honeycomb” from the first page
Hope this helps