Hi, I tried to activate speakers with the following dbus command in n900 command prompt while using FM Radio and Phone but without success.
[CODE]
dbus-send --type=method_call --dest=com.nokia.osso_hp_ls_controller /com/nokia/osso_hp_ls_controller com.nokia.osso_hp_ls_controller.loudspeaker.force_ loudspeaker_on[/CODE
It doesn't give any error message either. BTW, I copied it from wiki. So, just wondering if anyone can help find out if I'm doing wrong anywhere. Thanks
Hi, I tried to activate speakers with the following dbus command in n900 command prompt while using FM Radio and Phone but without success.
[CODE]
dbus-send --type=method_call --dest=com.nokia.osso_hp_ls_controller /com/nokia/osso_hp_ls_controller com.nokia.osso_hp_ls_controller.loudspeaker.force_ loudspeaker_on[/CODE
It doesn't give any error message either. BTW, I copied it from wiki. So, just wondering if anyone can help find out if I'm doing wrong anywhere. Thanks
That dbus-send command is for the N8x0s which had a daemon called "multimediad". Doesn't "FM Radio" allow you to switch between the two in its interface? If so, you could look at its code to see how it does it.
That dbus-send command is for the N8x0s which had a daemon called "multimediad". Doesn't "FM Radio" allow you to switch between the two in its interface? If so, you could look at its code to see how it does it.
Thanks for the reply qwerty12. Ya I did exactly the same thing. Python isn't my language and looked through all the .py files as thoroughly as possible but coldn't find where its implemented and trust me the code is scattered between numerous folders making my task even harder but I guess I have to go through once more.
P.S: @qwerty12: I, somewhere inside, was feeling/expecting you would reply.