Application Error - J2ME

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nickyeng
    Contributor
    • Nov 2006
    • 252

    Application Error - J2ME

    I have a j2me application which will be tested on motorola and sony ericsson phone.


    the j2me application will loads a image PNG format 6.36kb in size and length is 146x38 pixels ON startup for 3 seconds display on screen.

    it works fine on my Sony Ericsson K610i but it doesn't work in Motorola V3.

    The error message shows in Motorola V3 is "Applicatio n Error".

    Why is it application error ? How come it works fine on K610i and not work in V3 ?

    They said that there is restriction image size on FEW phone models.
    But according to my above image size format and width height, i dont think it is a problem to any phone lol because it is very small in size.

    why ?

    anyone can helps?
    Im stuck!

    Kindly
    nickyeng
  • nickyeng
    Contributor
    • Nov 2006
    • 252

    #2
    no one can give advise?

    Comment

    • RedSon
      Recognized Expert Expert
      • Jan 2007
      • 4980

      #3
      Different java versions? Is there any other codes that come with the application error? Did you debug your code and see what caused the application error?

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        Originally posted by nickyeng
        I have a j2me application which will be tested on motorola and sony ericsson phone.


        the j2me application will loads a image PNG format 6.36kb in size and length is 146x38 pixels ON startup for 3 seconds display on screen.

        it works fine on my Sony Ericsson K610i but it doesn't work in Motorola V3.

        The error message shows in Motorola V3 is "Applicatio n Error".

        Why is it application error ? How come it works fine on K610i and not work in V3 ?

        They said that there is restriction image size on FEW phone models.
        But according to my above image size format and width height, i dont think it is a problem to any phone lol because it is very small in size.

        why ?

        anyone can helps?
        Im stuck!

        Kindly
        nickyeng
        Not all jar files work/(work in the same way) on all phone models.
        There's something about the code or image that is not compatible with Motorola V3 phones.
        Perhaps if you give more details, like the platforms/toolkits you are using and the code you used for this ...

        Comment

        Working...