maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] Smartcam Maemo 5 Port - Now with more Qt (https://talk.maemo.org/showthread.php?t=71452)

handaxe 2011-03-28 21:41

Re: [Announce] Smartcam Maemo 5 Port
 
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

Bramji 2011-03-28 22:29

Re: [Announce] Smartcam Maemo 5 Port
 
Quote:

Originally Posted by handaxe (Post 977369)
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?

handaxe 2011-03-28 23:14

Re: [Announce] Smartcam Maemo 5 Port
 
Quote:

Originally Posted by Bramji (Post 977401)
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....)

lucas777 2011-03-28 23:34

Re: [Announce] Smartcam Maemo 5 Port
 
Do what i did, download the 8 lib and mono files from the first page, then just dpkg -i *.deb them

handaxe 2011-03-28 23:44

Re: [Announce] Smartcam Maemo 5 Port
 
Quote:

Originally Posted by lucas777 (Post 977432)
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 :))

lucas777 2011-03-29 00:01

Re: [Announce] Smartcam Maemo 5 Port
 
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..

azkay 2011-03-29 05:10

Re: [Announce] Smartcam Maemo 5 Port
 
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.

tebsu 2011-03-29 08:14

Re: [Announce] Smartcam Maemo 5 Port
 
doesnt work for me, just shuts down.

Bramji 2011-03-29 08:45

Re: [Announce] Smartcam Maemo 5 Port
 
Quote:

Originally Posted by handaxe (Post 977423)
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:D

Radu 2011-03-29 09:12

Re: [Announce] Smartcam Maemo 5 Port
 
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!


All times are GMT. The time now is 22:22.

vBulletin® Version 3.8.8