Hello.
I'm using Nokia Qt SDK 1.02; compiling for Symbian in command prompt
I have some language issue with smart installer. When I trying to install self-signed package to phone with russian-language ui, I getting broken symbols (krakozyabry
) in some part of installation process.
I tried to change language in appname_template.pkg and appname_installer.pkg.
When I make a setting
I getting error in compilation process:
Code:
>make sis
make -s -f Makefile ok_sis
Processing appname_release-gcce.pkg...
appname_release-gcce.pkg(10) : error: Expected , read }
appname_release-gcce.pkg(10) : error: unexpected text
file I/O fault, cannot open appname_unsigned.sis.
SIS creation failed!
Maybe I should change something in pro file?
And one more little question. Tell me, please, what file I should send to Ovi publishing for checking, signing and publishing? Installer or just sis file? My application is using only NetworkServices capability
Give me a hints, please 
Thank you.