<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Always discoverable on Android</title>
	<atom:link href="http://blag.tsukasa.net.au/2009/08/25/always-discoverable-on-android/feed/" rel="self" type="application/rss+xml" />
	<link>http://blag.tsukasa.net.au/2009/08/25/always-discoverable-on-android/</link>
	<description>Tech ramblings of Greg Darke, a University of Sydney student</description>
	<lastBuildDate>Thu, 14 Jan 2010 04:33:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tsukasa</title>
		<link>http://blag.tsukasa.net.au/2009/08/25/always-discoverable-on-android/comment-page-1/#comment-6441</link>
		<dc:creator>Tsukasa</dc:creator>
		<pubDate>Tue, 10 Nov 2009 02:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://blag.tsukasa.net.au/?p=126#comment-6441</guid>
		<description>Make sure you are using the &lt;strong&gt;busybox&lt;/strong&gt; chown. 

The chown binary that is normally installed on the device only works with user names (rather than a UID as I am using here).</description>
		<content:encoded><![CDATA[<p>Make sure you are using the <strong>busybox</strong> chown. </p>
<p>The chown binary that is normally installed on the device only works with user names (rather than a UID as I am using here).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hank</title>
		<link>http://blag.tsukasa.net.au/2009/08/25/always-discoverable-on-android/comment-page-1/#comment-6440</link>
		<dc:creator>Hank</dc:creator>
		<pubDate>Tue, 10 Nov 2009 01:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://blag.tsukasa.net.au/?p=126#comment-6440</guid>
		<description>Hi, thanks for this helpful trick, however the bit with the chown intrigues me. I have a custom, rooted ROM image flashed onto my phone but chown gives me a &quot;1002 user does not exist&quot; message or something like that. What&#039;s the mechanism there? Is this a bug in chown? What is it that the non-standard ROM images do that make it work?</description>
		<content:encoded><![CDATA[<p>Hi, thanks for this helpful trick, however the bit with the chown intrigues me. I have a custom, rooted ROM image flashed onto my phone but chown gives me a &#8220;1002 user does not exist&#8221; message or something like that. What&#8217;s the mechanism there? Is this a bug in chown? What is it that the non-standard ROM images do that make it work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darryl</title>
		<link>http://blag.tsukasa.net.au/2009/08/25/always-discoverable-on-android/comment-page-1/#comment-5754</link>
		<dc:creator>Darryl</dc:creator>
		<pubDate>Mon, 21 Sep 2009 15:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://blag.tsukasa.net.au/?p=126#comment-5754</guid>
		<description>Im struggling to get this to work on the Hero. browsing with root/su to /data/misc/hcid/ reveals an empty directory. Would be good if anyone else with a Hero can confirm this as default. 

I have managed to successfully complete up to line 10.

Any change of getting your appended/modified hcid_config file to try and push back onto my hero? I&#039;ll post the results here to share with all.

Thanks for pointing everyone in the right direction though. Would be nice if the upcoming API had a simple switch for this, or someone could code an app.</description>
		<content:encoded><![CDATA[<p>Im struggling to get this to work on the Hero. browsing with root/su to /data/misc/hcid/ reveals an empty directory. Would be good if anyone else with a Hero can confirm this as default. </p>
<p>I have managed to successfully complete up to line 10.</p>
<p>Any change of getting your appended/modified hcid_config file to try and push back onto my hero? I&#8217;ll post the results here to share with all.</p>
<p>Thanks for pointing everyone in the right direction though. Would be nice if the upcoming API had a simple switch for this, or someone could code an app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tsukasa</title>
		<link>http://blag.tsukasa.net.au/2009/08/25/always-discoverable-on-android/comment-page-1/#comment-5606</link>
		<dc:creator>Tsukasa</dc:creator>
		<pubDate>Sun, 13 Sep 2009 22:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://blag.tsukasa.net.au/?p=126#comment-5606</guid>
		<description>I do not know if this will work on the HTC Hero (or on the modaco ROM) as I own a HTC Dream (this has been tested on both one of JF&#039;s and cyanogen&#039;s ROMs). I suggest you back up your phone before attempting anything.

As for running this in a terminal emulator on the phone, it should be possible (I didn&#039;t do it due to the amount of typing required). It is also easier to perform this change from linux/mac machine than on the device itself. If you decide to attempt it on the phone, the first step would be to become the root user (using su -).

Then remount the system partition RW, this should be possible with &quot;mount -o remount,rw /&quot;. You will then need to edit the files mentioned in the post by hand: &#039;/system/etc/bluez/hcid.conf&#039; and &#039;/data/misc/hcid/*/config&#039; (your ROM might contain an editor such as vi). After that, just restart the bluetooth subsystem.</description>
		<content:encoded><![CDATA[<p>I do not know if this will work on the HTC Hero (or on the modaco ROM) as I own a HTC Dream (this has been tested on both one of JF&#8217;s and cyanogen&#8217;s ROMs). I suggest you back up your phone before attempting anything.</p>
<p>As for running this in a terminal emulator on the phone, it should be possible (I didn&#8217;t do it due to the amount of typing required). It is also easier to perform this change from linux/mac machine than on the device itself. If you decide to attempt it on the phone, the first step would be to become the root user (using su -).</p>
<p>Then remount the system partition RW, this should be possible with &#8220;mount -o remount,rw /&#8221;. You will then need to edit the files mentioned in the post by hand: &#8216;/system/etc/bluez/hcid.conf&#8217; and &#8216;/data/misc/hcid/*/config&#8217; (your ROM might contain an editor such as vi). After that, just restart the bluetooth subsystem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darryl</title>
		<link>http://blag.tsukasa.net.au/2009/08/25/always-discoverable-on-android/comment-page-1/#comment-5600</link>
		<dc:creator>Darryl</dc:creator>
		<pubDate>Sun, 13 Sep 2009 17:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://blag.tsukasa.net.au/?p=126#comment-5600</guid>
		<description>Will the modaco ROM be ok for this edit? 

Is this modification possible by using term. emulator directly on the phone (HTC Hero)? If you, what commands (other than remount) are needing modification?</description>
		<content:encoded><![CDATA[<p>Will the modaco ROM be ok for this edit? </p>
<p>Is this modification possible by using term. emulator directly on the phone (HTC Hero)? If you, what commands (other than remount) are needing modification?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
