Hi,
For you to use GET the other server should support it.
What you can do is
1)Create a server using CObexServer
2)Implement the Get method (EOpGet)
Regards,
Micky
Type: Posts; User: micmen; Keyword(s):
Hi,
For you to use GET the other server should support it.
What you can do is
1)Create a server using CObexServer
2)Implement the Get method (EOpGet)
Regards,
Micky
Please have a look at RMobileCall class to retrive the incoming caller number
In the above code
After completion of NotifyChage()
RunL gets called. You should continuously call NotifyChange...
Hi,
please check the attached file
this will require gsmbas.lib
Thanks and Regards,
Micky Menezes
I am afraid. You might be having the cut down version of etelmm.lib.
To confirm open the etelmm.lib in any notepad and check for the entry of the function for which you are getting link error.
...
Hi,
I am Very sorry.
It is not gsmgas.lib but gsmbas.lib (for basic GSM)
Regards,
Micky
Hi
Seems like library is not included
please add gsmgas.lib (for basic GSm capablity) and gsmadv.lib (for advance GSM capablity)
Regards
Micky Menezes
Hi,
Is it possible in symbian to have our URL Scheme like (myScheme://somthing.com) ?
How can one register the application to handle particular URL scheme ?
So that if I give...
Hi,
Is it possible in symbian to have our URL Scheme like (myScheme://somthing.com) ?
How can one register the application to handle particular URL scheme ?
So that if I give...
Hi,
Thanks aaldru,
We have implementated this.
and now we are initiating a call using AT command
then at the other end we are receiving it using normal ETEL API
But I am not able read the...
Hi,
We are trying to initiate a Data call on Series 80 (Nokia 9300).
We are using normal etel APIs to achieve this.
1) connect to telephony server
2) opening phone
3) opening line 2
4) and...
yucca
You got a good memory.
yes, I was trying it nearly 2 years ago
previouly I was getting that error
but then it was successfull. I could read the SIM caontacts and SMS
by the same method...
As symbianyucca has suggested
you will have to use etelbgsm.h (link against gsmbas.lib)
I have used following classed from it
RTelServer iTelServer;
RBasicGsmPhone iPhone;...
Please check the following code
In this i am reading SMS_SIM_STORE_NAME
for broadcast message use SMS_BROADCAST_MESSAGE_STORE_NAME
after reading i am writing into xml, you can use that
to...
Hi,
just follow the example in the SDK btobjectexchange.
In this example they are using CObexNullObject actually capable of transfering anything but, you can make use of CObexFileObject at...
There is no need to write any PC based program
following ID's should work with all the bluetooth devices on PC, MAC, mobile as, it is the default implementation.
OBEX protocol 0x0008
service...
Hi,
you are developing obex client to send a file and also obex server to receive a file.
At client end take CObexFileObject. Initlise it to some file using InitFromFileL() function. You can...
For OBEX you have to work on series 60 2.0 and above.
not for obex but for Obex over USB
hi,
I dont know for what reason you have to kill Fax/modem application.
So i am really not sure whether OBEX will help you to overcome the same.
For OBEX you have to work on series 60 2.0 and...
use CTimer
there are some more issues
which are those ?
Symbianised what does this mean
error code specific to libwbxml are already defined you can make use of that
(WBXMLError)
from the app when...
Hi,
first edit your bld.inf
just keep libwbxml.mmp remove other example .mmp files. They can be build later.
now open the "wbxml_tables.c" in any editor
if you have not changed the file...
Hi,
MHFRunL is the function called by the HTTP client framework when there is any response from the HTTP server.
in this MHFRunL you have to check for THTTPEvent::iStatus
all the possible status...
Hi,
Is there any way we can change Phone brightness I have checked with
HAL::Set(HALData::EDisplayBrightness, aValue) but it is not workng in Series 60 7.0s
Thanks and Regards,
Micky Menezes
that is just the example actually the method is post only
GET method is working properly
Thanks and Regards,
Micky
Hi ,
I dont know much about HTML.
but you can check from the below
<FORM action="http://localhost/adduser.xsl" method="get">
<P>
First name: <INPUT type="text" name="firstname"><BR>
Last...