MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

Running stand-alone binaries on the device

To run your application on the Harmattan device as a stand-alone binary:

1. Set up a USB connection or a WLAN connection between the development host and the device.
2. Compile your application on the HARMATTAN_ARMEL target.
3. Navigate to the binary location on the HARMATTAN_ARMEL target.
4. To copy the binary to the device, enter the following command:
scp <binary name> developer@192.168.2.15:
5. On the device terminal, go to the location /home/developer.
6. To run the binary, enter the following command:
./<binary name>: