Hello,
I'm making an application to retrieve the coordinates by GPS in nokia 5800.
I did a test application that does just one query, however when I emulate the application, it throws an exception:
"
Failed to lauch the emulator failed.
Caught exception:
java.lang.RuntimeException: command failed with Symbian error code: -30,472
at com.symbian.tools.j2me.sei.emulator.session.commands.SessionCommand.Load (SessionCommand.java: 70)
at com.symbian.tools.j2me.sei.emulator.session.commands.InstalCommand.load (InstallCommand.java: 116)
at com.symbian.tools.j2me.sei.emulator.session.commands.SessionCommand.execute (SessionCommand.java: 86)
at com.symbian.tools.j2me.sei.emulator.session.RemoteSession.installMIDletSuite (RemoteSession.java: 252)
at com.symbian.tools.j2me.sei.emulator.EmulatorLauch.launchMIDlet (EmulatorLauncher.java: 522)
at com.symbian.tools.j2me.sei.emulator.EmulatorLauch.launch (EmulatorLauncher.java: 303)
com.symbian.tools.j2me.sei.emulator.Main.main at (Main.java: 49)
"
Anybody knows how do I solve this problem?
Another problem is that Eclipse's Jar file is not working on the nokia 5800. Appears this message: "Invalid file"
Anyone knows How can I create correctly the files?

Reply With Quote





