* Re: [Bluez-devel] SonyEricsson K700i and HID
@ 2005-04-15 12:07 Stefan Jonasson
2005-04-15 12:21 ` Marcel Holtmann
0 siblings, 1 reply; 5+ messages in thread
From: Stefan Jonasson @ 2005-04-15 12:07 UTC (permalink / raw)
To: bluez-devel
How exactly did you get it to work .. just by starting hidd with --nosdp, and then it worked out if the box?
How did you connect the mouse decive to X? I don't think that there are any appropriate mouse protocols / keyboard layouts for the k700 phone !?
----- Original Message -----
From: Marcel Holtmann <marcel@holtmann.org>
Date: Friday, April 15, 2005 1:41 pm
Subject: Re: [Bluez-devel] SonyEricsson K700i and HID
> Hi Stefan,
>
> > I just bought an SonyEricsson K700i and it have support for
> bluetooth HID.
> > After researching a bit I realized that there probably isent any
> way to make it work in linux atm..
> >
> > I tyred to use it as a keyboard/ mouse with hidd. The phone and
> computer can connect to each other the phone shows the input map (
> just as it does in windows when you use this function). And hidd
> dosent report any failures...
> >
> > Now I want hidd to do something useful like creating a mouse
> device and a keyboard!
> >
> > A list of questions:
> >
> > Which implementations do I need to chage?
> > How to I make hidd k700i aware?
> > Shoud I create an new application that uses the hidp module
> directly?> How do I inspect the traffic?
> > It there anyway to make hidd print debug info?
> > Is this possible to do?
> > Wich specifications do I need, where can I get them?
> > I found a nice document on ericssons dev site
> http://developer.sonyericsson.com/getDocument.do?docId=66147 will
> it help?
>
> the problem with the K700i is that it only supports two L2CAP
> connections at the same, but for our implementation we will need
> actually three of them. Otherwise we can't get the HID descriptor and
> thus we can only do boot. However I successfully used a K700i with the
> --nosdp option.
>
> Regards
>
> Marcel
>
>
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real
> users.Discover which products truly live up to the hype. Start
> reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Bluez-devel mailing list
> Bluez-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-devel
>
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-devel] SonyEricsson K700i and HID
2005-04-15 12:07 [Bluez-devel] SonyEricsson K700i and HID Stefan Jonasson
@ 2005-04-15 12:21 ` Marcel Holtmann
0 siblings, 0 replies; 5+ messages in thread
From: Marcel Holtmann @ 2005-04-15 12:21 UTC (permalink / raw)
To: bluez-devel
Hi Stefan,
> How exactly did you get it to work .. just by starting hidd with --nosdp, and then it worked out if the box?
you should start the "hidd --server" also with "--nosdp" if you plan to
connect from your phone to the PC, but in general yes, a connect with
"--nosdp" is enough to make your phone act as a HID.
> How did you connect the mouse decive to X? I don't think that there are any appropriate mouse protocols / keyboard layouts for the k700 phone !?
Everything goes through the input subsystem and as long as you are
using /dev/input/mice you don't have to do anything else.
Regards
Marcel
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bluez-devel] SonyEricsson K700i and HID
@ 2005-04-15 11:26 Stefan Jonasson
2005-04-15 11:41 ` Marcel Holtmann
2005-04-18 9:12 ` Marcel Hilzinger
0 siblings, 2 replies; 5+ messages in thread
From: Stefan Jonasson @ 2005-04-15 11:26 UTC (permalink / raw)
To: bluez-devel
Hi all!
I just bought an SonyEricsson K700i and it have support for bluetooth HID=
=2E
After researching a bit I realized that there probably isent any way to m=
ake it work in linux atm=2E=2E
I tyred to use it as a keyboard/ mouse with hidd=2E The phone and compute=
r can connect to each other the phone shows the input map ( just as it do=
es in windows when you use this function)=2E And hidd dosent report any f=
ailures=2E=2E=2E
Now I want hidd to do something useful like creating a mouse device and a=
keyboard!
A list of questions=3A
Which implementations do I need to chage=3F
How to I make hidd k700i aware=3F
Shoud I create an new application that uses the hidp module directly=3F
How do I inspect the traffic=3F
It there anyway to make hidd print debug info=3F
Is this possible to do=3F
Wich specifications do I need=2C where can I get them=3F
I found a nice document on ericssons dev site http=3A//developer=2Esonyer=
icsson=2Ecom/getDocument=2Edo=3FdocId=3D66147 will it help=3F
-- =
-----------------------
Stefan Jonasson
Wipmind AB
Storgatan 4
352 52 V=E4xj=F6
Tel=3A 0470-74 95 00
Fax=3A 0470-74 95 01
-----------------------
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-devel] SonyEricsson K700i and HID
2005-04-15 11:26 Stefan Jonasson
@ 2005-04-15 11:41 ` Marcel Holtmann
2005-04-18 9:12 ` Marcel Hilzinger
1 sibling, 0 replies; 5+ messages in thread
From: Marcel Holtmann @ 2005-04-15 11:41 UTC (permalink / raw)
To: bluez-devel
Hi Stefan,
> I just bought an SonyEricsson K700i and it have support for bluetooth HID.
> After researching a bit I realized that there probably isent any way to make it work in linux atm..
>
> I tyred to use it as a keyboard/ mouse with hidd. The phone and computer can connect to each other the phone shows the input map ( just as it does in windows when you use this function). And hidd dosent report any failures...
>
> Now I want hidd to do something useful like creating a mouse device and a keyboard!
>
> A list of questions:
>
> Which implementations do I need to chage?
> How to I make hidd k700i aware?
> Shoud I create an new application that uses the hidp module directly?
> How do I inspect the traffic?
> It there anyway to make hidd print debug info?
> Is this possible to do?
> Wich specifications do I need, where can I get them?
> I found a nice document on ericssons dev site http://developer.sonyericsson.com/getDocument.do?docId=66147 will it help?
the problem with the K700i is that it only supports two L2CAP
connections at the same, but for our implementation we will need
actually three of them. Otherwise we can't get the HID descriptor and
thus we can only do boot. However I successfully used a K700i with the
--nosdp option.
Regards
Marcel
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-devel] SonyEricsson K700i and HID
2005-04-15 11:26 Stefan Jonasson
2005-04-15 11:41 ` Marcel Holtmann
@ 2005-04-18 9:12 ` Marcel Hilzinger
1 sibling, 0 replies; 5+ messages in thread
From: Marcel Hilzinger @ 2005-04-18 9:12 UTC (permalink / raw)
To: bluez-devel; +Cc: Stefan Jonasson
Am Freitag, 15. April 2005 13:26 schrieb Stefan Jonasson:
> Hi all!
>
> I just bought an SonyEricsson K700i and it have support for bluetooth HID.
> After researching a bit I realized that there probably isent any way to
> make it work in linux atm..
>
> I tyred to use it as a keyboard/ mouse with hidd. The phone and computer
> can connect to each other the phone shows the input map ( just as it does
> in windows when you use this function). And hidd dosent report any
> failures...
You might have a look at bluemote. It makes a remote control of your phone:
http://www.geocities.com/saravkrish/progs/bluemote/index.html
=2D-=20
=DCdv=F6zlettel -- Mit freundlichen Gr=FCssen,
Marcel Hilzinger
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-04-18 9:12 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-15 12:07 [Bluez-devel] SonyEricsson K700i and HID Stefan Jonasson
2005-04-15 12:21 ` Marcel Holtmann
-- strict thread matches above, loose matches on Subject: below --
2005-04-15 11:26 Stefan Jonasson
2005-04-15 11:41 ` Marcel Holtmann
2005-04-18 9:12 ` Marcel Hilzinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox