Maemo 5 (Fremantle) and MeeGo Harmattan are Linux-based software platforms developed by Nokia for mobile devices. They allow developers to create applications using the Qt framework. The whole tool chain that you need to create, build, debug, run, and deploy Maemo 5 and Harmattan applications is installed and configured when you install the Qt SDK.
For more information about the Maemo 5 platform, see Software Platform on the Maemo web site.
For more information about the Harmattan platform, see Harmattan Platform SDK.
For more information about developing applications for the Maemo 5 platform, select Help > Index and look for Platform Notes, or see Platform Notes - Maemo 5.
For more information about developing applications for the Harmattan platform, select Help > Index and look for Platform Notes.
Note: Qt SDK does not contain the tool chains for building applications for other MeeGo devices than MeeGo Harmattan. You can try to run applications from Qt Creator on other MeeGo devices, but it has not been extensively tested, and the instructions might not always apply.
To build and run Qt applications for Maemo 5 or Harmattan, you need the following:
Only needed if you develop on Windows and if you use a USB connection to run applications on the device. The drivers are installed as part of the Qt SDK. You can also download them from PC Connectivity on the Maemo web site. Download and install the latest PC_Connectivity_<version>.exe (at the time of writing, PC_Connectivity_0.9.4.exe).
Note: The only supported build system for Maemo 5 and Harmattan in Qt Creator is qmake.
You can connect your device to your development PC using either a USB or WLAN connection.
For the device, you need to use a connectivity tool (Mad Developer on Maemo 5 and SDK Connectivity on Harmattan) to create the device-side end point for USB and WLAN connections. It provides no diagnostics functions but is essential for creating connections between the device and your development PC.
To use a WLAN connection, you must activate WLAN on the device and connect it to the same WLAN as the development PC. The network address is displayed in the connectivity tool.
To use a USB connection, you need to set up the device as a network device on the development PC.
Note: If you plan to connect your development PC to the device only over WLAN, you can ignore the USB-specific parts in the following sections.
SDK Connectivity application is preinstalled in Harmattan devices and available in developer mode.
To start SDK Connectivity:
Connectivity Details displays the IP address and developer password. The address 192.168.2.15 is used by default. You must enter the password in Qt Creator.
Install Mad Developer on a Nokia N900 device and configure a connection between the development PC and a device.
Note: The following instructions describe Mad Developer 2.1. The process and text labels might differ on other Mad Developer versions.
To install and configure Mad Developer:
Note: By default, you do not need to make changes. The usb0 row displays the IP address 192.168.2.15.

To develop applications that use the Qt Mobility APIs, you must install the Qt Mobility Libraries on the devices. The APIs are not available in the device package manager, and therefore, you must install them from the command line as the root user:
Use the network configuration tools on your platform to specify the connection to the device on the development PC. You need to do this only if you use a USB connection.
The device uses the IP address 192.168.2.15 with the subnet 255.255.255.0 for its USB connection by default, so you can create the network interface with a different address inside the same subnet too.
Note: If you have changed the IP address of the device in the connectivity tool, you need to reflect those changes in your development PC USB network settings.
Run the following command in a shell as root user: ifconfig usb0 192.168.2.14 up
When you connect the device to your Windows PC, Windows tries to install a driver for the Linux USB Ethernet connection. In the Found New Hardware Wizard, select No, not this time in the first dialog and Install the software automatically in the second dialog.
To specify a network connection:
Depending on your version of Microsoft Windows you may have to unplug and re-plug the device to reload the driver with its configuration accordingly.
To be able to run and debug applications on the Maemo or MeeGo Harmattan emulator and devices, you must set up connections to the emulator and devices in the Qt Creator build and run settings. If you install Qt SDK, the connection to the emulator is configured automatically and you only need to configure a connection to the device.
You use a wizard to create the connections. You can edit the settings later in Tools > Options... > Maemo > Maemo Device Configurations.

By default, you create the connection as the developer user. This protects real user data on the device from getting corrupted during testing. If you write applications that use Qt Mobility APIs, you might want to test them with real user data. To create a connection as a user, specify the Username and Password in Qt Creator. For more information, see Testing with User Data.
You can protect the connections between Qt Creator and a device by using either a password or an SSH key. If you use a password, you must generate it in the connectivity tool and enter it in Qt Creator every time you start the connectivity tool.
If you do not have an SSH key, you can create it in Qt Creator. Encrypted keys are not supported. For more information, see Generating SSH Keys.
To configure connections between Qt Creator and a device:
Note: If you experience connection problems due to a USB port issue, switch to a different port or use WLAN to connect to the device.




To run your application as the default user, you must first assign a password for the user account and then create the connection to the device as the user:
If you do not have an SSH public and private key pair, you can generate it in Qt Creator. You can specify key length and the key algorithm, RSA or DSA. If you only use the keys to protect connections to the emulator or device, you can use the default values.

You can view processes running on the Maemo or MeeGo Harmattan device and kill them. Select Tools > Options... > Maemo > Maemo Device Configurations > Remote Processes....
You can filter the processes by name in the List of Remote Processes dialog.
To update the process list, select Update List.
To kill a process, select it in the list, and then select Kill Selected Process.
The addresses used in this example might be reserved by some other application in your network. If you cannot establish a connection, try the following optional configurations:
| IP Address and Network on Device | USB Network on Development PC | Host Name in Qt Creator Build Settings |
|---|---|---|
| 172.30.7.15 255.255.255.0 | 172.30.7.14 255.255.255.0 | 172.30.7.15 |
| 10.133.133.15 | 10.133.133.14 | 10.133.133.15 |
| 192.168.133.15 | 192.168.133.14 | 192.168.133.15 Note: You cannot use the value localhost for connections to a device. |
Note: VPN connections might block the device connection.