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,994
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, 11:33
|
Replies: 21
Views: 6,994
|
Forum: Development
2010-10-27, 08:56
|
Replies: 21
Views: 6,994
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,098
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-10-06, 12:45
|
Replies: 1
Views: 1,860
Re: Maemo & Codesourcery Toolchain
Hi,
there was a toolchain-discussion (http://talk.maemo.org/showthread.php?t=61907) for scratchbox already, but the answers apply to this thread as well.
Cheers,
Daniel
|
Forum: Development
2010-09-27, 10:29
|
Replies: 4
Views: 1,553
Re: Sort of a newbie qestion regarding deployment
Hi,
which kind of libraries do you need? Have you checked if they aren't already in one of the repositories for diablo? Then you can simply install them via apt-get install <package-name>. Here...
|
Forum: Development
2010-09-27, 10:25
|
Replies: 2
Views: 1,625
|
Forum: Development
2010-09-22, 07:52
|
Replies: 3
Views: 3,123
Re: QMessageManager queryMessages problem with SMS
Hi,
are you running the application from QtCreator directly? I've seen some issues reading the contact database, as it does not execute the application as "user" but as "developer". Try to run the...
|
Forum: Development
2010-09-20, 07:54
|
Replies: 5
Views: 3,648
|
Forum: Development
2010-09-16, 07:18
|
Replies: 3
Views: 3,391
Re: Geolocation for QtWebkit?
Hi,
unfortunately Geolocation is not supported (https://trac.webkit.org/wiki/QtWebKitSupportedStandards) in QtWebKit yet.
Daniel
|
Forum: Development
2010-09-10, 07:09
|
Replies: 12
Views: 4,858
|
Forum: Development
2010-09-09, 07:20
|
Replies: 7
Views: 3,415
Re: GCC 4.5.1 in scratchbox
Hi,
but even if you would succeed you would have to rebuild as well the closed-source packages, which would make it hard to benefit from it. A toolchain update is not a trivial task.
Daniel
|
Forum: Development
2010-09-08, 13:45
|
Replies: 6
Views: 2,552
Re: Package .deb with Nokia Qt SDK
Hi,
I've just tried it on a windows machine, but there it works fine. How are you adding those images etc? Are you manipulating the debian/rules file? How are you building the package - with the...
|
Forum: Development
2010-09-08, 13:09
|
Replies: 7
Views: 3,415
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-09-08, 12:44
|
Replies: 6
Views: 2,552
Re: Package .deb with Nokia Qt SDK
Hi,
that sounds odd. In which directory are you installing the binary. Check in the "Create Package" details on the Maemo Build page in Projects. Maybe this is for some reasons different. There...
|
Forum: Development
2010-09-07, 11:20
|
Replies: 23
Views: 17,621
Re: QML on N900
Thanks for the info! That looks really interesting! Keep us up-to-date!
Daniel
|
Forum: Development
2010-09-07, 11:12
|
Replies: 2
Views: 7,014
Re: DBus a{sv} type in Qt
Hi,
QDBusInterface (http://doc.qt.nokia.com/qt-maemo-4.6/qdbusinterface.html) doesn't have a signal called "DeviceFound". Which code are you referring to in Python? Any example?
Daniel
|
Forum: Development
2010-08-26, 06:42
|
Replies: 4
Views: 1,756
|
Forum: Development
2010-08-23, 13:38
|
Replies: 14
Views: 3,731
Re: Liblocation problems
This is odd. I thought you would have another example. This one compiles for me just fine. Which version of the NokiaQtSDK are you using?
Daniel
|
Forum: Development
2010-08-23, 11:46
|
Replies: 14
Views: 3,731
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,724
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-20, 07:22
|
Replies: 8
Views: 4,086
|
Forum: Development
2010-08-19, 08:08
|
Replies: 2
Views: 1,981
Re: Difference between n810 and n900
Hi,
the N810 is part of the supported devices (http://wiki.maemo.org/Qt#Supported_Maemo_devices). Basic difference is the version. Fremantle comes with 4.6.2 and on Diablo you can install 4.5.3. I...
|