Since it was found out in another topic that this actually is "KERN-EXEC 3" issue, it is very unlikely it is a UID problem.
What is more likely is that the application is crashing due to bug in it's code.
Since it was found out in another topic that this actually is "KERN-EXEC 3" issue, it is very unlikely it is a UID problem.
What is more likely is that the application is crashing due to bug in it's code.
There seems to be a little confusion. The original poster has been having similar issues over the year and half of development, and each time he opens new threads instead of referring to older threads. What happened in this thread was due to UID progably which he hasnt confirmed since, but what happens to his thread http://www.developer.nokia.com/Commu...ens#post883904 that he made fresh is something totally different...just guessing![]()
- Neil R.Bhasme -
Twitter: @Symbian_Neil
Sorry for not following the exact reason behind the panic error .
The present problem is After Installing the app , when clicked on the app icon nothing happens
In .hrh I gave as#define _UID3 0x2004aa20
In Application.h I gave as const TUid KUidPLACEADSApp =
{
0x2004aa20
};
In _reg.rsss I gave as
UID2 KUidAppRegistrationResourceFile
UID3 0x2004aa20
I have all the cerificate key pair, sis file given by nokia and instaled in the device too.
Didn't you tell in the other thread that the error was KERN-EXEC -3?
Yes teeemup but what should I do to solve that problem and remove that error
KERN-EXEC -3 can be debugged on emulator as well. Simply put debug points in ConstructL() of AppUi till its end & see where it crashes.