Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2011-07-28 06:28:26
Size: 282
Editor: SamatJain
Comment:
Revision 4 as of 2011-08-04 23:15:15
Size: 618
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Interesting paths ==

 * /data/data/com.bn.nook.affiledownloadservice/files
 * /data/data/com.bn.nook.reader.activities/files/instore
Line 17: Line 22:

== Links ==

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

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