Check this:
http://wiki.forum.nokia.com/index.php/How_to_use_Commands_in_Java_ME
Type: Posts; User: sachin garg; Keyword(s):
Check this:
http://wiki.forum.nokia.com/index.php/How_to_use_Commands_in_Java_ME
you have not specified the format in which you have data in teh file.
You have read the data in FilBuff object.
If you want to convert HbufC8 to normal TDes you can simply copy the 8 bit data...
You can do this using central repository.
For more info, check the below link:
http://wiki.forum.nokia.com/index.php/TSS000775_-_Accessing_memory_used_by_Camera
Detail info:
http://www.forum.nokia.com/document/Cpp_Developers_Library/GUID-96C272CA-2BED-4352-AE7C-E692B193EC06/html/S60_Light_API_Specification4.html
Check this link, it could help you:
http://developer.symbian.org/wiki/index.php/Kits_Q&As
If i am seeing right you want to access view class method in the container class, correct?
If this is problem you can do this using:
CMyAppUi* appUi = (CMyAppUi*)iEikonEnv->AppUi();
CMyView*...
You can listen to bluetooth port and can recv or send data using bluetooth socket
check this:
http://wiki.forum.nokia.com/index.php/CS000939_-_Establishing_a_Bluetooth_connection
AFAIK you can do this for you knowledge you can study this:
...
Congratulation sumit :)
I found two things related to this, may be could help you in someway.
MEikCcpuEditor* CAknEdwinState::CcpuState ( ) const
IMPORT_C TBool CcpuIsFocused () const
Tests whether the...
AFAIK just place the sis file in your pkg like any other resource and they will be installed automatically when you would install the outer sis.
Your work should be done.
If you want to open menu options from middle soft key:
use this
BaseConstructL(CAknAppUi::EAknEnableMSK);
Check on wiki
http://wiki.forum.nokia.com/index.php/Symbian_C%2B%2B_Messaging_Articles
This error can appear because of many reasons and one of them could be corrupt download, try downloading again.
and if you will search your problem you will find many hints about this.
For 5th edition you must hv got the .exe as plugin , install the exe and plugin would be installd in your SDK>
Did u tried getting application icon using RApaLsSession:
Check this:
http://wiki.forum.nokia.com/index.php/How_to_get_Application_Icon_using_RApaLsSession
Hope below link would help you in some way:
http://www.forum.nokia.com/document/Cpp_Developers_Library/GUID-96C272CA-2BED-4352-AE7C-E692B193EC06/html/Dialogs_API4.html
...
Did u tried:
CEikEdwin::EnableCcpuSupportL ( TBool aSupport )
Hope this info would help you in some way.
-18 means KErrNotReady
Next() should only be called while aStep is non-zero. Once this value is zero, no further calls should be made.
check the threads below discussing the same problem:
http://discussion.forum.nokia.com/forum/showthread.php?t=149839
http://www.forum.nokia.com/forum/showthread.php?p=531076
To check the vlue of TInt attachment.
TBuf<100> val;
val.Num(attachment);
CEikonEnv::Static()->AlertWin(_L("attach val"), val);
Your code is not correct you must be getting compile time error for it.
TBool attachvalue = child.Attachment();
if(!attachvalue)// it represent the false condition in symbian it is represented...
First of all check access point setting on your device.
For sockets prograaming you can refer to wiki , lots of code is available there.
Below thread may help you in some way:
http://wiki.forum.nokia.com/index.php/CS000899_-_Finding_audio_and_video_formats_supported_by_the_phone...