<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for Cook Your Wireless Application</title>
	<link>http://www.cookwireless.com</link>
	<description>Initiate developers towards Wirefree Solutions …</description>
	<pubDate>Tue, 07 Sep 2010 00:50:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>Comment on Tool for android Views and Layout. by admin</title>
		<link>http://www.cookwireless.com/?p=24#comment-74</link>
		<author>admin</author>
		<pubDate>Tue, 16 Mar 2010 11:30:53 +0000</pubDate>
		<guid>http://www.cookwireless.com/?p=24#comment-74</guid>
		<description>nice one.</description>
		<content:encoded><![CDATA[<p>nice one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working with ADB shell. by kapil kataria</title>
		<link>http://www.cookwireless.com/?p=23#comment-73</link>
		<author>kapil kataria</author>
		<pubDate>Tue, 16 Mar 2010 11:00:46 +0000</pubDate>
		<guid>http://www.cookwireless.com/?p=23#comment-73</guid>
		<description>Hi 
 
  Thanks, The information was really usefull for me.

Regards

Kapil</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>  Thanks, The information was really usefull for me.</p>
<p>Regards</p>
<p>Kapil</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microsoft Visiual studio plugin for Blackberry. by HairyMan</title>
		<link>http://www.cookwireless.com/?p=14#comment-22</link>
		<author>HairyMan</author>
		<pubDate>Wed, 12 Nov 2008 04:40:03 +0000</pubDate>
		<guid>http://www.cookwireless.com/?p=14#comment-22</guid>
		<description>Not bad... Not bad.</description>
		<content:encoded><![CDATA[<p>Not bad&#8230; Not bad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microsoft Visiual studio plugin for Blackberry. by YahooBot</title>
		<link>http://www.cookwireless.com/?p=14#comment-20</link>
		<author>YahooBot</author>
		<pubDate>Tue, 11 Nov 2008 22:54:05 +0000</pubDate>
		<guid>http://www.cookwireless.com/?p=14#comment-20</guid>
		<description>Nice site, thanks for information!</description>
		<content:encoded><![CDATA[<p>Nice site, thanks for information!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microsoft Visiual studio plugin for Blackberry. by YahooBot</title>
		<link>http://www.cookwireless.com/?p=14#comment-21</link>
		<author>YahooBot</author>
		<pubDate>Tue, 11 Nov 2008 22:54:05 +0000</pubDate>
		<guid>http://www.cookwireless.com/?p=14#comment-21</guid>
		<description>Nice site, thanks for information!</description>
		<content:encoded><![CDATA[<p>Nice site, thanks for information!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello Mobile Application Developers! by Norman</title>
		<link>http://www.cookwireless.com/?p=1#comment-15</link>
		<author>Norman</author>
		<pubDate>Mon, 27 Oct 2008 15:09:19 +0000</pubDate>
		<guid>http://www.cookwireless.com/?p=1#comment-15</guid>
		<description>Hi there.
I have already seen it somethere

Good Luck!
Andy.</description>
		<content:encoded><![CDATA[<p>Hi there.<br />
I have already seen it somethere</p>
<p>Good Luck!<br />
Andy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello Mobile Application Developers! by AnnHie</title>
		<link>http://www.cookwireless.com/?p=1#comment-13</link>
		<author>AnnHie</author>
		<pubDate>Mon, 20 Oct 2008 19:49:46 +0000</pubDate>
		<guid>http://www.cookwireless.com/?p=1#comment-13</guid>
		<description>Hello.
It's better to put reference link

Thanks. Yours Anne!</description>
		<content:encoded><![CDATA[<p>Hello.<br />
It&#8217;s better to put reference link</p>
<p>Thanks. Yours Anne!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on File Handling in J2me. by winzter143</title>
		<link>http://www.cookwireless.com/?p=11#comment-10</link>
		<author>winzter143</author>
		<pubDate>Thu, 11 Sep 2008 03:40:52 +0000</pubDate>
		<guid>http://www.cookwireless.com/?p=11#comment-10</guid>
		<description>what is the need Docs/Library to RUN this code

&lt;b&gt;
fileConnection = (FileConnection)Connector.open(”file:///c:/pictures/SampleImage_Three.jpg”, Connector.READ_WRITE);&lt;/b&gt;</description>
		<content:encoded><![CDATA[<p>what is the need Docs/Library to RUN this code</p>
<p><b><br />
fileConnection = (FileConnection)Connector.open(”file:///c:/pictures/SampleImage_Three.jpg”, Connector.READ_WRITE);</b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on File Handling in J2me. by winzter143</title>
		<link>http://www.cookwireless.com/?p=11#comment-9</link>
		<author>winzter143</author>
		<pubDate>Thu, 11 Sep 2008 02:18:41 +0000</pubDate>
		<guid>http://www.cookwireless.com/?p=11#comment-9</guid>
		<description>winzter143 Said,

&lt;b&gt;fileConnection=(FileConnection)Connector.open(”file:///c:/pics/tree.jpg”, Connector.READ_WRITE);&lt;/b&gt;
i try this code it return an Exeption Error &lt;b&gt;javax.microedition.io.ConnectionNotFoundException: file &lt;/B&gt; what is the cause of error? the Library is existing and the file. Compilation Well fine but in Execution Time it create Exemption Error.

And in this code
&lt;b&gt;System.getProperty(”microedition.io.file.FileConnection.version&lt;/B&gt;

return &lt;b&gt;NULL&lt;/B&gt; value..

what it the requirement of FileConnection

tnx for the answer in Advance..

winzter,</description>
		<content:encoded><![CDATA[<p>winzter143 Said,</p>
<p><b>fileConnection=(FileConnection)Connector.open(”file:///c:/pics/tree.jpg”, Connector.READ_WRITE);</b><br />
i try this code it return an Exeption Error <b>javax.microedition.io.ConnectionNotFoundException: file </b> what is the cause of error? the Library is existing and the file. Compilation Well fine but in Execution Time it create Exemption Error.</p>
<p>And in this code<br />
<b>System.getProperty(”microedition.io.file.FileConnection.version</b></p>
<p>return <b>NULL</b> value..</p>
<p>what it the requirement of FileConnection</p>
<p>tnx for the answer in Advance..</p>
<p>winzter,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on File Handling in J2me. by winzter143</title>
		<link>http://www.cookwireless.com/?p=11#comment-8</link>
		<author>winzter143</author>
		<pubDate>Thu, 11 Sep 2008 02:15:17 +0000</pubDate>
		<guid>http://www.cookwireless.com/?p=11#comment-8</guid>
		<description>&lt;b&gt;fileConnection = (FileConnection)Connector.open(”file:///c:/pics/tree.jpg”, Connector.READ_WRITE);&lt;/b&gt;
i try this code it return an Exeption Error &lt;b&gt;javax.microedition.io.ConnectionNotFoundException: file&lt;/b&gt; what is the cause of error? the Library is existing and the file. Compilation Well fine but in Execution Time it create Exemption Error.

And in this code
&lt;b&gt;System.getProperty(”microedition.io.file.FileConnection.version&lt;/B&gt;

return &lt;B&gt;NULL&lt;B&gt;value.. 

what it the requirement of &lt;b&gt;FileConnection&lt;/b&gt;

tnx for the answer in Advance..

winzter,</description>
		<content:encoded><![CDATA[<p><b>fileConnection = (FileConnection)Connector.open(”file:///c:/pics/tree.jpg”, Connector.READ_WRITE);</b><br />
i try this code it return an Exeption Error <b>javax.microedition.io.ConnectionNotFoundException: file</b> what is the cause of error? the Library is existing and the file. Compilation Well fine but in Execution Time it create Exemption Error.</p>
<p>And in this code<br />
<b>System.getProperty(”microedition.io.file.FileConnection.version</b></p>
<p>return <b>NULL</b><b>value.. </p>
<p>what it the requirement of </b><b>FileConnection</b></p>
<p>tnx for the answer in Advance..</p>
<p>winzter,</p>
]]></content:encoded>
	</item>
</channel>
</rss>
