Author Topic: Need AAuthentication?  (Read 2097 times)

Offline ChenDengke

  • Newbie
  • *
  • Posts: 26
  • Karma: 0
Need AAuthentication?
« on: October 29, 2008, 02:00:03 PM »
hello,Mike,

when  i use BFObjectPushClient to send one file to my mobile with the function "Put(FileName: string)", there occur a message in my mobile which needs a PIN . 

From your document i know that it does no need Authentication with Object Push service. what mistake i have done?  is there other function do sendding file without
 ObjectPush Authentication?


Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2467
  • Karma: 1000
    • Wireless Communication Library
Re: Need AAuthentication?
« Reply #1 on: October 29, 2008, 03:29:54 PM »
It usually does not need authentication. But some phones (Motorola, BlackBerry and some others) may requires authentication for that.
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager

Offline ChenDengke

  • Newbie
  • *
  • Posts: 26
  • Karma: 0
Re: Need AAuthentication?
« Reply #2 on: October 29, 2008, 04:49:19 PM »
o ,my phone is Motorola.

so when my phone need  authentication, it let my input PIN code, then in PC, what message will be recieved so i can do some work?

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2467
  • Karma: 1000
    • Wireless Communication Library
Re: Need AAuthentication?
« Reply #3 on: October 29, 2008, 05:06:49 PM »
BFAuthenticator/wclAuthenticator should help
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager

Offline ChenDengke

  • Newbie
  • *
  • Posts: 26
  • Karma: 0
Re: Need AAuthentication?
« Reply #4 on: October 29, 2008, 07:40:56 PM »
thanks a lot

Offline ChenDengke

  • Newbie
  • *
  • Posts: 26
  • Karma: 0
Re: Need AAuthentication?
« Reply #5 on: October 30, 2008, 04:36:19 PM »
helllo mike:

 i can get PIN event with BFAuthenticator on it's  ONPINRequest event.  but can i know what   the  PIN  is  that is inputed by me on my mobile?

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2467
  • Karma: 1000
    • Wireless Communication Library
Re: Need AAuthentication?
« Reply #6 on: October 30, 2008, 04:45:12 PM »
there is no way to know what is the PIN entered on the phone.
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager

Offline ChenDengke

  • Newbie
  • *
  • Posts: 26
  • Karma: 0
Re: Need AAuthentication?
« Reply #7 on: October 31, 2008, 10:54:24 AM »
oh,   ;D, i feel so fool on these quesion.