Discussion Board

Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    10
    Views
    3,036

    Re: Nokia N73 Problem about thread run time

    This code solved the problem for me on some Nokia devices and it worked fine so far. I would give it a try. ;)
  2. Replies
    4
    Views
    1,775

    Re: How to read / write XML

    Check the JSR 172 which is inclued on a lot of phones.
  3. Replies
    2
    Views
    1,907

    Re: Send and install midlet HTTP

    Standard way is WAP-Push-Link.
  4. Replies
    10
    Views
    3,036

    Re: Nokia N73 Problem about thread run time

    Ok, try the following code:



    protected void paint(Graphics g) {
    // YOUR CODE TO PAINT
    current = System.currentTimeMillis();
    }

    private long loopTime;
  5. Replies
    4
    Views
    1,845

    Re: Need to signed the application?

    I worked on some midlets with this kind of specification and it worked (series 40) without signing the applications.
  6. Thread: SMS J2ME

    by g3r0
    Replies
    12
    Views
    2,453

    Re: SMS J2ME

    ok, well hard to say. Seems 1650 is a very old device. Do you send a regular TextMessage? Any special encoded characters?
  7. Replies
    7
    Views
    2,209

    Re: " stylish j2me menu "

    I would suggest to use the Canvas and go through some tutorials.
  8. Thread: NFC SDK in Linux

    by g3r0
    Replies
    5
    Views
    3,664

    Re: NFC SDK in Linux

    Antenna in combination with Apache Ant and there you will find some examples how to build midlets.
  9. Replies
    1
    Views
    1,605

    Re: how to move a m3g object

    Check the tutorials for JSR 182 3D Api. Try with your favourite search engine. ;)
  10. Replies
    7
    Views
    3,531

    Re: mobile java game porting.

    Dont forget different key management, different apis and strange behaviour on certain phones...

    e.g. 2 phones with the 3D Api (JSR 182). On one phone the texture is painted on the other phone not....
  11. Replies
    10
    Views
    3,036

    Re: Nokia N73 Problem about thread run time

    What does you thread look like? Any Thread.sleep methods or something like that to get a constant cycling? Had this problem some time ago and some code tweaking of the thread solved the problem.
  12. Replies
    2
    Views
    4,643

    Re: File too large to be saved

    The maximum jar size for 6212 is 1 MB so there is no way to get you jar on the device. Did you already try to obfuscate the code? Do you use large images which could be adapted for mobile devices...
  13. Replies
    4
    Views
    1,845

    Re: Need to signed the application?

    Hi,

    the midlet should work without signing it. You can adjust the behaviour (user interaction for permissions) directly on the phone.

    For midlet permissions I recommend the following link MIDP...
  14. Thread: SMS J2ME

    by g3r0
    Replies
    12
    Views
    2,453

    Re: SMS J2ME

    Do you receive the sms?
  15. Replies
    1
    Views
    2,685

    Re: Beginning RFID interaction program

    Well as far as I know there is no N95 capable of NFC.

    To start with NFC I recommend to use SDK for Nokia 6212 NFC and NetBeans or Eclipse as IDE. Check the menu on the left side of this pagae for...
  16. Replies
    5
    Views
    2,238

    Re: Application Logs are not displayed in Console.

    With Microlog you can define where the logs should be displayed (SocketConnection, Canvas, Form, System.out, ...). When you log in an emulator afterwards you´ll probably need to debug on the device....
  17. Replies
    5
    Views
    2,238

    Re: Application Logs are not displayed in Console.

    I recommend to use Microlog.
  18. Replies
    1
    Views
    3,129

    Re: Nokia 6212 configuration settings

    http://www.forum.nokia.com/devices/6212_classic/

    Take a look at the top of the page and there is a button called "Devices". ;)
  19. Replies
    8
    Views
    1,997

    Re: Application signing

    I´ve seen applications opening connections without any prompts but this ususally just works with operator certificates (and depends on the phone). they usually have their own installed certificates...
  20. Replies
    8
    Views
    1,997

    Re: Application signing

    With your certificate/phone unfortunately not.
  21. Replies
    23
    Views
    3,647

    Re: Canvas not displayed in NOKIA 7210

    Could you post any code so we can atleast get a hint what might be the problem. Any exceptions?
  22. Replies
    1
    Views
    1,840

    Re: Problem reading pictures

    Set it manually on the device but without certificate it will anyways ask you the first time you perform that certain task.
  23. Thread: exception occured

    by g3r0
    Replies
    2
    Views
    2,224

    Re: exception occured

    A little bit more information (code, more details to exception, ..) will definitely help. Otherwise it`s guessing into the dark.
  24. Replies
    1
    Views
    2,094

    Re: Correct WebService URL

    The webservice given is not available anymore. So I`m afraid you will have to implement your own webservice to test this.
  25. Replies
    3
    Views
    2,027

    Re: Sending an SMS from J2ME

    I guess this depends from the certificate you signed your midlet and the phone. Check if you can set the option manually to the desired setting.
Results 1 to 25 of 39
Page 1 of 2 1 2
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