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 install .deb files in Nokia N900 (https://talk.maemo.org/showthread.php?t=42637)

amirtayeb 2010-01-29 11:08

How to install .deb files in Nokia N900
 
http://www.youtube.com/watch?v=gxCoMyT8hd8


I do all the steps
But I press up it takes me back and I'm doing a new phase
Someone happened to him so he can help me???

Thanks

Rob1n 2010-01-29 11:57

Re: y i cant di this .......install .deb files in Nokia N900
 
This functionality (red pill mode) was disabled in the latest firmware. You now need to install rootsh (from App manager), then in X Terminal run:
Code:

sudo gainroot
dpkg -i filename.deb

You'll need to fill in the appropriate filename and path there (the default path to save downloaded files on the phone is /home/user/MyDocs).

amirtayeb 2010-01-29 12:39

Re: y i cant di this .......install .deb files in Nokia N900
 
Listen my friend I do everything you wrote and what I saw others had written
And it's not working, I will explain
I download the file to N900 \ Documents
I installed ROOTSH
Then I write on X TERM
What you wrote but it gives me an error no such file to this location
What am I doing wrong?
Thanks

floffe 2010-01-29 12:42

Re: y i cant di this .......install .deb files in Nokia N900
 
Show us exactly what you wrote in xterm. It needs to be exactly right, including correct case (mydocs isn't MyDocs for example).

casper27 2010-01-29 12:44

Re: y i cant di this .......install .deb files in Nokia N900
 
The path for the file is
/home/user/MyDocs/Documents

So either

Code:

cd /home/user/MyDocs/.Documents
then

Code:

dpkg -i filename.deb
or

Code:

dpkg -i /home/user/MyDocs/.Documents/filename.deb
Cheers

floffe 2010-01-29 12:48

Re: y i cant di this .......install .deb files in Nokia N900
 
Documents is what fthe file manager shows, the actual directory is called .documents I think (do not have an N900 so not sure, might be .Documents, and yes that dot in the beginning is important)

SubCore 2010-01-29 12:57

Re: y i cant di this .......install .deb files in Nokia N900
 
Quote:

Originally Posted by casper27 (Post 500823)
Code:

cd /home/user/MyDocs/.Documents

actually, it should be
Code:

cd /home/user/MyDocs/.documents
unix file paths are case sensitive!

casper27 2010-01-29 12:59

Re: y i cant di this .......install .deb files in Nokia N900
 
Quote:

Originally Posted by SubCore (Post 500837)
actually, it should be
Code:

cd /home/user/MyDocs/.documents
unix file paths are case sensitive!

.Documents works aswell. But you are right!!:) Writing this quickly on N900 few typos..

SubCore 2010-01-29 13:03

Re: y i cant di this .......install .deb files in Nokia N900
 
Quote:

Originally Posted by casper27 (Post 500840)
.Documents works aswell.

hm i never bothered to try, but .Documents indeed works. that's probably due to the VFAT filesystem on MyDocs.

luflux 2010-01-29 13:11

Re: y i cant di this .......install .deb files in Nokia N900
 
instead of changing directory and confusing the poor guy

sudo gainroot
dpkg -i MyDocs/.documents/filename.deb


All times are GMT. The time now is 05:02.

vBulletin® Version 3.8.8