when i installer my Qt program to the mobile phone it does not appear in the application menu.Could some one please tell me how to solve this error.
when i installer my Qt program to the mobile phone it does not appear in the application menu.Could some one please tell me how to solve this error.
How do you install your application and on which phone?
Please upload the .pkg files also.
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
Could you check if you have old app that has same UID3 and probably later you are installing another app with same UID3?
There is the pkg file.
; Matricescalc_installer.pkg generated by qmake at 2011-10-05T07:44:07
; This file is generated by qmake and should not be modified by the user
;
; Language
&EN
; SIS header: name, uid, version
#{"Matricescalc installer"},(0x2002CCCF),1,0,0
; Manual PKG pre-rules from PRO files
; Default dependency to Qt libraries
; Default HW/platform dependencies
[0x101F7961],0,0,0,{"S60ProductID"}
[0x102032BE],0,0,0,{"S60ProductID"}
[0x102752AE],0,0,0,{"S60ProductID"}
[0x1028315F],0,0,0,{"S60ProductID"}
[0x20022E6D],0,0,0,{"S60ProductID"}
; Some new platform
[0x20022E6D],0,0,0,{"Symbian^3ProductID"}
; Localised Vendor name
%{"khaled zaki ahmed hussein omran "}
; Unique Vendor name
:"khaled zaki ahmed hussein omran "
; Default dependency to QtMobility libraries
"C:/NokiaQtSDK/Examples/4.6/Matricescalc/Matricescalc.sis" - "!:\private\2002CCCE\import\Matricescalc.sis"
@"C:/NokiaQtSDK/Symbian/SDK/smartinstaller.sis",(0x2002CCCD)
Have you edited any of the other files? Try rerunning QMake!
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 have the same problem, when I tried to install application without icon. With configuration Symbian^1 Qt 4.7.3 (Qt SDK 1.1.3) when you move application icon $${TARGET}.svg from the $$PWD directory to somewhere else, you will see SVGTBINENCODE.exe crash. Because of this crash resource file ($${TARGET}.mif) will be damaged and will not contain application icon. When you install your application on the Symbian^3 device you'll see it with default icon, but in S60 5th ed. device you will not see it at all (but you can add it to the links panel). Workaround is to keep application icon in the same directory where pro-file situated.
Has anyone of you already written a bug report?
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 repeat my question: has anyone written a bug report?
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