|
2011-03-29
, 20:14
|
Posts: 2,014 |
Thanked: 1,581 times |
Joined on Sep 2009
|
#2
|
|
2011-03-29
, 22:20
|
|
Posts: 889 |
Thanked: 2,087 times |
Joined on Sep 2010
@ Manchester
|
#3
|
The Following User Says Thank You to mrsellout For This Useful Post: | ||
|
2011-03-29
, 23:29
|
Posts: 271 |
Thanked: 20 times |
Joined on Apr 2009
@ United Kingdom
|
#4
|
|
2011-03-29
, 23:34
|
|
Posts: 889 |
Thanked: 2,087 times |
Joined on Sep 2010
@ Manchester
|
#5
|
|
2011-03-30
, 23:48
|
Posts: 271 |
Thanked: 20 times |
Joined on Apr 2009
@ United Kingdom
|
#6
|
|
2011-03-31
, 00:24
|
|
Posts: 889 |
Thanked: 2,087 times |
Joined on Sep 2010
@ Manchester
|
#7
|
root
cd /home/user/MyDocs
dpkg -i glow_1.3.5_armel.deb
apt-get -f install
|
2011-04-01
, 00:04
|
Posts: 271 |
Thanked: 20 times |
Joined on Apr 2009
@ United Kingdom
|
#8
|
Ok.
Download the deb file from the link above and save in the MyDocs (or wherever you want) folder.
Do you have rootsh installed? If not, install via app manager.
Now open up X-term, and at the prompt, typeto gain root access.Code:root
Now to install the deb file you downloaded earlier.
So type,
If you downloaded to another directory, you'll have to change to that directory using cd .Code:cd /home/user/MyDocs
Next you need to install the deb so at the prompt type
After that you'll get a message about the afore-mentioned mcsp package and the following will resolve it:Code:dpkg -i glow_1.3.5_armel.deb
This should leave glow in your app menu.Code:apt-get -f install
~ $ root BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash) Enter 'help' for a list of built-in commands. Nokia-N900-42-11:~# cd /home/user/MyDocs Nokia-N900-42-11:/home/user/MyDocs# dpkg -i glow_1.3.5_armel.deb dpkg: error processing glow_1.3.5_armel.deb (--install): cannot access archive: No such file or directory Errors were encountered while processing: glow_1.3.5_armel.deb Nokia-N900-42-11:/home/user/MyDocs# apt-get -f install Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 28 not upgraded. 1 not fully installed or removed. After this operation, 0B of additional disk space will be used. Setting up fsudoku (0.1-1) ... dpkg (subprocess): unable to execute post-installation script: No such file or directory dpkg: error processing fsudoku (--configure): subprocess post-installation script returned error exit status 2 Errors were encountered while processing: fsudoku E: Sub-process /usr/bin/dpkg returned an error code (1) Nokia-N900-42-11:/home/user/MyDocs#
|
2011-04-01
, 23:02
|
|
Posts: 889 |
Thanked: 2,087 times |
Joined on Sep 2010
@ Manchester
|
#9
|
Nokia-N900-42-11:/home/user/MyDocs# dpkg -i glow_1.3.5_armel.deb dpkg: error processing glow_1.3.5_armel.deb (--install): cannot access archive: No such file or directory Errors were encountered while processing: glow_1.3.5_armel.deb
Nokia-N900-42-11:/home/user/MyDocs# apt-get -f install Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 28 not upgraded. 1 not fully installed or removed. After this operation, 0B of additional disk space will be used. Setting up fsudoku (0.1-1) ... dpkg (subprocess): unable to execute post-installation script: No such file or directory dpkg: error processing fsudoku (--configure): subprocess post-installation script returned error exit status 2 Errors were encountered while processing: fsudoku E: Sub-process /usr/bin/dpkg returned an error code (1) Nokia-N900-42-11:/home/user/MyDocs#
apt-get remove fsudoku apt-get update apt-get -f install apt-get upgrade
The garage page is https://garage.maemo.org/projects/glow/
To install:
Download https://garage.maemo.org/frs/downloa....3.5_armel.deb
Open Xterm, get root and use dpkg to install the deb file.
Edit: The Project Admin is Dmitry Rizshkov
Last edited by mrsellout; 2011-03-29 at 19:08.