<?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>KennyNet &#187; handcent</title>
	<atom:link href="http://www.kennynet.co.uk/tag/handcent/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kennynet.co.uk</link>
	<description>Ramblings of a PHP developer</description>
	<lastBuildDate>Fri, 02 Dec 2011 14:05:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Handcent SMS: Reset the blacklist password</title>
		<link>http://www.kennynet.co.uk/2010/07/01/handcent-sms-reset-blacklist-password/</link>
		<comments>http://www.kennynet.co.uk/2010/07/01/handcent-sms-reset-blacklist-password/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 21:26:01 +0000</pubDate>
		<dc:creator>Kenny Millington</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[adb]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[handcent]]></category>

		<guid isPermaLink="false">http://www.kennynet.co.uk/?p=133</guid>
		<description><![CDATA[I recently forgot my blacklist password while using handcent sms so investigated how possible it would be to reset this password without reinstalling the application. It turns out it&#8217;s pretty straight forward but your phone must be rooted for this to work and you must have enabled usb debugging. The process goes something like this&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>I recently forgot my blacklist password while using handcent sms so investigated how possible it would be to reset this password without reinstalling the application. </p>
<p>It turns out it&#8217;s pretty straight forward but <strong>your phone must be rooted</strong> for this to work and you must have enabled usb debugging.</p>
<p>The process goes something like this&#8230;</p>
<p>First on your phone navigate to Settings -> Applications -> Manage Applications -> Handcent SMS and click the Force Stop button to close handcent sms.</p>
<p>Next we retrieve the preferences file where the password is stored:-</p>
<pre>
$ adb pull /data/data/com.handcent.nextsms/shared_prefs/
com.handcent.nextsms_preferences.xml
</pre>
<p>Then edit the file you just pulled, find and remove the line that looks something like:-</p>
<pre>
&lt;string name="hc_password"&gt;0cc175b9c0f1b6a831c399e269772661&lt;/string&gt;
</pre>
<p>Next we push that file back to the device as follows:-</p>
<pre>
$ adb push com.handcent.nextsms_preferences.xml /data/data/
com.handcent.nextsms/shared_prefs/com.handcent.nextsms_preferences.xml
</pre>
<p>Now open handcent sms and the password should be removed ready for you to set another!</p>
<p><em>Obviously the above commands should be entered on one line, line breaks have been added to wrap the content&#8230;</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kennynet.co.uk/2010/07/01/handcent-sms-reset-blacklist-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

