|
2010-03-09
, 16:01
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#82
|
...I just bought this and put it onto my N900 - its in the 'Documents' folder under 'File manager', however - how do i actually go about installing it...?!?!?
When I click on it to open, the phone just asks me to select an app to open it with.....?! It doesn't actually install it...??
sudo gainroot dpkg -i /home/user/MyDocs/.documents/prismicwm*.deb
|
2010-03-10
, 11:37
|
Posts: 58 |
Thanked: 4 times |
Joined on Mar 2010
|
#83
|
|
2010-03-10
, 12:02
|
|
Posts: 2,154 |
Thanked: 2,186 times |
Joined on Dec 2009
@ Hellsinki, Finland
|
#84
|
When I type in sudo gainroot,
then it shows on the next line: /home/user #
..I'm not totally sure what exactly I type in here next (the prismic app is saved in the documents file in app manager)?
dpkg -i /home/user/MyDocs/.documents/prismicwm*.deb
If I just type that in, I get : dpkg:error processing prismic_1.4.4_armel.deb (--install): cannot access archive: No such file or directory
|
2010-03-10
, 12:34
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#85
|
When I type in sudo gainroot,
then it shows on the next line: /home/user #
..I'm not totally sure what exactly I type in here next (the prismic app is saved in the documents file in app manager)?
dpkg -i /home/user/MyDocs/.documents/prismicwm*.deb
If I just type that in, I get : dpkg:error processing prismic_1.4.4_armel.deb (--install): cannot access archive: No such file or directory
sudo gainroot cd /home/user/MyDocs/.documents dpkg -i prismicwm_1.4.4_armel.deb
|
2010-03-10
, 16:07
|
Posts: 58 |
Thanked: 4 times |
Joined on Mar 2010
|
#86
|
|
2010-03-10
, 16:33
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#87
|
......I've tried that as well but it's just giving me the same error message as before....?!
Maybe it's just because my N900 doesn't have the version 3.XXXXXXX firmware - I'm only on version 2.XXXXXXXX ....??
ls /home/user/MyDocs/.documents
md5sum /home/user/MyDocs/.documents/prismic*
|
2010-03-10
, 20:32
|
Posts: 58 |
Thanked: 4 times |
Joined on Mar 2010
|
#88
|
No, that doesn't matter - I don't have it either. Double check that the file is actually there:
And if it is there, check that it's not corrupt:Code:ls /home/user/MyDocs/.documents
That should give you the result 8506059a52388d8f2ae84d2d5eaeb376Code:md5sum /home/user/MyDocs/.documents/prismic*
|
2010-03-10
, 20:34
|
|
Posts: 295 |
Thanked: 73 times |
Joined on Jan 2010
@ Manchester, UK
|
#89
|
......ok - I've tried both of your commands above but still no joy..?! The first command DOES show the file there and the second command shows the file is NOT corrupt!
Also, if I go to FILE MANAGER and then NOKIA N900 and then DOCUMENTS, I can also plainly see that the file IS in fact there.....!
Perhaps the command I am entering to try and open the file does not contain the correct location.....?!
|
2010-03-10
, 20:39
|
|
Posts: 295 |
Thanked: 73 times |
Joined on Jan 2010
@ Manchester, UK
|
#90
|
When I click on it to open, the phone just asks me to select an app to open it with.....?! It doesn't actually install it...??