Hello!
I have a OpenC application which shows Hello World! when accessing a particular URL of Apache Mobile (raccoon). This URL has an argument:
http://xyz.openlaboratory.net/example?hello
I would...
Type: Posts; User: jmv_; Keyword(s):
Hello!
I have a OpenC application which shows Hello World! when accessing a particular URL of Apache Mobile (raccoon). This URL has an argument:
http://xyz.openlaboratory.net/example?hello
I would...
Hello!
I have a OpenC application which shows Hello World! when accessing a particular URL of Apache Mobile (raccoon). This URL has an argument:
http://xyz.openlaboratory.net/example?hello
I would...
Hi!
I have solved the problem of compilation, it was by the library libc.lib. However, the application does something rare:
- Displays Hello World! If you do not write the function posix_spawn...
Hi!
I tested the function posix_spawn to see if it can run an console application (SendSMS). I created a new project in Carbide, it creates a default console application: Hello World!.
The code...
It works with plain 3rd Ed. SDK !!!
Thank you for your help!!
Bye!
mmm... no, I don't know what you mean with "install the built module into \sys\bin" , how should I do that?
Thanks!
I have installed in mi phone the version: raccoon_bundle_0_9_2_with_pys60_1_3_17_3rdEd.sis
I downloaded it from: http://sourceforge.net/project/showfiles.php?group_id=167580&package_id=190549
...
error.log:
[Mon Oct 15 21:07:29 2007] [warn] (88)Function not implemented: apr_socket_opt_set: (TCP_NODELAY)
[Mon Oct 15 21:07:31 2007] [notice] mod_python: Creating 1 session mutexes based on 0...
Raccoon 0.9, but I am running the 0.9.2 version of mod_symbian_example because there isn't the version only 0.9 for download in the web:...
Hola, he creado un aplicación en modo consola que envia SMS.
Mi idea es que esta aplicación sea ejecutado por el servidor apache mobile (raccoon) cuando reciba una petición HTTP.
Mis dudas son:
-...
Hello!
I tried the example of raccoon "hello world"( raccoon_0_10_0_mod_symbian_example.zip), but when I write:
LoadModule symbian_example_module modules\mod_symbian_example.so
in httpd.conf...
Hi!
I have been reading the documentation but I do not know how beginning the code… You know if there is some similar example that can serve me to begin?
Thanks again!
Hi!
When I accede to the option “archives management system” to accede to memory C of the telephone gives me an error : "the operation it was not possible to be finalized" and I cannot see the...
It's a "console" application.
I have done it thinking about that it worked in background.
Thanks!
ok, the idea is:
I have a Symbian application that sends SMS to some contacts registered in a file, then I want the server, raccoon, starts this application when recives a HTTP request.
Thanks!
Hi!
Which is the easier form to do it? is some example available?
I don´t know how to begin...
Thanks!
Hello again!
I have installed raccoon directly in my telephone. In this case the server works well when acceding to 127.0.0.1 but not when I write the URL from my mobsite in the browser. The error...
Sorry, ok.
Thank you again.
Thanks!! it works ok!!
Another question, please:
My application shows the telephone contacts and some operations can be made when you select a contact of the list. The problem is: if I change the...
Hello! I have a problem when I want rename a file.
I prove the code in the emulator and works well but when I prove it in the telephone the application fails.Why?
The application is closed with the...
Hello,
I want the server raccoon starts a Symbian application when receives a HTTP request, is possible?
Thank you!
Lo he estado mirando pero no encuentro la forma de hacerlo...
Quiero copiar el contenido de un TBuf8 <1024> a un TDesC16 y la función Copy() hace lo contrario, permite copiar el contenido de un...
hola!
no se como pasar de TBuf8 <1024> a const TDesC&:
void SendSmsL(TBuf8 <1024> aAddr)
{
RSendAs sendAs;
User::LeaveIfError(sendAs.Connect());
CleanupClosePushL(sendAs);
Hi!
I have a "console" application wich reads from a file some telephone numbers and then it have to send sms to these numbers.
My problem is that the application not works when it arrives at line:...
Hi!
It doesn't work. The value of Listen directive is 80 in httpd.conf and if I change it to 90 when I write "http://localhost:90" in the browser it shows "page not found".
Thank you again.