Hi,
Do you know any way to change app icon which is viewed actually at Ovi Store? Should I resubmit all app?
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 muchoh, 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:
http://tamss60.tamoggemon.com/2010/0...an-qt-edition/
All the best
Tam Hanna
The lines above are the best I have to offer.If anyone of you is of more advanced knowledge, I ask for your patience and understanding! - unknown arab poet
http://www.tamoggemon.com - Symbian blog - Windows Phone blog
My other blogs:
webOS blog iPhone blog BlackBerry blog Samsung bada blog Android blog
I used image2svgt - it's really nice and very simple
Last edited by radeknati; 2011-03-06 at 14:59.