Forum: Development
2010-10-28, 14:03
|
Replies: 4
Views: 1,451
Re: Maemo SDK images
Hi,
sorry for the hassle. We had some issues with the images, so that we had to take them down for now.
A really easy way is the Nokia Qt SDK...
|
Forum: Development
2010-10-27, 13:23
|
Replies: 21
Views: 6,976
Re: I want to start developing.
yeah, we had some problems with it. So that it is actually down at the moment.
Cool. Let us know about your feedback. For any questions, just shoot ;)
Daniel
|
Forum: Development
2010-10-27, 08:56
|
Replies: 21
Views: 6,976
Re: I want to start developing.
I'd second that. Take the Nokia Qt SDK and start around playing with Qt and QML. There is as well a list of documents (http://www.forum.nokia.com/Develop/Qt/Documentation/) on Forum Nokia's site....
|
Forum: Nokia N900
2010-10-26, 11:25
|
Replies: 82
Views: 21,067
Re: Why are UK firmware updates delayed?
Hi,
first of all sorry for the delay. As in the past, the special variants take always a bit longer to be available as a flashable image. I will let you know, when I can update you with an...
|
Forum: Development
2010-09-20, 07:54
|
Replies: 5
Views: 3,647
|
Forum: Development
2010-09-10, 07:09
|
Replies: 12
Views: 4,857
|
Forum: Development
2010-09-08, 13:09
|
Replies: 7
Views: 3,412
Re: GCC 4.5.1 in scratchbox
Hi,
There is no toolchain for that version. So you will not succeed with this. The only way is waiting for an official updated version.
Daniel
|
Forum: Development
2010-08-26, 06:42
|
Replies: 4
Views: 1,753
|
Forum: Development
2010-08-23, 11:46
|
Replies: 14
Views: 3,714
Re: Liblocation problems
Hi,
please check out this example (http://wiki.forum.nokia.com/index.php/Qt_for_Maemo:_Location_Example), to see how it should work. The "extern C" mentioned by nicolai should do the trick.
But...
|
Forum: Development
2010-08-23, 11:13
|
Replies: 1
Views: 2,721
Re: v4l2 cam setup and etc
Hi,
here some links, which could help you:
- Blog post (http://www.maemonokian900.com/maemo-news/a-camera-using-gdigicam-and-qt/) how to use GDigiCam...
|
Forum: Development
2010-08-23, 10:45
|
Replies: 8
Views: 4,086
Re: How to build qt-maemo-example
Hi,
the packaging options in QtCreator are a bit limited at the moment. Your problem seems to be related to this bug (http://bugreports.qt.nokia.com/browse/QTCREATORBUG-1775). I tried it with the...
|
Forum: Development
2010-08-18, 13:05
|
Replies: 10
Views: 6,068
Re: Qt Creator / N900 no connection (used manual)
We uploaded some days ago a newer version to extras-devel. It changes the way of configuring the usb-networking, as it starts a dhcp server for the usb-connection, so that you don't have to set up...
|
Forum: Development
2010-08-18, 12:41
|
Replies: 1
Views: 2,030
Re: QFontDialog unusable alternative ?
Hi,
check this Qt-Bug (http://bugreports.qt.nokia.com/browse/QTBUG-11574). It suggests to use QFontComboBox (http://doc.qt.nokia.com/qt-maemo-4.6/qfontcombobox.html) instead.
Daniel
|
Forum: Development
2010-08-18, 12:34
|
Replies: 10
Views: 6,068
|
Forum: Development
2010-08-11, 08:20
|
Replies: 12
Views: 4,682
Re: Getting a n900 emulator to work
Hi,
have you seen this (http://wiki.maemo.org/MADDE/QEMU_runtime) page? Which version of MADDE did you use? What was the problem in Ubuntu? This might help to figure out, what the problem...
|
Forum: Development
2010-07-06, 07:46
|
Replies: 9
Views: 6,856
|
Forum: Development
2010-07-01, 14:11
|
Replies: 3
Views: 3,567
|
Forum: Development
2010-06-30, 21:35
|
Replies: 3
Views: 2,291
Re: Maemo5 & nokia sdk
The simulator compiles the sources natively, so no support for maemo5 classes. The focus is more on simulating the mobility API's and so on. For testing please use the real device or alternatively...
|
Forum: Development
2010-06-30, 21:33
|
Replies: 12
Views: 4,418
Re: Maemo SDK! Request for virtual image upload
We took the virtual image down because it was quite a bit to download and not up-2-date any more. So we wanted to keep users from downloading something wrong. The server image stayed there so that it...
|
Forum: Development
2010-06-29, 15:25
|
Replies: 6
Views: 8,290
Re: Qt Mobility missing libqtm-systeminfo
As said, dpkg does not install missing deps automatically. you can run after it failed:
apt-get -f install
in the terminal, which should take care of the missing dependencies.
Daniel
|
Forum: Development
2010-06-29, 14:52
|
Replies: 6
Views: 8,290
Re: Qt Mobility missing libqtm-systeminfo
Check the control file in your debian package, but it should be correct, as dpkg complains. But dpkg, doesn't grab the dependencies, you have to install them manually. If you have your application in...
|
Forum: Development
2010-06-29, 14:13
|
Replies: 6
Views: 8,290
Re: Qt Mobility missing libqtm-systeminfo
If you just install the deb-file with dpkg, it does not grab and install all the dependencies. It just gives an error. What you could do is installing the packages from the repository. Become root...
|
Forum: Development
2010-06-29, 08:29
|
Replies: 25
Views: 11,086
Re: packaging n900 apps using qt creator
Hi,
in the name for a package should not contain any underscores. Try to name it "maemo-test" and it should work. Some more information about package naming:
source...
|
Forum: Development
2010-06-18, 07:04
|
Replies: 11
Views: 27,236
|
Forum: Development
2010-06-15, 09:45
|
Replies: 4
Views: 4,600
Re: QT Mobility multimedia
The release candidate (http://www.forum.nokia.com/info/sw.nokia.com/id/e920da1a-5b18-42df-82c3-907413e525fb/Nokia_Qt_SDK.html) of the Nokia Qt SDK includes the newest MADDE version. Might be you want...
|