• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Not working in NOKIA

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

image.getRGB(rgbOrgData, 0, sourceWidth, 0, 0, sourceWidth, sourceHeight);
lImage = javax.microedition.lcdui.Image.createImage(exifData, 0, exifData.length);

These two method well work on wtk 2.2 emulator but for nokia series 60 or 40 emulator its not work throws an exception illegalArgumentexception.

Can any body help me as soon as possible.

Regards
Maddi
 
Maddi Ranjan
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
actually I am reading exif header of camera images then create the exif image using create image. Its work fine on WTK emulator but not working in nokia emulutaor
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well the only thing I can see is that the getRGB method is MIDP 2.0 and not in MIDP 1.0

Maybe the emulator you are using for Nokia series doesn't support MIDP 2.0

Mark
 
Maddi Ranjan
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks for help, but can you help me how I can test my application in nokia 6600 emulator. My app is cldc1.0 and midp 2.0. And how i get the emulator for test on my pc.

Regards
Swadesh
 
Mark Spritzler
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Unfortunately, I only know about Nokia's developer site which has an SDK with emulators, but that sounds like the one that you are using.

Mark
 
It's a beautiful day in this neighborhood - Fred Rogers. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic