Discussion Board

Search:

Type: Posts; User: mikiex; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    18
    Views
    4,411

    Re: Is PyS60 really dead?

    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...
  2. Re: Looks like Python 2.0 is available on selected handsets...

    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 :)
  3. Replies
    4
    Views
    2,733

    Re: Proof of concept 5800 homewall

    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....
  4. Replies
    4
    Views
    2,733

    Re: Proof of concept 5800 homewall

    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...
  5. Replies
    4
    Views
    2,733

    Re: Proof of concept 5800 homewall

    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...
  6. Replies
    4
    Views
    2,733

    Proof of concept 5800 homewall

    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...
  7. Replies
    4
    Views
    2,945

    Re: Ovi store using pys60 possible?

    So whats stopping someone making a sis and submiting it? or dosent it work like that?
  8. Replies
    4
    Views
    2,945

    Ovi store using pys60 possible?

    Is it feasable to get a python based app on to the ovi store and has anyone managed it?
  9. Replies
    7
    Views
    3,296

    Re: urllib out of memory

    Thank you Marcelo for the suggested change and for testing it
  10. Replies
    7
    Views
    3,296

    Re: urllib out of memory

    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 =...
  11. Replies
    7
    Views
    3,296

    Re: urllib out of memory

    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...
  12. Replies
    7
    Views
    3,296

    urllib out of memory

    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 =...
  13. Replies
    0
    Views
    2,772

    Sending files to via ftp and wifi

    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...
  14. Replies
    5
    Views
    19,364

    Re: How to add widget to home screen

    As the 5800 does not support homescreen widgets, will it ever support them?
Results 1 to 14 of 14
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved