[android-developers] Re: PBAP CLIENT

2012-10-24 Thread yulongfei
htc g11 also return OBEX_HTTP_UNAVAILABLE 。 htc modify a lot about pbap server did you resolve this problem? 在 2011年5月20日星期五UTC+8下午6时27分18秒,Anirudh Kashyap写道: > > Hi, > > I have implemented a PBAP client. I am able to establish a OBEX > Connection and connect to the PBAP server on the othe

[android-developers] Re: PBAP CLIENT

2012-09-07 Thread yulongfei
/** * Defines the OBEX SERVICE UNAVAILABLE response code. * * The value of OBEX_HTTP_UNAVAILABLE is 0xD3 (211). */ public static final int OBEX_HTTP_UNAVAILABLE = 0xD3; I can connect to htc increditable s , it returns response code : 0xD3. (obex_http_available) I s

[android-developers] Re: PBAP CLIENT

2012-09-07 Thread yulongfei
my proble is the same with you , can you show your source code on the web? did you use uuid? 在 2011年5月20日星期五UTC+8下午6时27分18秒,Anirudh Kashyap写道: > Hi, > > I have implemented a PBAP client. I am able to establish a OBEX > Connection and connect to the PBAP server on the other android device. >

[android-developers] Re: PBAP CLIENT

2012-07-27 Thread kishor
Hi Anirudh, I have a plan to implement PBAP client in Car kit to fetch contacts/incoming call/outgoing call from android powered phone. Could u please guide me some implemetation steps/tips for this?..I use ICS 4.0.3 Regards, Kishor On Friday, May 20, 2011 3:57:18 PM UTC+5:30, Anirudh Kashyap

[android-developers] Re: PBAP CLIENT

2012-07-10 Thread Daniel Kareski
Hello, I have a question regarding PBAP client. I need to make my own android application that can transfer contacts from a device to a car radio via bluetooth. Have you tried something like this? Is it even possible to make something like that? Could you please give me some references or link

[android-developers] Re: PBAP CLIENT

2012-07-10 Thread Daniel Kareski
Hi, can you please tell if there is a way to perform contacts transfer from an android device to a car radio using just the regular Android SDK? If there is a way can you please give me some hints. Thanks, On Friday, May 20, 2011 12:27:18 PM UTC+2, Anirudh Kashyap wrote: > > Hi, > > I have i

[android-developers] Re: PBAP CLIENT

2012-06-21 Thread alicke xu
Hi anirudh, I'm planing to implement PBAP client on android tablet also. What about your status? BR, alicke 在 2011年5月20日星期五UTC+8下午6时27分18秒,Anirudh Kashyap写道: > > Hi, > > I have implemented a PBAP client. I am able to establish a OBEX > Connection and connect to the PBAP server on the other an