Hey.
I'm having problems autostarting an application on system boot up. It used to work also with Symbian^3 and I have the application autostarting on S60 3rd FP1, FP2 and 5th.
Now ever since Anna update came, I haven't been able to autostart my application on my E7 phone. Has something changed with autostart? I have tried to use qt 4.7.2 and 4.7.3 toolchains.
I'm using the following snippet in my .pro file:
# Define rss file for autoboot
autoStartBlock = \
"SOURCEPATH ." \
"START RESOURCE appuid.rss" \
"END"
MMP_RULES += autoStartBlock
# Deploy rsc file to package.
deployRscFile = "\"$${EPOCROOT}epoc32/data/appuid.rsc\" - \
\"C:/private/101f875a/import/[appuid].rsc\""
deployFiles.pkg_postrules += deployRscFile
DEPLOYMENT += deployFiles

Reply With Quote

