The Following 23 Users Say Thank You to qwerty12 For This Useful Post: | ||
Boru, cheve, D4rKlar, ed00, fatalsaint, frals, hutchinsfairy, ivyking, jasonisdavid, Livinmalife, mankir, Mentalist Traceur, Mike Fr, MohammadAG, pelago, Sphinx780, Transcend, Veix, xkkkx, xuggs, yaniv, YoDude |
|
2010-06-03
, 11:10
|
Posts: 44 |
Thanked: 23 times |
Joined on Jun 2010
@ Netherlands
|
#2
|
|
2010-06-03
, 11:30
|
Posts: 433 |
Thanked: 274 times |
Joined on Jan 2010
|
#3
|
|
2010-06-03
, 12:25
|
Posts: 44 |
Thanked: 23 times |
Joined on Jun 2010
@ Netherlands
|
#4
|
|
2010-06-03
, 12:57
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#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.
|
2010-06-03
, 21:29
|
Posts: 44 |
Thanked: 23 times |
Joined on Jun 2010
@ Netherlands
|
#6
|
|
2010-06-03
, 21:34
|
Posts: 27 |
Thanked: 5 times |
Joined on Dec 2009
|
#7
|
|
2010-06-03
, 21:37
|
|
Posts: 2,473 |
Thanked: 12,265 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: | ||
|
2010-06-03
, 21:40
|
Posts: 889 |
Thanked: 537 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: | ||
|
2010-06-04
, 03:05
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#10
|
The Following User Says Thank You to YoDude For This Useful Post: | ||
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; 2010-06-05 at 08:00.