| Size: 1999 Comment: Rename to merge Nook STR and Nook Color pages | Size: 3041 Comment:  | 
| Deletions are marked like this. | Additions are marked like this. | 
| Line 2: | Line 2: | 
| = Nook Color = == Source code == B&N's [[http://www.barnesandnoble.com/u/Terms-of-Service-NOOK-Color/379003278|legal page]] has source code for the Nook Color (see "Third Party Software Terms"). = Nook Simple Touch Reader = | |
| Line 60: | Line 68: | 
| [[http://wiki.cyanogenmod.com/wiki/Barebones|Barebones Cyanogenmod]] describes what programs/APKs included by default w/ the ROM you can delete. E.g. phone dialer, messaging, etc. Some I think are unncessary for the Nook: {{{#!highlight sh numbers=off adb remount adb shell cd /system/app rm Mms.apk rm VoiceDialer.apk }}} [[http://forum.xda-developers.com/showthread.php?t=991276|V6 supercharger]] modifies Android's default OOM killer settings. Supposedly manages RAM better? Recommended for the Nook: Option 9 (MegaRAM 2 w/512mb {6,12,75,100,125,150 mb}). [[http://forum.xda-developers.com/showthread.php?t=1344873|[ROM][CM7.2-RC0] MiRaGe - KANG build of CyanogenMod - xda-developers]] is a build of Cyanogenmod 7.2 w/ Roboto as a system font, upgraded low-memory use kernel, etc. | 
Nook Color
Source code
B&N's legal page has source code for the Nook Color (see "Third Party Software Terms").
Nook Simple Touch Reader
Interesting paths
- /data/data/com.bn.nook.affiledownloadservice/files
- /data/data/com.bn.nook.reader.activities/files/instore
Networking
##### wpa_supplicant configuration file template #####
update_config=1
ctrl_interface=tiwlan0
eapol_version=1
ap_scan=1
fast_reauth=1
network={
        ssid="attwifibn"
        scan_ssid=1
        key_mgmt=NONE
        id_str="B&N Store"
}
Dissecting a uRamdisk
In update packages, ramdisk.img is renamed to /boot/uRamdisk.
Once modifications are made, you can recreate the image:
Source: xda-developers - View Single Post - NT: Build root filesystem, which also describes recreating the ramdisk image.
Source Code
From B&N's legal page:
- Nook STR v1.0 source code (SHA1: 339d351ba98771c3a6768234122a181859b44c17) 
- Nook STR v1.0.1 source code (SHA1: a0cafa0f54abf3c86732fb84d4974a6724ed55fa) 
- Nook STR v1.1 source code (SHA1: 6228cac95d329c2d16b04cae45387296ce005fb7) 
Links
- Circumventing Barnes & Noble DRM for EPUB provides ignoblekey.py, ignoblekeygen.py, and ignobleepub.py 
Barebones Cyanogenmod describes what programs/APKs included by default w/ the ROM you can delete. E.g. phone dialer, messaging, etc.
Some I think are unncessary for the Nook:
adb remount
adb shell
cd /system/app
rm Mms.apk
rm VoiceDialer.apk
V6 supercharger modifies Android's default OOM killer settings. Supposedly manages RAM better? Recommended for the Nook: Option 9 (MegaRAM 2 w/512mb {6,12,75,100,125,150 mb}).
[ROM][CM7.2-RC0] MiRaGe - KANG build of CyanogenMod - xda-developers is a build of Cyanogenmod 7.2 w/ Roboto as a system font, upgraded low-memory use kernel, etc.
