Express editions do not provide On device debuuging.It is in Professional and OEM Editions
Type: Posts; User: rajeshpadhiary; Keyword(s):
Express editions do not provide On device debuuging.It is in Professional and OEM Editions
Carbide v1.2 express editions do not provide TRK(on device debuuging).
Install carvide v2.0 Professional editions.
...
by this will the key operations what i have use in my applications will work in phone.
how can it done,as i have display dialog from ui:getnumber()
iEikonEnv->EikAppUi()->HandleCommandL(EAknSoftkeyOk);
from ui handlecommandl()
case EAknSoftkeyOk:
GetNumber();
inside...
when i build for emulator winscw the exe is in this path C:\Symbian\9.2\S60_3rd_FP1\Epoc32\release\winscw\udeb but when i have build for gcce i have copy the exe...
is it necessary while building in gcce/urel you have copy the exe to that directory otherwise it give error while packaging.
KeyResponse CsmsAppView::OfferKeyEventL(const TKeyEvent& aKeyEvent,enum TEventCode aType)
{
if(aType==EEventKeyDown)
{
switch(aKeyEvent.iScanCode)
{
case 127: //# button...
TKeyResponse CsmsAppView::OfferKeyEventL(const TKeyEvent& aKeyEvent,enum TEventCode aType)
{
if(aType==EEventKeyDown)
{
switch(aKeyEvent.iScanCode)
{
case 127: //# button...
Hi,
In my applications i have use '#' using offerkeyeventL() it is working in emulator ,but not in phone .i have use also SwEvent capabilities.can any help me out .what the problem might be.
my pc is talking DHCP connections and i have made all steps to connect emulator to internet but i am getting the error as Error running ced!.i have check ced.log file iam getting error as ERR:...
dhcp connections is not talking
Hi,
iam new to symbian,in my applications when the user press a '4' key a dialog will open .i have try with OfferKeyEventL().but it isnot working can any tell me.
license get expire.iam not able debug.
in my applications iam getting contact number from the ccontactdatabase,ihave find first name of selected contact number.can tell me API used for this or what class i will used.
here is the code.
...
In my applications iam dialing anumber it will search ccontact database that number is present or not and it will find the particular number name is stored or not.display the name.
Till now i am...
Hi,
in my applications i am getting error,plz help me out.
CMapCall::makeCall()
{
TBuf<200> iNumber;
iNumber.Append(_L("Calling\n"));
iNumber.Append(aNumber);
CMapContact...
hi, in my applications when user dial a number it will search the contact database and display the name instead of number.can any one help out as i have try this using all the API in series 60,but it...
How to access the contact database? as i have try lot many times in my applications.here is the code.
/ Read name of the default database
_LIT( KContactFile,"" );
TBuf<KMaxDatabasePath>...