<?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>HowIFixedIt.Net &#187; rom</title>
	<atom:link href="http://howifixedit.net/tag/rom/feed/" rel="self" type="application/rss+xml" />
	<link>http://howifixedit.net</link>
	<description>... Because Broken Is Not An Option.</description>
	<lastBuildDate>Sat, 25 Feb 2012 06:16:56 +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>How to return an HTC G2 Rooted Phone back to stock (Unroot G2)</title>
		<link>http://howifixedit.net/2011/07/return-htc-g2-rooted-phone-stock-unroot-g2/</link>
		<comments>http://howifixedit.net/2011/07/return-htc-g2-rooted-phone-stock-unroot-g2/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 22:15:22 +0000</pubDate>
		<dc:creator>HowIFixedIt</dc:creator>
				<category><![CDATA[Cell Phones]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[adb]]></category>
		<category><![CDATA[adb shell]]></category>
		<category><![CDATA[CID]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[g2]]></category>
		<category><![CDATA[gfree]]></category>
		<category><![CDATA[hboot]]></category>
		<category><![CDATA[misc_version]]></category>
		<category><![CDATA[PC10IMG_Vision_TMOUS_1.19.531.1_Radio_12.21.60.09b_26.02.01.15_M2_release_149459_signed.zi]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[psneuter]]></category>
		<category><![CDATA[rom]]></category>
		<category><![CDATA[S-Off]]></category>
		<category><![CDATA[stock]]></category>
		<category><![CDATA[stock g2]]></category>
		<category><![CDATA[T-MOB010]]></category>
		<category><![CDATA[temporary root]]></category>
		<category><![CDATA[unroot g2]]></category>
		<category><![CDATA[unrot]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[VISION PVT SHIP S-ON]]></category>

		<guid isPermaLink="false">http://howifixedit.net/?p=993</guid>
		<description><![CDATA[
This is how you return a G2 back to stock firmware. In order to do this you need to have radio S-OFF. Also make sure that gfree_verify returns secu_flag = 0 before following the steps outlined below.
1. First check to see if your main version is higher than 1.19.531.1
If the current main version  [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://howifixedit.net/wp-content/uploads/2011/07/htc-pro-windows-phone-7-wp7-sprint-hands-on-17.jpg" rel="lightbox[993]"><img class="alignnone size-medium wp-image-998" title="g2" src="http://howifixedit.net/wp-content/uploads/2011/07/htc-pro-windows-phone-7-wp7-sprint-hands-on-17-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>This is how you return a G2 back to stock firmware. In order to do this you need to have radio S-OFF. Also make sure that gfree_verify returns secu_flag = 0 before following the steps outlined below.</p>
<p>1. First check to see if your main version is higher than 1.19.531.1</p>
<p>If the current main version is higher than what you want to install you have to change the main version number in the misc partition. To do this you can use <a href="http://www.thinkthinkdo.com/trac/project1/wiki/misc_version#no1">misc_version.</a>.<br />
download the file and extract it. In a command prompt type the following from the misc_directory:</p>
<p>c:\&gt; adb push misc_version /data/local/tmp/misc_version<br />
c:\&gt; adb shell chmod 777 /data/local/tmp/misc_version<br />
c:\&gt; adb shell<br />
# /data/local/tmp/misc_version -s 1.19.531.1<br />
# exit</p>
<p>The above commands create a backup pf the misc partition 17 on the sd card with the name &#8220;part17xxxxx.bin&#8221;</p>
<p>2. Next install the stock G2 rom called</p>
<p>&#8220;PC10IMG_Vision_TMOUS_1.19.531.1_Radio_12.21.60.09b_26.02.01.15_M2_release_149459_signed.zip&#8221; you can Google this and download it from many different websites. Again go to the directory where you downloaded the file and type the following:</p>
<p>c:\&gt; adb push PC10IMG_Vision_TMOUS_1.19.531.1_Radio_12.21.60.09b_26.02.01.15_M2_release_149459_signed.zip /sdcard/PC10IMG.zip</p>
<p>Shutdown the phone and remove it from the computer. Next, boot into hboot by holding &#8220;volume down&#8221; and &#8220;power&#8221;. The hboot should automatically load the PC10IMG.zip and ask you to update. Press &#8220;volume up&#8221; to start the update process. The screen goes dim for a little but will come back up and complete the process. This process will replace fake S-Off engineering hboot.</p>
<p>3. Radio S-ON and original CID</p>
<p>The 2 ways to get radio S-ON and the original CID are:</p>
<p>a. Restore the backup of your partition 7. This will set secu_flag = 1 and CID = T-MOB010 and will also bring back the SIM-lock data.<br />
b. Use gfree to set secu_flag = 1 and CID = T-MOB010.</p>
<p>Both scenerios require you to use temporary root. To do this you can use <a href="http://www.thinkthinkdo.com/trac/project1/wiki/psneuter">psneuter</a></p>
<p>Gaining temporary root:</p>
<p>Since you loaded the stock ROM you must now re-enable debugging on the phone. Go to &#8220;Applications -&gt; Development&#8221; and check &#8220;USB debugging&#8221;.</p>
<p>Next go to the directory of the psneuter command you downloaded and type:</p>
<p>c:\&gt; adb push psneuter /data/local/tmp/psneuter<br />
c:\&gt; adb shell chmod 777 /data/local/tmp/psneuter<br />
c:\&gt; adb shell /data/local/tmp/psneuter<br />
c:\&gt; adb shell</p>
<p>you should now have temporary root denoted by the # prompt</p>
<p>3. Use gfree to get radio S-ON and the original CID</p>
<p>If you lost your partition 7 backup or you do not want to restore the simlock data you can use the -c and -s options of gfree to set the CID and the S-ON flag.</p>
<p>ON YOUR PC:</p>
<p>Get gfree_06.zip that is attached to this page [4].</p>
<p>Unzip gfree_06.zip to a place on your computer. Open a terminal or command window, navigate to where the files are on your computer, and type:</p>
<p>c:\&gt; adb push gfree /data/local/tmp/gfree<br />
c:\&gt; adb shell chmod 777 /data/local/tmp/gfree</p>
<p>gfree should now be in your phone at /data/local/tmp</p>
<p>IN THE ROOT SHELL (in the first terminal/command) : Now run:</p>
<p># /data/local/tmp/gfree -s on -c T-MOB010<br />
# sync</p>
<p>Remove the PC10IMG.zip and the tools from the phone</p>
<p># rm /sdcard/PC10IMG.zip<br />
# rm /data/local/tmp/psneuter<br />
# rm /data/local/tmp/gfree</p>
<p>Disconnect your phone from USB and power it down.</p>
<p>Boot into hboot by holdingwhile powering on.</p>
<p>The heading should now read: &#8220;VISION PVT SHIP S-ON&#8221;</p>
<p><a href="http://forum.xda-developers.com/wiki/index.php?title=HTC_Vision">Thanks to the XDA Developers and their tutorial for help on this.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://howifixedit.net/2011/07/return-htc-g2-rooted-phone-stock-unroot-g2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Tone / Notification On Android Reboot With Cyanogen ROM</title>
		<link>http://howifixedit.net/2010/07/disable-tone-notification-android-reboot-cyanogen-rom/</link>
		<comments>http://howifixedit.net/2010/07/disable-tone-notification-android-reboot-cyanogen-rom/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 18:07:37 +0000</pubDate>
		<dc:creator>HowIFixedIt</dc:creator>
				<category><![CDATA[Cell Phones]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[cm5]]></category>
		<category><![CDATA[Cyanogen]]></category>
		<category><![CDATA[Cyanogenmod-5]]></category>
		<category><![CDATA[cynaogen rom]]></category>
		<category><![CDATA[disable tone]]></category>
		<category><![CDATA[notification]]></category>
		<category><![CDATA[reboot]]></category>
		<category><![CDATA[rom]]></category>
		<category><![CDATA[SD card notifications]]></category>
		<category><![CDATA[tone]]></category>

		<guid isPermaLink="false">http://howifixedit.net/?p=954</guid>
		<description><![CDATA[If you installed the new Cyanaogen ROM CM5 on your g1 /dream phone you&#8217;re now getting an audible tone / notification when you reboot the phone.  To disable it go to menu&#62; settings &#62; sound and display &#62; SD card notifications and uncheck it.

]]></description>
			<content:encoded><![CDATA[<p>If you installed the new Cyanaogen ROM CM5 on your g1 /dream phone you&#8217;re now getting an audible tone / notification when you reboot the phone.  To disable it go to menu&gt; settings &gt; sound and display &gt; SD card notifications and uncheck it.</p>
<p><a href="http://howifixedit.net/wp-content/uploads/2010/07/7-3-2010-11-04-28-AM.png" rel="lightbox[954]"><img class="alignnone size-medium wp-image-955" title="7-3-2010 11-04-28 AM" src="http://howifixedit.net/wp-content/uploads/2010/07/7-3-2010-11-04-28-AM-300x60.png" alt="" width="300" height="60" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://howifixedit.net/2010/07/disable-tone-notification-android-reboot-cyanogen-rom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

