I've tried to download the available source code from your website, but I receive a "service unavailable" error on all pages - I hope this is just a temporary issue:...
Type: Posts; User: AltoRetrato; Keyword(s):
I've tried to download the available source code from your website, but I receive a "service unavailable" error on all pages - I hope this is just a temporary issue:...
I think you can: start an ad-hoc connection before takeoff, load the shell and then turn wi-fi off. I did this on a long flight without problems. I can't recommend this procedure if you're the pilot,...
With an ad-hoc connection (see answer #4).
Try:
appuifw.app.screen = 'full'
appuifw.app.directional_pad = False
The latest PyS60 version is 2.0.0, and works "fine" on the N8.
It helped! Sorry about the noise...
I've found two other thread concerning this problem: What is Viewsrv 14 panic? and How to solve Viewsrv -14 crash?, but I don't have a deep knowledge of Symbian C++ to be able to understand what that...
Dear all,
I wrote a very short Qt app for Symbian (Nokia N8) that is crashing with:
Process 573, thread 574 stopped at 0x8043b019: Thread 0x23e has panicked. Category: ViewSrv; Reason: 14
The...
Actually, you just need an Internet connection - no SIM card is required. I can start the shell using a Wi-Fi connection on two N8 phones without SIM cards. And even if there's no Wi-Fi spot near...
Well, it didn't help at all: I still get the same error, but it takes a lot longer to compile it! :(
I also tried to follow the tips in the how to use QNetworkConfigurationManager to handle access...
More information: Windows XP, Nokia Qt SDK (just run the updater, could not find anything new).
I'm downloading Qt SDK 1.1 RC now to see if it helps.
Hi all!
I'm trying to write a very small app that uses QNetworkConfigurationManager. It builds for the simulator, but I receive the error below while building for Symbian:...
The pips.sis v. 1.06 contains many versions of the following files:
!:\resource\openc\services
!:\resource\openc\locales.txt
!:\sys\bin\backend.dll
!:\sys\bin\libc.dll
!:\sys\bin\libdl.dll...
There's no PIPS in the "Installed applications" list of the N8, and when I try to install version 1.06 I get an "Update error" (even after uninstalling both Python Shell and Runtime files). IIRC, I...
I've been using PyS60 2.0.0 for several months (in a pre-production model). Newer version? I thought 2.0.0 was the last of PyS60... but it seems some people are (or were) working on PySide for Python...
I received the signed module and it was imported fine, but it is tied to the IMEI of my phone.
So, to import the module <i>using the Script Shell</i>, you must:
download the new version...
Thanks!
This one seems hard to solve! :(
import imp
_camera2 = imp.load_dynamic("_camera2","C:\\sys\\bin\\kf__camera2.pyd")
_camera2 = imp.load_dynamic("_camera2","kf__camera2.pyd")
The...
mvuori, I managed to get the fastcamera module working, so I gave up on the "Camera Example" idea. If you are interested, I also created a camera2 module that enables HD video recording. More info at...
Please visit the camera2 thread.
Hi everyone!
I'll try to post all information related to the camera2 module in this thread.
This is a modification of the stock camera module. It includes a few new functions and also the...
Answering myself... the following command opens the WLAN wizard (at least on the N8), so the user can manually stop the current access point:
e32.start_exe('wlansniffer.exe', u'', 1)
After that...
Try chapter 5: 05. Contacts and Calendar of the Python on Symbian book
Sorry for bumping this thread... but I'll now accept ANY ideas about how to stop / turn off an access point / Wi-Fi connection using Python on Symbian (PyS60).
Even if my app can't directly close...
I created a new module, very creatively called "camera2", based on the original camera module, that allows you to choose the recording parameters:
resolution
frame rate (frames per second)
...
I'm sorry for not reading everything posted in this thread, but from what I read you will have a huge performance boost if you move the critic parts of your code (the most performance demanding ones)...
A couple of ideas:
- You know you have C:\Symbian\9.2\S60_3rd_FP1\epoc32\tools\scanlog.pl, but do you have T:\epoc32\tools\scanlog.pl ?
- From your post, it seems you are invoking the action on the...