Does anybody knows if Nokia is at least planning to release the emulator for Vista OS?
Does anybody knows if Nokia is at least planning to release the emulator for Vista OS?
What is the problem and which sdk?
6212 SDK works fine under Vista.
Hi Dubik, thanks for the reply.
I'm running Vista Home Premium and I'm trying out the emulator with Netbeans 6.1. I don't know why, I get 2 errors when executing a simple example:
1) "Nokia Connectiviy Framework could not get a MAC address" etc etc
2) Inside the emulator screen: "Invalid application, delete?"
On the output screen I get this:
Smart card communication error 0x80100017
Any suggestions?
Juan
Hi,
1) It wants to see NCF lite application running. If you are not planning to connect 2 emulators just ignore that.
2) Does emulator crash? Could you show screenshot?
Ignore smart card communication message. It tries to find OmniKey reader and configure it to work with JSR177.
Can you launch emulator, can you launch midlet? Try it first from "Start" menu.
Hi Dubik,
Thanks a lot for your help. Actually the emulator itself does not crush. I mean, trying out the simple example "ReadSerial", it executes but when the emulator opens, I immediatly get:"Invalid application, delete?" inside the emulator's phone screen. I say yes or no, whatever and the emulator doesn't close, it allows me to drag and drop the Note tags and those others and the emulator recognizes them.
To summarize, I can't get any midlet to work with it.
Thank you!
hi,
I think the problem with obfuscating or netbeans installation. If I remember correctly emulator has few midlets in applications folder, try to open them.
Also you could try to use eclipse with j2me plugin or reinstall netbeans.
I use IntelliJ IDEA for midlets developing, it has nice j2me support builtin and always was working fine.
Hello Dubik,
I finally discovered what was going on. Everything is fine, but I don't know why, I cannot copy paste existing classes into netbeans projects and assume it will detect them as a valid NFC SDK (series 40) application.
I was copy-pasting older source files (that work perfectly fine) but they were not being recognized, I mean, everthing compiled OK, but could make it run properly.
What I had to do was:
1) Create each java class with the desired file name.
2) Copy-paste te code into the previously and empty file
And that's it. Now it works, why? No clue!
Don't think they were compiled. Or may be they were compiled but not preverified. Anyway it's not a good idea to copy/delete stuff in directories of modern IDE.
Hi, I have had a similar "invalid application" problem with Eclipse, JavaME, the Nokia 6212 Emulator and Windows Vista Business.
Don't hurt me, but my problem as a very, very, very beginner in MIDlet-development was, that after importing and converting the Nokia samples project, no MIDlet in den MIDlet Suite was defined. Everything compiled, but the emulator said every time I started the sample "Invalid application". After I defined a MIDlet, everything was ok.
Creating a new MIDlet class creates automatically a MIDlet entry. Maybe that was the reason, why juancarlosr example worked after copy/paste the source code.