Author Topic: Specified service was not found (HTC Hero)  (Read 961 times)

Offline Nature

  • Software Developer
  • Newbie
  • *
  • Posts: 24
  • Karma: 0
Specified service was not found (HTC Hero)
« on: December 04, 2009, 04:32:24 PM »
Hi there,

I am finding a problem when trying to deliver to a HTC Hero G2 Touch device. I can scan and find the device ok but when I perform a send the connection fails as below:

The wcl.wclOPPClient event OnConnect ocurrs and I handle it with a wcl.wclConnectEventHandler the instance of wcl.wclConnectEventArgs that it recieves has Error = 44 which iswcl.wclErrors.WCL_E_SERVICE_NOT_FOUND or "Specified service was not found."

Bit of googling shows that Android does not support OBEX out of the box, therefore HTC users will need to download an app before they can recieve files via OBEX.

Thought I'd post this incase anyone else came across the same problem.