PDA

View Full Version : Can't install sis onto device ( 5800 XM )



mahadevans87
13th May 2011, 11:30
Hi,

From QtCreator I chose Mobile Gui Application and did not change a line of code. I built it using simulator and it works fine. When I try to deploy it on to my device I get a warning
'Application not compatible with Phone. Continue anyway.?' Obviously the app is not working on my device.

I have installed Nokia Qt SDK 1.1 and have installed Qt 4.7.3 ( including QtMobility and QtWebKit ) which comes with the SDK on to my device.

What am I doing wrong?


Thanks

berzasnon
14th May 2011, 19:18
Maybe you are building the sys file for Symbian^3. Nokia 5800XM uses Symbian S60v5, wich is Symbian^1.

michalk
14th May 2011, 19:56
Try adding to your projects .pro file:



my_deployment.pkg_prerules += "[0x1028315F],0,0,0,{\"S60v50ProductID\"}"
DEPLOYMENT += my_deployment


run qmake and rebuild everything...

Details about different platform ids are available here:
http://wiki.forum.nokia.com/index.php/S60_Platform_and_device_identification_codes#S60_P latform_Identification