Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3211456
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T14:44:08+00:00 2026-05-17T14:44:08+00:00

I am developing a Java ME application which uses the camera to take a

  • 0

I am developing a Java ME application which uses the camera to take a snapshot and then decodes it (using ZXing library). The target is Nokia phones.

I need to use the focus to have a clear image, if not, it is difficult to decode the image.

Since the Series 40, the control “videocontrol” and “SnapShopControl” are available. I thought that for the “FocusControl” it was the same, but it isn’t.

I discovered that it is almost non-existent, not only for the Series 40 (only some phones), but (more surprisingly) for the Series 60 and Symbian 3.

You can see that in Java ME API support on Nokia devices.

These mobile phones support JSR-234 but for audio and music, not for camera.

As you can imagine, this is very deceiving, Nokia is not doing their work well.

Did you find any solution? Perhaps another “made-by-hand” control? I am afraid I have to start programming in C++ because I haven’t got much time.

  • 1 1 Answer
  • 2 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T14:44:09+00:00Added an answer on May 17, 2026 at 2:44 pm

    The solution has been to use Nokia’s APIBridge (an extensible mechanism to access device features in WRT, Flash Lite, and Java applications). You can access the software is installed in the phone for the camera and if it is able to use the autofocus, you can use it, and it returns the image you take.

    See Tool details for APIBridge for further details.

    The implementation is easy (you install the SIS file for the APIBridge in the device, and you can package your application and this SIS file together).

    You use the following code:

        APIBridge  bridge = APIBridge.getInstance();
        bridge.Initialize(midlet);
        NewFileService service = (NewFileService) bridge.createService("service.newfileservice");
        Hashtable filter = new Hashtable();
        filter.put("NewFileType", "Image");
      BridgeResult  res= service.TakePhoto(filter);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm developing a application using Java RMI which enable clients to register topics they
i'm developing a java application using the jstun library (hxxp://jstun.javawi.de/), and i need to
I'm developing a Java application and I'm using the JUNG library. In my application
I'm developing java enterprise web application using EJB 3.1 and I wonder which technology
I am developing a stand-alone java application which uses eclipselink. It is all fine
I am developing an application for WebSphere 6.1 which uses a Java servlet. Within
I am developing a Java Desktop Application which uses MySQL database. The DB has
I am developing a web application in which I am using Java as my
I am using netbeans for developing java dextop application,I have created a JFilechooser which
I'm developing a console Java application(Not swing) using java.awt.Desktop class, which will launch the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.