<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>How-To Archives - Babbling Engineer</title>
	<atom:link href="http://www.babblingengineer.com/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.babblingengineer.com/how-to/</link>
	<description>Tips and hacks for surviving life with a smile on your face</description>
	<lastBuildDate>Sun, 18 Aug 2013 11:15:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<!--Theme by MyThemeShop.com-->
	<item>
		<title>How to Generate a Secure Password</title>
		<link>http://www.babblingengineer.com/how-to/how-to-generate-a-secure-password/</link>
					<comments>http://www.babblingengineer.com/how-to/how-to-generate-a-secure-password/#comments</comments>
		
		<dc:creator><![CDATA[Matthew Acton]]></dc:creator>
		<pubDate>Wed, 15 May 2013 06:12:26 +0000</pubDate>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[security]]></category>
		<guid isPermaLink="false">http://www.babblingengineer.com/?p=283</guid>

					<description><![CDATA[<p><img width="100" height="150" src="http://www.babblingengineer.com/wp-content/uploads/2013/05/2291896028_e54336ab04_z.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" srcset="http://www.babblingengineer.com/wp-content/uploads/2013/05/2291896028_e54336ab04_z.jpg 427w, http://www.babblingengineer.com/wp-content/uploads/2013/05/2291896028_e54336ab04_z-200x300.jpg 200w" sizes="(max-width: 100px) 100vw, 100px" /></p>
<p>In today’s digital age, your password is the key to your digital door.  Why, then, do so many of us use a cheap, plastic padlock?  Today I'm going to discuss some ways we can upgrade our padlock to a 5-lever mortice lock!</p>
<p><a title="***" href="http://www.flickr.com/photos/74835575@N05/7187334179/" target="_blank"><img title="***" alt="Your password should be secure" src="http://farm8.staticflickr.com/7085/7187334179_584dde79d3.jpg" width="500" height="375" /></a><small> </small></p>
<p>It sometimes feels like nowhere is safe.  Just within the last 6 months, <a href="http://nakedsecurity.sophos.com/2013/03/02/evernote-hacked-almost-50-million-passwords-reset-after-security-breach/" target="_blank">Evernote</a>, <a href="https://livingsocial.com/createpassword" target="_blank">Living Social</a> and <a href="http://www.bbc.co.uk/news/technology-21304049" target="_blank">Twitter</a> have all been hacked.  Admittedly, these were all professional hacking attempts.  One of the most common methods of hacking accounts is to use a brute force method.  Essentially, this uses a computer to continuously try different passwords, against a pre-defined list until it effectively breaks down the door.  Top of that <a href="http://www.huffingtonpost.com/2012/10/25/most-popular-worst-passwords-of-2012-splashdata_n_2018587.html">list</a> are usually passwords along the lines of “123456” and even “password” itself.  So, my first tip is to check if your password is on that list and if it is, change it immediately!</p>
<p>The other way hackers glean your password is through something called Social Engineering.  This can take many forms, but essentially involves getting information about you.  For instance, how many of you use your partner’s or your pet’s name for a password?  And how many people know what those names are?  You might even have let it slip to somebody you barely know!  Again, not a good choice of password.</p>
<p>So, what does make a good password.</p>
<h3>Pick a Base Password</h3>
<p>So, the first step is to start with something you will remember.  Don’t go for something obvious though.  Look around you now, what do you see?  I'm currently looking at a gorilla.  No, really, I have a stuffed gorilla on my desk.  So, there is my base password.</p>
<p>gorilla</p>
<h3>Modify your Password</h3>
<p>Anybody trying to brute force an account would likely use a text file with a long list of words – often based on a dictionary.  Obviously, eventually, they would reach my current base password.  This is the clever part.  Many people suggest swapping out letters for numbers, as some algorithms dictate that our password must contain letters as well as numbers.  It doesn't take a clever soul to work out what these substitutions could be, so although we are making it more difficult for our password to be broken, it’s far from impossible.</p>
<p>Another option is to swap letters around.  Maybe write our password backwards, or swap every other letter, or even put the last half before the first half.</p>
<p>Its also worth using a combination of capital letters.</p>
<p>Of course, to be ultra secure, you could use a combination of the above:</p>
<p>1LlAg0r</p>
<h3>Passwords for Many Sites</h3>
<p>Now you have one password, I wouldn't recommend using it for all your sites.  According to statistics, [55% of web users use the same password for all of their sites].  That is quite scary, because it may be able to break your password on a relatively insecure site and then all your accounts are compromised.  So ideally, you want a different password for each site.  If you've got hundreds of accounts, which most of us do, that could make it difficult to remember them all.</p>
<p>However, we have our secure base password.  The simplest option, is to put an easy to remember acronym for the site in front of the password.  For instance, for <a href="http://www.eng-tips.com/%E2%80%8E">Engineering Tips</a>, you might use ENG, or ET.  You might want to use a separator, or you might not.  For instance, - or _ are popular (which is a good reason not to use them), or &amp; or (.  Be wary though, some sites are particular about what symbols you use.</p>
<p>So now we have:</p>
<p>ET1LlAg0r</p>
<h3>Changing Passwords</h3>
<p>As an Engineer, I tend to work on a lot of secure systems.  These often have a policy that you must change your password after a set period of time – every month, 3 months, 6 months etc.   For this, you can append an item onto the end.  The obvious addition to your password is a numerical digit.  E.g. 01, 02 etc.   However, for increased security, you could use a letter; a, b, c and so on.  Or you could start at the back and work forwards; z, y, x…. or even use your computer keyboard; q, w, e.</p>
<p>So now we have our final password:</p>
<p>ET1LlAg0rq</p>
<p>And all you have to remember is gorilla.</p>
<p>This isn't going to make your account completely hack-proof, but it is at least making your passwords much more secure.  And if one account does get compromised, at least you can be sure that the rest will remain secure.</p>
<p>Please share this article out to your social networks so that your friends can strengthen their passwords.  I've placed some buttons underneath this article to make it easy.  And as always, if you have any additional suggestions or comments, please use<a href="#comments"> the box below</a>.</p>
<p>&nbsp;</p>
<p><em>Image credits</em><br />
<em>Featured image - <small><a title="Security" href="http://www.flickr.com/photos/37053322@N00/2291896028/" target="_blank">Anonymous Account</a> </small></em><br />
<em>Lock: <a title="Jarek Kisieliński" href="http://www.flickr.com/photos/74835575@N05/7187334179/" target="_blank">Jarek Kisieliński</a> </em></p>
<p>The post <a href="http://www.babblingengineer.com/how-to/how-to-generate-a-secure-password/">How to Generate a Secure Password</a> appeared first on <a href="http://www.babblingengineer.com">Babbling Engineer</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img width="100" height="150" src="http://www.babblingengineer.com/wp-content/uploads/2013/05/2291896028_e54336ab04_z.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" srcset="http://www.babblingengineer.com/wp-content/uploads/2013/05/2291896028_e54336ab04_z.jpg 427w, http://www.babblingengineer.com/wp-content/uploads/2013/05/2291896028_e54336ab04_z-200x300.jpg 200w" sizes="(max-width: 100px) 100vw, 100px" /></p>In today’s digital age, your password is the key to your digital door.  Why, then, do so many of us use a cheap, plastic padlock?  Today I'm going to discuss some ways we can upgrade our padlock to a 5-lever mortice lock!

<a title="***" href="http://www.flickr.com/photos/74835575@N05/7187334179/" target="_blank"><img title="***" alt="Your password should be secure" src="http://farm8.staticflickr.com/7085/7187334179_584dde79d3.jpg" width="500" height="375" /></a><small> </small>

It sometimes feels like nowhere is safe.  Just within the last 6 months, <a href="http://nakedsecurity.sophos.com/2013/03/02/evernote-hacked-almost-50-million-passwords-reset-after-security-breach/" target="_blank">Evernote</a>, <a href="https://livingsocial.com/createpassword" target="_blank">Living Social</a> and <a href="http://www.bbc.co.uk/news/technology-21304049" target="_blank">Twitter</a> have all been hacked.  Admittedly, these were all professional hacking attempts.  One of the most common methods of hacking accounts is to use a brute force method.  Essentially, this uses a computer to continuously try different passwords, against a pre-defined list until it effectively breaks down the door.  Top of that <a href="http://www.huffingtonpost.com/2012/10/25/most-popular-worst-passwords-of-2012-splashdata_n_2018587.html">list</a> are usually passwords along the lines of “123456” and even “password” itself.  So, my first tip is to check if your password is on that list and if it is, change it immediately!

The other way hackers glean your password is through something called Social Engineering.  This can take many forms, but essentially involves getting information about you.  For instance, how many of you use your partner’s or your pet’s name for a password?  And how many people know what those names are?  You might even have let it slip to somebody you barely know!  Again, not a good choice of password.

So, what does make a good password.
<h3>Pick a Base Password</h3>
So, the first step is to start with something you will remember.  Don’t go for something obvious though.  Look around you now, what do you see?  I'm currently looking at a gorilla.  No, really, I have a stuffed gorilla on my desk.  So, there is my base password.

gorilla
<h3>Modify your Password</h3>
Anybody trying to brute force an account would likely use a text file with a long list of words – often based on a dictionary.  Obviously, eventually, they would reach my current base password.  This is the clever part.  Many people suggest swapping out letters for numbers, as some algorithms dictate that our password must contain letters as well as numbers.  It doesn't take a clever soul to work out what these substitutions could be, so although we are making it more difficult for our password to be broken, it’s far from impossible.

Another option is to swap letters around.  Maybe write our password backwards, or swap every other letter, or even put the last half before the first half.

Its also worth using a combination of capital letters.

Of course, to be ultra secure, you could use a combination of the above:

1LlAg0r
<h3>Passwords for Many Sites</h3>
Now you have one password, I wouldn't recommend using it for all your sites.  According to statistics, [55% of web users use the same password for all of their sites].  That is quite scary, because it may be able to break your password on a relatively insecure site and then all your accounts are compromised.  So ideally, you want a different password for each site.  If you've got hundreds of accounts, which most of us do, that could make it difficult to remember them all.

However, we have our secure base password.  The simplest option, is to put an easy to remember acronym for the site in front of the password.  For instance, for <a href="http://www.eng-tips.com/%E2%80%8E">Engineering Tips</a>, you might use ENG, or ET.  You might want to use a separator, or you might not.  For instance, - or _ are popular (which is a good reason not to use them), or &amp; or (.  Be wary though, some sites are particular about what symbols you use.

So now we have:

ET1LlAg0r
<h3>Changing Passwords</h3>
As an Engineer, I tend to work on a lot of secure systems.  These often have a policy that you must change your password after a set period of time – every month, 3 months, 6 months etc.   For this, you can append an item onto the end.  The obvious addition to your password is a numerical digit.  E.g. 01, 02 etc.   However, for increased security, you could use a letter; a, b, c and so on.  Or you could start at the back and work forwards; z, y, x…. or even use your computer keyboard; q, w, e.

So now we have our final password:

ET1LlAg0rq

And all you have to remember is gorilla.

This isn't going to make your account completely hack-proof, but it is at least making your passwords much more secure.  And if one account does get compromised, at least you can be sure that the rest will remain secure.

Please share this article out to your social networks so that your friends can strengthen their passwords.  I've placed some buttons underneath this article to make it easy.  And as always, if you have any additional suggestions or comments, please use<a href="#comments"> the box below</a>.

&nbsp;

<em>Image credits</em>
<em>Featured image - <small><a title="Security" href="http://www.flickr.com/photos/37053322@N00/2291896028/" target="_blank">Anonymous Account</a> </small></em>
<em>Lock: <a title="Jarek Kisieliński" href="http://www.flickr.com/photos/74835575@N05/7187334179/" target="_blank">Jarek Kisieliński</a> </em><p>The post <a href="http://www.babblingengineer.com/how-to/how-to-generate-a-secure-password/">How to Generate a Secure Password</a> appeared first on <a href="http://www.babblingengineer.com">Babbling Engineer</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://www.babblingengineer.com/how-to/how-to-generate-a-secure-password/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">283</post-id>	</item>
		<item>
		<title>How I Turned my Nook into an E-Reader Monster</title>
		<link>http://www.babblingengineer.com/how-to/how-i-turned-my-nook-into-an-e-reader-monster/</link>
					<comments>http://www.babblingengineer.com/how-to/how-i-turned-my-nook-into-an-e-reader-monster/#comments</comments>
		
		<dc:creator><![CDATA[Matthew Acton]]></dc:creator>
		<pubDate>Sat, 02 Mar 2013 15:34:50 +0000</pubDate>
				<category><![CDATA[How-To]]></category>
		<guid isPermaLink="false">http://www.babblingengineer.com/?p=203</guid>

					<description><![CDATA[<p><img width="150" height="94" src="http://www.babblingengineer.com/wp-content/uploads/2013/03/8100238805_7349ef02cd_z.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="http://www.babblingengineer.com/wp-content/uploads/2013/03/8100238805_7349ef02cd_z.jpg 640w, http://www.babblingengineer.com/wp-content/uploads/2013/03/8100238805_7349ef02cd_z-300x187.jpg 300w" sizes="(max-width: 150px) 100vw, 150px" /></p>
<p>Recently I picked up a refurbished Nook on eBay for a bargain price. The idea was, to turn it into my ideal e-reader tool. I chose the Nook Simple Touch as my base unit. Basically, because it runs Android in the background, so it gave me lots of options for rooting it. I didn't want to be tied to any one book store, and I wanted the ability to read long internet articles on it too, which I tend to save to <a title="Pocket - Formerly Read It Later" href="http://getpocket.com/" target="_blank">Pocket</a>.</p>
<p><a title="Who Needs Books?" href="http://www.flickr.com/photos/46213661@N00/6175154545/" target="_blank"><img title="Who Needs Books?" alt="Book shelf with a nook on each shelf spelling out words &quot;Who needs books?&quot;" src="http://farm7.staticflickr.com/6158/6175154545_79fc17d7e8.jpg" width="500" height="333" /></a><small> </small></p>
<p><small><a title="nate bolt" href="http://www.flickr.com/photos/46213661@N00/6175154545/" target="_blank">nate bolt</a> via <a title="Compfight" href="http://www.compfight.com/">Compfight</a></small></p>
<p><em style="color: #333333;">Please be aware that the following article contains affiliate links.</em></p>
<p>E-readers are great, and in particular the <a title="NOOK Simple Touch eBook Reader" href="http://www.awin1.com/awclick.php?mid=5266&amp;id=176381" target="_blank">Nook</a>. Their crisp e-ink screen is as good as reading a book, and with the ability to expand the memory using SD cards, you can carry around a complete library wherever you go. Perfect for ample leisure reading material, reference books etc. I am considering digitising my engineering reference books so that I can keep them all in one place, whether I am in the office, or visiting customers.</p>
<p>I found a great article on how to root my Nook, by Alan Henry at<a title="Turn a 99 Nook into a fully fledged android tablet" href="http://lifehacker.com/5889158/turn-a-99-nook-into-a-fully-fledged-android-tablet-in-four-easy-steps" target="_blank"> Lifehacker</a>. However, this was an older article and I ran into several problems along the way, which weren't addressed. The method chosen by Alan was based on Nook firmware prior to FW 1.2.0, which the Nook I bought has installed. Following Alan's step-by-step instructions didn't work, but then I found another article on <a href="http://forum.xda-developers.com/showthread.php?t=2040351" target="_blank">XDA Developers</a>, which gave me enough information.</p>
<h3>What You'll Need</h3>
<p>I'm going to describe the particular process that I used. Other systems may be different, and I am happy to expand this article over time with snippets from firmware other than 1.2.0 and other computer Operating Systems.</p>
<ul>
<li><strong>A Nook Simple Touch with Firmware 1.2.0</strong>. You can pick one up from <a href="http://www.amazon.co.uk/gp/product/140053271X/ref=as_li_ss_tl?ie=UTF8&amp;camp=1634&amp;creative=19450&amp;creativeASIN=140053271X&amp;linkCode=as2&amp;tag=mattacto-21">Amazon</a> for about £79.  I believe that this will also work with FW 1.2.1 also, but I have not tried it. Alan's <a href="http://lifehacker.com/5889158/turn-a-99-nook-into-a-fully-fledged-android-tablet-in-four-easy-steps">Lifehacker article</a> describes the process for Firmware earlier than 1.2.0, so if that includes you, then I recommend you read this article in conjunction with Alan's.<br />
<em>Update: Currently the Nook Simple Touch is on offer at £29.  Last I heard, the Nook Store had sold out, but there are some in stock at <a onmouseover="self.status='http://www.currys.co.uk/gbuk/computing/ipad-tablets-and-ereaders/ereaders/nook-simple-touch-ereader-black-18877434-pdt.html'; return true;" onmouseout="self.status=''; return true;" href="http://www.awin1.com/cread.php?awinmid=1599&amp;awinaffid=176381&amp;clickref=&amp;p=http%3A%2F%2Fwww.currys.co.uk%2Fgbuk%2Fcomputing%2Fipad-tablets-and-ereaders%2Fereaders%2Fnook-simple-touch-ereader-black-18877434-pdt.html" target="_top">Currys</a> (affiliate link).  You can also get cashback through many stores stocking the Nook by signing up to <a href="http://www.topcashback.co.uk/ref/underloop" target="_blank">TopCashBack</a> (UK only I think).</em></li>
<li><strong>A micro SD card</strong>. I actually used 2. I had 2 spare left over from older phones - a 2GB one and an 8GB one. For performance, a number of people have found significant increases in performance with Class 6 or higher, so if you are buying new, then that might be something to look out for. Amazon sell a <a href="http://www.amazon.co.uk/Samsung-16GB-Essential-Class-Micro/dp/B0058TUDGE/" target="_blank">16GB Class 6 Card</a> for about £8. In my instance, I used the 2GB one for rooting and installing items on the Nook, and the 8GB one is my standard storage device for storing books on.  To root the Nook, you only need 1 SD card, I just happened to have 2 lying around.</li>
<li><strong>An external micro-SD card reader</strong>. I tried using my laptop's built in SD card reader, but I couldn't get Win32DiskImager to recognise my SD card. However, it worked fine with the external reader. You can pick up one at <a href="http://www.amazon.co.uk/gp/product/B002F3PARI/" target="_blank">Amazon</a> for about £1</li>
<li><strong>A computer running Windows</strong>. This is just the computer I used. It was my laptop, running Windows Vista. There will likely be equivalent software available on other OS's - feel free to leave your suggestions below in the comments</li>
<li><a href="http://forum.xda-developers.com/showthread.php?t=2040351" target="_blank"><strong>Nook Manager</strong></a> - this is what is known as a Nooter, which is a utility for rooting your Nook. For FW 1.2.0, you have to use Nook Manager. I tried TouchNooter initially, as Alan did in his article, and it ended up failing. I had to do a factory restore to recover it - after a good 10 minutes of panicking.</li>
<li><a href="https://launchpad.net/win32-image-writer/" target="_blank"><strong>Win32 Image Writer</strong></a> - you'll need this to write the disk image to your SD card.</li>
<li><strong>A Google account</strong>. There seems to be a recommendation that this is the same account that you use for your Barnes &amp; Noble account, but I can't confirm that not doing this makes it any more difficult, as mine was the same anyway</li>
</ul>
<h3>Setting Up Your Nook for Rooting</h3>
<p>OK, obligatory warning before you begin. There is a chance you will brick your Nook. Rooting is not a practice condoned by Barnes &amp; Noble, and it WILL void your warranty. You are following the instructions below at your own risk.</p>
<ol>
<li> Connect your SD card to your PC using your external card reader. Do not connect it to using your Nook and a USB cable. A number of tales of Nooks being bricked have been attributed to using this method to write the disk image. I found that using the internal card reader in my laptop didn't work with Win32 Image Writer. Confirm that the SD card is mounted to your computer.</li>
<li>Download and extract the Nook Manager image file to a location where you can find it. I used the desktop - which I usually keep clear of icons! I must be getting lax in my old age.</li>
<li>Extract all the files from the win32 Image Writer archive into a folder. Double click win32DiskImager.exe and it will open up the program as shown below:<br />
<a href="http://www.babblingengineer.com/wp-content/uploads/2013/03/win32ImageWriter.jpg"><img class="alignnone size-medium wp-image-211" alt="win32ImageWriter" src="http://www.babblingengineer.com/wp-content/uploads/2013/03/win32ImageWriter-300x153.jpg" width="300" height="153" /></a></li>
<li>Point the "Device" drop down to the drive letter assigned to your SD card. This was automatically selected for me, so just check it is pointing to the write device. The last thing you want is to over-write the wrong card. Make sure you have backed up anything on your SD card that you may want by this stage.</li>
<li>Hit the folder icon and browse to the Nook Manager image file.</li>
<li>Once you are happy, hit "Write". This will wipe your SD card and write the image file to it.</li>
</ol>
<p>And that's all there is to the first stage. You are now ready to start rooting your Nook.</p>
<h3>Rooting Your Nook</h3>
<p>As a bit of pre-setup to rooting your Nook, I made sure that I had already setup a wireless network to connect to within the Nook.</p>
<ol>
<li>Power down your Nook (by holding down the power button for a few seconds) and insert your newly created SD card with NookManager on.  Turn the Nook back on.  It will now show the boot screen, then after about 15 seconds you will have the NookManager menu up.</li>
<li>The next screen asks you if you want to turn on wireless.  If you have setup wireless as I discussed before, then select yes.  If not, click "No, continue without wireless".</li>
<li>Once it has done its business connecting to the network, you'll get the main menu.  Select "Root" - this was in the bottom right for me.</li>
<li>Then select "Root My Device".  It will chug away for a few seconds and eventually say "Success".  It may come up with  a message about automatically rebooting once you remove the SD card.  Do this and once you reboot, you will have a fully rooted Nook.</li>
<li>You'll have to sign in to your google account now - its suggested elsewhere that you should use the same google account that you have signed up to Barnes &amp; Noble with.  Whether this makes a difference or not, I don't know.</li>
</ol>
<h3>Making Your Rooted Nook Awesome</h3>
<p>So, now you have a rooted Nook, how can you make it into the monster e-reader that you dreamed of. There are several apps that I have installed so far.</p>
<ul>
<li>Google Market - this was installed using <a href="http://forum.xda-developers.com/showthread.php?t=2086582" target="_blank">NTGAppsAttack</a></li>
<li><a href="http://www.babblingengineer.com/dropbox" target="_blank">Dropbox</a> - useful for getting books and files across to your Nook Simple Touch. I also used this for sideloading some apps</li>
<li>Amazon Kindle - I had already bought some books in Kindle, and it just feels a little bit perverse using a Nook to read Kindle books! (Update: I used v 3.0.1.70 available <a href="http://www.freewarelovers.com/android/app/kindle">here</a> - you'll have to sideload it to install it)</li>
<li>Read It Later - for reading articles saved for later reading from various devices</li>
<li>NewsRob - RSS feed reader that syncs to Google Reader</li>
</ul>
<p>To date, that is all I have installed on my Nook at the moment. If you have any suggestions for other apps, or comments regarding other ways of rooting your Nook, then please add it to the <a href="#comments">comments</a> below.</p>
<p>UPDATE:</p>
<p>Here is a selection of tips which people have added to the comments.  Thank you everyone for your contributions:</p>
<p><strong>To Re-Assign The Buttons</strong> (Courtesy of <a href="#comment-638">Chris</a>)</p>
<p>To resign the library button etc if you’ve made a mistake, do the following:</p>
<ol>
<li>Go to “All applications” and select “Nook Touch Mod Manager”.</li>
<li>Select “Modify Button Action”.</li>
<li>Swiping the screen, go down the list until you find the “Quicknav” section.</li>
<li>Select the Home, Library, Shop, Search or Settings button you wish to change the default function for and press the down arrow to the right.</li>
<li>Select the function you want to assign to that button and viola :-)</li>
</ol>
<p><strong>A Good Way To Setup Your Launch Buttons</strong> (Courtesy of <a href="#comment-636">Steve</a>)</p>
<p>ReLaunch allows the actions of the Nook Button to be re-programmed. As installed, ReLaunch comes up rather too easily for my liking.</p>
<p>I programmed as follows:</p>
<p>n, Home –&gt; Home<br />
n, Library –&gt; Library<br />
Long Press n –&gt; Relaunch</p>
<p>This makes the Nook very much like the original with the “hidden” feature that a Long press on the n gives you the extra stuff that rooting gives.</p>
<p>Once Long Press is set up to enter ReLaunch…</p>
<p>At some point you have to say which application you want to complete the action with. Check the box for “always” and select the standard browser for Home and Library. That way it looks very much like an un-rooted Nook to the casual observer.</p>
<p>The post <a href="http://www.babblingengineer.com/how-to/how-i-turned-my-nook-into-an-e-reader-monster/">How I Turned my Nook into an E-Reader Monster</a> appeared first on <a href="http://www.babblingengineer.com">Babbling Engineer</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img width="150" height="94" src="http://www.babblingengineer.com/wp-content/uploads/2013/03/8100238805_7349ef02cd_z.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="http://www.babblingengineer.com/wp-content/uploads/2013/03/8100238805_7349ef02cd_z.jpg 640w, http://www.babblingengineer.com/wp-content/uploads/2013/03/8100238805_7349ef02cd_z-300x187.jpg 300w" sizes="(max-width: 150px) 100vw, 150px" /></p>Recently I picked up a refurbished Nook on eBay for a bargain price. The idea was, to turn it into my ideal e-reader tool. I chose the Nook Simple Touch as my base unit. Basically, because it runs Android in the background, so it gave me lots of options for rooting it. I didn't want to be tied to any one book store, and I wanted the ability to read long internet articles on it too, which I tend to save to <a title="Pocket - Formerly Read It Later" href="http://getpocket.com/" target="_blank">Pocket</a>.

<a title="Who Needs Books?" href="http://www.flickr.com/photos/46213661@N00/6175154545/" target="_blank"><img title="Who Needs Books?" alt="Book shelf with a nook on each shelf spelling out words &quot;Who needs books?&quot;" src="http://farm7.staticflickr.com/6158/6175154545_79fc17d7e8.jpg" width="500" height="333" /></a><small> </small>

<small><a title="nate bolt" href="http://www.flickr.com/photos/46213661@N00/6175154545/" target="_blank">nate bolt</a> via <a title="Compfight" href="http://www.compfight.com/">Compfight</a></small>

<em style="color: #333333;">Please be aware that the following article contains affiliate links.</em>

E-readers are great, and in particular the <a title="NOOK Simple Touch eBook Reader" href="http://www.awin1.com/awclick.php?mid=5266&amp;id=176381" target="_blank">Nook</a>. Their crisp e-ink screen is as good as reading a book, and with the ability to expand the memory using SD cards, you can carry around a complete library wherever you go. Perfect for ample leisure reading material, reference books etc. I am considering digitising my engineering reference books so that I can keep them all in one place, whether I am in the office, or visiting customers.

I found a great article on how to root my Nook, by Alan Henry at<a title="Turn a 99 Nook into a fully fledged android tablet" href="http://lifehacker.com/5889158/turn-a-99-nook-into-a-fully-fledged-android-tablet-in-four-easy-steps" target="_blank"> Lifehacker</a>. However, this was an older article and I ran into several problems along the way, which weren't addressed. The method chosen by Alan was based on Nook firmware prior to FW 1.2.0, which the Nook I bought has installed. Following Alan's step-by-step instructions didn't work, but then I found another article on <a href="http://forum.xda-developers.com/showthread.php?t=2040351" target="_blank">XDA Developers</a>, which gave me enough information.
<h3>What You'll Need</h3>
I'm going to describe the particular process that I used. Other systems may be different, and I am happy to expand this article over time with snippets from firmware other than 1.2.0 and other computer Operating Systems.
<ul>
	<li><strong>A Nook Simple Touch with Firmware 1.2.0</strong>. You can pick one up from <a href="http://www.amazon.co.uk/gp/product/140053271X/ref=as_li_ss_tl?ie=UTF8&amp;camp=1634&amp;creative=19450&amp;creativeASIN=140053271X&amp;linkCode=as2&amp;tag=mattacto-21">Amazon</a> for about £79.  I believe that this will also work with FW 1.2.1 also, but I have not tried it. Alan's <a href="http://lifehacker.com/5889158/turn-a-99-nook-into-a-fully-fledged-android-tablet-in-four-easy-steps">Lifehacker article</a> describes the process for Firmware earlier than 1.2.0, so if that includes you, then I recommend you read this article in conjunction with Alan's.
<em>Update: Currently the Nook Simple Touch is on offer at £29.  Last I heard, the Nook Store had sold out, but there are some in stock at <a onmouseover="self.status='http://www.currys.co.uk/gbuk/computing/ipad-tablets-and-ereaders/ereaders/nook-simple-touch-ereader-black-18877434-pdt.html'; return true;" onmouseout="self.status=''; return true;" href="http://www.awin1.com/cread.php?awinmid=1599&amp;awinaffid=176381&amp;clickref=&amp;p=http%3A%2F%2Fwww.currys.co.uk%2Fgbuk%2Fcomputing%2Fipad-tablets-and-ereaders%2Fereaders%2Fnook-simple-touch-ereader-black-18877434-pdt.html" target="_top">Currys</a> (affiliate link).  You can also get cashback through many stores stocking the Nook by signing up to <a href="http://www.topcashback.co.uk/ref/underloop" target="_blank">TopCashBack</a> (UK only I think).</em></li>
	<li><strong>A micro SD card</strong>. I actually used 2. I had 2 spare left over from older phones - a 2GB one and an 8GB one. For performance, a number of people have found significant increases in performance with Class 6 or higher, so if you are buying new, then that might be something to look out for. Amazon sell a <a href="http://www.amazon.co.uk/Samsung-16GB-Essential-Class-Micro/dp/B0058TUDGE/" target="_blank">16GB Class 6 Card</a> for about £8. In my instance, I used the 2GB one for rooting and installing items on the Nook, and the 8GB one is my standard storage device for storing books on.  To root the Nook, you only need 1 SD card, I just happened to have 2 lying around.</li>
	<li><strong>An external micro-SD card reader</strong>. I tried using my laptop's built in SD card reader, but I couldn't get Win32DiskImager to recognise my SD card. However, it worked fine with the external reader. You can pick up one at <a href="http://www.amazon.co.uk/gp/product/B002F3PARI/" target="_blank">Amazon</a> for about £1</li>
	<li><strong>A computer running Windows</strong>. This is just the computer I used. It was my laptop, running Windows Vista. There will likely be equivalent software available on other OS's - feel free to leave your suggestions below in the comments</li>
	<li><a href="http://forum.xda-developers.com/showthread.php?t=2040351" target="_blank"><strong>Nook Manager</strong></a> - this is what is known as a Nooter, which is a utility for rooting your Nook. For FW 1.2.0, you have to use Nook Manager. I tried TouchNooter initially, as Alan did in his article, and it ended up failing. I had to do a factory restore to recover it - after a good 10 minutes of panicking.</li>
	<li><a href="https://launchpad.net/win32-image-writer/" target="_blank"><strong>Win32 Image Writer</strong></a> - you'll need this to write the disk image to your SD card.</li>
	<li><strong>A Google account</strong>. There seems to be a recommendation that this is the same account that you use for your Barnes &amp; Noble account, but I can't confirm that not doing this makes it any more difficult, as mine was the same anyway</li>
</ul>
<h3>Setting Up Your Nook for Rooting</h3>
OK, obligatory warning before you begin. There is a chance you will brick your Nook. Rooting is not a practice condoned by Barnes &amp; Noble, and it WILL void your warranty. You are following the instructions below at your own risk.
<ol>
	<li> Connect your SD card to your PC using your external card reader. Do not connect it to using your Nook and a USB cable. A number of tales of Nooks being bricked have been attributed to using this method to write the disk image. I found that using the internal card reader in my laptop didn't work with Win32 Image Writer. Confirm that the SD card is mounted to your computer.</li>
	<li>Download and extract the Nook Manager image file to a location where you can find it. I used the desktop - which I usually keep clear of icons! I must be getting lax in my old age.</li>
	<li>Extract all the files from the win32 Image Writer archive into a folder. Double click win32DiskImager.exe and it will open up the program as shown below:
<a href="http://www.babblingengineer.com/wp-content/uploads/2013/03/win32ImageWriter.jpg"><img class="alignnone size-medium wp-image-211" alt="win32ImageWriter" src="http://www.babblingengineer.com/wp-content/uploads/2013/03/win32ImageWriter-300x153.jpg" width="300" height="153" /></a></li>
	<li>Point the "Device" drop down to the drive letter assigned to your SD card. This was automatically selected for me, so just check it is pointing to the write device. The last thing you want is to over-write the wrong card. Make sure you have backed up anything on your SD card that you may want by this stage.</li>
	<li>Hit the folder icon and browse to the Nook Manager image file.</li>
	<li>Once you are happy, hit "Write". This will wipe your SD card and write the image file to it.</li>
</ol>
And that's all there is to the first stage. You are now ready to start rooting your Nook.
<h3>Rooting Your Nook</h3>
As a bit of pre-setup to rooting your Nook, I made sure that I had already setup a wireless network to connect to within the Nook.
<ol>
	<li>Power down your Nook (by holding down the power button for a few seconds) and insert your newly created SD card with NookManager on.  Turn the Nook back on.  It will now show the boot screen, then after about 15 seconds you will have the NookManager menu up.</li>
	<li>The next screen asks you if you want to turn on wireless.  If you have setup wireless as I discussed before, then select yes.  If not, click "No, continue without wireless".</li>
	<li>Once it has done its business connecting to the network, you'll get the main menu.  Select "Root" - this was in the bottom right for me.</li>
	<li>Then select "Root My Device".  It will chug away for a few seconds and eventually say "Success".  It may come up with  a message about automatically rebooting once you remove the SD card.  Do this and once you reboot, you will have a fully rooted Nook.</li>
	<li>You'll have to sign in to your google account now - its suggested elsewhere that you should use the same google account that you have signed up to Barnes &amp; Noble with.  Whether this makes a difference or not, I don't know.</li>
</ol>
<h3>Making Your Rooted Nook Awesome</h3>
So, now you have a rooted Nook, how can you make it into the monster e-reader that you dreamed of. There are several apps that I have installed so far.
<ul>
	<li>Google Market - this was installed using <a href="http://forum.xda-developers.com/showthread.php?t=2086582" target="_blank">NTGAppsAttack</a></li>
	<li><a href="http://www.babblingengineer.com/dropbox" target="_blank">Dropbox</a> - useful for getting books and files across to your Nook Simple Touch. I also used this for sideloading some apps</li>
	<li>Amazon Kindle - I had already bought some books in Kindle, and it just feels a little bit perverse using a Nook to read Kindle books! (Update: I used v 3.0.1.70 available <a href="http://www.freewarelovers.com/android/app/kindle">here</a> - you'll have to sideload it to install it)</li>
	<li>Read It Later - for reading articles saved for later reading from various devices</li>
	<li>NewsRob - RSS feed reader that syncs to Google Reader</li>
</ul>
To date, that is all I have installed on my Nook at the moment. If you have any suggestions for other apps, or comments regarding other ways of rooting your Nook, then please add it to the <a href="#comments">comments</a> below.

UPDATE:

Here is a selection of tips which people have added to the comments.  Thank you everyone for your contributions:

<strong>To Re-Assign The Buttons</strong> (Courtesy of <a href="#comment-638">Chris</a>)

To resign the library button etc if you’ve made a mistake, do the following:
<ol>
	<li>Go to “All applications” and select “Nook Touch Mod Manager”.</li>
	<li>Select “Modify Button Action”.</li>
	<li>Swiping the screen, go down the list until you find the “Quicknav” section.</li>
	<li>Select the Home, Library, Shop, Search or Settings button you wish to change the default function for and press the down arrow to the right.</li>
	<li>Select the function you want to assign to that button and viola :-)</li>
</ol>
<strong>A Good Way To Setup Your Launch Buttons</strong> (Courtesy of <a href="#comment-636">Steve</a>)

ReLaunch allows the actions of the Nook Button to be re-programmed. As installed, ReLaunch comes up rather too easily for my liking.

I programmed as follows:

n, Home –&gt; Home
n, Library –&gt; Library
Long Press n –&gt; Relaunch

This makes the Nook very much like the original with the “hidden” feature that a Long press on the n gives you the extra stuff that rooting gives.

Once Long Press is set up to enter ReLaunch…

At some point you have to say which application you want to complete the action with. Check the box for “always” and select the standard browser for Home and Library. That way it looks very much like an un-rooted Nook to the casual observer.<p>The post <a href="http://www.babblingengineer.com/how-to/how-i-turned-my-nook-into-an-e-reader-monster/">How I Turned my Nook into an E-Reader Monster</a> appeared first on <a href="http://www.babblingengineer.com">Babbling Engineer</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://www.babblingengineer.com/how-to/how-i-turned-my-nook-into-an-e-reader-monster/feed/</wfw:commentRss>
			<slash:comments>236</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">203</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 44/178 objects using disk
Page Caching using disk: enhanced 
Minified using disk
Database Caching 3/22 queries in 0.011 seconds using disk

Served from: www.babblingengineer.com @ 2024-10-29 22:09:18 by W3 Total Cache
-->