<?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>On technology and development &#187; HTC</title>
	<atom:link href="http://blog.codewrench.net/tag/htc/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.codewrench.net</link>
	<description>My thoughs on stuff</description>
	<lastBuildDate>Wed, 18 Jan 2012 07:49:40 +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>Rooting HTC Hero</title>
		<link>http://blog.codewrench.net/2009/12/23/rooting-htc-hero/</link>
		<comments>http://blog.codewrench.net/2009/12/23/rooting-htc-hero/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 07:16:22 +0000</pubDate>
		<dc:creator>Pål</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[HTC]]></category>
		<category><![CDATA[Rooting]]></category>

		<guid isPermaLink="false">http://blog.paks.no/?p=397</guid>
		<description><![CDATA[This article is a guide on how to root a unmodified HTC Hero (European GSM model) running firmware latest generic ROM version 2.73.405.5. I found lots of guides on the net for older firmwares, but they did not work on &#8230; <a href="http://blog.codewrench.net/2009/12/23/rooting-htc-hero/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This article is a guide on how to root a unmodified HTC Hero (<strong><span style="text-decoration: underline;">European GSM model</span></strong>) running firmware latest generic ROM version 2.73.405.5. I found lots of guides on the net for older firmwares, but they did not work on this latest so I had to combine different guides I found in order to complete the operation. The HTC Hero comes locked down, kind of not having Administrator access in Windows. This keeps you from accidentally messing up our phone, but it also keeps you from modifying system settings, installing certain applications etc. Rooting the phone opens the posibility to install unofficials ROMS and updates as well. Read <a href="http://lifehacker.com/5342237/five-great-reasons-to-root-your-android-phone">five great reasons to root your android phone</a> for more information. Rooting on Android is the iPhone equivalent of &#8220;jail breaking&#8221;.</p>
<p><span id="more-397"></span>All the files you need to perform this is located in this zip file (10 MB): <a href="http://blog.paks.no/?download=HERORoot">Tools for rooting HTC Hero</a>.</p>
<p>Download and uncompress to a folder on your PC.</p>
<pre>
Prerequisits:
- Install ADB drives if neccecary (usb_drivers folder)
- Verify installation by connecting phone to PC (USB)
- Enter tools folder
- Type adb-windows shell
- You should get shell access from the phone (i.e. a $ prompt)
- Type exit to quit shell

1. Copy recovery.img to SD card

2. Flash new recovery image
- Install flashrec-1.1.2-20090909.apk
- Copy to SD card and start with a packet installer
- Run application
- First make backup of current recovery image (click backup button)
- Change path in textbox to /sdcard/recovery.img
- Click "flash recovery image" button to flash new recovery image
- If you get "Flash complete" message, reboot phone.

3. Backup current ROM
- Shutdown phone
- Power up phone by holding Home button while clicking Power. Keep
  holding down Home for a few seconds.
- Use the NANDROID BACKUP menu option to backup current rom

4. Root phone (optional)
- Boot recovery image as above (Home + Power)
- While phone is in recovery mode open cmd.exe on PC and enter tools\ folder
- Type the following commands:
    adb-windows shell
    mkdir systmp
    mount -o rw -t yaffs2 /dev/block/mtdblock3 /systmp
    cat /systmp/bin/sh &gt; /systmp/bin/su
    chmod 4755 /systmp/bin/su
    reboot

- Enjoy rooted phone

You can test if you have succeded by starting adb-windows shell again
when the phone has booted. At the $ prompt, type su followed by enter.
The prompt should now change to # indicating you are root.
</pre>
<p>5. Install Market Enabler (optional)<br />
- You can now install MarketEnabler_3.0.4.apk to gain access to full Android Market</p>
<p>DISCLAIMER: I take absolutely no responsibility if you somehow manage to turn your Hero into a unusable paper weight. Messing with root access and changing phone images is somewhat risky and you can totally mess up your phone.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codewrench.net/2009/12/23/rooting-htc-hero/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

