I already show you how to install the android 3.0 in Nook Color to make your Nook Color as a android tablet. This time, I will show you how to install the android market in your android nook color. Before you get it start, you need to know ADB, Android Debug Bridge. You can find it in android developer site. You may also need to know how to enable ADB USB drivers for NVIDIA Tegra and Tegra 2 based devices. After that, we can start our tutorial now.

  1. Download Android Market 2.2.11
  2. Download Google Services Framework.apk
  3. Place the files in your adb tools folder (or platform-tools on the newer version – wherever adb.exe is)
  4. Open a command prompt in that folder, and issue the following commands:

adb shell mount -o remount,rw /dev/block/mmcblk1p2 /system
adb push Vending.apk system/app/Vending.apk
adb push GoogleServicesFramework.apk system/app/GoogleServicesFramework.apk
adb shell
cd system/app
chmod 6755 Vending.apk
chmod 6755 GoogleServicesFramework.apk
exit
adb reboot

Then, you can find your android market in your android 3.0 nook color.

Previous PostNext Post

1 Comment

Leave a Reply to Gildas Cancel reply

Your email address will not be published. Required fields are marked *