The Following User Says Thank You to Mike Fr For This Useful Post: | ||
![]() |
2010-06-04
, 15:31
|
|
Posts: 2,121 |
Thanked: 1,540 times |
Joined on Mar 2008
@ Oxford, UK
|
#12
|
The Following User Says Thank You to pelago For This Useful Post: | ||
![]() |
2010-06-04
, 18:17
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#13
|
![]() |
2010-06-04
, 23:14
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#14
|
@OM
@YoDude
Thanks! Alas, not all of Nokia's many closed source stuff is as trivial to clone.
You could probably make something custom with Quick Launch and http://talk.maemo.org/showthread.php?p=689762. My MAFW stuff isn't stable so you'd probably not want an applet from me... :\
dbus-send --dest=com.nokia.mafw.renderer.Mafw-Gst-Renderer-Plugin.gstrenderer /com/nokia/mafw/renderer/gstrenderer com.nokia.mafw.renderer.next
![]() |
2010-06-05
, 14:54
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#15
|
@YoDude
Thanks! Alas, not all of Nokia's many closed source stuff is as trivial to clone.
You could probably make something custom with Quick Launch and http://talk.maemo.org/showthread.php?p=689762. My MAFW stuff isn't stable so you'd probably not want an applet from me... :\
A couple of things I've learned about this file (N900:\etc\hildon-desktop\status-menu.plugins) are...
Do not remove what is in the original file or you may loose that associated functionality. For instance: If you remove the Battery entry because maybe you don't like it or suttin', your device will no longer recognize when the charger is plugged in.![]()
Likewise for Bluetooth etc.
With that said make a back-up of the OEM file first.
Any third party Status Bar app can be used in the status bar but it will not have a permanent assignment here if it is not included in this file as you may already have found out.
>> http://talk.maemo.org/showpost.php?p...5&postcount=66
You can however change the order of the permanently assigned entries as I have found out.
ZIP will soon be attached to that post of mine that you refferenced...
The Following User Says Thank You to YoDude For This Useful Post: | ||
![]() |
2010-06-05
, 17:19
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#16
|
Can Alan's FM-Boost code be added to the enable function for one stop rockin'?
The Following User Says Thank You to qwerty12 For This Useful Post: | ||
![]() |
2010-06-05
, 18:01
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#17
|
If you have FM Boost installed, try this variant: http://www.freemoe.org/users/qwerty12/boost_variant/
FM Boost runs - I made sure of that - but since fmtxd always sets my power level to 118 automatically, I couldn't verify that it's actually running in time.
Since this has no settings window of its own, this is not a customisable option - the only way to not make this applet run FM Boost is by moving/deleting/renaming/burning/drowning/strangling /sbin/fm-boost.
Also, (this may be an advantage or disadvantage depending on how you look at it) because it does not actually give the command to turn on the transmitter itself, it can only monitor when other programs/applets have done so. So it will always enable FM Boost despite what application turned on the transmitter...
- $ cat /sys/class/i2c-adapter/i2c-2/2-0063/power_level 118
The Following User Says Thank You to YoDude For This Useful Post: | ||
![]() |
2010-06-05
, 19:54
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#18
|
It still drops to 88 when the charger cable is plugged in but that is to be expected. A simple disable then re-enable with your clone solves that.
The Following User Says Thank You to qwerty12 For This Useful Post: | ||
![]() |
2010-06-05
, 20:03
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#19
|
![]() |
2010-06-09
, 00:29
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#20
|
The Following User Says Thank You to YoDude For This Useful Post: | ||
@MohammadAG: Thanks for the instructions
@qwerty12: Thansk for writing the code.