|
2010-03-07
, 11:42
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#2
|
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
|
2010-03-07
, 12:12
|
|
Posts: 664 |
Thanked: 160 times |
Joined on Jul 2008
@ Australia
|
#3
|
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.
|
2010-03-07
, 12:32
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#4
|
|
2010-03-07
, 12:53
|
|
Posts: 664 |
Thanked: 160 times |
Joined on Jul 2008
@ Australia
|
#5
|
|
2010-03-07
, 14:34
|
|
Posts: 664 |
Thanked: 160 times |
Joined on Jul 2008
@ Australia
|
#6
|
|
2012-06-23
, 22:36
|
|
Posts: 528 |
Thanked: 345 times |
Joined on Aug 2010
@ MLB.AU
|
#7
|
[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
Last edited by jaeezzy; 2010-03-07 at 15:12. Reason: Solved