Read-only archive of the All About Symbian forum (2001–2013) · About this archive

not run app on device whitch RServiceStartOnBoot

0 replies · 1,636 views · Started 29 August 2005

my code is
compile but not work this part of code

RServiceStartOnBoot iServiceBoot;
iServiceBoot.CreateL();
iServiceBoot.AddServiceL(_L16("C:\\system\apps\ExAppFileH\ExAppFileH.app"😉);
iServiceBoot.Close();