Hi,
Do you know any way to change app icon which is viewed actually at Ovi Store? Should I resubmit all app?
Printable View
Hi,
Do you know any way to change app icon which is viewed actually at Ovi Store? Should I resubmit all app?
Yes, just edit the content item. Go to your content item page and change the icon in the content item and resubmit it. The QA-staff will see what you have edited and since it is a small thing it will pass relatively fast.
thank you so much:) oh, one more thing - could you recommend an environment to create tiny-svg files for app?
I used program called image2svgt to convert my 96pix * 96pix PNG image to SVG format.
And if you are using QT, add the icon in to the pro file:
symbian {
ICON = myicon.svg
...
}
ok, thank you, I will try this. Before I've done something similar and some colours dissapeard in svg. I'll try with image2svgt
Hi,
forget tinySVG, use bitmaps.So much less effort:
[url]http://tamss60.tamoggemon.com/2010/04/06/bitmap-application-icons-for-symbian-qt-edition/[/url]
All the best
Tam Hanna
[QUOTE=tamhanna;824165]Hi,
forget tinySVG, use bitmaps.So much less effort:
[url]http://tamss60.tamoggemon.com/2010/04/06/bitmap-application-icons-for-symbian-qt-edition/[/url]
All the best
Tam Hanna[/QUOTE]
"less effort"? Did I miss something? There 2 pagest of steps on the link you provided? With image2svgt only one command promp line is needed in order to convert your .png image to .svg format (image2svgt soucefile.png destfile.svg):)
I used image2svgt - it's really nice and very simple
good to hear:)