<?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>rob aldred &#187; mobile</title>
	<atom:link href="http://robaldred.co.uk/tag/mobile/feed/" rel="self" type="application/rss+xml" />
	<link>http://robaldred.co.uk</link>
	<description>cars, f1, bikes, tech tips &#38; what ever i&#039;m interested in this week</description>
	<lastBuildDate>Thu, 15 Apr 2010 13:54:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Remove all permission blocks on S60 phone to allow installation of unsigned applications</title>
		<link>http://robaldred.co.uk/2008/05/allow-installation-of-unsigned-applications-on-s60/</link>
		<comments>http://robaldred.co.uk/2008/05/allow-installation-of-unsigned-applications-on-s60/#comments</comments>
		<pubDate>Wed, 28 May 2008 15:22:32 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[hacks]]></category>
		<category><![CDATA[symbian]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[n95]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[s60]]></category>

		<guid isPermaLink="false">http://www.robaldred.co.uk/?p=3</guid>
		<description><![CDATA[In this post I will describe how to give full write permission on your Symbian S60 smartphone, this will enable you to install UNSIGNED applications. Freedom! First off, a couple of things you will need: You need to be running windows XP/Vista Nokia PC Suite 6.85 or earlier Nokia have patched newer versions of this [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">In this post I will describe how to give full write permission on your Symbian S60 smartphone, this will enable you to install UNSIGNED applications. Freedom!</p>
<p style="text-align: left;">First off, a couple of things you will need:</p>
<ul style="text-align: left;">
<li>You need to be running <em>windows XP/Vista</em></li>
<li>Nokia PC Suite 6.85 or earlier</li>
</ul>
<p style="text-align: left;"><strong>Nokia have patched newer versions of this software to block this hack.<br />
Already have a newer version of Nokia PC Suite? Uninstall it, download and install <a href="http://www.brothersoft.com/nokia-pc-suite-download-66393.html">version 6.84</a>.</strong></p>
<ul style="text-align: left;">
<li><span class="fullpost">Download ActivePython <a href="http://downloads.activestate.com/ActivePython/windows/2.5/ActivePython-2.5.1.1-win32-x86.msi">ActivePython</a>, install it.</span></li>
<li><span class="fullpost"> Download and install <a href="http://downloads.sourceforge.net/pyserial/pyserial-2.2.win32.exe?modtime=1122861377&amp;big_mirror=0">PySerial</a>.</span></li>
<li><span class="fullpost"> Download and install <a href="http://fca00000.googlepages.com/s60_3_1_app_trk_2_7.sisx">AppTRK</a> (to your phone).</span></li>
<li><span class="fullpost"> Download <a href="http://fca00000.googlepages.com/hack_perms_s60v3_FP1.py">Hack Perms Script</a>.</span></li>
</ul>
<p style="text-align: left;"><strong>With everything prepared lets get on with it&#8230;</strong></p>
<p style="text-align: left;"><span class="fullpost">Use USB to connect your phone to your PC in PC Suite mode.</span></p>
<p style="text-align: left;">We need to find out what port the computer is using to connect to your phone, we do this by on of the following methods:</p>
<p style="text-align: left;"><em>Win XP: </em><span class="fullpost">Control Panel&gt;System&gt;Hardware&gt;Device Manager&gt;Ports<br />
<em>Win Vista: </em>Control Panel&gt;Hardware and Sound&gt;Device Manager&gt;Ports.</span></p>
<p style="text-align: left;"><a href="http://www.robaldred.co.uk/wp-content/uploads/2008/06/ports.gif"><img class="alignnone size-medium wp-image-5" title="ports" src="http://www.robaldred.co.uk/wp-content/uploads/2008/06/ports-300x257.gif" alt="" width="300" height="257" /></a><a href="http://www.robaldred.co.uk/wp-content/uploads/2008/06/ports1.jpg"><br />
</a></p>
<p style="text-align: left;"><span class="fullpost">Look for your phone in the list, in my case my phone is labelled &#8216;Nokia N95 USB (COM14)&#8217;<br />
Note down this number in brackets after COM, you will need it later.</span></p>
<p>On your phone now, open the application AppTRK (you should have installed in preparation for this hack.<br />
Your phone will ask to connect to a bluetooth device, click cancel when it does.<br />
In AppTRK Go to options&gt;settings&gt;connection and change it to USB. Go back to the AppTRK&#8217;s main screen and selection options then connect.</p>
<p style="text-align: left;">You should see the following:<br />
<a href="http://www.robaldred.co.uk/wp-content/uploads/2008/06/apptrk.jpg"><img class="alignnone size-medium wp-image-6" title="apptrk" src="http://www.robaldred.co.uk/wp-content/uploads/2008/06/apptrk-225x300.jpg" alt="" width="225" height="300" /></a></p>
<p><span class="fullpost">Now open up the Hack Perm python file you downloaded in notepad on your PC, press CTRL+F and search for &#8220;ser =&#8221; (Without the quotes, ofc). The line should read:</span></p>
<blockquote><p>ser = serial.Serial(5)  # I have COM6</p></blockquote>
<p>Change the number 5 in the brackets to 1 less than the number you noted down from the device manager earlier, in my case it was 14, so I enter 13 in the brackets.</p>
<p>Save the file. (CTRL + s)</p>
<p><span class="fullpost">Once you have done this, just double click the Hack Perms file, if the window opens and closes so quickly you can&#8217;t see anything, there was a problem, check all the previous steps and make sure you are using Nokia PC Suite no later than version 6.85.<br />
</span></p>
<p>If window stays open,<span class="fullpost"> wait for about 5 seconds, you should see this, notice the &#8220;!!!!!!!!!!!candidate!!!!!!!!!!!&#8221;, This means the hack was successful, the program will exit just after displaying this notice.</span></p>
<p><a href="http://www.robaldred.co.uk/wp-content/uploads/2008/06/perms_hack.gif"><img class="alignnone size-medium wp-image-7" title="perms_hack" src="http://www.robaldred.co.uk/wp-content/uploads/2008/06/perms_hack-300x134.gif" alt="" width="300" height="134" /></a></p>
<p><strong>Now your phone is ready to allow you to install any unsigned applications.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://robaldred.co.uk/2008/05/allow-installation-of-unsigned-applications-on-s60/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
