it is actually already written in my previous post. if you don't know how to edit a file on the N900 try this: there are different editors available. I for one prefer "nano". other options are "vi" (a bit more complex) and afaik midnight commander or "mc" for short. The following steps will explain how to edit files using nano. Get superuser (root) rights. Install rootsh if not done yet, open the terminal and type Code: sudo gainroot Install nano Code: apt-get install nano Answer any questions with "y" for yes. Next, open the file you want to edit, in this case /sbin/fm-boost Code: nano /sbin/fm-boost You can now edit the contents of the file. after you are done type ctrl+x to exit the editor. A question will pop up on the bottom asking you if you want to save your changes. Type "y" and press enter and you are done.
sudo gainroot
apt-get install nano
nano /sbin/fm-boost