tlaukkanen / mobile-trail-explorer

Automatically exported from code.google.com/p/mobile-trail-explorer
2 stars 0 forks source link

NoSuchFieldError, com/substanceofcode/tracker/grid/GridPosition #166

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce 
Nokia 6230i phone or emulator

start fresh installation of MTE. 
Select Mock GPS
Add a place

restart MTE.

MTE will now crash during startup, right before splash screen..

With initial debugging I tracked this down to

  position = GridPosition.unserializeGridPosition(arr);

in RecorderSettings.java GetPlaces()
or more specifically by accessing gridPositions in 
  GridPosition.java unserializeGridPosition

trunk 566.

Original issue reported on code.google.com by ttyri...@gmail.com on 9 Mar 2009 at 10:03

GoogleCodeExporter commented 9 years ago
I commented and fixed this error in Issue #145 and tested on Nokia 6300. Today I
checked out the last version and saw the code has been fixed by somebody, but 
the fix
is wrong. Please see the file GridPosition.java and the function
unserializeGridPosition() that I included in my comment to Issue #145. This is a
problem of Nokia S40 system that does not see inherited class members.

Original comment by kratky.h...@gmail.com on 10 Mar 2009 at 5:37

GoogleCodeExporter commented 9 years ago
My bad, should be right now...

Original comment by gdjo...@gmail.com on 11 Mar 2009 at 5:31

GoogleCodeExporter commented 9 years ago
Marking this as duplicate to 145.

Original comment by tlaukka...@gmail.com on 17 Mar 2009 at 3:42