* [Bluez-users] Restart input service
@ 2008-05-03 18:35 Dick
2008-05-03 19:15 ` Fabrice Ménard
2008-05-04 20:28 ` Panayiotis Modestou
0 siblings, 2 replies; 4+ messages in thread
From: Dick @ 2008-05-03 18:35 UTC (permalink / raw)
To: bluez-users
Hi,
I still have trouble reconnecting my Logitech Dinovo input devices after some
time when they are disconnected (to safe some power?).
Most of the time this can be corrected by disabling (Status stopped) "Input
service" from the bluetooth-properties application and reenable "Input service"
(Status running).
How can I do this by calling DBUS commands? I'd like to have a script or
shortcut around to save some time...
Thanks in advance,
Dick
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-users] Restart input service
2008-05-03 18:35 [Bluez-users] Restart input service Dick
@ 2008-05-03 19:15 ` Fabrice Ménard
2008-05-04 20:28 ` Panayiotis Modestou
1 sibling, 0 replies; 4+ messages in thread
From: Fabrice Ménard @ 2008-05-03 19:15 UTC (permalink / raw)
To: BlueZ users
On Saturday 03 May 2008 20:35:24 Dick wrote:
> Hi,
>
> I still have trouble reconnecting my Logitech Dinovo input devices after
> some time when they are disconnected (to safe some power?).
>
> Most of the time this can be corrected by disabling (Status stopped) "Inp=
ut
> service" from the bluetooth-properties application and reenable "Input
> service" (Status running).
>
> How can I do this by calling DBUS commands? I'd like to have a script or
> shortcut around to save some time...
>
> Thanks in advance,
> Dick
See http://article.gmane.org/gmane.linux.bluez.user/12988/match=3Ddinovo+la=
st
Maybe your answer is there.
Regards,
-- =
Fabrice M=E9nard
menard.fabrice@orange.fr
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference =
Don't miss this year's exciting event. There's still time to save $100. =
Use priority code J8TL2D2. =
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/java=
one
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-users] Restart input service
2008-05-03 18:35 [Bluez-users] Restart input service Dick
2008-05-03 19:15 ` Fabrice Ménard
@ 2008-05-04 20:28 ` Panayiotis Modestou
2008-05-05 18:35 ` Dick
1 sibling, 1 reply; 4+ messages in thread
From: Panayiotis Modestou @ 2008-05-04 20:28 UTC (permalink / raw)
To: BlueZ users
[-- Attachment #1.1: Type: text/plain, Size: 1471 bytes --]
Hi, I think this is what you are looking for
~$ dbus-send --system --type=method_call --print-reply --dest=org.bluez
/org/bluez/service_input org.bluez.Service.Stop
method return sender=:1.10 -> dest=:1.84 reply_serial=2
and
~$ dbus-send --system --type=method_call --print-reply --dest=org.bluez
/org/bluez/service_input org.bluez.Service.Start
method return sender=:1.10 -> dest=:1.87 reply_serial=2
Regards
Panicos
On Sat, May 3, 2008 at 9:35 PM, Dick <dm@chello.nl> wrote:
> Hi,
>
> I still have trouble reconnecting my Logitech Dinovo input devices after
> some
> time when they are disconnected (to safe some power?).
>
> Most of the time this can be corrected by disabling (Status stopped)
> "Input
> service" from the bluetooth-properties application and reenable "Input
> service"
> (Status running).
>
> How can I do this by calling DBUS commands? I'd like to have a script or
> shortcut around to save some time...
>
> Thanks in advance,
> Dick
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
> Don't miss this year's exciting event. There's still time to save $100.
> Use priority code J8TL2D2.
>
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
[-- Attachment #1.2: Type: text/html, Size: 2080 bytes --]
[-- Attachment #2: Type: text/plain, Size: 320 bytes --]
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
[-- Attachment #3: Type: text/plain, Size: 164 bytes --]
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-users] Restart input service
2008-05-04 20:28 ` Panayiotis Modestou
@ 2008-05-05 18:35 ` Dick
0 siblings, 0 replies; 4+ messages in thread
From: Dick @ 2008-05-05 18:35 UTC (permalink / raw)
To: bluez-users
Panayiotis Modestou thanks a lot, it works!
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-05-05 18:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-03 18:35 [Bluez-users] Restart input service Dick
2008-05-03 19:15 ` Fabrice Ménard
2008-05-04 20:28 ` Panayiotis Modestou
2008-05-05 18:35 ` Dick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox