Thanks! The e32.Ao_lock() and wait() are what I needed.
Type: Posts; User: pzul_wisner; Keyword(s):
Thanks! The e32.Ao_lock() and wait() are what I needed.
I think my application is exiting at the end of the script.
What is the best practice to keep a python script alive while its waiting for callbacks?
When I use "Run script" from the python shell, it puts my appuifw windows behind the console window.
If I run the same application from a Bluetooth console it works fine.
Is there some trick to...
We really need that AND operator for searching....
SDK versions must match the device version. You can build for multiple SDK versions.
My experience was that Inkscape + the converter take a lot of time to try and ultimately do not work. Adobe...
"How to make calls to blocking Open C functions from an Active Object"
http://wiki.forum.nokia.com/index.php/BlockingCallsWithActiveObjects
I just got adhoc to work with client/server IP code developed for infrastructure WLAN. I created adhoc mode access points on two phones (3rd ed fp1) from the access point editor GUI. ...
I see.
Any idea how to get the local IP address with Open C?
I didn't understand that sentence. Maybe you have a typo?
I did some experiments:
The name to use with the ioctl commands SIOCIFSTART and SIOCIFACTIVESTART (in the examples above) is the...
Use App. Manager, select Symbian OS PIPS and then Options->View Details.
Mine is version 1.02(0).
I still can't get this to work at all.
Which device are you using? What SDK version?
One...
http://org.csail.mit.edu/mode/index.php/IAP_2006_Class#Day_2:_Extensions_for_Python
Please respond by sending email via my profile. By default your profile does not accept messages so please make sure I have a way to contact you (include your regular email address.)
Server & client SSL/TLS is in Open C and I can confirm that it works.
I moved my response to the Wiki...
"How to make calls to blocking Open C functions from an Active Object"
http://wiki.forum.nokia.com/index.php/BlockingCallsWithActiveObjects
It would help if you tell us what happens when you try to run it.
Socket communication on the same device does work.
I noticed one problem: iSocket.Write(buf,status) is asynchronous. So your...
I just downloaded the newest pips_s60_1_2_SS.sis from symbian (Feb 01, 2008). A binary compare shows it is the same as the one from Open C MR (Oct 16, 2007).
I too am implementing server & client side TLS/SSL sockets using openSSL from Open C (libcrypto). I have come up with a design pattern for doing the blocking calls under active objects. When I get...
Hi,
I am trying to use BIO_do_connect, but I want get it to use the existing access point.
My openSSL program uses the libcrypto part of Open C.
It first connected to an access...
I didn't say the information about self-signed didn't exist!
I am saying it is hard to find and that the reader is first told to get a DevCert.
I would challenge anyone to find a sequence of links from http://forum.nokia.com or http://symbiansigned.com to proper guidance for self-signed; such that the reader is not first advised to obtain a...
A devCert from symbiansigned.com is not needed at all during development for the user grantable permissions:
LocalServices NetworkServices ReadUserData UserEnvironment WriteUserData
...and...
As far as I know there is only one RSA. I thought of the block mode - but I think that might be part of the transport layer.
It would be a lot easier to adapt a working example. Maybe try...
It helps to keep C++ in seperate files from C. Under than Symbian build chain, .c files will be compiled as C and .cpp files will be compiled as C++.
It's a bit of work but you could replace...
(...during development you only need to sign the sis file if you need permissions.)
One problem could be that your app might not have access to the files you are trying to load. Check the "data...
I agree with the previous poster that there are many things that could be the problem. How much do you know about the server?
It's likely that the server wants a secure socket (TLSv1 or the...