* UPDATE 2/2 SOUND AND SD CARD STORAGE NOW WORK!!! DOWNLOAD THE IMAGE POSTED IN THE INSTRUCTIONS BELOW. IF USING THE PREVIOUS IMAGE, IT'S PROBABLY EASIEST TO START OVER FRESH **
Yes, you read correctly. The dev who's been teasing us with pics and videos has released what he has. Here's how to get Honeycomb running on your Nook Color right now.
Credit to dev deeper-blue (Rafael Brune) whose thread can be found here:
Android 3.0 Honeycomb Image - xda-developers
1. Download the image:
nookhoney02.img.zip
Mirror:
nookhoney02.img.zip
Mirror 2:
nookhoney2.img.zip
Torrent:
nookhoney02.img.zip (might be faster than either of the above options - of course you'll need a torrent client like
bittorrent)
* Torrent link to image w/Google apps, LCD Density = 150 already in place (credit
dehidding):
nookhoney02a.zip
Unzip the image onto your computer (use
WinRAR, others might not work).
2. Get an SD card, at least 4GB.
Some had problems with 4GB cards, others said the image stalled burning, but then it worked anyway. Worth a try, but larger than 4GB, you should be fine.
3A. PC Users:
- The usual program for this, Win32DiskImager, isn't working with this large file. So
download WinImage, and under 'Disk' choose "Restore Virtual Image to Physical Drive." Change the files shown at the bottom to "all files" and select the file.
On Mac:
3B. Mac Users:
- Open a terminal window
-Find which drive the sd card is mapped to: type in the terminal this:
diskutil list
- Be very careful to identify the SD card and not your hard disk. Be VERY careful.
- Now unmount that drive typing this:
diskutil unmountDisk /dev/disk#
(My computer is was disk2 replace # with your number. Do NOT use the disk#s)
The computer should say: Unmount of all volumes on disk was successful
Type:
dd if=nookhoney02.img of=/dev/rdisk# bs=1m
Everything needed should copy right over to the card.
4. Power down your Nook, insert the microSD card, and it should boot into Honeycomb!!!!!!
Installing the Android Market on the Nook Color running Honeycomb:
1. Download
this version of the Market (2.2.11).
2. Download
GoogleServicesFramework.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 go to apps, open the market, sign in. If the Market won't open at first, reboot and try again.
Overclocking Honeycomb to 1.1GHz (might work, might not, might work then stop working):
Credit for the general basis of these instructions to Divine _Madcat, his thread:
[FYI] dalingrin's 1.1Ghz Eclair kernel works on Honeycomb - xda-developers
1. Download
uImage
2. If you haven't yet booted Honeycomb, skip to 4. If you've already booted it, see 3.
3. With the Nook booted into Honeycomb, connect via adb, and issue the following:
adb shell
cd data/dalvik-cache
rm *
exit
. . . and then power off your Nook immediately, without opening any apps. It's probably best to power it off with a hard reset (hold power down 10-15 seconds).
** If this doesn't work, try repeating the same steps above with
this 1GHz kernel. The 1.1 stopped working for me, but this one works great and is very fast!
(the 1GHz kernel credit goes to Geniusdog254, whose thread is here:
[KERNEL] [GPL] Quickie - Flashable Overclock Kernel - "Screamer" - xda-developers)
4. Remove the SD card, and place it back in an SD reader.
5. Open the folder (it should say boot) and
make a copy of that uImage file on your computer. If you discover later on that the overclocking kernel doesn't work, simply replace the new one with this original that you're backing up now.
6. Now replace it with the uImage folder you downloaded earlier. Reboot, and enjoy the overclock!
Making items on your screen larger:
The LCD Density is 133, so everything will be pretty small. You can change this manually by editing your build.prop file, but when I tried, anything larger than 160 or so caused crashes. 150 works well for me. If you want, you can simply download this
build.prop preset at 150, place it in your sdk tools directory and, with your nook connected, type:
adb shell mount -o remount,rw /dev/block/mmcblk1p2 /system
adb push build.prop system/build.prop
adb reboot
Features currently not working:
- no root/su access for apps