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

  • Home
  • SEARCH
  • 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
  • 0 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 am developing a Spring (Java framework for server-side web-development)web application, which will respond
I'm developing a Java web application on GAE platform in which I'm storing an
I'm developing application in Java which connects to different web-servers via HTTP protocol (sends
I am developing a Java application that makes an HTTP Request to a web
I'm developing a Java EE application (JSF + Richfaces + Oracle 10g), and i
I'm really pissed when I'm developing UI and have to redeploy the whole application
I am developing my first Seam + Android application and I am facing some
I'm having a really odd issue and maybe one of you can shed some
I'm still a newcomer to python, so I hope this question isn't inane. 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.