Hi all,
I've compiled a little program that simply try to launch another app on symbian 9.1 (both programs have capability: NONE)... The code i'm using is something like:
but i'm always giving the error: "Unable to execute file for security reasons"Code:TThreadId id; RApaLsSession ls; User::LeaveIfError(ls.Connect()); CleanupClosePushL(ls); _LIT(KLitSwfFileToLaunch, "\\sys\\bin\\FLCustomVideoPlayer.exe"); TFileName fileName(KLitSwfFileToLaunch); CompleteWithAppPath(fileName); User::LeaveIfError(ls.StartDocument(fileName,id)); CleanupStack::PopAndDestroy(); //ls
Do I have to give to "launcher" app a specific capability to run binary in sys folder?
thanks in advance
Leonardo
ps. Console apps need the capability too?





