Hi skumar
thanks for ur help,
do you mean something like this?
while (rStatus != KErrNone) {
iSocket.RecvOneOrMore(iResponseChunk, 0, rStatus, iResponseChunkSizePkg) ; ...
Type: Posts; User: rinmat; Keyword(s):
Hi skumar
thanks for ur help,
do you mean something like this?
while (rStatus != KErrNone) {
iSocket.RecvOneOrMore(iResponseChunk, 0, rStatus, iResponseChunkSizePkg) ; ...
What do you by looping? looping till when? how can I know if all the data received at the first call? and why the read behave differently on emulator than device
Hi All
I’m sending post request to server and get the response using RSocket.RecvOneOrMore
My problem is when I testing it in the emulator env, the response is ok and I get response size of 300...
Hi All,
I want to read some parameters to my application from configuration,
is there a quick way in symbian, that the user can insert value to some parameter and my application will be able to...
Thanks ltomuta :)
Hi,
I added MyObserver.h as below:
class MyObserver : public MDirObserver
{
public:
MyObserver();
~MyObserver();
public: // CActive
Hi,
a newbie question,
I took the example from wiki http://wiki.forum.nokia.com/index.php/How_use_NotifyChange_to_get_camera_clicks
how to notify a change
I created the following sources exactly...
yes that was helpfull I was able installing but when I try to pen it I get "system failure"
I open this example in carbide using import -> symibian OB BLD.inf file
I had compiler error and I...
Hi
I try to build the S60_Platform_Log_Example_v1_0.zip example
I used carbide to build the sisx file
but when I try installing on my device N95 I get a message "required application access not...
Thank you all for your help
I'm new to this and I'm reading the documentation.
@ltomuta:
regarding no sis created,
I have myProject_EKA2.pkg:
#{"myProject EXE"},(0xE98B9FB0),1,0,0
Hi,
Thanks for replying,
I used Carbide C++ to create console application project,
I try putting your code as below
code generated by carbide
LOCAL_C void DoStartL()
{
// Create active...
Hi All,
I want to develop an application from my device (N95).
what should I do in order that the app will auto start (for this I already found the sample code here) and run all the time?
I...
Hi All,
I want to develop an application in J2ME that should be able to search the log->recent calls from my device (N95).
The application should be run in background and every few seconds will...