The Following User Says Thank You to wheelybird For This Useful Post: | ||
![]() |
2010-07-07
, 14:24
|
Posts: 122 |
Thanked: 2 times |
Joined on Jul 2010
@ Latvia, Ireland
|
#12
|
Just a question - why did you buy a N900 if you don't have internet connectivity? It's an internet tablet.
How did you download the .debs you want to install? If you can download debs, surely you've got an internet.
Installing .debs and their dependencies manually is an intricate process, whether on the N900 or any other debian-based PC.
Anyway, if you're manually modifying files in /lib or /usr/lib etc., please run ldconfig afterwards. You can find missing dependencies using the ldd command (if that's installed on the n900 - I've not checked).
For example, ldd /usr/bin/gamebinary
But really - you will make your life a whole lot easier if you get your N900 on the internet. Even if you use 3G, a lot of the apps aren't very big, so shouldn't hurt your monthly download quota that much.
![]() |
2010-07-07
, 14:35
|
Posts: 228 |
Thanked: 145 times |
Joined on Dec 2009
|
#13
|
![]() |
2010-07-07
, 17:24
|
Posts: 163 |
Thanked: 21 times |
Joined on Feb 2010
@ London UK
|
#14
|
![]() |
2010-07-07
, 17:33
|
|
Posts: 3,159 |
Thanked: 2,023 times |
Joined on Feb 2008
@ Finland
|
#15
|
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 !!!
![]() |
2010-07-07
, 18:03
|
Posts: 604 |
Thanked: 108 times |
Joined on Feb 2010
@ Phoenix, WA
|
#16
|
![]() |
2010-07-07
, 18:06
|
|
Posts: 551 |
Thanked: 507 times |
Joined on Feb 2010
@ North West England
|
#17
|
![]() |
2010-07-07
, 18:16
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#18
|
![]() |
2010-07-08
, 19:19
|
Posts: 122 |
Thanked: 2 times |
Joined on Jul 2010
@ Latvia, Ireland
|
#19
|
How did you download the .debs you want to install? If you can download debs, surely you've got an internet.
Installing .debs and their dependencies manually is an intricate process, whether on the N900 or any other debian-based PC.
Anyway, if you're manually modifying files in /lib or /usr/lib etc., please run ldconfig afterwards. You can find missing dependencies using the ldd command (if that's installed on the n900 - I've not checked).
For example, ldd /usr/bin/gamebinary
But really - you will make your life a whole lot easier if you get your N900 on the internet. Even if you use 3G, a lot of the apps aren't very big, so shouldn't hurt your monthly download quota that much.