Showing results 1 to 25 of 100 @ 0.02 seconds. Search: Posts Made By: danielwilms
Forum: Development 2010-10-28, 14:03
Replies: 4
Views: 1,346
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,513
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, 08:56
Replies: 21
Views: 6,513
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,149
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-09-20, 07:54
Replies: 5
Views: 3,530
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-10, 07:09
Replies: 12
Views: 4,657
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-08, 13:09
Replies: 7
Views: 3,274
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-08-26, 06:42
Replies: 4
Views: 1,656
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, 11:46
Replies: 14
Views: 3,521
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,548
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,879
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-18, 13:05
Replies: 10
Views: 5,921
Posted By danielwilms
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: 1,975
Posted By danielwilms
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: 5,921
Posted By danielwilms
Re: Qt Creator / N900 no connection (used manual)

Hi,

you are using the version of mad-developer out of extras-devel. So maybe stick to the stable one in extras and try that one. In general mad-developer installs the ssh-server on the device...
Forum: Development 2010-08-11, 08:20
Replies: 12
Views: 4,510
Posted By danielwilms
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,682
Posted By danielwilms
Re: [Qt] Releasing .deb package generated by Qt Creator to Maemo Extras

Unfortunately this you cannot do within the IDE, but you can use MADDE terminal for it. I have written a blog-post (http://http://danielwilms.de/new/?p=140) about how to do it for a desktop-widget. I...
Forum: Development 2010-07-01, 14:11
Replies: 3
Views: 3,505
Posted By danielwilms
Re: Qt Creator: Maemo device configuration problems

Hi,

would need some more details:

1) does the error-message appear directly, or does it take to time-out?

2) Is the password still shown in the client on the device. There is the...
Forum: Development 2010-06-30, 21:35
Replies: 3
Views: 2,208
Posted By danielwilms
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,235
Posted By danielwilms
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: 7,839
Posted By danielwilms
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: 7,839
Posted By danielwilms
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: 7,839
Posted By danielwilms
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: 10,795
Posted By danielwilms
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: 25,991
Posted By danielwilms
Re: HOWTO access your N900 over SSH without PC-Connectivity Suite

The problem in Windows is, that you need a driver to be installed to use your device as a usb-networking device. This driver should come with PC Connectivity...
Forum: Development 2010-06-15, 09:45
Replies: 4
Views: 4,508
Posted By danielwilms
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...
Showing results 1 to 25 of 100



 
Forum Jump

All times are GMT. The time now is 04:24.