| The Following 23 Users Say Thank You to qwerty12 For This Useful Post: | ||
Boru, cheve, D4rKlar, ed00, fatalsaint, frals, hutchinsfairy, ivyking, jasonisdavid, ksirc, Livinmalife, mankir, Mentalist Traceur, Mike Fr, MohammadAG, pelago, Sphinx780, Transcend, Veix, xkkkx, xuggs, yaniv, YoDude | ||
|
|
06-03-2010
, 07:10 AM
|
|
Posts: 41 |
Thanked: 15 times |
Joined on Jun 2010
@ Netherlands
|
#2
|
|
|
06-03-2010
, 07:30 AM
|
|
Posts: 432 |
Thanked: 269 times |
Joined on Jan 2010
|
#3
|
|
|
06-03-2010
, 08:25 AM
|
|
Posts: 41 |
Thanked: 15 times |
Joined on Jun 2010
@ Netherlands
|
#4
|
|
|
06-03-2010
, 08:57 AM
|
|
|
Posts: 2,869 |
Thanked: 1,779 times |
Joined on Jan 2007
@ PHL
|
#5
|
Long story short, I didn't want the FM Transmitter status menu applet to hide after I disabled it. Unfortunately, it's closed source and I didn't want to have to add another applet just to enable it. Looking at it, it wasn't complicated so even I could write a clone. It's pretty much a 1:1 clone (with the showing of error messages broadcast by fmtxd over D-BUS, usage of Nokia strings for localisation, and everything). IDA Pro FTW.
Only things I did differently was to ensure that the button is always there in the status area and I made sure that all memory was freed...
With the FM Transmitter off:
With it on:
Replacement .so here; source here. Place the .so in /usr/lib/hildon-desktop, being sure to backup the previous one.
|
|
06-03-2010
, 05:29 PM
|
|
Posts: 41 |
Thanked: 15 times |
Joined on Jun 2010
@ Netherlands
|
#6
|
|
|
06-03-2010
, 05:34 PM
|
|
Posts: 27 |
Thanked: 5 times |
Joined on Dec 2009
|
#7
|
|
|
06-03-2010
, 05:37 PM
|
|
|
Posts: 2,473 |
Thanked: 12,149 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#8
|
cp /usr/lib/hildon-desktop/fmtx_status_menu_item.so /home/user/MyDocs/fmtx_status_menu_item.so.orig
cp /home/user/MyDocs/fmtx_status_menu_item.so /usr/lib/hildon-desktop/
| The Following 4 Users Say Thank You to MohammadAG For This Useful Post: | ||
|
|
06-03-2010
, 05:40 PM
|
|
Posts: 889 |
Thanked: 532 times |
Joined on Mar 2010
@ scotland
|
#9
|
May I ask for some help of the pro's in this forum?
I have RootSh installed, but I assume that I have to back-up and replace a .so file via X terminal/sudo gainroot . Could someone give me a clue on which commands I need to use in order to back-up and swap a file via XTerminal?
Thanks in advance.
| The Following User Says Thank You to festivalnut For This Useful Post: | ||
|
|
06-03-2010
, 11:05 PM
|
|
|
Posts: 2,869 |
Thanked: 1,779 times |
Joined on Jan 2007
@ PHL
|
#10
|



| The Following User Says Thank You to YoDude For This Useful Post: | ||
![]() |
| Thread Tools | Search this Thread |
|
Only things I did differently was to ensure that the button is always there in the status area and I made sure that all memory was freed...
With the FM Transmitter off:
With it on:
Download: http://talk.maemo.org/showpost.php?p...7&postcount=13
Place the .so in /usr/lib/hildon-desktop, being sure to backup the previous one.
Last edited by qwerty12; 06-05-2010 at 04:00 AM.