Showing results 1 to 25 of 100 @ 0.39 seconds. Search: Posts Made By: danielwilms
Forum: Development 2010-10-27, 11:41
Replies: 21
Views: 6,482
Posted By Willem Liu
Re: I want to start developing.

I've just started developing for Maemo 5 on my Windows 7 computer a month or something ago.

I'm using the Nokia Qt SDK which can build .deb files which you can install on a N900 directly.
You can...
Forum: Development 2010-10-27, 08:43
Replies: 21
Views: 6,482
Posted By mrsellout
Re: I want to start developing.

I think this link (http://doc.qt.nokia.com/4.7/qtquick.html) might be useful.
Forum: Development 2010-10-27, 08:32
Replies: 21
Views: 6,482
Posted By buchanmilne
Re: I want to start developing.

The easiest way to start at present is by downloading the Nokia Qt SDK. On Linux, it comes with a symbian and Maemo toolchain and device simulator, tailored for Qt development. AFAIK, the Windows...
Forum: Development 2010-10-27, 08:29
Replies: 21
Views: 6,482
Posted By benlau
Re: I want to start developing.

Nokia QT SDK is the simplest way to get started.

http://www.forum.nokia.com/Library/Tools_and_downloads/
Forum: Development 2010-10-26, 19:03
Replies: 4
Views: 3,773
Posted By gabrielnava
Re: where is qmlviewer in pr 1.3

Just do

apt-get update
apt-get install qt4-declarative-qmlviewer

And you'll get it:

# dpkg --listfiles qt4-declarative-qmlviewer
/.
/usr
Forum: Development 2010-10-04, 07:26
Replies: 2
Views: 1,683
Posted By Diph
Forum: Development 2010-10-01, 20:33
Replies: 1
Views: 1,615
Posted By anistein
Re: Need help adding libbluetooth to NokiaQtSDK project

Don't worry if figured out it was:

LIBS += -lbluetooth

thanks
Forum: Development 2010-09-27, 03:07
Replies: 2
Views: 1,542
Posted By Creamy Goodness
Re: Windows Esbox scratchbox integration

I just had this error, Google pretty much only finds this so i might as well answer it.
Solution is to install smbfs in the virtual machine. If you type "smbmount" in ubuntu it tells you to do so.....
Forum: Development 2010-09-22, 18:03
Replies: 7
Views: 9,304
Posted By Creamy Goodness
Re: Support for N900 USB Networking in Windows 7 x64?

i suspect the .inf file they've supplied there is wrong.
i made one a few months ago and it's working fine
it's available on this other wiki:

http://wiki.maemo.org/N900_USB_networking

if you...
Forum: Development 2010-09-16, 07:32
Replies: 3
Views: 3,305
Posted By Diph
Re: Geolocation for QtWebkit?

Use Qt Mobility to get location (really easy): http://doc.qt.nokia.com/qtmobility-1.0/location-overview.html#requesting-location-data-from-data-sources
Forum: Development 2010-09-16, 06:01
Replies: 4
Views: 3,047
Posted By abubakar
Re: Created my first Qt program today. PLU Helper

looks cool! What are your working on? What sdk, what os? Nokia QT sdk comes with a lot of easy to understand samples that can teach you how to make menus.
Forum: Development 2010-09-16, 05:34
Replies: 4
Views: 3,047
Posted By Diph
Re: Created my first Qt program today. PLU Helper

Are you using GTK or Qt?

Here are some Qt examples (drop down menu etc.): http://doc.qt.nokia.com/qt-maemo-4.6/examples-maemo5.html
Forum: Development 2010-09-08, 10:45
Replies: 5
Views: 7,024
Posted By Diph
Re: QListWidget::currentItemChanged problem

I'm not sure what you are trying to do but can you use QListWidget::itemSelectionChanged signal and check which item is selected?
Forum: Development 2010-09-03, 17:30
Replies: 23
Views: 17,128
Posted By hhartz
Re: QML on N900

We're working on components for Qt Quick; http://gitorious.org/qt-components
Forum: Development 2010-09-03, 13:57
Replies: 1
Views: 1,136
Posted By Diph
Re: Desktop icon problem

http://wiki.maemo.org/Packaging_a_Qt_application
Forum: Development 2010-08-30, 00:47
Replies: 6
Views: 3,255
Posted By snookh
Re: Need some with creating Simple application for N900

take a look at this (http://talk.maemo.org/showthread.php?t=46219)
Forum: Development 2010-08-29, 21:10
Replies: 2
Views: 4,442
Posted By freemangordon
Re: QT Creator Windows / Remote Debug Device / N900

Remote debugging works OK, although a little bit slow. There is a section in help that comes with creator describing how to set up IDE and n900 - worth to read it. Also make sure to build debug, not...
Forum: Development 2010-08-29, 16:00
Replies: 2
Views: 3,372
Posted By MohammadAG
Re: How to compile a module program in N900?

apt-get install kernel-headers then make -C /usr/src/kernel-headers M=$(pwd) modules
Forum: Development 2010-08-26, 19:58
Replies: 2
Views: 2,429
Posted By cddiede
Re: How to run a program or a script when a wlan connection is made?

I made a post on how to automatically start a new VNC server process every time the N900 establishes a new network connection using an upstart script. Maybe useful to you.

Check it out here:...
Forum: Development 2010-08-26, 13:36
Replies: 5
Views: 2,745
Posted By saveas
Re: Nokia QT Development for Windows 7

You can use Nokia Qt SDK (http://www.forum.nokia.com/Develop/Qt/Tools/)
It's a complete Qt c++ development environment for maemo, symbian and desktop.
Forum: Development 2010-08-26, 00:27
Replies: 13
Views: 3,195
Posted By DeargDoom
Re: Post-development steps

If I were you I would try and package it yourself and test installing it on your own device before uploading it to extras-devel. From your post I dont think you have done this yet.

Speaking for...
Forum: Development 2010-08-24, 11:05
Replies: 13
Views: 3,195
Posted By DeargDoom
Re: Post-development steps

I am very far from being an expert but following the wiki instructions (http://wiki.maemo.org/Packaging_a_Qt_application) works for me.
Forum: Development 2010-08-23, 11:13
Replies: 14
Views: 3,496
Posted By nicolai
Re: Liblocation problems

I am not sure but can you try this,
change the first line in locationinfowidget.cpp from:
#include <hildon/hildon-banner.h>
to
extern "C" {
#include <hildon/hildon-banner.h>
}
Forum: Development 2010-08-19, 10:28
Replies: 6
Views: 6,936
Posted By mairas
Python bindings for Qt Mobility APIs now available

Are you a Python developer, feeling envious of your C++-coding buddies cranking out N900 Qt applications with all those nice Qt Mobility APIs...
Forum: Development 2010-08-19, 08:28
Replies: 3
Views: 2,303
Posted By chun0216
Re: freeglut problem!

I actually fixed it by installing libgl1

in case anyone has same problem ;)
Showing results 1 to 25 of 100



 
Forum Jump

All times are GMT. The time now is 19:09.