Nokia 6131 and the JSR 257 - Problem Hello,
I'm trying to use the VisualTagConnection in order to read a bar Codes with a 6131.
In my MIDlet, one of the first thing i do is to try to know whether the needed symbologies are supported by the API implementation:
String[] symbologies = SymbologyManager.getReadSymbologies();
But this method (SymbologyManager.getReadSymbologies())return me null. Does it means that no symbologies are supported by the API ? Or should i do other things before this instruction ?
Thanks for your help, |