Please remember to add a category to the bottom of each page that you create.
See categories help for further details, but most will probably be [[Category:HTC ModelName]].
BN Nook Simple Touch/Replacing system files
From XDA-Developers
To replace system files on the Nook Simple Touch (for example, /system/framework-res.apk):
Using the ADB shell:
mount -o rw,remount /dev/block/mmcblk0p5 /system
Then from the command line:
adb push framework-res.apk /system/ adb reboot