View Single Post
Posts: 122 | Thanked: 2 times | Joined on Jul 2010 @ Latvia, Ireland
#10
Originally Posted by skoteinos View Post
You can install most applications and games from the Application Manager (with no need for red pill or anything else).
The Application Manager finds available apps/games in Application catalogues (also called sources or repositories). It is preconfigured with the official nokia catalogues but most interesting things are in the catalogues named "Extras", "Extras-testing" and "Extras-devel". Search the forums on how to enable these (if they are not already enabled on your phone). Be careful though, apps from extras-devel are not well tested and may damage your phone.

For some apps, or for some advanced commands, you may need to become "root", a special user with unlimited access. You do this by first installing (through the Application Manager) the app named "rootsh" (this should be done once). Then in the Xterminal app, every time you need it, you type first "sudo gainroot". Be careful, I suggest you read up a bit on the linux shell first. If you are root, a downloaded .deb file can be installed with "dpkg -i app.deb" (app.deb is the name of the file you downloaded).

It's all written in the forums, so if you need something more, try a search.

[Sorry, just saw the bit about not having Internet on the N900...]
so if im not havin g an internet I can't install the .deb files !!! I have just installed programmes through File Manager where I have to accept!! But most of the programmes I can't install I have Rootsh!!! I tried to install MyPaint !!! but when I type in Xterminal sudo gainroot and then i type in e.g dpkg -i whateveritscalled I can't it says No such file or Directory !!! wt* ??? :O
Help me guys !!!

I did all these steps !!

Let’s start by downloading the files (I will assume that you’ve downloaded it like me in a folder called Downloads inside Documents)

mypaint_0.7.1-2maemo4_armel.deb

mypaint-data_0.7.1-2maemo4_all.deb

Then you need root access (I used gainroot as usual) and the Extra-Devel repository, then do the following:

Open a X Terminal and type

sudo gainroot

apt-get install libblas3gf liblapack3gf pymaemo-optify python-numpy

(it’s here that it gets messy)

cd /usr/lib/

ln -s libblas.so.3gf libblas.so

ln -s liblapack.so.3gf.0 liblapack.so


and when i do this step :
apt-get install libblas3gf liblapack3gf pymaemo-optify python-numpy!! it says done for all the other files but not for libblas3gf - file not found!!
help me please !!!