Hello,
I am getting "Could not install from package *.sis on device: General OS-related error" output and i cant solve this for a 3 days. please help me, application was running safely 3 day ago but suddenly starts to give this error. hard to understand what i am doing wrong ??
here is my pro file :
and here is pkg fileQT += core gui
QT += network xml
QT += webkit
TARGET = Babylon
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
xmlparsed.cpp \
rsslisting.cpp \
mekanlist.cpp \
itemdetails.cpp \
item.cpp \
infomekan.cpp \
infoapp.cpp \
events.cpp \
eventlist.cpp \
event.cpp
HEADERS += mainwindow.h \
xmlparsed.h \
rsslisting.h \
mekanlist.h \
itemdetails.h \
item.h \
infomekan.h \
infoapp.h \
events.h \
eventlist.h \
event.h
FORMS += mainwindow.ui \
xmlparsed.ui \
mekanlist.ui \
itemdetails.ui \
item.ui \
infomekan.ui \
infoapp.ui \
eventlist.ui
CONFIG += mobility
MOBILITY =
symbian {
LIBS +=-lcone -leikcore -lavkon -lhwrmvibraclient
vendorinfo = \
"%{\"Artechin"}" \
":\"Artechin""
my_deployment.pkg_prerules = vendorinfo
TARGET.UID3 = 0x20030F5D
TARGET.CAPABILITY = NetworkServices
TARGET.EPOCSTACKSIZE = 0x14000
TARGET.EPOCHEAPSIZE = 0x20000 0x200000
}
RESOURCES += \
a.qrc
ICON = .\icon\babylon.svg
cert and key files have added . what could be my problem ?; Babylon_template.pkg generated by qmake at 2011-02-14T14:21:49
; This file is generated by qmake and should not be modified by the user
;
; Language
&EN
; SIS header: name, uid, version
#{"Babylon"},(0x20030F5D),1,0,0
; Localised Vendor name
%{"Vendor"}
; Unique Vendor name
:"Vendor"
; Manual PKG pre-rules from PRO files
; Dependency to Qt Webkit
(0x200267C2), 4, 6, 3, {"QtWebKit"}
; Default dependency to Qt libraries
(0x2001E61C), 4, 6, 3, {"Qt"}
; 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"}
; Default dependency to QtMobility libraries
(0x2002AC89), 1, 0, 2, {"QtMobility"}
; Executable and default resource files
"/NokiaQtSDK/Symbian/SDK/epoc32/release/$(PLATFORM)/$(TARGET)/Babylon.exe" - "!:\sys\bin\Babylon.exe"
"/NokiaQtSDK/Symbian/SDK/epoc32/data/z/resource/apps/Babylon.rsc" - "!:\resource\apps\Babylon.rsc"
"/NokiaQtSDK/Symbian/SDK/epoc32/data/z/private/10003a3f/import/apps/Babylon_reg.rsc" - "!:\private\10003a3f\import\apps\Babylon_reg.rsc"
"/NokiaQtSDK/Symbian/SDK/epoc32/data/z/resource/apps/Babylon.mif" - "!:\resource\apps\Babylon.mif"
; Manual PKG post-rules from PRO files



