The Following User Says Thank You to macey For This Useful Post: | ||
![]() |
2013-07-22
, 12:14
|
Posts: 2,292 |
Thanked: 4,135 times |
Joined on Apr 2010
@ UK
|
#2
|
|
2013-07-22
, 12:30
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#3
|
Have you looked at the Queen Beecon Widget pages or the sources of desktop plugins that are already available?
Can you not use the hildon-status-menu to toggle this on and off.
If using CSSU this can be set to always shown in the menu.
result=$( /usr/bin/fmtx_client -p$( /usr/bin/fmtx_client | /bin/grep -q '^state=enabled' ; echo $? ) | /usr/bin/awk -F '=' '($1=="state") {print $2}' ); echo $result; [ $result = "enabled" ]
The Following User Says Thank You to For This Useful Post: | ||
![]() |
2013-07-23
, 05:37
|
Posts: 569 |
Thanked: 462 times |
Joined on Jul 2010
@ USA
|
#4
|
The Following User Says Thank You to rotoflex For This Useful Post: | ||
![]() |
2013-08-09
, 09:11
|
|
Posts: 283 |
Thanked: 276 times |
Joined on Aug 2011
@ uk or @Pai,Mae Hong Son, Thailand
|
#5
|
[ -f /home/user/fmon.txt ] && /usr/bin/fmtx_client -p 0 && rm /home/user/fmon.txt && exit 0 /usr/bin/fmtx_client -p 1 >/home/user/fmon.txt
The Following 2 Users Say Thank You to macey For This Useful Post: | ||
via /usr/bin/fmtx_client -p 1. I want to be able to turn the transmitter
OFF with the same icon. I want to know if there is a way to query the
transmitter status so I can just code a toggle function.