Did you have any luck with getting it set up as an HID device?  Do you
have the code which made your android phone discoverable as an HID
device?  I'm attempting to create an app in which the android phone
will be used as an HID device as well and will gladly share any
information I find with you and the community as this type of behavior
is not explained well anywhere.  Thanks!!

Matt
http://sites.google.com/site/androidtornado/


On Apr 12, 11:53 am, Adrian <[email protected]> wrote:
> I tried to create an application to register theAndroidphoneas aHIDdevice. So 
> far I did the following
> - Created a BluetoothServerSocket with
> bluetoothAdapter.listenUsingRfcommWithServiceRecord("any name",
> "00001124-0000-1000-8000-00805f9b34fb"). The UUID is the standard one
> forHIDdevices
> - Paired thephonewith a Windows 7 PC and connected to theHIDservice
> - Thephonewas recognized as a "BluetoothHIDdevice" but I get the
> error "Device driver software was not successfully installed."
>
> What are the next steps?
> I think a SDPservicerecord should be created but I'm not sure 
> ifAndroidBluetoothAPI supports something like this.
>
> Many thanks for your help,
> Adrian.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to