Reply
Thread Tools
Posts: 33 | Thanked: 0 times | Joined on Jan 2010 @ israel
#1
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
__________________
HarDcOrE4LiFe
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#2
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).
 
Posts: 33 | Thanked: 0 times | Joined on Jan 2010 @ israel
#3
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
__________________
HarDcOrE4LiFe
 
Posts: 287 | Thanked: 127 times | Joined on Oct 2009 @ Sweden
#4
Show us exactly what you wrote in xterm. It needs to be exactly right, including correct case (mydocs isn't MyDocs for example).
 

The Following User Says Thank You to floffe For This Useful Post:
casper27's Avatar
Posts: 844 | Thanked: 521 times | Joined on Jan 2009 @ UK southampton
#5
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

Last edited by casper27; 2010-01-29 at 12:52. Reason: missed . cheers
 
Posts: 287 | Thanked: 127 times | Joined on Oct 2009 @ Sweden
#6
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's Avatar
Posts: 850 | Thanked: 626 times | Joined on Sep 2009 @ Vienna, Austria
#7
Originally Posted by casper27 View Post
Code:
cd /home/user/MyDocs/.Documents
actually, it should be
Code:
cd /home/user/MyDocs/.documents
unix file paths are case sensitive!
__________________
"What we perceive is not nature itself, but nature exposed to our method of questioning."
-- Werner Karl Heisenberg
 
casper27's Avatar
Posts: 844 | Thanked: 521 times | Joined on Jan 2009 @ UK southampton
#8
Originally Posted by SubCore View Post
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's Avatar
Posts: 850 | Thanked: 626 times | Joined on Sep 2009 @ Vienna, Austria
#9
Originally Posted by casper27 View Post
.Documents works aswell.
hm i never bothered to try, but .Documents indeed works. that's probably due to the VFAT filesystem on MyDocs.
__________________
"What we perceive is not nature itself, but nature exposed to our method of questioning."
-- Werner Karl Heisenberg
 
Posts: 15 | Thanked: 9 times | Joined on Jan 2010 @ Weymouth, UK
#10
instead of changing directory and confusing the poor guy

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


 
Forum Jump


All times are GMT. The time now is 20:11.