Active Topics

 


Reply
Thread Tools
Posts: 61 | Thanked: 5 times | Joined on Feb 2010
#1
Hello everyone.I want a little bit to get involved with the developing of new programs and I would like you to advise me which are good programs for this kind of job.I am a newbie to this,but it attracts me a lot.If you don't mind answer my question.


P.S.1.:Can anybody help me install maemo 5 sdk because I am a bit confused with the related wiki?

P.S.2.:Actually I would like to know more if there is any way to develop programs for pc in c++ or other languages from my n900?

Last edited by nokia_n900_user; 2010-02-24 at 21:47.
 
mikec's Avatar
Posts: 1,366 | Thanked: 1,185 times | Joined on Jan 2006
#2
would be good to know what your pc runs, linux,windows or mac?

You dont need the sdk to develop with

http://wiki.maemo.org/MADDE
__________________
N900_Email_Options Wiki Page

Last edited by mikec; 2010-02-24 at 21:52.
 
noobmonkey's Avatar
Posts: 3,203 | Thanked: 1,391 times | Joined on Nov 2009 @ Worthing, England
#3
i started out that way and ended up using python, works fine on my device, (coding and testing!) - + instant satisfaction, well almost...

Lots of python tutorials on here, but sorry i can't help with C++
__________________
----------- Follow me on Twitter here
----------- My Photography Website and Blog is here
----------- Author of the N900 Health Check Application ----------- New Version in Extras Devel (Dec 2010 - 2.9.10)
----------- Are you on the N900 World Map? - http://pininthemap.com/maemo - masterpin: shotgun
----------- What apps do you want to see on the n900 or in MeeGo in the future? -
 
Posts: 61 | Thanked: 5 times | Joined on Feb 2010
#4
Thanks noobmonkey.Actually mikec,my pc runs windows,but I was thinking to install ubuntu also.
 
Posts: 61 | Thanked: 5 times | Joined on Feb 2010
#5
And with MADDE I can do c-c++ or other programming languages based programs for pc?If i can,ban you show me a link to download MADDE for n900,because i can't find it.Unless there isn't for n900.
 
krk969's Avatar
Posts: 754 | Thanked: 630 times | Joined on Sep 2009 @ London
#6
Originally Posted by nokia_n900_user View Post
And with MADDE I can do c-c++ or other programming languages based programs for pc?If i can,ban you show me a link to download MADDE for n900,because i can't find it.Unless there isn't for n900.
with MADDE(on windows) you can code in C/C++ and can use QT as well. You can cross compile for the N900 and transfer it to the device to test it.
for more details refer the wiki here

The other option is to install the scratchbox on linux and code there.
The advantage being you have an emulator to test your stuff and dont need to run it on your device each time.

Another all useful link for newcomers

Or as noobmonkey says , go for Python and QT (PyQT) for instant satisfaction and that gives you the option of coding on the device as well .
__________________
Developer of :
Buddy - budget/expense manager ( website )
Showtime - a telly channel listing viewer/reminder ( website )
Travelapp - london underground status/planner ( website )
Batlevel - desktop widget for battery level ( website )

“I hear and I forget. I see and I remember. I do and I understand.”

Last edited by krk969; 2010-03-19 at 14:34.
 

The Following User Says Thank You to krk969 For This Useful Post:
Posts: 61 | Thanked: 5 times | Joined on Feb 2010
#7
I tried to install pyqt but there was a problem.When the program is done with the installation i couldn't find it in the menu.I went to the app manager and i pressed the uinstall to see if the program was installed,and surprisingly i saw that the size of the program was only 36kb!I uninstalled and re-installed several times but unfortunately the problem was happening again and again.Do you know what is going on?

(ps.:I installed also the maemo-cplusplus-device-env and i couldn't find it either on the menu or start it from xterminal.Do you know how can I start the program?)

Last edited by nokia_n900_user; 2010-03-25 at 21:48.
 
Posts: 36 | Thanked: 42 times | Joined on Jan 2010
#8
There's no such thing as pyqt menu entry.

You should start with a tutorial like this one or this one for example.
 
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#9
Originally Posted by nokia_n900_user View Post
I tried to install pyqt but there was a problem.When the program is done with the installation i couldn't find it in the menu.I went to the app manager and i pressed the uinstall to see if the program was installed,and surprisingly i saw that the size of the program was only 36kb!I uninstalled and re-installed several times but unfortunately the problem was happening again and again.Do you know what is going on?
PyQt is technically not a program, it's a (binding to a) set of libraries, so it won't appear in the list of runnable applications (as the description says, it is meant to be used by python tinkerers, i.e. applications written by end users on their local machines). If you want actual to see PyQt example applications, install the PyQt demo package (python2.5-qt4-doc), it has a nice launcher through which you can start various PyQt examples. If you're just starting out and simply want to learn PyQt, it's a lot easier to start using it on a desktop computer, and then just copy over the applications until you get more familiar with the Maemo internals.

PS. The application manager is obviously not taking into account the actual libraries, just their 'installer', that's why you might sometimes see it listed as just a few KB.
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 

The Following User Says Thank You to attila77 For This Useful Post:
Posts: 61 | Thanked: 5 times | Joined on Feb 2010
#10
i can't understand one thing.In the tutorials and the introduction for pyqt4 I see that there are windows and buttons and other visual things which obviously use the libraries from pyqt4.Am I correct so far?In which programs do these people write commands to make all these visual stuff and write code.What I mean is that if PyQT is not an actual program but powerful libraries if I understood well then how do they use them?For example:

a)if I am trying to develop a program in Fortran a useful tool for that job will be Fortran Developer Studio.It has an interface and gives me the opportunity to use plenty of tools which already has in order to program

b)On the other hand,I am trying to make a program which opens some specific programs(e.x.:utorrent,Word,My computer,solitaire and others)when the load of the os is finished.In that case a open the notepad i write a few commands,I save what I wrote as something.bat,I copy the file into the folder with other startup programs and that's all.I know there is a difference between bat files and actual programs enriched with visual effects,but the thing I am trying to say is that if I install PyQT and start to write a program I will a have to open a notepad and write code which in some spots will have coomands asking libraries from PyQT or there is another way to use them?

I hope you understand what I am trying to say.What I am asking is that I want something like Fortran Developer Studio enriched with tools for visual programming(you know ready dialogue boxes and other similar things)

Last edited by nokia_n900_user; 2010-03-26 at 14:56.
 

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


 
Forum Jump


All times are GMT. The time now is 05:08.