Differences between revisions 5 and 6
Revision 5 as of 2011-08-11 23:17:02
Size: 819
Editor: SamatJain
Comment: Link to ignobleepub.py
Revision 6 as of 2011-08-12 01:18:31
Size: 1036
Editor: SamatJain
Comment: Link to Nook STR v1.0.1 source code
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:
== Source Code ==

From [[http://www.barnesandnoble.com/nook/legal/index.asp|B&N's legal page]]:

 * [[http://images.barnesandnoble.com/PResources/download/Nook/source-code/nook2_1-0.tgz|Nook STR v1.0 source code]] (SHA1: 339d351ba98771c3a6768234122a181859b44c17)
 * [[http://images.barnesandnoble.com/PResources/download/Nook/source-code/nook2_1-0-1.tgz|Nook STR v1.0.1 source code]]
Line 25: Line 32:
 * [[http://images.barnesandnoble.com/PResources/download/Nook/source-code/nook2_1-0.tgz|"Nook 2" v1.0 source code]] from B&N (SHA1: 339d351ba98771c3a6768234122a181859b44c17)

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

Source Code

From B&N's legal page:

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