![]() |
Help with DBUS
Hey guys,
I had posted this in the N900 forum, however, I feel that this may be a better place for it, as I guess it isn't specifically an N900 issue. Having a bit of a problem with DBUS. What I'm trying to do is when my bluetooth headset is connected, I want the phone to start playing music. Once the phone is disconnected from the headset, I want it to stop. Sounded pretty simple, I had already played a little bit with dbus (underclocking when locked). Anyway. I have the command to play music in a file (/usr/local/bin/connect) which contains this command: Code:
dbus-send --dest=com.nokia.mafw.renderer.Mafw-Gst-Renderer-Plugin.gstrenderer /com/nokia/mafw/renderer/gstrenderer com.nokia.mafw.renderer.play Code:
/usr/local/bin/connect * * org.bluez.Adapter RemoteDeviceConnected 0C:6E:00:00:17:8F I typed in "dbus-scripts --debug" and at the end of the command it gave me the "Failed to open connection to session message bus :(null)". So I am all out of ideas. Are there any other ways I can test to find out where the fault lies? Been trying this for hours now! Any help would be much appreciated. Regards, Chris |
Re: Help with DBUS
Use run-standalone.sh in your command file if you want to
execute dbus-send commands on the session bus. run-standalone.sh sets up the appropriate session bus environment variables. run-standalone.sh dbus-send ..... Nicolai |
Re: Help with DBUS
Thanks for the reply. I had no idea about the 'runstandalone.sh' command =]
Some progress has been made! It will now play music based upon an event such as a keyboard slide, so I am almost there. Now I just have to make it play on bluetooth headset connect, which currently isn't working. |
Re: Help with DBUS
Done it!
I knew the scripts worked, I had tested it with various other dbus signals (such as keyboard open / closed, screen locked / unlocked). I also knew that the helmet would connect and I could start music playing myself. Something I should have explained first - it's a bluetooth motorbike helmet, so it makes my life much easier if I don't have to touch the phone (voice command would be very nice though!). Anyway, the only reason I could think of as to why it wasn't working would have been if the dbus wasn't being told to look at the correct thing. Using this command: Code:
dbus-scripts --debug --system So, there we go. It wasn't so bad after all. Only thing I have to look at now is why, upon restarting the phone can't I use any command to start music playing - I have to press the play button on the widget instead. Anyway, I am happy with the results! |
Re: Help with DBUS
Quote:
Code:
method call sender=:1.595 -> dest=com.nokia.mafw.playlist serial=128 path=/com/nokia/mafw/playlist; interface=com.nokia.mafw.playlist; member=create_playlist After that, you'll need to assign the playlist number above to the renderer. Code:
method call sender=:1.595 -> dest=com.nokia.mafw.renderer.Mafw-Gst-Renderer-Plugin.gstrenderer serial=226 path=/com/nokia/mafw/renderer/gstrenderer; interface=com.nokia.mafw.renderer; member=assign_playlist Code:
Nokia-N900:~# grep FmpAudioPlaylist /home/user/.mafw-playlists/* Get the number as I showed you above, then Code:
dbus-send --type=method_call --dest=com.nokia.mafw.renderer.Mafw-Gst-Renderer-Plugin.gstrenderer /com/nokia/mafw/renderer/gstrenderer com.nokia.mafw.renderer.assign_playlist uint32:4 Replace the last 0 in the goto_index command with the song you want to start first, numbering starts at 0, so if you're looking at the number in the UI, subtract a 1. Play the playlist, as per the last command. |
Re: Help with DBUS
Is there a command to close application gracefully (similar to what happens when you press the X of its window)?
the "kill" command is not good since the application does not remember its last state when closed with it. When closed with the X it does. Thanks. |
Re: Help with DBUS
I was trying to find a solution for these 2 issues in several threads and internet sources (including the great "phone control" wiki page) but was unsuccessful.
my two issues: 1. is it possible to answer a call from Skype using a DBUS command (not a regular phone call which can be answerd with this: dbus-send --system --print-reply --dest=com.nokia.csd.Call /com/nokia/csd/call/1 com.nokia.csd.Call.Instance.Answer) 2. how can the volume of the call itself be changed using dbus? setting the volume with: dbus-send --type=method_call --dest=com.nokia.mafw.renderer.Mafw-Gst-Renderer-Plugin.gstrenderer /com/nokia/mafw/renderer/gstrenderer com.nokia.mafw.extension.set_extension_property string:volume variant:uint32:50 won't affect the conversation voice level which i want to set to maximum. |
All times are GMT. The time now is 06:08. |
vBulletin® Version 3.8.8