View Single Post
Old 03-23-2015, 01:47 AM   #1005
Difflugia
Testate Amoeba
Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.
 
Difflugia's Avatar
 
Posts: 3,049
Karma: 27300000
Join Date: Sep 2012
Device: Many Android devices, Kindle 2, Toshiba e755 PocketPC
Quote:
Originally Posted by Jane12 View Post
B&N's original download links provided direct download of the complete epub, no "helper" software required.

My mom-in-law is technophobic -- thus the lack of WiFi. Simply getting her to try a Nook was a big deal. However, we taught her how to use a web browser to find a book, purchase it, go to her online Nook Library and click the "download" link. Then the complete epub would download to her computer. She would connect her Nook via USB, then drag-and-drop the epub file from her computer to her Nook. All done.

At this point it seems all the Nook desktop apps are no longer supported, and even if we found a copy to download, with all the DRM changes, it's not clear whether an ebook downloaded through a desktop app would open on an old Nook 1st ed. that hasn't connected to WiFi for many years.

Finally, my mom-in-law is using this situation as "proof" that computers and technology are not to be trusted "and who needs ebooks anyway when paper books are just fine," she says.
If her computer's new enough to have Windows 7 and has a wireless adapter, it can be set up as a wireless hotspot. Alternately, if you have a laptop that fits the bill, you could set yours up this way to update her NOOK with new DRM keys or whatever.

As administrator, enter the following at a command prompt:

Code:
netsh wlan set hostednetwork mode=allow ssid=<some ssid> key=<WPA passphrase>
netsh wlan start hostednetwork
This creates a WiFi hotspot that connects to the computer. If you then go to Network Settings and find the adapter that's actually connected to the network, go to Network Sharing and share the network with the new connection (probably named "Wireless Network Connection 2".

This connection survives a reboot, but it needs to be restarted with the "netsh wlan start hostednetwork" command. If you're setting her computer up, you can put that command in a script and either put it on the desktop or have it run automatically at startup.

If you want more information or more detailed tutorials, Google "Windows 7 virtual access point".
Difflugia is offline   Reply With Quote