Results 1 to 3 of 3

Thread: Can't install sis onto device ( 5800 XM )

  1. #1
    Join Date
    Nov 2010
    Posts
    3
    Qt products
    Qt4

    Unhappy Can't install sis onto device ( 5800 XM )

    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

  2. #2
    Join Date
    Nov 2009
    Posts
    9
    Thanks
    11
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Can't install sis onto device ( 5800 XM )

    Maybe you are building the sys file for Symbian^3. Nokia 5800XM uses Symbian S60v5, wich is Symbian^1.

  3. #3
    Join Date
    Feb 2011
    Location
    Poland
    Posts
    12
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Symbian S60

    Default Re: Can't install sis onto device ( 5800 XM )

    Try adding to your projects .pro file:

    Qt Code:
    1. my_deployment.pkg_prerules += "[0x1028315F],0,0,0,{\"S60v50ProductID\"}"
    2. DEPLOYMENT += my_deployment
    To copy to clipboard, switch view to plain text mode 

    run qmake and rebuild everything...

    Details about different platform ids are available here:
    http://wiki.forum.nokia.com/index.ph...Identification

Similar Threads

  1. how to get(download) MMF and Helix phonon backend and install on device?
    By hrn2k1 in forum Installation and Deployment
    Replies: 0
    Last Post: 9th May 2011, 08:32
  2. Qt + QtWebkit + OpenStreetMap + Nokia 5800 XM
    By Tadas in forum Qt Programming
    Replies: 0
    Last Post: 7th November 2010, 20:30
  3. Qt GUI application appears as white in Nokia 5800
    By biswajithit in forum Qt for Embedded and Mobile
    Replies: 3
    Last Post: 1st February 2010, 10:34
  4. How to install a Qt-WinCE app on the device?
    By nish in forum Qt for Embedded and Mobile
    Replies: 2
    Last Post: 3rd June 2008, 12:53
  5. How to install qtopia application on device.
    By namita in forum Qt for Embedded and Mobile
    Replies: 2
    Last Post: 15th May 2008, 08:21

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.