
Originally Posted by
treinio
Thank you very much Treinio!
I passed some hours with the link you sent. And I wrote this code, it seems to work:
Code:
# Symbian Belle with mobility 1.2.0
contains(QT_VERSION, 4.7.4){
message(4.7.4)
default_deployment.pkg_prerules =
platforms = \
"(0x200267C2), 4, 8, 1, {\"QtWebKit\",\"QtWebKit\",\"QtWebKit\"}" \
"(0x2001E61C), 4, 7, 4, {\"Qt\",\"Qt\",\"Qt\"}" \
"[0x20022E6D],0,0,0,{\"S60ProductID\",\"S60ProductID\",\"S60ProductID\"}" \
"[0x20032DE7],0,0,0,{\"S60ProductID\",\"S60ProductID\",\"S60ProductID\"}" \
"(0x2002AC89), 1, 2, 0, {\"QtMobility\",\"QtMobility\",\"QtMobility\"}"
}
#Symbian S60 with mobility 1.1.3
contains(QT_VERSION, 4.7.3){
message(4.7.3)
default_deployment.pkg_prerules =
platforms = \
"(0x200267C2), 4, 7, 3, {\"QtWebKit\",\"QtWebKit\",\"QtWebKit\"}" \
"(0x2001E61C), 4, 7, 3, {\"Qt\",\"Qt\",\"Qt\"}" \
"[0x20022E6D],0,0,0,{\"S60ProductID\",\"S60ProductID\",\"S60ProductID\"}" \
"[0x1028315F],0,0,0,{\"S60ProductID\",\"S60ProductID\",\"S60ProductID\"}" \
"(0x2002AC89), 1, 1, 3, {\"QtMobility\",\"QtMobility\",\"QtMobility\"}"
}
But now I have another problem with the installer pkg file:
Code:
&EN,GE,IT
#{"Appname","Appname","Appname"}, (0x2002CCCF), 4, 0, 6
:"Adriano"
%{"Adriano","Adriano","Adriano"}
; Manual PKG pre-rules from PRO files
[0x20022E6D],0,0,0,{"S60ProductID","S60ProductID","S60ProductID"}
[0x20032DE7],0,0,0,{"S60ProductID","S60ProductID","S60ProductID"}
{"policyEN.txt" "policyDE.txt" "policyIT.txt"}-"", FT, TA
"C:/NokiaQtSDK/appfolder/appname_2003995d.sis" - "!:\private\2002CCCE\import\appname_2003995d.sis"
@"C:/QtSDK/Symbian/SDKs/SymbianSR1Qt474//smartinstaller.sis",(0x2002CCCD)
After uploading the installer:

The installer install the app:

But then instead of show the text file, the installer hide the message (you can see it in the background) and it hang up there forever - or until I press CANCEL:

is the APP UID 0x2002CCCF right for smart installer, if it is a self signed app?
Or is it a bug?
Thanks.