I tried out symbian c++ and found it far too complicated and had problems with the emulators.
pys60 was very appealing to me because it is fairly simple, but after making some useful apps there is...
Type: Posts; User: mikiex; Keyword(s):
I tried out symbian c++ and found it far too complicated and had problems with the emulators.
pys60 was very appealing to me because it is fairly simple, but after making some useful apps there is...
I've had no luck with installing it on my 5800 after uninstalling the 1.97, fails with the usual quality error - no info :)
Any ideas what I need to manually do to fix it other than factory reset :)
btw does anyone know how to stop images from appearing in the gallery, is it not put them in the data folder? All my icon files show up there
I noticed the latest community app for facebook etc....
you also need the icon files
http://www.mediafire.com/file/j4mqrm12ghl/DATA.zip
one is missing as in that screenshot I sent, it fell back to an old icon and I havent added transparent rendering...
It doesn't actually run all the time at the moment, while I have been developing it I just run it once to update the images.
I ran into that problem with the URLLIB DNS memory leak and I am yet to...
http://i45.tinypic.com/zjxttf.jpg
So the basic idea is, your pys60 script runs in the background this updates an image that is used as a wallpaper.
Rather than use extensions to update I just...
So whats stopping someone making a sis and submiting it? or dosent it work like that?
Is it feasable to get a python based app on to the ovi store and has anyone managed it?
Thank you Marcelo for the suggested change and for testing it
You could get around it like this
import urllib
from socket import gethostbyname_ex
def dnshack(url):
url = url.split("/")
length=len(url)
ip=gethostbyname_ex(url[2])
ip =...
This fails also, this is 1.9.7
DFR is correct, using an IP seems to fix it my phone is on 1000 iterations and counting using googles ip address, so it maybe be something to do with the DNS code in...
This simple test returns and error at around 100 iterations, is there any way around this?
I've seen a few posts about memory leaks but no solutions
import urllib
x=1
while 1:
google =...
I am just begining in python and pys60 and I'm not a programmer, so excuse the quality of the code, it's still WIP so some of it is not used gui etc. I hope you get the idea and it may prove useful...
As the 5800 does not support homescreen widgets, will it ever support them?