Active Topics

 



Notices


Reply
Thread Tools
Posts: 1,378 | Thanked: 1,604 times | Joined on Jun 2010 @ Göteborg, Sweden
#51
Righteo! Lets start at the beginning

You have downloaded all of these:

libglib2.0-cil_2.10.4-1_armel.deb
libgtk2.0-cil_2.10.4-1_armel.deb
libmono2.0-cil_2.4.3-1_all.deb
libmono-corlib2.0-cil_2.4.3-1_all.deb
ibmono-posix2.0-cil_2.4.3-1_all.deb
libmono-system2.0-cil_2.4.3-1_all.deb
mono-runtime_2.4.3-1_armel.deb

from http://www.torosoft.com/mono-maemo5/.../binary-armel/

First, in x-term cd into the directory where the files are saved:
Code:
cd /home/user/MyDocs/smartcam-m5/
Once there, issue as root:
Code:
dpkg -i mono-runtime_2.4.3-1_armel.deb libmono-corlib2.0-cil_2.4.3-1_all.deb libmono-system2.0-cil_2.4.3-1_all.deb libmono2.0-cil_2.4.3-1_all.deb libmono-posix2.0-cil_2.4.3-1_all.deb  libglib2.0-cil_2.10.4-1_armel.deb libgtk2.0-cil_2.10.4-1_armel.deb
If dependency issues arise just change the order to get the missing package in earlier than the one missing it. This should work!o

Last edited by handaxe; 2011-03-29 at 06:05. Reason: typo in path statement
 

The Following 2 Users Say Thank You to handaxe For This Useful Post:
Posts: 154 | Thanked: 13 times | Joined on Jan 2011
#52
Originally Posted by handaxe View Post
Righteo! Lets start at the beginning

You have downloaded all of these:

libglib2.0-cil_2.10.4-1_armel.deb
libgtk2.0-cil_2.10.4-1_armel.deb
libmono2.0-cil_2.4.3-1_all.deb
libmono-corlib2.0-cil_2.4.3-1_all.deb
ibmono-posix2.0-cil_2.4.3-1_all.deb
libmono-system2.0-cil_2.4.3-1_all.deb
mono-runtime_2.4.3-1_armel.deb

from http://www.torosoft.com/mono-maemo5/.../binary-armel/

First, in x-term cd into the directory where the files are saved:
Code:
cd /home/MyDocs/smartcam-m5/
Once there, issue as root:
Code:
dpkg -i mono-runtime_2.4.3-1_armel.deb libmono-corlib2.0-cil_2.4.3-1_all.deb libmono-system2.0-cil_2.4.3-1_all.deb libmono2.0-cil_2.4.3-1_all.deb libmono-posix2.0-cil_2.4.3-1_all.deb  libglib2.0-cil_2.10.4-1_armel.deb libgtk2.0-cil_2.10.4-1_armel.deb
If dependency issues arise just change the order to get the missing package in earlier than the one missing it. This should work!
Thank you very much! but when i enter the first command line i get this error:
-sh: cd: can't cd to /home/MyDocs/smartcam-m5/

whats wrong?
 
Posts: 1,378 | Thanked: 1,604 times | Joined on Jun 2010 @ Göteborg, Sweden
#53
Originally Posted by Bramji View Post
Thank you very much! but when i enter the first command line i get this error:
-sh: cd: can't cd to /home/MyDocs/smartcam-m5/

whats wrong?
The folder does not exist. Does
Code:
ls -al /home/user/MyDocs/smartcam-m5/
show you the folder contents?

I copied your path and pasted it into my message and only NOW I realise that /user/ was missing. The path should be (assuming you did not do something extraordinary)
Code:
/home/user/MyDocs/smartcam-m5
It is amazing how one assumes rather than reads - and I am writing about myself here (shakes head and goes to edit message....)

Last edited by handaxe; 2011-03-29 at 06:09.
 
Posts: 738 | Thanked: 179 times | Joined on Mar 2010 @ Gold Coast, Australia
#54
Do what i did, download the 8 lib and mono files from the first page, then just dpkg -i *.deb them
 
Posts: 1,378 | Thanked: 1,604 times | Joined on Jun 2010 @ Göteborg, Sweden
#55
Originally Posted by lucas777 View Post
Do what i did, download the 8 lib and mono files from the first page, then just dpkg -i *.deb them
Perhaps I am pedantic, but the links on page1 do not work (at least for me and I believe others) so the correct libraries and mono run-time are to be had at the links herein: http://talk.maemo.org/showpost.php?p...3&postcount=19

If I am wrong please correct me (even forcefully )
 
Posts: 738 | Thanked: 179 times | Joined on Mar 2010 @ Gold Coast, Australia
#56
libglib2.0-cil_2.10.4-1_armel.deb
libgtk2.0-cil_2.10.4-1_armel.deb
libmono2.0-cil_2.4.3-1_all.deb
libmono-corlib2.0-cil_2.4.3-1_all.deb
ibmono-posix2.0-cil_2.4.3-1_all.deb
libmono-system2.0-cil_2.4.3-1_all.deb
mono-runtime_2.4.3-1_arvmel.deb

http://www.torosoft.com/mono-maemo5/.../binary-armel/

They are in here download these put them in a folder copy them to your n900 MyDocs and then cd to it and dpkg i them all in one go

The link works for me..
 

The Following User Says Thank You to lucas777 For This Useful Post:
Posts: 395 | Thanked: 509 times | Joined on Jan 2011 @ Brisbane, Australia
#57
I really should get around to figuring out how to optify, then include them all, then have the .sh install everything. Or add it to the repository, which I wouldnt know how to do.

One step at a time.

I was installing scratchbox on my laptop, finally got everything setup, then accidentally rm'd half the scratchbox directory, failur.
 

The Following User Says Thank You to azkay For This Useful Post:
Posts: 185 | Thanked: 62 times | Joined on Sep 2010 @ Veitshöchheim, Germany
#58
doesnt work for me, just shuts down.
 
Posts: 154 | Thanked: 13 times | Joined on Jan 2011
#59
Originally Posted by handaxe View Post
The folder does not exist. Does
Code:
ls -al /home/user/MyDocs/smartcam-m5/
show you the folder contents?

I copied your path and pasted it into my message and only NOW I realise that /user/ was missing. The path should be (assuming you did not do something extraordinary)
Code:
/home/user/MyDocs/smartcam-m5
It is amazing how one assumes rather than reads - and I am writing about myself here (shakes head and goes to edit message....)
I thought someting was missing...
Thanks
 
Posts: 303 | Thanked: 146 times | Joined on Aug 2009
#60
Thanks, great application, works fine after manually installing mono as described earlier in this thread. Perhaps the mono installation could be automated in the initial sh script.
I also had gstreamer hang and eating my CPU, had to kill it manually.

Anyway, is there any place where I can modify the parameters gstreamer is invoked with, such as changing the video size/quality? Thank you!
 
Reply


 
Forum Jump


All times are GMT. The time now is 03:28.