NlMakesis Y-Browser Y-Tasks
Hi, I need to modified icon of my application serie60 3edition. I follow all step of this http://wiki.forum.nokia.com/index.php/How_to_create_application_icon%28SVG%29_in_S60_3rd_edition Work in the phone, but not in emulator. But my problem is that image lost the trasparence, Why? How to insert trasparence?
Thanks SIlvia
hi SIlvia
try with bmp files
step-1:
copy your application .bmp and mask files in this folder C:\Symbian\9.1\S60_3rd\Epoc32\tools (mifconv.exe will be there)
step-2: From your command prompt go to this directory and call "mifconv hello.mif hello.bmp"
syntax:mifconv /H /c24,8 .bmp
for example: if Logo_Full_24.bmp and Logo_Full_24_mask_soft.bmp are two files
Logo_Full_24.bmp file and mask Logo_Full_24_mask_soft.bmp keep this two images in
C:\Symbian\9.1\S60_3rd\Epoc32\tools
and from command prompt go to the specified folder and execute the command , .mbm,.mif,.mbg files are created in C:\Symbian\9.1\S60_3rd\Epoc32\tools(where u placed the bmp files) C:\Symbian\9.1\S60_3rd\epoc32\tools>mifconv myapp.mif /Hmyapp.mbg /c24,8 Logo_Full_24.bmp
no need mention the mask file name in the command , u have to just keep it in the specified path
u can keep black mask or white mask , try both which one you feel good keep it ,
i think this will solve your problem
Regards Sri..........
Forum posts: 48
hi SIlvia
try with bmp files
step-1:
copy your application .bmp and mask files in this folder C:\Symbian\9.1\S60_3rd\Epoc32\tools
(mifconv.exe will be there)
step-2: From your command prompt go to this directory and call
"mifconv hello.mif hello.bmp"
syntax:mifconv /H /c24,8 .bmp
for example: if Logo_Full_24.bmp and Logo_Full_24_mask_soft.bmp are two files
Logo_Full_24.bmp file and mask Logo_Full_24_mask_soft.bmp keep this two images in
C:\Symbian\9.1\S60_3rd\Epoc32\tools
and from command prompt go to the specified folder and execute the command , .mbm,.mif,.mbg files are created in
C:\Symbian\9.1\S60_3rd\Epoc32\tools(where u placed the bmp files)
C:\Symbian\9.1\S60_3rd\epoc32\tools>mifconv myapp.mif /Hmyapp.mbg /c24,8 Logo_Full_24.bmp
no need mention the mask file name in the command , u have to just keep it in the specified path
u can keep black mask or white mask , try both which one you feel good keep it ,
i think this will solve your problem
Regards
Sri..........