Discussion Board

Search:

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

Page 1 of 7 1 2 3 4

Search: Search took 0.02 seconds; generated 4 minute(s) ago.

  1. Replies
    3
    Views
    1,248

    Re: python + n82 + open GL ES

    Wow that's super cool, how did you do that? I have no idea how opengl works but I'd love to learn.
  2. Re: Bluetooth RFCOMM crashes when receiving data

    I think u need to put your recv command in a main loop otherwise your program is expecting the answer to come immediately.
  3. Replies
    9
    Views
    9,120

    Re: Setting up bluetooth port in Windows 7

    Thanks that's good info. That never worked for me, I could never find the service and wasn't sure why win 7 didn't advertise it. As it is, bt_discover() is totally flawed, it only works once then you...
  4. Replies
    9
    Views
    9,120

    Re: Setting up bluetooth port in Windows 7

    Thanks. It's worse than that. When the computer starts up the serial port is channel 7

    After standby and resume it then becomes channel 5

    When you try to connect to channel 7 it asks if you...
  5. Replies
    9
    Views
    9,120

    Re: Setting up bluetooth port in Windows 7

    HELP! Bluesoleil is randomly changing the service channel of my comport 4.

    Sometimes it's '00:19:0e:05:ad:59', 7, and then after I standy windows and resume it changes to '00:19:0e:05:ad:59', 5
    ...
  6. Replies
    8
    Views
    977

    Re: graphics.Image.open fastest file type

    Great replies. Thanks guys
  7. Replies
    8
    Views
    977

    Re: graphics.Image.open fastest file type

    but both images decompress to the same bitmap size right? so it's a case of whether the phone decompresses the jpg faster than the png. Does jpg quality affect decompression rate as well? Thanks for...
  8. Replies
    8
    Views
    977

    Re: graphics.Image.open fastest file type

    Thanks. I have enough room on c: to put them there, that may be the delay problem. And which is quicker to decompress and display, jpg or png? Thanks
  9. Replies
    8
    Views
    977

    graphics.Image.open fastest file type

    Which is the 'fastest' file type to use with graphics.Image.open ?

    Ie, which gives the phone the least cpu work to open? is it bmp, png, jpg? I have images at 640 x 360 for my 5800. Sometimes I...
  10. Replies
    9
    Views
    9,120

    Setting up bluetooth port in Windows 7

    I've found the only way to set up a bluetooth serial port to which pys60 can connect (eg in the bluetooth console) is with Bluesoleil.

    I've never figured it out with just windows. Does anyone know...
  11. Replies
    2
    Views
    1,439

    biggest screen for python?

    what device that can run the latest version of python has the largest screen please? I have the 5800 with res 640x360 but I'd like bigger please. Thanks
  12. Replies
    8
    Views
    2,275

    Re: Finally .. My Very First Nokia Python App !

    I hope I am wrong, and I see there's a new Nokia with python built in already, so that's promising. But I'll wager that noone high up in Nokia cares about pys60, otherwise they would have cleaned it...
  13. Re: call log: getting actual time of dialled call

    Yes, those docs are hidden now, as I think they were for the previous version, 1.9.7

    A lot of us complained that we needed a pdf document so we could search it, so now we're back to the old style...
  14. Replies
    3
    Views
    2,126

    Re: Inverting image: graphics module

    You can certainly do this with the vision library developed by nokia, with python bindings and examples

    http://research.nokia.com/research/projects/nokiacv
  15. Replies
    8
    Views
    2,275

    Re: Finally .. My Very First Nokia Python App !

    I'm glad you've achieved what you needed to with pys60, sid. But the future is pretty bleak. You only need to google "pys60" to see how ludicrously fragmented, outdated, and user unfriendly the whole...
  16. Thread: miso for 5800

    by jtullis
    Replies
    1
    Views
    3,523

    Re: miso for 5800

    In case anyone else interested the solution is here http://discussion.forum.nokia.com/forum/showthread.php?p=714526#post714526
  17. Replies
    4
    Views
    2,890

    Re: Module not recognized

    OK I got it to work on 5800XM, inspired by previous poster. Here is how:

    1. Go here http://www.hiit.fi/files/fi/da/miso/utils/download/ and download...
  18. Replies
    4
    Views
    2,890

    Re: Module not recognized

    Really? How do you sign it? How do I get a certificate? I really want to use miso.vibrate in my project but it always says no module named miso.

    Can you tell me how I might be able to sign it, or...
  19. Replies
    98
    Views
    88,112

    Re: Python for S60 2.0.0 released

    Really disappointed you didn't include a call to make the phone vibrate. None of the old tricks (eg MISO) work on my Nokia 5800 XM Touch Screen.

    I really want vibrate to provide feedback to users...
  20. Replies
    1
    Views
    1,866

    Help pdf on btsocket is useless

    The information in the pys60 pdf help file on 'btsocket' module is totally useless. The examples are just copied and pasted from main python, and use INET instead of AF.

    This is a joke.

    The...
  21. Replies
    6
    Views
    1,980

    Re: e32 Sleep not waiting!

    But before I forget, why did e32 sleep not work as I thought it would? The help says: Sleeps for the given interval without blocking the active scheduler.

    What does this mean? Why did ao_sleep not...
  22. Replies
    6
    Views
    1,980

    Re: e32 Sleep not waiting!

    Thank you, perfect. I have not used the time module before.

    For any noobs, you need to say 'import time' to use this module, which is documented here:
    ...
  23. Replies
    6
    Views
    1,980

    Re: e32 Sleep not waiting!

    Sorry I thought I was being clear. Let me try again:

    In the first line I want the program to sleep. I don't want it to execute the second and third lines until the sleep period has expired. I...
  24. Replies
    6
    Views
    1,980

    e32 Sleep not waiting!

    This is a few lines in the middle of my code:


    e32.ao_sleep(2)
    img.clear((0,0,0))
    canvas.blit(img)

    For some reason lines 2 and 3 are being executed right away. I expected them to be executed...
  25. Replies
    9
    Views
    4,381

    Re: how to download help files

    Please please please x 1000

    Why can't we have a standalone, downloadable, offline source of help? Why?
Results 1 to 25 of 153
Page 1 of 7 1 2 3 4
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