<?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: Sending files to mobile phone using Bluetooth and OBEX</title>
	<atom:link href="http://www.substanceofcode.com/2008/06/20/sending-files-to-mobile-phone-using-bluetooth-and-obex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.substanceofcode.com/2008/06/20/sending-files-to-mobile-phone-using-bluetooth-and-obex/</link>
	<description>Software Artisan Tommi Laukkanen</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:17:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kuttu_200927</title>
		<link>http://www.substanceofcode.com/2008/06/20/sending-files-to-mobile-phone-using-bluetooth-and-obex/comment-page-1/#comment-62182</link>
		<dc:creator>Kuttu_200927</dc:creator>
		<pubDate>Sat, 22 Oct 2011 08:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.substanceofcode.com/?p=234#comment-62182</guid>
		<description>where to add this code MAN..??</description>
		<content:encoded><![CDATA[<p>where to add this code MAN..??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: merve</title>
		<link>http://www.substanceofcode.com/2008/06/20/sending-files-to-mobile-phone-using-bluetooth-and-obex/comment-page-2/#comment-62180</link>
		<dc:creator>merve</dc:creator>
		<pubDate>Thu, 20 Oct 2011 21:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.substanceofcode.com/?p=234#comment-62180</guid>
		<description>Hello Tommi,thanks for sharing! i wonder if comments like &quot;it works on some devices&quot; are based on mobile OS? i tried it on galaxy ace and i received the following exception: Failed to connect; [10064] A socket operation failed because the destination host was down.
But when i tried in on nokia 6220c, it works fine. so is this about android/symbian, if it is what should i change to make it work on android phone?</description>
		<content:encoded><![CDATA[<p>Hello Tommi,thanks for sharing! i wonder if comments like &#8220;it works on some devices&#8221; are based on mobile OS? i tried it on galaxy ace and i received the following exception: Failed to connect; [10064] A socket operation failed because the destination host was down.<br />
But when i tried in on nokia 6220c, it works fine. so is this about android/symbian, if it is what should i change to make it work on android phone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajesh .V</title>
		<link>http://www.substanceofcode.com/2008/06/20/sending-files-to-mobile-phone-using-bluetooth-and-obex/comment-page-2/#comment-62105</link>
		<dc:creator>Rajesh .V</dc:creator>
		<pubDate>Thu, 22 Sep 2011 07:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.substanceofcode.com/?p=234#comment-62105</guid>
		<description>When i am running the application it&#039;s not showing any devices which is turned on..It&#039;s showing the following error..
LOG: Start discoveryNative Library intelbth not avalableNative Library bluecove not avalableException in thread &quot;AWT-EventQueue-0&quot; java.lang.Error: BlueCove not avalable	at com.intel.bluetooth.BlueCoveImpl.createDetectorOnWindows(BlueCoveImpl.java:214)	at com.intel.bluetooth.BlueCoveImpl.(BlueCoveImpl.java:109)	at com.intel.bluetooth.BlueCoveImpl.(BlueCoveImpl.java:35)	at com.intel.bluetooth.BlueCoveImpl$SingletonHolder.(BlueCoveImpl.java:82)	at com.intel.bluetooth.BlueCoveImpl.instance(BlueCoveImpl.java:195)	at javax.bluetooth.LocalDevice.(LocalDevice.java:65)	at javax.bluetooth.LocalDevice.getLocalDevice(LocalDevice.java:80)	at com.substanceofcode.bluetooth.BluetoothBrowser.(BluetoothBrowser.java:34)	at com.substanceofcode.presence.Controller$1.run(Controller.java:45)	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:705)	at java.awt.EventQueue.access$000(EventQueue.java:101)	at java.awt.EventQueue$3.run(EventQueue.java:666)	at java.awt.EventQueue$3.run(EventQueue.java:664)	at java.security.AccessController.doPrivileged(Native Method)	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)	at java.awt.EventQueue.dispatchEvent(EventQueue.java:675)	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:211)	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)	at java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
</description>
		<content:encoded><![CDATA[<p>When i am running the application it&#8217;s not showing any devices which is turned on..It&#8217;s showing the following error..<br />
LOG: Start discoveryNative Library intelbth not avalableNative Library bluecove not avalableException in thread &#8220;AWT-EventQueue-0&#8243; java.lang.Error: BlueCove not avalable	at com.intel.bluetooth.BlueCoveImpl.createDetectorOnWindows(BlueCoveImpl.java:214)	at com.intel.bluetooth.BlueCoveImpl.(BlueCoveImpl.java:109)	at com.intel.bluetooth.BlueCoveImpl.(BlueCoveImpl.java:35)	at com.intel.bluetooth.BlueCoveImpl$SingletonHolder.(BlueCoveImpl.java:82)	at com.intel.bluetooth.BlueCoveImpl.instance(BlueCoveImpl.java:195)	at javax.bluetooth.LocalDevice.(LocalDevice.java:65)	at javax.bluetooth.LocalDevice.getLocalDevice(LocalDevice.java:80)	at com.substanceofcode.bluetooth.BluetoothBrowser.(BluetoothBrowser.java:34)	at com.substanceofcode.presence.Controller$1.run(Controller.java:45)	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:705)	at java.awt.EventQueue.access$000(EventQueue.java:101)	at java.awt.EventQueue$3.run(EventQueue.java:666)	at java.awt.EventQueue$3.run(EventQueue.java:664)	at java.security.AccessController.doPrivileged(Native Method)	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)	at java.awt.EventQueue.dispatchEvent(EventQueue.java:675)	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:211)	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)	at java.awt.EventDispatchThread.run(EventDispatchThread.java:90)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edmonflancia20</title>
		<link>http://www.substanceofcode.com/2008/06/20/sending-files-to-mobile-phone-using-bluetooth-and-obex/comment-page-2/#comment-61863</link>
		<dc:creator>Edmonflancia20</dc:creator>
		<pubDate>Tue, 26 Jul 2011 12:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.substanceofcode.com/?p=234#comment-61863</guid>
		<description>can you convert it to vb.net?
 </description>
		<content:encoded><![CDATA[<p>can you convert it to vb.net?<br />
 </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sreeraj</title>
		<link>http://www.substanceofcode.com/2008/06/20/sending-files-to-mobile-phone-using-bluetooth-and-obex/comment-page-1/#comment-61743</link>
		<dc:creator>Sreeraj</dc:creator>
		<pubDate>Sat, 18 Jun 2011 04:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.substanceofcode.com/?p=234#comment-61743</guid>
		<description>if u find the solutution pls help me too... my id sreeraj1237@gmail.com</description>
		<content:encoded><![CDATA[<p>if u find the solutution pls help me too&#8230; my id <a href="mailto:sreeraj1237@gmail.com">sreeraj1237@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sreeraj</title>
		<link>http://www.substanceofcode.com/2008/06/20/sending-files-to-mobile-phone-using-bluetooth-and-obex/comment-page-1/#comment-61742</link>
		<dc:creator>Sreeraj</dc:creator>
		<pubDate>Sat, 18 Jun 2011 04:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.substanceofcode.com/?p=234#comment-61742</guid>
		<description>changes required...please use this code man...

List devices = context.getDevices(); 

 if(devices != null) { 
 for(RemoteDevice device : devices) { 
 try { 
 String friendlyName = device.getFriendlyName(false); 
 ListItem item = new ListItem(device, friendlyName); 
 model.addElement(item);  //this may not be in ur code
 } catch(IOException ex) { 
 Logger.getLogger(ApplicationFrame.class.getName()).log(Level.SEVERE, null, ex); 
 } 
 } 
 } 
 deviceList.setModel(model);  
 repaint(); 
}</description>
		<content:encoded><![CDATA[<p>changes required&#8230;please use this code man&#8230;</p>
<p>List devices = context.getDevices(); </p>
<p> if(devices != null) {<br />
 for(RemoteDevice device : devices) {<br />
 try {<br />
 String friendlyName = device.getFriendlyName(false);<br />
 ListItem item = new ListItem(device, friendlyName);<br />
 model.addElement(item);  //this may not be in ur code<br />
 } catch(IOException ex) {<br />
 Logger.getLogger(ApplicationFrame.class.getName()).log(Level.SEVERE, null, ex);<br />
 }<br />
 }<br />
 }<br />
 deviceList.setModel(model);  <br />
 repaint();<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaashabona</title>
		<link>http://www.substanceofcode.com/2008/06/20/sending-files-to-mobile-phone-using-bluetooth-and-obex/comment-page-2/#comment-61725</link>
		<dc:creator>Shaashabona</dc:creator>
		<pubDate>Tue, 07 Jun 2011 23:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.substanceofcode.com/?p=234#comment-61725</guid>
		<description>THNQQQQQQ YO HAVE SAVED MY LIFE!!:D:D 

I am having my Graduation project and suffered a lot with and bluetooth!!THNX A LOT ^^</description>
		<content:encoded><![CDATA[<p>THNQQQQQQ YO HAVE SAVED MY LIFE!!:D:D </p>
<p>I am having my Graduation project and suffered a lot with and bluetooth!!THNX A LOT ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manasa</title>
		<link>http://www.substanceofcode.com/2008/06/20/sending-files-to-mobile-phone-using-bluetooth-and-obex/comment-page-2/#comment-61531</link>
		<dc:creator>Manasa</dc:creator>
		<pubDate>Wed, 06 Apr 2011 10:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.substanceofcode.com/?p=234#comment-61531</guid>
		<description>
hi tommi...

a very good code and when i run it,search is working fine...but after the device s getting discovered the upload is not workin...when i press upload i get the following errors...

Exception: Failed to connect; [10064] A socket operation failed because the destination host was down.
javax.bluetooth.BluetoothConnectionException: Failed to connect; [10064] A socket operation failed because the destination host was down.
at com.intel.bluetooth.BluetoothStackMicrosoft.connect(Native Method)
at com.intel.bluetooth.BluetoothStackMicrosoft.access$700(BluetoothStackMicrosoft.java:44)
at com.intel.bluetooth.BluetoothStackMicrosoft$ConnectThread.run(BluetoothStackMicrosoft.java:651)



please help me out....this is for my final year project.....as soon as possible...</description>
		<content:encoded><![CDATA[<p>hi tommi&#8230;</p>
<p>a very good code and when i run it,search is working fine&#8230;but after the device s getting discovered the upload is not workin&#8230;when i press upload i get the following errors&#8230;</p>
<p>Exception: Failed to connect; [10064] A socket operation failed because the destination host was down.<br />
javax.bluetooth.BluetoothConnectionException: Failed to connect; [10064] A socket operation failed because the destination host was down.<br />
at com.intel.bluetooth.BluetoothStackMicrosoft.connect(Native Method)<br />
at com.intel.bluetooth.BluetoothStackMicrosoft.access$700(BluetoothStackMicrosoft.java:44)<br />
at com.intel.bluetooth.BluetoothStackMicrosoft$ConnectThread.run(BluetoothStackMicrosoft.java:651)</p>
<p>please help me out&#8230;.this is for my final year project&#8230;..as soon as possible&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manasa</title>
		<link>http://www.substanceofcode.com/2008/06/20/sending-files-to-mobile-phone-using-bluetooth-and-obex/comment-page-1/#comment-61530</link>
		<dc:creator>Manasa</dc:creator>
		<pubDate>Wed, 06 Apr 2011 10:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.substanceofcode.com/?p=234#comment-61530</guid>
		<description>hi...good code and when i run it,search is working fine...but after the device s getting discovered the upload is not workin...when i press upload i get the following errors...

Exception: Failed to connect; [10064] A socket operation failed because the destination host was down.
javax.bluetooth.BluetoothConnectionException: Failed to connect; [10064] A socket operation failed because the destination host was down.
        at com.intel.bluetooth.BluetoothStackMicrosoft.connect(Native Method)
        at com.intel.bluetooth.BluetoothStackMicrosoft.access$700(BluetoothStackMicrosoft.java:44)
        at com.intel.bluetooth.BluetoothStackMicrosoft$ConnectThread.run(BluetoothStackMicrosoft.java:651)



please help me out....this is for my final year project.....as soon as possible...</description>
		<content:encoded><![CDATA[<p>hi&#8230;good code and when i run it,search is working fine&#8230;but after the device s getting discovered the upload is not workin&#8230;when i press upload i get the following errors&#8230;</p>
<p>Exception: Failed to connect; [10064] A socket operation failed because the destination host was down.<br />
javax.bluetooth.BluetoothConnectionException: Failed to connect; [10064] A socket operation failed because the destination host was down.<br />
        at com.intel.bluetooth.BluetoothStackMicrosoft.connect(Native Method)<br />
        at com.intel.bluetooth.BluetoothStackMicrosoft.access$700(BluetoothStackMicrosoft.java:44)<br />
        at com.intel.bluetooth.BluetoothStackMicrosoft$ConnectThread.run(BluetoothStackMicrosoft.java:651)</p>
<p>please help me out&#8230;.this is for my final year project&#8230;..as soon as possible&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sorin Oprita</title>
		<link>http://www.substanceofcode.com/2008/06/20/sending-files-to-mobile-phone-using-bluetooth-and-obex/comment-page-2/#comment-61422</link>
		<dc:creator>Sorin Oprita</dc:creator>
		<pubDate>Wed, 09 Mar 2011 11:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.substanceofcode.com/?p=234#comment-61422</guid>
		<description>I have the same problem and I was wondering if you have found the solution. I am trying to send files to android phones and the 2 different phones I tried both gave me this exception. I think it has something to do with that pin required when pairing devices. 

Also, this is pretty urgent and I would appreciate a quick answer.

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>I have the same problem and I was wondering if you have found the solution. I am trying to send files to android phones and the 2 different phones I tried both gave me this exception. I think it has something to do with that pin required when pairing devices. </p>
<p>Also, this is pretty urgent and I would appreciate a quick answer.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

