Hello,
I have created a GUI Application with UI Designer and I want to auto start my application at phone startup. I'm using Startup List Management API to do this but no luck. Application doesn't start and I have no error messages at phone startup.
I don't know why. Can you please help me with this issue?
This is my code:
0x101F7961.rss file:
Piece of MMP file:Code:#include <startupitem.rh> RESOURCE STARTUP_ITEM_INFO app { executable_name = "!:\\sys\\bin\\MyApp.exe"; recovery = EStartupItemExPolicyNone; }
Piece of PKG file:Code:START RESOURCE 0x101F7961.rss TARGETPATH resource\apps END
Tested on N95.Code:"$(EPOCROOT)Epoc32\data\z\resource\apps\0x101F7961.R01" -"!:\private\101f875a\import\[0x101F7961].rsc"
Thanks!

Reply With Quote




