PiRSquared17 / j4me

Automatically exported from code.google.com/p/j4me
0 stars 0 forks source link

SonyEricsson k770i - infunctional except for j4info.jar. strange #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using SonyEricsson K870I
2. Installing anything other than the j4info.jar (J4ME.jar with examples)
3. Run it.

What is the expected output? What do you see instead?
Normally the examples should pop. But it gives immediately "operation
fehlgeschlagen" on english could be "application error" or "operation
failed" don't know.

What version of the product are you using? On what operating system?
Symbian OS 9.1

Please provide any additional information below.
I was not able to track down the bug because i have no points because even
se simplest example i build:

...
    protected void startApp() throws MIDletStateChangeException {
        UIManager.init( this );
        MainScreen screen = new MainScreen();
        screen.show();
    }

    class MainScreen extends Dialog{

    }
....

this wont work. so i cant even get console or debug output. The very
strange thing is that the j4info.jar runs well (see db of supported phones)
but anything else crashes immediately

cheers
michael

Original issue reported on code.google.com by michael....@gmail.com on 30 Apr 2008 at 3:16

GoogleCodeExporter commented 9 years ago
I'm pretty sure this is a compilation problem.  J2ME requires pre-verifying the 
code.
 Can you run it in the emulator?

Original comment by deanbro...@gmail.com on 30 Apr 2008 at 4:36

GoogleCodeExporter commented 9 years ago
I'm tessting this at the moment by comiling the whole package myself. Ill tell 
you
about the results. Just for the record: the same file i used worked on other 
phones?
Do you think its about the Obfuscater?

Original comment by michael....@gmail.com on 1 May 2008 at 11:52

GoogleCodeExporter commented 9 years ago
alright. i managed to get the bibs running on k770i.
for some reason that i dont understand the package you build wasn ruznnable on 
this
particular mobile. i compiled the bib myself and it works like a charm.

thanks
michael

Original comment by michael....@gmail.com on 1 May 2008 at 2:07

GoogleCodeExporter commented 9 years ago

Original comment by deanbro...@gmail.com on 1 May 2008 at 4:49