maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   How to enable FM transmitter? (Solution in thread) (https://talk.maemo.org/showthread.php?t=38997)

v13 2010-01-05 17:24

Re: How to enable FM transmitter (?)
 
Quote:

Originally Posted by spock521 (Post 454201)
Another way would be to use the "red pill" mode to install the package, I'm sure you can find more about that if you search the forums here.

I really suggest that we do not advise people to enable red pill unless it is absolutely necessary. Rootsh is far more easy and without sideeffects. If he doesn't know what a .deb is and how to use it then red pill is of no use to him yet. No?

Serbia 2010-01-05 17:29

Re: How to enable FM transmitter (?)
 
Quote:

Originally Posted by spock521 (Post 454201)
You need to have the right privileges.

First install the "rootsh" package with the application manager, and then type: "sudo gainroot" in the x terminal.

After this you can use dpkg to install it..

Another way would be to use the "red pill" mode to install the package, I'm sure you can find more about that if you search the forums here.

i have a problem i can;t find rootsh when i open app manager in my phone there is only 3 options uninstall,download and update there is no install "button" i need help again? :)
ps: sorry for my bad English i hope u understand me.

spock521 2010-01-05 17:37

Re: How to enable FM transmitter (?)
 
Quote:

Originally Posted by v13 (Post 454208)
I really suggest that we do not advise people to enable red pill unless it is absolutely necessary. Rootsh is far more easy and without sideeffects. If he doesn't know what a .deb is and how to use it then red pill is of no use to him yet. No?

You're right, I just thought I'd share another solution too, my bad perhaps. Anyway as it's potentially dangerous I wouldn't recommend it either for someone unfamiliar with .debs and/or the packaging system.

Quote:

Originally Posted by Serbia
i have a problem i can;t find rootsh when i open app manager in my phone there is only 3 options uninstall,download and update there is no install "button" i need help again?
ps: sorry for my bad English i hope u understand me.

I believe the rootsh package is in the extras repository, check the application catalogs and make sure "Maemo Extras" is enabled. If it's not there then you'll need to add the extras-testing repository too I guess, search the forum for how to do that. But keep in mind that the extras-testing repository also might come with a "potentially dangerous" tag. :)

Serbia 2010-01-05 17:51

Re: How to enable FM transmitter (?)
 
i did it i download rootsh and in x terminal it tell me root shell enabled i hope this is it?? now i would be able to install .deb files??

spock521 2010-01-05 18:06

Re: How to enable FM transmitter (?)
 
Quote:

Originally Posted by Serbia (Post 454256)
i did it i download rootsh and in x terminal it tell me root shell enabled i hope this is it?? now i would be able to install .deb files??

Yes. If you transferred the .deb over with USB mass storage mode, the .deb will be located somewhere in /home/user/MyDocs/ (keep in mind that it's case sensitive).

So the appropriate command would be something like:
dpkg -i /home/user/MyDocs/fmtx-faker_0.1_armel.deb

Don't forget to reboot when you finished installing it.

Serbia 2010-01-05 18:10

Re: How to enable FM transmitter (?)
 
ok here is another problem i type in xterminal
dpkg -i /home/user/MyDocs/fmtx-faker_0.1_armel.deb
press enter and this is what he sad
cannot access archive:no such file or direcory
ps: i downloaded file from here to my computer than i pluged my n900 in pc and click on mass storage, than i open documents and copy that file from pc to my n900...so i dont know what is the problem know/?? that file is definitely in my phone...

spock521 2010-01-05 18:16

Re: How to enable FM transmitter (?)
 
Quote:

Originally Posted by Serbia (Post 454292)
ok here is another problem i type in xterminal
dpkg -i /home/user/MyDocs/fmtx-faker_0.1_armel.deb
press enter and this is what he sad
cannot access archive:no such file or direcory
ps: i downloaded file from here to my computer than i pluged my n900 in pc and click on mass storage, than i open documents and copy that file from pc to my n900...so i dont know what is the problem know/?? that file is definitely in my phone...

First of all check spelling and upper/lower cases so there was no mistakes.

If that wasn't the problem, assuming you're running windows, just hook up the phone to the usb in mass storage mode, open the drive letter for the phone and put the .deb file right there, and not in any folder. The above command should then work.

Serbia 2010-01-05 18:24

Re: How to enable FM transmitter (?)
 
Quote:

Originally Posted by spock521 (Post 454302)
First of all check spelling and upper/lower cases so there was no mistakes.

If that wasn't the problem, assuming you're running windows, just hook up the phone to the usb in mass storage mode, open the drive letter for the phone and put the .deb file right there, and not in any folder. The above command should then work.

Spock i probably bored you sry......i put file in phone the way u told me to do but there is again a problem when i type all of this stuff and press enter he told me dpkg: unknown option -/
i am lost my mind because of this ! If I'm not too tedious please let mi what should i do know

spock521 2010-01-05 18:29

Re: How to enable FM transmitter (?)
 
Quote:

Originally Posted by Serbia (Post 454316)
Spock i probably bored you sry......i put file in phone the way u told me to do but there is again a problem when i type all of this stuff and press enter he told me dpkg: unknown option -/
i am lost my mind because of this ! If I'm not too tedious please let mi what should i do know

No, dont worry. I thought I'd help you fix it since this thread will probably stay as a reference to others with the same problems.

Anyway seeing that error I'm guessing you typed:
dpkg -/home/user/MyDocs/fmtx-faker_0.1_armel.deb

When what you should type is:
dpkg -i /home/user/MyDocs/fmtx-faker_0.1_armel.deb

"dpkg" is the package manager command.
"-i" means to install something.
and the path and filename is what to install!

You see small typing errors can have huge impacts in the world of linux and unix. Which is why I asked you to first of all check the spelling and cases. :)

Serbia 2010-01-06 00:22

Re: How to enable FM transmitter (?)
 
Quote:

Originally Posted by spock521 (Post 454319)
No, dont worry. I thought I'd help you fix it since this thread will probably stay as a reference to others with the same problems.

Anyway seeing that error I'm guessing you typed:
dpkg -/home/user/MyDocs/fmtx-faker_0.1_armel.deb

When what you should type is:
dpkg -i /home/user/MyDocs/fmtx-faker_0.1_armel.deb

"dpkg" is the package manager command.
"-i" means to install something.
and the path and filename is what to install!

You see small typing errors can have huge impacts in the world of linux and unix. Which is why I asked you to first of all check the spelling and cases. :)

There is no hope for me :( :(.. i type without typing erros -i etc....and every time is difrent now it say
dpkg: unknow option -n when i typed again it say dpkg:unknow option -g but i always type correcly without mistakes..........something goes wrong and i dont know what to do :mad::confused: i will burn this phone :mad::mad::mad


All times are GMT. The time now is 17:40.

vBulletin® Version 3.8.8