Nook Simple Touch

Purchased

Simple Touch

From : Isme (Very.co.uk) for £29

Delivered : 2013-06-27

Glowlight

From : Currys (ebay) for £44

Delivered : 2013-11-07

Rooting

Deleting Google Accounts

  1. Install "ES File Explorer"
  2. Tools | Root Explorer
  3. Delete /data/system/accounts.db
  4. Reboot

Format SD card

Create sdcard with two partitions. A vfat partition of 64MB and an ext2 partition for the rest.

# sudo sfdisk -uM /dev/mmcblk0 <<EOF
,64,c
,,L
EOF
# sudo mkfs.vfat -n nook1 /dev/mmcblk0p1
# sudo mkfs.ext2 /dev/mmcblk0p2

Install apps on sdcard

Links