Wait, so I will have to issue the adb command WHILE the SD CARD is connected to my computer via the SD card reader? I thought I can do so ONLY when the NC is connected to my Mac AND recognized by the Mac. I.e. showing as a drive.
BTW, looking at the command, can you tell me where it will say to push to my SD card? My SD Card is in /dev/disk1, but I don't see it in the command:
adb shell mount -o remount,rw /dev/block/mmcblk1p2 /system
As a matter of fact, I get "error: device not found" from the terminal.
No, you use the ADB command when the Nook is connected to your Mac. The second partition of the SD card shows up as /dev/block/mmcblk1p2 on the Nook (which is running Linux).
ADB basically allows you to use your Mac terminal to communicate with the Nook. As such, it is powerful enough to allow you to really mess things up if you are not careful.
It seems that many of us are seeing the "device not found" error. I hope somebody figures out the solution to that problem.