Discussion Board

Search:

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

Page 1 of 5 1 2 3 4

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

  1. Replies
    3
    Views
    5,949

    Re: how to get mobile number from inbox

    *BUMPED*

    Well I have the same problem. :)
  2. Re: Launching a Python script (with arguments) from Flash?

    Erm, Flash does support sockets.. well httpGet's anyway.. which is why you need a local background server that works over http.



    import socket

    def sendToSocket(sock, text):
    text_len =...
  3. Replies
    12
    Views
    16,598

    Re: Launching browser from python

    are you running it on a phone or from emulator? I don't have an apprun.dll on my 6680 and what phone are you using?
  4. Replies
    82
    Views
    100,030

    Re: Python for S60 3rd Edition

    In regards to creating python SIS applications that need required capabilities, would it be possible for someone to create some sort of tutorial on what is required?

    I've tried for afew days and...
  5. Replies
    82
    Views
    100,030

    Re: Capabilities?

    Right i've tried pushing a .SIS i've made with py2sis and that doesnt seem to install on the phone properly.


    Also i've tried to self-sign a .SIS i made by using signsis but the N80 doesnt...
  6. Replies
    4
    Views
    4,696

    Re: Low-memory errors

    - Oops wrong thread .. moved -
  7. Replies
    12
    Views
    16,598

    Re: Launching browser from python

    exact command is this
    import e32
    import os

    path = 'z:\\System\\Apps\\Browser\\Browser.app'
    apprun = 'z:\\system\\programs\\apprun.exe'

    def open(url):
    """Opens the webbrowser to the...
  8. Replies
    12
    Views
    16,598

    Re: Launching browser from python

    so how did you launch the browser with a url?
  9. Thread: Access denied

    by rexwal
    Replies
    9
    Views
    5,704

    Re: Access denied

    Test it on your actual phone for starters.

    In my experience , I got the same error working with a 6680. It was fine once I used E:\ (SD CARD) instead of C:\ (Phone Memory)

    I may be wrong - but...
  10. Replies
    12
    Views
    11,522

    Re: Bluetooth s60 Programming

    passing a BT msg = OutputStream
    reading a BT msg = InputStream
    ;)
  11. Thread: Access denied

    by rexwal
    Replies
    9
    Views
    5,704

    Re: Access denied

    String strPath = "file:///C:/";
    FileConnection fc = (FileConnection)Connector.open(strPath +fileName, Connector.READ_WRITE);

    There's your problem.
    J2ME can't write to C:/ sometimes...
  12. Replies
    12
    Views
    11,522

    Re: Bluetooth s60 Programming

    that being said, try this link http://fivedots.coe.psu.ac.th/~ad/jg/blue1/blueEcho.pdf
  13. Replies
    12
    Views
    11,522

    Re: Bluetooth s60 Programming

    Avetana to my knowledge is to connect a phone with your computer.
    To say hello to the client you'll have to go through a tricky process for both server and client.

    Server
    -------------
    1) Start...
  14. Replies
    31
    Views
    31,755

    Re: Bluetooth PushRegistry

    Bluetooth push registry works on most devices that support it to different extents.

    For the Symbian Series 60 Edition 2.0, it will allow the server application to start-up but a connection cannot...
  15. Replies
    3
    Views
    9,295

    Re: Background Process (Midlet) using pure J2ME

    This is only for series 40 phones (the ones I have anyway), in series 60 phones you can switch between applications.
  16. Replies
    4
    Views
    7,349

    Re: N1110 & N1600 support JSR75?

    http://www.nokia.co.uk/nokia/0,,76239,00.html Nokia 1110 specification.

    It doesn't support Java in these specs - so my initial guess is to say no and hell no? =)
  17. Thread: help me

    by rexwal
    Replies
    3
    Views
    4,197

    Re: help me

    destroyApp true or false is upto the programmer to handle.

    pubilc void destroyApp(boolean unconditional) {
    ... here it is upto you to handle what to do.
    }

    notifyDestroyed() is the actual...
  18. Replies
    36
    Views
    19,903

    Re: one jar open another jar

    Musashi, if you had a previous app that didn't have MIDlet-push-1 and added the MIDlet-Push-1 in a separate build later on - try uninstalling it and then re-installing the new .jar

    That problem...
  19. Replies
    13
    Views
    10,690

    Re: Python & native applications

    I can't find content_handler in the python document, nor appendix B :(
  20. Replies
    13
    Views
    10,690

    Re: Python & native applications

    hi erikk,

    Just wondering, which application launches the default MIME type handler?
    E.g. Starter is to re-start the phone, AppRun is to run an app, is there a default process that launches the...
  21. Thread: APPUIFW.NOTE

    by rexwal
    Replies
    6
    Views
    8,106

    Re: APPUIFW.NOTE

    Cheers chet many thanks
  22. Replies
    15
    Views
    12,254

    Re: Selecting APN name.

    Correction:

    Its not native behaviour for Symbian, and also Python.
    It is possible to pre-select an access point in Symbian - and to an extent in Python (using an additional Python library).
    ...
  23. Replies
    5
    Views
    5,647

    Re: HTTP APN Problem

    Isn't RConnection class a Symbian class and not a Java class?
  24. Thread: APPUIFW.NOTE

    by rexwal
    Replies
    6
    Views
    8,106

    APPUIFW.NOTE

    Hi guys!

    I was wondering if python had an option to create an info/note message that doesn't disappear after 5 seconds .. like appuifw.note.

    At the moment, im using appuifw.query(u"Press me to...
  25. Replies
    11
    Views
    6,345

    Re: no discovery agent on nokia 6230??

    Dunno :) and dont care now :D
    changed phones awhile back - just remember all the headaches of the past
Results 1 to 25 of 105
Page 1 of 5 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