View Single Post
rooster13's Avatar
Posts: 319 | Thanked: 221 times | Joined on Jan 2010 @ Finland
#58
Ok, no worries mate we'll get this sorted out in no time

So you have the FM Transmitter menu applet installed form qwerty12?

Then you need the jacekowskis modified fmtxd binary. Go to http://jacekowski.org/Maemo/FMTXD and download the modified fmtxd binary from the first post.

Save it under /home/user/MyDocs/tmp (this is under your default document root) with name fmtxd_power_mod.

What you are about to do next is at your own risk, I or anybody else on this thread can not be held responsible if you brick your device.

Open X terminal and type sudo gainroot or root to become root (remember to exit X term after this procedure because with root you can do lots of harm to your device).

Once you have root access then type following commands:
Code:
cd /usr/sbin
ls -ltr fm*
mv fmtxd fmtxd.original
cp /home/user/MyDocs/tmp/fmtxd_power_mod ./fmtxd
chmod 755 fmtxd
So what these commands mean:
First we go to the directory where fmtxd binary is located.
Second we do a listing of the directory to see the original fmtxd binary.
Third we make a backup of the orginal fmtxd binary.
Fourth we copy the jacekowskis modified fmtxd binary to the directory.
And last we change the access rights of the binary so that it is runnable.

It is not necessary to reboot the device by I recommend it, just in case...

If still in doubt, feel free to ask for more info.

Last edited by rooster13; 2010-08-05 at 20:25. Reason: Glitch
 

The Following 2 Users Say Thank You to rooster13 For This Useful Post: