Reply
Thread Tools
Posts: 103 | Thanked: 150 times | Joined on Jun 2010 @ Fortaleza @ Brazil
#1
I was developing the SmartControl to the Nokia N900 but i saw that the Nokia N9 is so friendly to the common user but i already had some problems with the geek part of Nokia N9.

I already tried to install some console apps from Fremantle, since the Harmattan and Fremantle have some changes related with graphical interface libraries. A Fremantle GUI application to run correctly in Harmattan will require a special kit of packages.

But i think that a Linux console application for Fremantle (Maemo 5), Diablo (Maemo 4) or Harmattan (Meego or Maemo 6?) can do same thing and a console application can be compatible in these three versions of Maemo.

So, i installed the Lighttpd from Maemo 5 repositories and i already installed in Nokia N9 but i think that was not fully compatible. Lighttpd was running but was not possible to access the webpage and the port 80 was not open.

Well, i am continue trying to get a better solution to get a functional CGI HTTP server in Nokia N9 that can be embedded in a specific solution.
 
Posts: 230 | Thanked: 302 times | Joined on Oct 2009 @ Helsinki, Suomi (Finland)
#2
I've been using python SimpleHTTPServer as it comes with Harmattan (no need to install anything)
Code:
$ develsh
$ python -m SimpleHTTPServer 80
Have you tried running lighthttpd with develsh? It should give you permission to use port 80.

Last edited by ladoga; 2012-11-27 at 07:49.
 

The Following User Says Thank You to ladoga For This Useful Post:
knobtviker's Avatar
Posts: 665 | Thanked: 2,388 times | Joined on Feb 2012 @ Zagreb, Croatia
#3
That is nice, I am using it in 1 project but you need to subclass it to get any more details about files.
If you want lighttpd on N9, here you go, I tested this and it works:
http://elblogdelqt.blogspot.com/2011...r-on-n950.html
 
Posts: 103 | Thanked: 150 times | Joined on Jun 2010 @ Fortaleza @ Brazil
#4
Originally Posted by knobtviker View Post
That is nice, I am using it in 1 project but you need to subclass it to get any more details about files.
If you want lighttpd on N9, here you go, I tested this and it works:
http://elblogdelqt.blogspot.com/2011...r-on-n950.html
Your tip was useful to me! Lighttpd now works in my cellphone. If i install the php5-cgi from Maemo 5, it will work too in Harmattan?
 
Posts: 52 | Thanked: 33 times | Joined on Oct 2011 @ Poland, Tricity
#5
Originally Posted by ladoga View Post
I've been using python SimpleHTTPServer as it comes with Harmattan (no need to install anything)
Code:
$ develsh
$ python -m SimpleHTTPServer 80
Have you tried running lighthttpd with develsh? It should give you permission to use port 80.
It doesn't come with Harmattan but you can install it with apt-get.
http://wiki.meego.com/Getting_starte...rmattan_Python
 

The Following User Says Thank You to eccenux For This Useful Post:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 17:49.