| Reply | « Previous Thread | Next Thread » |
|
How do I add Icons to an already existing project (that has no icon)?
I have found so many guides on the internet but none of them work. Here is what I have currently done though: 1) Made the icon using inkscape, my icon is a 44x44 svg file. 2) Use svg2svgt to convert the svg to tiny svg. 3) Used mifconv to convert the tiny svg into a .mif file 4) Edited the .pkg file I'm using to include the .mif file. Is there anything I'm missing ? The icon doesn't show up. I have tested the icon on HelloWorldBasic and it works (I replaced the .svg in the gfx file with my tiny svg file). I think I'm doing something wrong in the .pkg file. My current pkg file with the stuff I added in bold. Code:
; CameraApp_s60_3rd_ed.pkg
;
;Language - standard language definitions
&EN
; standard SIS file header
#{"CameraApp"},(0xe01ff1d8),2,10,0
;Localised Vendor name
%{"Forum Nokia"}
;Unique Vendor name
:"Forum Nokia"
;Supports S60 3rd Edition
[0x101F7961], 0, 0, 0, {"Series60ProductID"}
;Files to install
"$(EPOCROOT)Epoc32\release\$(PLATFORM)\$(TARGET)\CameraApp.exe"
- "!:\sys\bin\CameraApp.exe"
"$(EPOCROOT)Epoc32\Data\z\resource\apps\CameraApp.RSC"
-"!:\resource\apps\CameraApp.RSC"
"$(EPOCROOT)Epoc32\Data\z\private\10003a3f\apps\CameraApp_reg.RSC"
-"!:\private\10003a3f\import\apps\CameraApp_reg.RSC"
"C:\Symbian\Carbide\workspace\CameraApp\sis\byappicon.mif" -"!:\resource\apps\CameraApp_reg.mif"
; notification sounds
"..\data\Camera1a_2_8kHz.wav" - "!:\private\e01ff1d8\Camera1a_2_8kHz.wav"
"..\data\focused.wav" - "!:\private\e01ff1d8\focused.wav"
; remove comment to enable engine debug logging
; "log.txt" - "c:\Logs\CAMERAEX\log.txt"
|
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Window always at front and icon transparency problem | VilluNikolaiV | Symbian User Interface | 4 | 2008-09-23 05:38 |
| [newbie here] Link error | xitpu | General Symbian C++ | 3 | 2007-01-24 17:53 |
| cannot reset fax icon | gfsmith | General Messaging | 2 | 2004-12-25 13:19 |
| I worked with VC++ 6.0, I’m working with MS VS .NET 2003 and I plan to work with .NET | colt2003 | Symbian Tools & SDKs | 6 | 2004-09-17 15:04 |
| Icon in column listbox does not appear | khanming | Symbian User Interface | 1 | 2002-06-26 13:46 |