Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. How can I changed the default icon of desktop in symbian
Forum Updated to NodeBB v4.3 + New Features

How can I changed the default icon of desktop in symbian

Scheduled Pinned Locked Moved QML and Qt Quick
6 Posts 3 Posters 3.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    leafaku
    wrote on last edited by
    #1

    Hi all,
    I'm trying to deploy application to symbian device and I was builded an sample application with targe symbian device in QtCreator.
    The application works well but I want changed the default icon of desktop by nokia, How can I do this?
    I replaced the [projectname].svg but it doesn't work.

    any help?
    Thanks

    1 Reply Last reply
    0
    • L Offline
      L Offline
      leafaku
      wrote on last edited by
      #2

      It's ok now.
      I just create a new project and do the replace firstly.

      1 Reply Last reply
      0
      • L Offline
        L Offline
        leon.anavi
        wrote on last edited by
        #3

        To change the name of the icon of Qt Symbian app you should modify the ICON property at the pro file of the project and run after that qmake:

        @symbian:
        {
        ICON = myNewIcon.svg
        }@

        http://anavi.org/

        1 Reply Last reply
        0
        • T Offline
          T Offline
          Tslv
          wrote on last edited by
          #4

          @leon.anavi
          I have tried this and it doesn't work for me.
          I have also tried replacing mannually svg file with the file that has the same name. It didn't work either.

          If I creare a new project and change the icon in the wizard then it works.

          Does anyone else have any idea?

          Qt Video Tutorials
          http://www.youtube.com/user/MobileDevVT/videos
          More learning materials
          http://mobiledevvt.blogspot.com/

          1 Reply Last reply
          0
          • T Offline
            T Offline
            Tslv
            wrote on last edited by
            #5

            After googling around I have realized that this really works. The problem is that you have to restart your phone in order for this to work.

            Qt Video Tutorials
            http://www.youtube.com/user/MobileDevVT/videos
            More learning materials
            http://mobiledevvt.blogspot.com/

            1 Reply Last reply
            0
            • L Offline
              L Offline
              leon.anavi
              wrote on last edited by
              #6

              [quote author="Tslv" date="1342050388"]After googling around I have realized that this really works. The problem is that you have to restart your phone in order for this to work.[/quote]

              Yes, I was just going to give you the tip to restart the device :) This is a Symbian specific issue.

              http://anavi.org/

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved