Are there any efforts to port Mobile Web Server to maemo. In particular, I'd like to access my maemo device through the mymobilesite.net URL. Any tips on how to make that happen?
Type: Posts; User: ballagas; Keyword(s):
Are there any efforts to port Mobile Web Server to maemo. In particular, I'd like to access my maemo device through the mymobilesite.net URL. Any tips on how to make that happen?
I did use the self signed version of the python script shell: PythonScriptShell_1_4_5_3rdEd.SIS from
http://sourceforge.net/project/showfiles.php?group_id=154155&package_id=171153
I also built...
I get a strange error when trying to do bluetooth discovery on the N96.
>>> socket.bt_discover()
Traceback (most recent call last):
File "<console>", line 1, in ?
error: (13, 'Permission...
Thanks for the tip, I submitted two related bugs:
Audio - http://sourceforge.net/tracker/index.php?func=detail&aid=1997209&group_id=154155&atid=790649
Text-to-speech -...
Thanks for the tip. I submitted it here:http://sourceforge.net/tracker/index.php?func=detail&aid=1997203&group_id=154155&atid=790649
It seems like we would need a new python extension that supports the following. Not sure if this is planned or in the works by anyone.
Does anyone know how to capture the side buttons (camera, zoom) using the keycapture module? Is this functionality intentionally missing? Are their future plans to support these buttons?
No that is not correct. Sorry for the confusion. Here is a more detailed description of what is going on.
1) keypress.simulate_key(EKeySelect,EScancodeSelect)
This causes the highlighted...
I did try EKeyEnter. It works for most situations, just like EKeySelect. I can select applications from the menu, I can select items from most lists, except in the Contacts application. In the...
I am experiencing an interesting problem with keypress. I can successfully simulate the select key with the following line of code:
keypress.simulate_key(EKeySelect,EScancodeSelect)
It...
I have been trying this out on Symbian 3rd Edition SDK and I've been having some problems getting it to compile. I've changed /epoc32/system/include/Python/pyconfig.h to #define BAD_STATIC_FORWARD...
What about the multimedia key, I can't seem to find it in either uikon.hrh or e32keys.h.
I've been wanting to develop an application that uses opengl and bluetooth. OpenGL is first supported as a part of the FP2. I can successfully run the OpenGL example applications on my Nokia 6600,...
Hello-
I'm trying to use bluetooth service discovery in my application. I was excited to see the btdiscovery example application in the Series60Ex directory of the FP2 SDK. However when I run...