Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2011-07-29 05:08:28
Size: 559
Editor: SamatJain
Comment: Link to Nook source code
Revision 5 as of 2011-08-11 23:17:02
Size: 819
Editor: SamatJain
Comment: Link to ignobleepub.py
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
 * /data/data/com.bn.nook.reader.activities/files/instore
Line 25: Line 26:
 * [[http://i-u2665-cabbages.blogspot.com/2009/12/circumventing-barnes-noble-drm-for-epub.html|Circumventing Barnes & Noble DRM for EPUB]] provides ignoblekey.py, ignoblekeygen.py, and ignobleepub.py

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"
}

SamatsWiki: Nook (last edited 2013-09-19 22:50:14 by SamatJain)