Discussion Board

Results 1 to 3 of 3
  1. #1
    Registered User scharffc's Avatar
    Join Date
    Jan 2009
    Posts
    17
    Hi,

    I am seeking some help.

    I am using Nokias 3120 and 2600 to develop and would like to add sound in the application.

    These phones do not implement JSR 235 so something like explained at http://wiki.forum.nokia.com/index.ph...und_in_Java_ME would not work on the devices.

    How can I add sound in the application?

    What types of audio files would be supported?

    Thanks in advance,

    Christelle

  2. #2
    Super Contributor grahamhughes's Avatar
    Join Date
    Jun 2003
    Location
    Cheshire, UK
    Posts
    7,394
    Luckily, they do have JSR 135, which is the one you need.

    You can find out what media types are supported on a particular device, by asking it.

    Code:
    String[] types = Manager.getSupportedContentTypes(null);
    Write yourself a little test app, to do this, and display the values in the array "types" to a List, so you can see what types are supported.

    Graham.

  3. #3
    Registered User scharffc's Avatar
    Join Date
    Jan 2009
    Posts
    17
    Hi,

    Thanks very much. With your help I could figure it out.

    Christelle

Similar Threads

  1. Regarding Nokia 3120 GPRS features
    By idiotkid in forum Wired and Wireless interfaces (Closed)
    Replies: 1
    Last Post: 2006-11-30, 18:37
  2. Nokia Mobile VPN Client
    By marcyl in forum Symbian Networking & Messaging (Closed)
    Replies: 1
    Last Post: 2003-12-01, 14:47

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