Im in early stages of testing my midp 2 app on other devices to make sure it still works - and it doesnt ! - wasted a week trawling known issues / forums & tidying code. Help very much appreciated.
here goes ( all midp 2 phones ) . nokia emu & device all ok. Sony erricson emu ok device freezes occasionally & requires battery removal. Siemens wont run emu or device - no response from app in main menu after splash - may be terminated using 'end' key. Motorola - emu ok - about to test on device after giving up on sony and siemens !
structure notes : - mostly game canvas's. all have own Thread var assinged to and run on showNotify(). all check flag which is set false in hideNotify(). all use one background image created after splash screen image has been gc()'d and is stored in midlet class var for use by all. graphics is png in jar using Image.createImage() to prepare for use.
like I say - fine on nokia , wont work on at least two others, Thanks in advance, Steve.

Reply With Quote

