Forum: Development
2010-06-20, 17:34
|
Replies: 20
Views: 12,159
|
Forum: Development
2010-06-18, 04:25
|
Replies: 6
Views: 2,578
|
Forum: Development
2010-06-16, 23:47
|
Replies: 6
Views: 2,578
Re: qt 4.6 Adding maemo device
Are you sure you have the latest Nokia QT SDK?
http://www.forum.nokia.com/info/sw.nokia.com/id/e920da1a-5b18-42df-82c3-907413e525fb/Nokia_Qt_SDK.html
If you do, then in qtcreator, click the...
|
Forum: Development
2010-06-16, 23:38
|
Replies: 6
Views: 2,578
Re: qt 4.6 Adding maemo device
I assume that by Qt you mean the Qt Creator IDE. At the moment, I think, you will need the beta version of the Nokia SDK.
To add a device, use the projects button ( with a folder icon) on the...
|
Forum: Nokia N900
2010-06-14, 16:30
|
Replies: 50
Views: 19,782
Re: N9 the N900 replacement? if so read on.
Hello. Actually with the latest release of QtCreator (2.0 rc) and Nokia QtSDK+madde, develop for maemo/Symbian is easier than develop for iphone or Android.
Take a look:
...
|
Forum: Development
2010-06-13, 11:47
|
Replies: 12
Views: 3,224
Re: Making a Hello World
Useful Links:
Using a Designer UI File in Your Application (http://doc.qt.nokia.com/qt-maemo-4.6/designer-using-a-ui-file.html)
Cross-Compiling Qt for Embedded Linux Applications...
|
Forum: Development
2010-06-12, 22:47
|
Replies: 12
Views: 3,224
Re: Making a Hello World
It looks like you're using the wrong characters for the quotes in this line:
QLabel *label = new QLabel(“Hello World”);
Change these to ASCII quotes and it should compile.
I'm not sure why...
|
Forum: Development
2010-06-12, 18:51
|
Replies: 12
Views: 3,224
Re: Making a Hello World
Use ASCII for tokens that are to be parsed.
What editor are you using? It's fooling you. Teach it some manners.
(The problem is the citation marks.)
|
Forum: Development
2010-05-28, 11:49
|
Replies: 8
Views: 7,527
MADDE with N900 emulator
There is N900 emulator with MADDE since version 0.6.72.
Download MADDE from here:
http://tablets-dev.nokia.com/MADDE.php
An emulator instance needs to created before it can be used. It is done...
|
Forum: Development
2010-05-01, 15:09
|
Replies: 18
Views: 11,248
Re: errors installing maemo5 sdk for arm
I've fixed the problem!
1) Use Synaptic and uninstall all scratchbox* packages
2) Remove /scratchbox directory
3) sudo vim /etc/sysctl.conf
4) Add this line: vm.mmap_min_addr = 0
|
Forum: Development
2010-04-18, 17:19
|
Replies: 69
Views: 16,794
Re: Developing is soo difficult
See these slides PyQt Application Development On Maemo (http://www.slideshare.net/guestb404461/pyqt-application-development-on-maemo)
There are some benefits of using C++ and Python as well as...
|
Forum: Development
2010-04-18, 17:17
|
Replies: 69
Views: 16,794
Re: Developing is soo difficult
When it comes to C++ and Qt I have noticed, that the best solution is a clean kubuntu installation, then you have to install step by step all the necessary stuff to have scratchbox running. Then...
|
Forum: Development
2010-04-18, 16:43
|
Replies: 69
Views: 16,794
Re: Developing is soo difficult
btw: don't forget QtCreator.
madde is command line tools only, QtCreator is a qt centric ide, madde integrates with QtCreator and QtCreator in turn integrates Qt Designer, a graphic tool to build...
|
Forum: Development
2010-04-18, 15:07
|
Replies: 69
Views: 16,794
Re: Developing is soo difficult
Forget scratchbox. Get MADDE and QT. You develop a qt app on your computer and when you like it, you then compile it for ARM and run it on your n900. You will have "hello world" running very...
|
Forum: Nokia N900
2010-03-24, 15:58
|
Replies: 9
Views: 2,543
Re: N900 as a PC
I pretty much use it as my desktop computer. All my social webbing is done from inside the n900. The only things that i am not able to do is getting a pretty heavy webgame running smoth.
The n900...
|
Forum: Nokia N900
2010-03-24, 15:37
|
Replies: 9
Views: 2,543
Re: N900 as a PC
http://www.lindy.co.uk/80211g-wireless-vga-projector-server/32499.html
Wireless VGA sender - probably requires specific software on your PC to work though, so I don't know how you would get it...
|
Forum: Development
2010-02-07, 16:25
|
Replies: 187
Views: 178,566
Windows Python and Qt in 30 mins
Qt Designer/Python for Windows XP in 30 Mins
This is guide for noobs who would like to get started in Qt development using Python on Windows XP. For Linux users I have created a separate thread...
|