it's not true, netmonitor for 6680 exists, it's not built in like older nokia phone, but you may find such app on the net and install it on 6680 and some other phone, I have tried it and it works.
Type: Posts; User: vyskocil; Keyword(s):
it's not true, netmonitor for 6680 exists, it's not built in like older nokia phone, but you may find such app on the net and install it on 6680 and some other phone, I have tried it and it works.
As lock.wait() wait until a signal is raised it souldn't be wrong to call lock.wait() twice in the same thread for example :
while !self.exit:
lock.wait()
But lock.wait() let also user...
I play with e32.Ao.timer, e32.Ao_lock and e32.ao_callgate (bluetooth GPS handling is done in another thread) in a GPS program and I my program stop at a error :
E32USER-CBase 42
It happen when...
I'm also working on a GPS program, yet another one :-)
But every python GPS code I saw is reading GPS bluetooth data one character at a time in the main thread, I was also doing this but I saw a big...
Someone posted in this forum a C++ extension to load jpeg images on older phones.
For now text UI control can't be made read-only.
Nikhil thank you very much sharing your code !
I just made a good old Makefile to compile it on linux (I don't like the sdk build tools with MMP files, I prefer old good Makefile...).
It is...
I understand that you implemented image file loading and saving (jpg, gif, etc...) using the "new" MultiMedia Framework on symbian phone with version greater or equal to 7.0 (serie 60 2.x) but why...
I tried the extension with a Nokia 6680 (Symbian 8) and it is not working a all. After some search I found that RWapServ and al are not supported any more from symbian 7.0...
How is wap stack...
I updated the code to make it work for larger transaction and it seems to work fine.
Now I'll concentrate to clean up the code in case of error condition (clean up stack...) and add some functions...
I hacked a small python extension which enable WAP download from a URL to a file. It is working on small file (ie 1-2Ko) but fails with larger one, I must investigate this...
usage is :
import...
There is now a python 1.1.3 release for serie 60 1st. Edition !
Do yo mean that there will be no images support with Canvas on 1st Ed. phones at all ? If it's true it's a pitty...
Can't you make a restricted API, for exemple only a limited file format choice ?...
There is only SDK for 1.2 phones and no SIS on the Nokia developpers site for these mobiles. Python pre alpha 1.1.3 for 2nd edition don't install on 1.2 phones.
- PDIS extension is only (?) for serie 60 v2.x
- It would be very cool if you could post the standard socket emulation layer even in beta ! Instead I will look into the non standard API...
It's all the same as terosaarni, python package work great but I can't install Pyrepl package because it must be packaged only for serie 60 2.0 phone (?)
It's the same with the Ngage when I tried to install this. I think it's the same on all serie 60 1.2 phone.