• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

MMAPI on CDC

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey everyone,

I'm trying to use the PDA camera in my java application.

I'm writing for a PDA which supports CDC personal profile 1.1, but I couldn't manage to find any API I can use for this purpose except the Mobile Media API (JSR 135 , 234 ). But these seem to be only work with MIDP 2.0, and not with Personal Profile.

Is there any other way to use these APIs ?

Thanks,
shukuboy.
 
Ranch Hand
Posts: 1902
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is really the wrong place to be asking (since this forum is for questions regarding the certification exam, which concentrates on CLDC anyway) - you should probably be asking over in the J2ME forum.

With regards to the specific question, though, you might look into seeing how best you can handle it. A PDA could run it through MIDP given the right emulator - I know that j9's CLDC runs quite well on my iPAQ (though in a limited fashion as it doesn't support all my PDA's functions). You might, though, be better helped by finding a CDC implementation that will work on your phone and incorporates media-capture features.
 
What I don't understand is how they changed the earth's orbit to fit the metric calendar. Tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic