Hi.
In case anyone follows this post, please visit also http://www.developer.nokia.com/Community/Discussion/showthread.php?137214-How-can-i-set-the-sence-mode-of-a-camera. I ask there how can I...
Type: Posts; User: rcu; Keyword(s):
Hi.
In case anyone follows this post, please visit also http://www.developer.nokia.com/Community/Discussion/showthread.php?137214-How-can-i-set-the-sence-mode-of-a-camera. I ask there how can I...
Hi.
Sorry for the late reply.
The solution is appuifw.app.directional_pad = False. The directional pad is a feature of Symbian^1 phones that is not implemented on S^3 phones :) .
AltoRetrato had a...
Hi.
Most Nokia smartphones (Nokia 6680, N82, 6120, E7) have also the possibility to record video in Night Scene mode with both or just the main camera.
This option is interesting since the...
Hi.
Thanks for the advice - indeed this seems to be the solution, but it would take longer to find some decent time to look at the Symbian installer's source code.
Any further hints would...
Hi.
Thank you very much for the info.
Working with pre-installed applications does not seem to be exactly what I need, neither Upgrading pre-installed applications.
At...
Hi.
A .pyd is a Symbian native Python (PyS60) module. It is a Symbian DLL that follows Python module conventions.
Therefore I come to ask you this question that I posted also in the Python...
Hi.
Brief reminder: a .pyd is a Symbian native Python (PyS60) module - it is a Symbian DLL that follows Python module conventions.
I am trying to do a sort of hack that should be saving me...
Hi.
A new version of iCam is available for download.
The most important new feature is the fact iCam uploads media (marked as private normally) to YouTube and Picasa, in your account.
...
Hi.
Could you please tell me if there is a port of the SSL (OpenSSL / libssl) library for S60 2nd edition?
I know for S60 3rd+ edition there is openc_ssl_s60_1_7_SS.sis in PIPS. But from...
Hi.
For the Bluetooth received messages I used the pyinbox module (I can put it here if wanted https://projects.forum.nokia.com/pysymbian/files) to delete (or read) them.
I guess for MMS...
Hi.
I presume you are using microSD card and not MMC anymore.
Did you consider also the fact Symbian or other applications are accessing the memory card at the same time you are performing...
Hi.
Nokia C6 is not Symbian^3, right?
Does Nokia C6 support USB host mode (like Symbian^3 does). Symbian^3 devices are shipped by Nokia with a USB cable adapter (with a microUSB plug at an...
Hi.
Another solution would be to use a special application like Power - for ex, from http://www.symbian-freeware.com/download-powerboot.html .
Cheers.
Hi.
We should make a difference between the OBEX protocol and the OBEX Push Profile (OPP). OPP runs on OBEX (and OBEX can run on RFCOMM or IrDA). OPP is the service that allows transferring files,...
Hi.
Could you please tell me if you know how to display a full screen canvas on Symbian^3.
On a Nokia E7, even if I use appuifw.app.screen = "full", I get canvas.size = (360, 480). But the...
Hi.
A few people already ported Jythone to J2ME (at least for Sony Ericsson): https://code.google.com/p/jythonme/ . (Also http://web.archiveorange.com/archive/v/8tc1ZNpUVCUCD4jJBmX4 mentions...
Hi. The RFCOMM PyS60 API is a bit buggy. Try OBEX - see http://wiki.forum.nokia.com/index.php/Python_on_Symbian/ZZ._Bluetooth for examples.
Hi.
I built NokiaCV python modules for PyS60 2.0. You can find here more info: https://projects.forum.nokia.com/pysymbian/wiki/NokiaCv.
I have also used OpenCV a bit.
Best regards.
Hi. I've done GPS tracking part of this bigger project http://mobile-revival.110mb.com/ReVival/ . Let me know if this interests you.
Hi.
I have a side comment/question: why doesn't Nokia replace S40 completely with S60. Looking at the specifications of one of the latest S40 phones (Nokia C3) it has 55 MB flash, 64 MB RAM, 128...
Hi.
Thanks for the pointer.
I already found NokiaaCV, and in the last days I am trying to understand the algorithms for Motion Estimation and Optical Flow.
Is anybody interesed in...
Hi.
Normally buffering of data takes place before writing it - unless you specifically give a flush. This happens at the level of Python and Symbian OS.
Probably a more important issue is...
Hello.
With the happy new year wishes, I come to make public the video surveillance (with motion detection) application/service I've been working for in the last year.
...
Symbianyucca, indeed there is no API exposed.
But personally (and I'm sure others as well) I find a lot of uses for a program that can turn on the phone completely automatically. The Symbian OS...
Hello.
Anybody still interested in a functional sysagent module? I've compiled one myself - it works on N95 and expect to work on any other s60 3rd+ edition.