Try comment #7 as vineet jain has said.
convert it into TBuf and then append and send to server.
Type: Posts; User: jayesh4456; Keyword(s):
Try comment #7 as vineet jain has said.
convert it into TBuf and then append and send to server.
Try buffer.append(buffer);
Hi,
This is how i m trying to pop up access point in devices:
And in list there is "only one internet access point".
CApSettingsHandler* settings = CApSettingsHandler::NewLC(
...
yes ,but as Dr.jukka said i am not wait for RunL() to be called.
so may be for that reason i m not able to get the proper resopnse.
I m still helpless,
because i just want to check whether network is available or not?
i am trying to use this:
CTelephony::KIndNetworkAvailable
but it always returns true.
hi all,
i want to create application which will start on receiving request from server and stops when server send another request,
so ultimately when sever server say "start", application on...
Currently i am working on application, which will first check that "user is valid or not" using http request to server.
if server returns true, application works
but if server return false,...
Thanks to pooja and Devnull for your reply.
If i have example code of this it will be better to understand the things properly.
Also there is no "BACK" button functionality.
so we can't navigate to previous view.
i.e when we are in E drive and if we want to move back to First view of disk structure(C:,D:,E:)
Congratulation ........
I want to create a container which has check box in it.
how should i proceed?
I have go through this example
...
http://www.developer.nokia.com/Community/Wiki/Detecting_virtual_keyboard_open_and_close_events_in_Symbian%5E3
This link may be useful
Sorry yucca,
TARGET ImageConverter.exe
TARGETTYPE exe
UID 0x100039CE 0xE01F5467
SECUREID 0xE01F5467
EPOCSTACKSIZE 0x8000
Yes exactly,
and c5-00 is S60 3rd FP2 device i have checked this thing.
So conclusion is i must made two different build one for S60 5th devices and one for S60 3rd FP1/FP2 devices.
I am following this application
http://www.developer.nokia.com/info/sw.nokia.com/id/567330dd-130f-4f1d-9380-fac5aec5a6a9/S60_Platform_Image_Converter_Example.html
Same problem is facing in this...
In crash monitor:
Y-Tasks
Kill:0,Kill
Main
Kill:0,Kill
Main
Kill:0,Kill
I am trying to add long tap detector API and also using MTouchFeedback class.
basically i want this two classes...
I have already enabled error messages.
but there is no error displayed.
and also tried Y-Tasks crash monitor from which i came to know that my main process is always killed.
I am currently using s60 3rd FP2 for build application, and my application is running well on devices,
but when i am trying to build the same application using s60 5th there is no error.
and when...
I have created a custom dialogue [using CAknMessageQueryDialog class]
And i have added my two custom keys/button which is "ACCEPT" and "DECLINE"
but i am not able to find out that that which...
I get the error "USER 44".
but don't know the solution.
This is my GetPhoneId() method:
void CECaptureAppView::GetPhoneId(const TDesC& aManufacturer,const TDesC& aModel,TUint aSerialNumber,TUint cellid)
{
iAppUi->gps=ETrue;
if(iManufacturer)
{...
Can we send another asynchronous request from the callback method?
hey i got it.
the problem is i am passing address instead of value.
i have go through the foollowing link
http://www.developer.nokia.com/Community/Wiki/Cell_ID_with_CTelephony
i have use the same structure.
i am not getting any error.
hi,
i am doing something like this to get country code,network id, location area code,cell id
...