Thank you. If I want to use it as an alternative to MWS, that's something I will really need.
I will be aware to the release of the 2.3 version, to test it as soon as it's possible.
Thanks
Type: Posts; User: didacgil9; Keyword(s):
Thank you. If I want to use it as an alternative to MWS, that's something I will really need.
I will be aware to the release of the 2.3 version, to test it as soon as it's possible.
Thanks
And, does it has a gateway so we can use 3G to reach our WS? Because I want my web server to be always avaliable, not just when on a AP.
I'm very interested in that Nokia Maps API. I think it's not released yet, right? But, is it there anything I could start using to have development done when it will be released?
Thank you
I have PAMP, MWS and PyS60 1.9.4 installed.
In this case, as I installed PyS60 1.9.4 after installing MWS, which PyS60 version does MWS uses?
I need to say that both Python (my own scripts) and...
Not exactly this behaviour, but I got an error with MySQL after doing N insertions. Maybe because memory problems.
At the beginning, I saw that after doing 800 inserts (64kb in table) in my table...
Anyway, it's a great job. I would be able to reach those development skills in some years
Yes, right. it's just a simple PHP script that, when running with login "" and password "" and...
Check for exmple this other link, to a PDF book.
http://mymobilesite.net/files/MobileWebServer_Book_en.pdf
From page 70 on, you will see is possible to create MWS Framework independent pages in...
Do you mean by that, that is not possible for example to create Mashups from resources existing in the same MWS?
I mean,
imagine I have an REST API in my mobile web server that has the service...
You will be able to find some basic examples on how to create your first web pages for Mobile Web Servers in Python language.
For example: "Mobile Web Server: How to Develop Content"
Check this...
I'm not an expert at all, but I had this same problem and what I did is to create a python script running in background that uses a PHP running in localhost to make INSERTs into a database.
I use...
I would like to know which are the limitations exiting with the MySQL running in PAMP.
For example, I have seen that if I make a table to grow more than 800 lines (it was around 64KB), the table...
Ok, I will try to write the output. Actually I did the "funny" debugging with the audio.say('number of the line'). As I though that it was a canvas.blit() changing my screen, I wrote the audio.say...
Actually, it is redrawing the image each time I go back to the tab, but after the 2 seconds sleep (I put that intensiously to check that the redraw was done) I get the white page hiding my canvas.
...
I propose you to make some empirical studies on that.
I'm on the development of an application and I want to share the GPS position with other mobile phones. Well.. I have a thread that get the...
I'm having a problem also with the canvas.
In my application, I have a presentation at the begining in full screen mode, using Canvas.
After that, I have two tabs, one of them with a list, and...
I'm having a problem also with the canvas.
In my application, I have a presentation at the begining in full screen mode, using Canvas.
After that, I have two tabs, one of them with a list, and...
I didn't check with Google URL, but I have checked getting information from a second Mobile Web Server through Nokia Gateway using HTTPS and the servername (1 minute) and getting information from the...
Well... now I get the information, even it has the \n after each line in the XML file, so it is not possible to parse, but that's not the real problem.
headers = {...
Can you show a little bit of code from your application?
I don't know why, but I get an ACCESS_DENIED error all the time, and I would like to check how to add certificates to my queries, so the...
Ok, so I will try with ARM from silver.arm.com
I hope I will have no much problems using their tools. Actually I hope it's just installing in order to be able to use armv5 as a PLATFORM, right?
...
And those problems don't exist with ARMV5?
So, if I build the PAMP source code with GCCE I will not be able to run it directly (without modifications), but it would with ARMV5.
My goal is to...
Have you succeded in adding MySQLite?
I'm trying to do the same adding SOAP to PHP.
As probably you are doing, I'm using GCCE as I'm a phD student and this will be a prototype, so I don't need...
Well, as you already said, I'm now following this thread to build in SOAP module.
The php_soap.dll that I used was just the one located in PHP zip file for Windows versions :D
As I read that...
Hej,
I have been working for a while with MWS and Python, but now I wanted to jump to PAMP to use PHP and to try to add SOAP extension over it.
I have been unsuccessful.
I have created a forder...