Showing results 1 to 25 of 100 @ 0.03 seconds. Search: Posts Made By: danielwilms
Forum: Development 2010-10-28, 14:03
Replies: 4
Views: 1,341
Posted By danielwilms
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,482
Posted By danielwilms
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,482
Posted By danielwilms
Re: I want to start developing.

Why hassle around with VMWare if you can develop in the Nokia Qt SDK on your native system?

Daniel
Forum: Development 2010-10-27, 08:56
Replies: 21
Views: 6,482
Posted By danielwilms
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: 20,086
Posted By danielwilms
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,787
Posted By danielwilms
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,450
Posted By danielwilms
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,542
Posted By danielwilms
Re: Windows Esbox scratchbox integration

Hi,

Sorry, the guide is pretty outdated. The description has been updated, so that it is less misleading now. But thanks for bringing it up again!

Daniel
Forum: Development 2010-09-22, 07:52
Replies: 3
Views: 2,997
Posted By danielwilms
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,529
Posted By danielwilms
Re: Design in Qt Creator doesn't match deployed application

Hi,

you can start the emulator from the SDK. This you can achieve by doing the following (based on latest Nokia Qt SDK...
Forum: Development 2010-09-16, 07:18
Replies: 3
Views: 3,305
Posted By danielwilms
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,648
Posted By danielwilms
Re: Poblems compiling with Madde

Hi,

have you compiled it first for your desktop? Have you cleaned the project before you built it for Maemo?

Daniel
Forum: Development 2010-09-09, 07:20
Replies: 7
Views: 3,266
Posted By danielwilms
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,418
Posted By danielwilms
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,266
Posted By danielwilms
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,418
Posted By danielwilms
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,128
Posted By danielwilms
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: 6,318
Posted By danielwilms
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,654
Posted By danielwilms
Re: Qt/Gtk Show contact information

Hi,



how are you running your program on device? Are you running it as "user", as root or from QtCreator?

Daniel
Forum: Development 2010-08-23, 13:38
Replies: 14
Views: 3,496
Posted By danielwilms
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,496
Posted By danielwilms
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,542
Posted By danielwilms
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: 3,870
Posted By danielwilms
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: 3,870
Posted By danielwilms
Re: How to build qt-maemo-example

Which qt-maemo-example do you mean? The one out of extras-devel?

Daniel
Forum: Development 2010-08-19, 08:08
Replies: 2
Views: 1,856
Posted By danielwilms
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...
Showing results 1 to 25 of 100



 
Forum Jump

All times are GMT. The time now is 22:29.