Re: [android-developers] Re: Bluetooth devices is pairing but not connecting

2012-05-15 Thread mike digioia
This comment does not make any sense and not a well formed sentence. On Tue, May 15, 2012 at 1:24 PM, hüseyin toplu wrote: > > ıt s mobıle phone ı can get phone bluetooth adres but ı can not put > fıle and send to target > > -- > You received this message because you are subscribed to the Google

[android-developers] Re: Bluetooth devices is pairing but not connecting

2012-05-15 Thread hüseyin toplu
ıt s mobıle phone ı can get phone bluetooth adres but ı can not put fıle and send to target -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this g

Re: [android-developers] Re: Bluetooth devices is pairing but not connecting

2012-04-30 Thread Kristopher Micinski
What's the name of the device you're trying to push to? kris On Mon, Apr 30, 2012 at 3:35 PM, hüseyin toplu wrote: >  i searched everywhere i read a lot of book about bluetooh so i ask > you however thanks a lot > > On Apr 30, 9:58 pm, "Jason Teagle" wrote: >> (@Kristopher: The OP doesn't have

[android-developers] Re: Bluetooth devices is pairing but not connecting

2012-04-30 Thread hüseyin toplu
i searched everywhere i read a lot of book about bluetooh so i ask you however thanks a lot On Apr 30, 9:58 pm, "Jason Teagle" wrote: > (@Kristopher: The OP doesn't have access to the other device's application > space - it's not a phone or tablet.) > > >electronic frame is supporting bluetooth.

Re: [android-developers] Re: Bluetooth devices is pairing but not connecting

2012-04-30 Thread Kristopher Micinski
On Mon, Apr 30, 2012 at 2:58 PM, Jason Teagle wrote: > (@Kristopher: The OP doesn't have access to the other device's application > space - it's not a phone or tablet.) > I never saw this specified anywhere.. kris -- You received this message because you are subscribed to the Google Groups "An

Re: [android-developers] Re: Bluetooth devices is pairing but not connecting

2012-04-30 Thread Jason Teagle
(@Kristopher: The OP doesn't have access to the other device's application space - it's not a phone or tablet.) electronic frame is supporting bluetooth. So do you know for example how to send file any phone.my program giving error therefore uuid It seems you need to use something called the

Re: [android-developers] Re: Bluetooth devices is pairing but not connecting

2012-04-30 Thread Kristopher Micinski
You aren't understanding... This might not work unless the phone has the proper service to grab it. Why don't you try using the similar client / server implementation for transferring files? kris On Mon, Apr 30, 2012 at 2:39 PM, hüseyin toplu wrote: > electronic frame is supporting bluetooth. S

[android-developers] Re: Bluetooth devices is pairing but not connecting

2012-04-30 Thread hüseyin toplu
electronic frame is supporting bluetooth. So do you know for example how to send file any phone.my program giving error therefore uuid On Apr 30, 8:56 pm, "Jason Teagle" wrote: > >So i will use it send piture to electronic frame any ideas :S > > That may not be possible. From what I have seen thr

Re: [android-developers] Re: Bluetooth devices is pairing but not connecting

2012-04-30 Thread Jason Teagle
So i will use it send piture to electronic frame any ideas :S That may not be possible. From what I have seen through Googling, the target device needs to have "File Transfer Profile" (OBEX FTP) and/or the "Object Push Profile" (OBEX OPP) Bluetooth services enabled. For a phone, this may b

[android-developers] Re: Bluetooth devices is pairing but not connecting

2012-04-30 Thread hüseyin toplu
So i will use it send piture to electronic frame any ideas :S On Apr 30, 6:16 pm, Kristopher Micinski wrote: > I agree with Jason .. > > kris > > > > > > > > On Mon, Apr 30, 2012 at 10:45 AM, Jason Teagle wrote: > >> nobody is not know anything about that :S > > > If you keep saying that, people

Re: [android-developers] Re: Bluetooth devices is pairing but not connecting

2012-04-30 Thread Kristopher Micinski
I agree with Jason .. kris On Mon, Apr 30, 2012 at 10:45 AM, Jason Teagle wrote: >> nobody is not know anything about that :S > > > If you keep saying that, people aren't going to bother answering you in > future. If people had ideas, they would say so. People have already given > you answers, b

Re: [android-developers] Re: Bluetooth devices is pairing but not connecting

2012-04-30 Thread Jason Teagle
nobody is not know anything about that :S If you keep saying that, people aren't going to bother answering you in future. If people had ideas, they would say so. People have already given you answers, but you rejected them. You can't just 'send a file to any device'. At the very least, assum

[android-developers] Re: Bluetooth devices is pairing but not connecting

2012-04-30 Thread hüseyin toplu
nobody is not know anything about that :S On Apr 30, 11:17 am, hüseyin toplu wrote: > i checked it but its peer to peer connection but i wanna just send a > file to any device this device will not have my application it will > just took the file > > On Apr 30, 10:51 am, gjs wrote: > > > > > > >

[android-developers] Re: Bluetooth devices is pairing but not connecting

2012-04-30 Thread hüseyin toplu
i checked it but its peer to peer connection but i wanna just send a file to any device this device will not have my application it will just took the file On Apr 30, 10:51 am, gjs wrote: > Hi, > > Build bluetooth chat demo app from sdk & try connecting with that. > > Regards > > On Apr 30, 4:43 

[android-developers] Re: Bluetooth devices is pairing but not connecting

2012-04-30 Thread gjs
Hi, Build bluetooth chat demo app from sdk & try connecting with that. Regards On Apr 30, 4:43 pm, hüseyin toplu wrote: > i found my problem problem  have server code >   tmp = mAdapter.listenUsingRfcommWithServiceRecord(NAME_SECURE, >                     MY_UUID_SECURE); >             } else {

[android-developers] Re: Bluetooth devices is pairing but not connecting

2012-04-29 Thread hüseyin toplu
i found my problem problem have server code tmp = mAdapter.listenUsingRfcommWithServiceRecord(NAME_SECURE, MY_UUID_SECURE); } else { tmp = mAdapter.listenUsingRfcommWithServiceRecord( NAME_INSECURE, MY_UUID_INSECURE);

[android-developers] Re: Bluetooth devices is pairing but not connecting

2012-04-29 Thread hüseyin toplu
i dont need to server code because i wanna just connect and then send a file to a bluetooth device -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

Re: [android-developers] Re: Bluetooth devices is pairing but not connecting

2012-04-29 Thread Kristopher Micinski
Chill out, you posted this four hours ago, and expect people to get back to you within a few hours on a free list? If you want that kind of responsiveness you'll need to hire a consultant :-)... You show the client code, but I didn't see the server code. Most likely you're doing something like

[android-developers] Re: Bluetooth devices is pairing but not connecting

2012-04-29 Thread hüseyin toplu
nobody is not know anything about that :S -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@

[android-developers] Re: Bluetooth devices is pairing but not connecting

2012-04-29 Thread hüseyin toplu
nobody is not know anything about that :S -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@