<?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: Java ME Logging over Bluetooth using MicroLog</title>
	<atom:link href="http://blog.jayway.com/2008/12/17/java-me-logging-over-bluetooth-using-microlog/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jayway.com/2008/12/17/java-me-logging-over-bluetooth-using-microlog/</link>
	<description>Sharing Experience</description>
	<lastBuildDate>Mon, 15 Mar 2010 02:38:45 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sreejith</title>
		<link>http://blog.jayway.com/2008/12/17/java-me-logging-over-bluetooth-using-microlog/comment-page-1/#comment-13403</link>
		<dc:creator>Sreejith</dc:creator>
		<pubDate>Wed, 07 Oct 2009 11:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=604#comment-13403</guid>
		<description>I&#039;ve tried on a Windows 7 x64 machine. Symbian 60 device was not able to autodetect, however does work fine with an S40 device</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried on a Windows 7 x64 machine. Symbian 60 device was not able to autodetect, however does work fine with an S40 device</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://blog.jayway.com/2008/12/17/java-me-logging-over-bluetooth-using-microlog/comment-page-1/#comment-11083</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 04 Sep 2009 11:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=604#comment-11083</guid>
		<description>Hi,

I&#039;ve found your blog post while searching for a logging possibility in J2ME. I gave it a try, but on my Vista x64 machine it doesn&#039;t work. I&#039;ve added the new libraries (2.0.0), and start also the new server version with the gui. But the status line says that no server has started and no url is displayed.
Im using a Bluetooth dongle on my machine and a n96 (and of course the WTK emu) no combination works.

Has any body a hint?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve found your blog post while searching for a logging possibility in J2ME. I gave it a try, but on my Vista x64 machine it doesn&#8217;t work. I&#8217;ve added the new libraries (2.0.0), and start also the new server version with the gui. But the status line says that no server has started and no url is displayed.<br />
Im using a Bluetooth dongle on my machine and a n96 (and of course the WTK emu) no combination works.</p>
<p>Has any body a hint?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronan</title>
		<link>http://blog.jayway.com/2008/12/17/java-me-logging-over-bluetooth-using-microlog/comment-page-1/#comment-8146</link>
		<dc:creator>Ronan</dc:creator>
		<pubDate>Mon, 13 Jul 2009 13:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=604#comment-8146</guid>
		<description>A simple alternative is to use the file appender: 

Change the file name to be something other than at the root level as most phones do not allow this: 

FileAppender appender = new FileAppender();
appender.setFileName(&quot;Other/microlog.txt&quot;);

The FileAppender class always chooses the first value returned from FileSystemRegistry.listRoots() so check the folders that are available internally in the phone.</description>
		<content:encoded><![CDATA[<p>A simple alternative is to use the file appender: </p>
<p>Change the file name to be something other than at the root level as most phones do not allow this: </p>
<p>FileAppender appender = new FileAppender();<br />
appender.setFileName(&#8220;Other/microlog.txt&#8221;);</p>
<p>The FileAppender class always chooses the first value returned from FileSystemRegistry.listRoots() so check the folders that are available internally in the phone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronan</title>
		<link>http://blog.jayway.com/2008/12/17/java-me-logging-over-bluetooth-using-microlog/comment-page-1/#comment-7720</link>
		<dc:creator>Ronan</dc:creator>
		<pubDate>Tue, 07 Jul 2009 10:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=604#comment-7720</guid>
		<description>Currently having a lot of problems with the Bluetooth debugger while connecting to our server: it reboots the phone every time after a few calls. Sony Ericsson W760i. I haven&#039;t seen what exactly causes the reboot.</description>
		<content:encoded><![CDATA[<p>Currently having a lot of problems with the Bluetooth debugger while connecting to our server: it reboots the phone every time after a few calls. Sony Ericsson W760i. I haven&#8217;t seen what exactly causes the reboot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronan</title>
		<link>http://blog.jayway.com/2008/12/17/java-me-logging-over-bluetooth-using-microlog/comment-page-1/#comment-4666</link>
		<dc:creator>Ronan</dc:creator>
		<pubDate>Mon, 04 May 2009 11:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=604#comment-4666</guid>
		<description>I got the debugger working in a matter of minutes with a SonyEricsson W760i connecting to a MacBook running OS X 10.5.6

Really useful.</description>
		<content:encoded><![CDATA[<p>I got the debugger working in a matter of minutes with a SonyEricsson W760i connecting to a MacBook running OS X 10.5.6</p>
<p>Really useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yunnyyy</title>
		<link>http://blog.jayway.com/2008/12/17/java-me-logging-over-bluetooth-using-microlog/comment-page-1/#comment-1623</link>
		<dc:creator>Yunnyyy</dc:creator>
		<pubDate>Tue, 24 Feb 2009 16:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=604#comment-1623</guid>
		<description>Just one note. 
From this point it wouldn&#039;t be really easy to handle that exception what is thrown if the channel we specified is not the proper one, and increment the channel number automatically instead of the manual change in the property file and recompilation?

For me the automatic detection wasn&#039;t working on s60 devices, so this is a change would be more than welcome....
Thanx anyway... Really useful and great job.</description>
		<content:encoded><![CDATA[<p>Just one note.<br />
From this point it wouldn&#8217;t be really easy to handle that exception what is thrown if the channel we specified is not the proper one, and increment the channel number automatically instead of the manual change in the property file and recompilation?</p>
<p>For me the automatic detection wasn&#8217;t working on s60 devices, so this is a change would be more than welcome&#8230;.<br />
Thanx anyway&#8230; Really useful and great job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barnabas Nagy</title>
		<link>http://blog.jayway.com/2008/12/17/java-me-logging-over-bluetooth-using-microlog/comment-page-1/#comment-926</link>
		<dc:creator>Barnabas Nagy</dc:creator>
		<pubDate>Thu, 22 Jan 2009 14:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=604#comment-926</guid>
		<description>Hi,

I need a Java ME developer, please contact me.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I need a Java ME developer, please contact me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
