Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User mika1982's Avatar
    Join Date
    Jul 2003
    Posts
    6
    I have made an midlet which uses the jsr-82 library. In phone it can be installed fine, and the main menu works great, but when I choose some option, for example an option to show my phones Bluetooth-adress, the phone catches an exception 44. Here is an method which shows the phones BT-adress:

    public void showAdress()
    {
    try
    {
    local = LocalDevice.getLocalDevice();
    ownadress = local.getBluetoothAddress();
    displayForm.deleteAll();
    displayForm.append("Your phones BT-adress " + ownadress +"\n");
    }
    catch(BluetoothStateException e) { displayForm.append(""+e);
    }
    }


    What is an exception 44, and is there some errors in the code?
    It works great on nokia´s own emulator.
    The phone I´m using is Sonyericsson p900.

  2. #2
    Super Contributor shmoove's Avatar
    Join Date
    Mar 2003
    Location
    Israel
    Posts
    2,280
    Symbian error codes.

    I assume you mean the exception says "Status: -44". That one is "Hardware not available".

    shmoove

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
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