<?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>SCSA20.com &#187; Technology Reviews</title>
	<atom:link href="http://www.scsa20.com/tag/technology/feed" rel="self" type="application/rss+xml" />
	<link>http://www.scsa20.com</link>
	<description>Welcome to my World</description>
	<lastBuildDate>Wed, 14 Dec 2011 15:33:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Unlock Bootloaders, Roots, and You</title>
		<link>http://www.scsa20.com/2011/06/unlock-bootloaders-roots-you</link>
		<comments>http://www.scsa20.com/2011/06/unlock-bootloaders-roots-you#comments</comments>
		<pubDate>Mon, 13 Jun 2011 17:52:07 +0000</pubDate>
		<dc:creator>scsa20</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[HTC]]></category>
		<category><![CDATA[HTC Thunderbolt]]></category>
		<category><![CDATA[Motorola]]></category>
		<category><![CDATA[Motorola Droid X]]></category>
		<category><![CDATA[Motorola XOOM]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Technology Reviews]]></category>

		<guid isPermaLink="false">http://www.scsa20.com/?p=899</guid>
		<description><![CDATA[Well, since it&#8217;s kinda quite and haven&#8217;t really posted much guess I&#8217;ll post something. Some people knew I had an Android phone for awhile (since late July 2010) but haven&#8217;t really talked much about it. ...]]></description>
			<content:encoded><![CDATA[<p>Well, since it&#8217;s kinda quite and haven&#8217;t really posted much guess I&#8217;ll post something. Some people knew I had an Android phone for awhile (since late July 2010) but haven&#8217;t really talked much about it. First Android based phone was the <a href="http://www.motorola.com/droidx" onclick="return TrackClick('http%3A%2F%2Fwww.motorola.com%2Fdroidx','Motorola+Droid+X')" target="_blank">Motorola Droid X</a> and about a week and half later learned to root it so I can run <a href="https://market.android.com/details?id=com.bigtincan.android.adfree" onclick="return TrackClick('https%3A%2F%2Fmarket.android.com%2Fdetails%3Fid%3Dcom.bigtincan.android.adfree','AdFree+Android')" target="_blank">AdFree Android</a>. During that time I&#8217;ve also learned that the Droid X&#8217;s bootloader was locked with eFuse. Further I learned about it the more I started to get interested. I was like, &#8220;hmm&#8230; the bootloader must be very important if a lot of modders are complaining about the bootloader being locked and how it needs to hijack the boot strap just to load a third party recovery.&#8221;</p>
<p>Turns out what I was thinking right because the more I research the more I started to understand what was going on. Since the <a href="http://www.motorola.com/xoom" onclick="return TrackClick('http%3A%2F%2Fwww.motorola.com%2Fxoom','Motorola+XOOM')">Motorola XOOM</a>&#8216;s bootloader&#8217;s unlockable is where I start learning more (I have a 3G XOOM, still waiting on the 4G upgrade to come out). And I recently upgraded my X to the <a href="http://www.htc.com/us/products/thunderbolt-verizon" onclick="return TrackClick('http%3A%2F%2Fwww.htc.com%2Fus%2Fproducts%2Fthunderbolt-verizon','HTC+Thunderbolt')">HTC Thunderbolt</a> and learned that there bootloader is also unlock (by unlocking it through HBOOT flash).</p>
<p>So here I&#8217;ll put down what I&#8217;ve learned so far.</p>
<h3>What Exactly Is A Bootloader?</h3>
<p>A bootloader is a piece of code that runs at the low level. You can think of it as the BIOS (Basic Input/Output System) of a computer. It&#8217;s purpose is to execute the kernel and OS for actual boot. The bootloader also checks the signature to make sure it&#8217;s an official ROM provided by the manufacture assuming that the bootloader is still locked. With an unlocked bootloader you can flash customized ROMs without having to worry about signature checks. This is why having an unlocked bootloader is important.</p>
<p>Because of the fact that Motorola started locking down there bootloader without the option of unlocking it is such a big deal to the modding community. But because of the modding community, they have found a way around it. Just because the bootloader&#8217;s locked doesn&#8217;t mean you can&#8217;t get root access.</p>
<h3>What Exactly Is Root?</h3>
<p>Root is a user account that has full access and permission to all files and folders of an OS. This means you can do pretty much whatever you want to the OS (in this case the Android OS). I&#8217;ve used root access to copy my notification tones and ring tones directly to the phone instead of on the memory card (for a good reason).</p>
<p>Usually to root an Android device you will need to find an exploit and once you exploit it you can then gain perm. root access. This is how it was done with the Droid X in Android 2.1 there was an exploit where if you toggle on/off either the WiFi or Bluetooth after running one command you&#8217;d be able to gain temp root access so you can copy all the files you need for perm root. Because of the fact that the Droid X&#8217;s bootloader isn&#8217;t unlockable we had to make due with that.</p>
<p>With the XOOM, since the bootloader&#8217;s unlockable, once you unlock the bootloader all you had to do was flash a new system image which already included root access.</p>
<p>For the HTC Thunderbolt, you had to gain temp root to downgrade, once downgraded you can then flash a new image that will turn S-ON to S-OFF (S meaning Secure, meaning the bootloader is either checking signatures or not) before upgrading back up with perm root.</p>
<p>So, has you can see, the ways of rooting an Android device varies. But as long as the bootloader&#8217;s unlocked, you can get root pretty easy and flash custom kernels and ROMs. Because the Droid X and all newer Motorola phone&#8217;s bootloader will never be unlockable, you won&#8217;t be able to load true custom ROMs but can make due because of the modding community.</p>
<h3>What Exactly Is A ROM?</h3>
<p>A ROM, in Android&#8217;s case, is the actual system. It&#8217;s pretty much the changes to the /system directory customized to either be less bloated or to be speed up the performance. This will sometimes includes changes to kernel itself but you won&#8217;t be able to change the kernel if the bootloader is locked and cannot be unlocked. Changes to the kernel sometimes makes improvements of the overall stability and/or performance as well.</p>
<p>Think of the ROM as a different flavor of an Linux OS (assuming you know something of the Linux OS, even if you&#8217;ve just heard of Red Hat and Mandrake) is the easiest way to explain I can think of.</p>
<h3>And The Recovery?</h3>
<p>The recovery (located on the recovery partition) is used for trying to recovery your phone.  Basic recovery is usually a way for formatting the phone and allows for software updates.  On a rooted/unlocked bootloader device, you can flash a custom recovery (or in terms of the Motorola Droid X, Droid X2, Droid 2, etc, using a bootstrap to hijack the recovery call) for more options such as backing up the whole phone (current ROM), flashing customized flashable zip files (such as adding themes or different ROM), etc.</p>
<h3>Questions To You</h3>
<p><b>Weren&#8217;t you using a Blackberry before?</b></p>
<p>Yes, I was, and loved it, but then after I gotten used to my Droid X and saw what I can do, I just tossed my Blackberry to my mom. My mom loves my old Blackberry so it worked out for her.</p>
<p><b>But You only had your X for less then a year? What gives?</b></p>
<p>Multiple co-workers and friends gotten it, the more I played with it, the more I wanted it, called Verizon, and they gave me a really good deal for it with the extended battery. Can turn down an awesome offer.</p>
<p><b>You said you have a XOOM? Why you didn&#8217;t say anything?</b></p>
<p>I was typing up a post about it on the XOOM itself but became too lazy.  I will say this, though.  Android 3.1 (Honeycomb) is fucken awesome!</p>
<p><b>How you liking the Thunderbolt?</b></p>
<p>The Thunderbolt is awesome, even more so now that I don&#8217;t have to experiences the random reboots (that started happening yesterday, June 12th) because of the new radio I&#8217;ve flashed and am using <a href="http://rootzwiki.com/showthread.php?176-Flyweight-Final-by-b16-and-birdman" onclick="return TrackClick('http%3A%2F%2Frootzwiki.com%2Fshowthread.php%3F176-Flyweight-Final-by-b16-and-birdman','Flyweight+ROM')" target="_blank">Flyweight ROM</a>.</p>
<p>Anyways, can&#8217;t really think of much more to say but if you have any questions let me know in a comment or email.</p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scsa20.com%2F2011%2F06%2Funlock-bootloaders-roots-you&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.scsa20.com%2F2011%2F06%2Funlock-bootloaders-roots-you&amp;title=Unlock%20Bootloaders%2C%20Roots%2C%20and%20You" id="wpa2a_2"><img src="http://www.scsa20.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.scsa20.com/2011/06/unlock-bootloaders-roots-you/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Windows 7 RC1 Review</title>
		<link>http://www.scsa20.com/2009/07/windows-7-rc1-review</link>
		<comments>http://www.scsa20.com/2009/07/windows-7-rc1-review#comments</comments>
		<pubDate>Fri, 17 Jul 2009 01:57:11 +0000</pubDate>
		<dc:creator>scsa20</dc:creator>
				<category><![CDATA[Technology Reviews]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[W7]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.scsa20.com/reviews/technology/windows-7-rc1-review</guid>
		<description><![CDATA[Here’s a video review on Windows 7 RC1 to show you some of the changes and new features that’s been added.&#160; I might later down the line do another video to show you each feature ...]]></description>
			<content:encoded><![CDATA[<p>Here’s a video review on Windows 7 RC1 to show you some of the changes and new features that’s been added.&#160; I might later down the line do another video to show you each feature separately and talk about there changes in each video.&#160; For now, enjoy this 27:33 long video.</p>
<p> <object type="application/x-shockwave-flash" data="/videos/Windows 7 Review/Windows 7 Review_controller.swf" width="400" height="318"><param name="movie" value="/videos/Windows 7 Review/Windows 7 Review_controller.swf" /><param name="quality" value="best" /><param name="bgcolor" value="#1a1a1a" /><param name="allowfullscreen" value="true" /><param name="scale" value="showall" /><param name="allowscriptaccess" value="always" /><param name="flashvars" value="autostart=false&amp;thumb=FirstFrame.png&amp;thumbscale=45&amp;color=0x1A1A1A,0x1A1A1A" /></object></p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scsa20.com%2F2009%2F07%2Fwindows-7-rc1-review&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.scsa20.com%2F2009%2F07%2Fwindows-7-rc1-review&amp;title=Windows%207%20RC1%20Review" id="wpa2a_4"><img src="http://www.scsa20.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.scsa20.com/2009/07/windows-7-rc1-review/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My New Love</title>
		<link>http://www.scsa20.com/2008/09/my-new-love</link>
		<comments>http://www.scsa20.com/2008/09/my-new-love#comments</comments>
		<pubDate>Wed, 03 Sep 2008 05:11:02 +0000</pubDate>
		<dc:creator>scsa20</dc:creator>
				<category><![CDATA[Technology Reviews]]></category>
		<category><![CDATA[Logitech]]></category>
		<category><![CDATA[ONKYO]]></category>
		<category><![CDATA[Playstation]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[XBox]]></category>

		<guid isPermaLink="false">http://www.scsa20.com/?p=249</guid>
		<description><![CDATA[Today is probably the happiness day of my life.  Why?  Because I got my entertainment system today :)
I was disappointed at first because it doesn&#8217;t do cross converting and I have having issue with HDMI ...]]></description>
			<content:encoded><![CDATA[<p>Today is probably the happiness day of my life.  Why?  Because I got my entertainment system today :)</p>
<p>I was disappointed at first because it doesn&#8217;t do cross converting and I have having issue with HDMI (although I think I know what my problem is) but I was happy to find out that my remote allows me to change to the actually input of where the action is.  Although I&#8217;m still trying to figure out how I should connect everything up I found that I still have the use for my A/V switch.  I thought I&#8217;d still have to use a total of 3 remotes but found out that the A/V switch is actually part of this remote!  You know what that means, right? :)</p>
<p>I&#8217;ll get you pictures soon but here&#8217;s how I got everything setup so far.</p>
<p>The theater system is a 7.1 surround sound system, almost all the wires reached but I&#8217;ll have to find myself a new cable for the surround back left (that&#8217;s the one in the far back on the left of the TV&#8217;s viewing area) as that one is currently strung along the ceiling in plain view but off the floor so no one will trip over it.  I need the longer one so I can go around the room with it so it&#8217;s out of way and out of sight.</p>
<p>I have the PS3 sitting on the second to top shelf of this one rack from which is connected to a Pelican System Selector Pro 2.0 A/V switcher via component cable, my XBox 360 is sitting on top of my cable box which is located on the second to last shelf of this rack which is also connected to the Pelican switcher via component cable.  Whenever I mess around with HDMI more I&#8217;ll do away with the A/V switcher but until then, this is how it is.</p>
<p>Anywho, the cable box is connected to the A/V Recever via component cable for both video and audio and the PS3 and 360 is using optical cable to the A/V Recever for there audio.  Interesting and confusing setup, no?  But that&#8217;s where the beauty of this Logitech Harmony remote comes in!</p>
<p>At first I thought I was going to have to continue using 3 remotes.  One for the A/V switcher, one for the PS3 for playback of movies, and the new harmony remote.  But then I noticed that my A/V switcher is, in fact, on the list!  Also what caught my attention was the fact that the remote can also automatically set the correct video input on the TV for you, I nearly shit my pants when I saw that, it was just so awesome to know that and have plans for that as well to take advantage of it :)</p>
<p>On the intenial test of the system, before programing the new remote, I was kinda confused.  Sure, the setup in terms of connecting all the wires were easy enough although a bit of a pain but trying to get everything programmed right is still another thing that I have yet to get done.  Currently my DVD option is my cable box and the DVR/VCR is my A/V Switcher.  Whenever I get around to it I&#8217;ll get it setup correctly so that the cable box option will be, in fact, my cable box and the DVD option would be my switcher unless I decided to give HDMI another chance at it&#8217;s life (all the cables are still in placed, for the most part, just need to give it another whack).</p>
<p>But once getting the new remote programed everything seems so easy!  Just one click of a button turns off the unused devices and turns on the devices that I am going to be using and changed the options on the display for additional options like the X, Y, A, B buttons for the 360.</p>
<p>Anyways, this is just the beginning, I hope my new toy, my new love, will lead me through the way.  And prepard for a review for the surround system and for the Harmony remote (yes, I know the remote I&#8217;m using is the &#8220;latest&#8221; one out there but still a damn good remote).</p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scsa20.com%2F2008%2F09%2Fmy-new-love&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.scsa20.com%2F2008%2F09%2Fmy-new-love&amp;title=My%20New%20Love" id="wpa2a_6"><img src="http://www.scsa20.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.scsa20.com/2008/09/my-new-love/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: www.scsa20.com @ 2012-02-06 01:36:56 by W3 Total Cache -->
