6xhhs / j2me-imageviewer

Automatically exported from code.google.com/p/j2me-imageviewer
0 stars 0 forks source link

Does not work Sony Ericsson w395 #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download jar & jad files
2. Install in the phone
3. Run

What is the expected output? What do you see instead?
Expect to run the software, but it doesn't. It just say "can't start app"

What version of the product are you using? On what operating system?
First release on a Sony Ericsson w395

Please provide any additional information below.
Maybe you're too attached to the lg suite. Will take a look on the code to see 
what's wrong. 

Original issue reported on code.google.com by elkin.ca...@gmail.com on 14 Jun 2011 at 2:03

GoogleCodeExporter commented 9 years ago
let me know if you see what needs to be changed.  The MIDlet program runs on 
Oracle Java_ME_platform_SDK_3.0 emulator, which is generic reference J2ME, so 
it shouldn't have any LG dependencies.

I can only think perhaps jsr256 needs to be disabled.  I have an updated 
version that supports JAD property to disable/enable auto-rotate sensor.  But 
before I put new version, I also want to fix memory leak when hits out of 
memory error.

Original comment by davelchen@yahoo.com on 16 Jun 2011 at 2:29

GoogleCodeExporter commented 9 years ago
I was able to load this Midlet into the Sony Mobile SDK (and NetBeans running 
J2ME_SDK 3.0) and to debug the problem. For a reason I have yet to understand 
the app crashes in the constructor of AccelSensor (which this phone and my 
Z530i do not support?). It can be solved by commenting out lines 221 and 222 of 
ImageViewer.java which create and run AccelSensor. After this change the Midlet 
runs on the Sony Ericsson emulator software and on my physical Z530i. For your 
convenience I have attached the patched binaries. 

@davelchen@yahoo.com
Nice Midlet! Zooming and scrolling work fine on smaller JPEGs. I want to use it 
for my scanned hiking maps and combine it with GPS sensor information later. 
Unfortunately, my device seems to limit image sizes to roughly 650x700 pixels 
or 280kBytes. Beyond that it does simply not return from the image load.

Original comment by andreas....@mnet-mail.de on 29 Oct 2011 at 10:35

Attachments:

GoogleCodeExporter commented 9 years ago
it's working on my w395, thank you, i had no time to look at it, i must say 
that it's a lot better than baigosviewer :)

Original comment by elkin.ca...@gmail.com on 30 Oct 2011 at 1:42