0

I want to do zoom in and zoom out in my j2me application. I am using a Nokia E-72. How can I do this?

Michael Petrotta
  • 59,888
  • 27
  • 145
  • 179
Mihir Palkhiwala
  • 2,586
  • 3
  • 37
  • 47

2 Answers2

3

JSR 234 required for this purpose. See this link... But i didnt use before and may be it helps you.. :)

bharath
  • 14,283
  • 16
  • 57
  • 95
  • thanks for your reply but i am using E-72 which is S60 device and document shows that it will work only on S40 6th Edition isn't it possible to do with E-72?? – Mihir Palkhiwala Dec 22 '10 at 12:12
  • this is not working on nokia phones but working on sony's cybershot mobile, for camera purpose we need JSR-234 and as per this link http://wiki.forum.nokia.com/index.php/Java_ME_API_support_on_Nokia_devices this is not possible with s60 only possible with s40's very selected model – Mihir Palkhiwala Dec 23 '10 at 08:38
  • try with my answer its really nice that way you can extend j2me capacity. i have tried and its working on my mobile – Mihir Palkhiwala Dec 24 '10 at 06:10
0

Hello to all J2ME Developer's

i found the solution for the problem. As per this link on nokia mobile using j2me doing zoom in and zoom out is not possible even you cant make any flash light even if phone supports flash light

so as a solution i found that calling a symbian application, which is having zoom in zoom out capability on phone camera even flash light facility.

for reference follow this tutorial.

Its really nice working and acceptable.

Mihir Palkhiwala
  • 2,586
  • 3
  • 37
  • 47