IT Community - Software Programming, Web Development and Technical Support

Nokia 6131 and the JSR 257 - Problem

This is a discussion on Nokia 6131 and the JSR 257 - Problem within the Mobile Software Development forums, part of the Software Development category; Hello, I'm trying to use the VisualTagConnection in order to read a bar Codes with a 6131. In my ...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Software Development > Mobile Software Development

Register FAQ Members List Calendar Mark Forums Read
  1 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 08-06-2007, 12:56 PM
prasannavigneshr prasannavigneshr is offline
D-Web Incredible
 
Join Date: Feb 2007
Posts: 1,321
prasannavigneshr is on a distinguished road
Send a message via MSN to prasannavigneshr
Question 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,
__________________
Prasanna Vignesh
MCPD | Web Developer
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 08-08-2007, 01:08 AM
Venkat Venkat is offline
D-Web Master
 
Join Date: Mar 2007
Posts: 350
Venkat is on a distinguished road
Default Re: Nokia 6131 and the JSR 257 - Problem

Hi Prasanna,

Nokia Technical specifications says 6131 does not support JSR 257
REF : Device Details -- Nokia 6131

Regards

Venkat

Last edited by Venkat : 08-08-2007 at 02:37 AM.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 08-08-2007, 01:22 AM
amansundar amansundar is offline
D-Web Analyst
 
Join Date: May 2007
Posts: 325
amansundar is on a distinguished road
Default Re: Nokia 6131 and the JSR 257 - Problem

hi there,
could someone get me the list of nokia phones supporting jsr 257..
its urgent plz
__________________
cheers
Aman
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 08-08-2007, 01:54 AM
jeyaprakash.c jeyaprakash.c is offline
D-Web Analyst
 
Join Date: May 2007
Posts: 228
jeyaprakash.c is on a distinguished road
Default Re: Nokia 6131 and the JSR 257 - Problem

hi prasanna

Which device are you using NOKIA 6131 or NOKIA 6131NFC?

NOKIA 6131 do not support contactless communication. if you use NOKIA 6131NFC it only supports RFID tags
__________________
thanx n regards
jeyaprakash.c
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 08-08-2007, 02:51 AM
prasannavigneshr prasannavigneshr is offline
D-Web Incredible
 
Join Date: Feb 2007
Posts: 1,321
prasannavigneshr is on a distinguished road
Send a message via MSN to prasannavigneshr
Default Re: Nokia 6131 and the JSR 257 - Problem

I'm currently using the 6131NFC. I can use correctly NFC communication but i have some problems to use the VisualTagConnection, specially when i try to know whether the needed symbologies are supported by the API implementation.
__________________
Prasanna Vignesh
MCPD | Web Developer
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 08-08-2007, 02:57 AM
bluesky bluesky is offline
D-Web Analyst
 
Join Date: Jun 2007
Posts: 201
bluesky is on a distinguished road
Default Re: Nokia 6131 and the JSR 257 - Problem

Hello!

I work with an emulator of 6131 and a function getGenerateSymbologies() returns me only "ean-upc". Function getReadSymbologies() returns me only "code-39".

SymbologyManager.getReadSymbologies()
Returns the list of symbologies that are supported by the API implementation for reading visual tags.

SymbologyManager.getGenerateSymbologies()
Returns the list of symbologies that are supported by the API implementation for visual tag image generation.

Before the purchase of telephone I would like to know
with what types of tags able to work a real device?

I very ask to help in the decision of this problem...
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 08-08-2007, 07:35 AM
Venkat Venkat is offline
D-Web Master
 
Join Date: Mar 2007
Posts: 350
Venkat is on a distinguished road
Default Re: Nokia 6131 and the JSR 257 - Problem

Hi all,

Please note that there's a new section here at Forum Nokia specific to NFC. It is here - http://discussion.forum.nokia.com/fo...play.php?f=144

I have not tested what you are talking about but I can give it a try, I will let you know. Unfortunately I don't have a Nokia 6131 NFC here it me for testing.

Kind regards,
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 08-09-2007, 05:02 AM
prem prem is offline
D-Web Trainee
 
Join Date: Aug 2007
Posts: 9
prem is on a distinguished road
Default Re: Nokia 6131 and the JSR 257 - Problem

Quote:
Originally Posted by Venkat View Post
Hi Prasanna,

Nokia Technical specifications says 6131 does not support JSR 257
REF : Device Details -- Nokia 6131

Regards

Venkat
Well, it does support SOME parts of JSR-257... Visual Tags are NOT one of them, at least in FW version 3.12...

It would be great if someone can give some info about which parts of the JSR-257 are currently supported.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 08-09-2007, 05:04 AM
jeyaprakash.c jeyaprakash.c is offline
D-Web Analyst
 
Join Date: May 2007
Posts: 228
jeyaprakash.c is on a distinguished road
Arrow Re: Nokia 6131 and the JSR 257 - Problem

HI prem

AFAIK it supports RFID tags only...
__________________
thanx n regards
jeyaprakash.c
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 08-09-2007, 11:00 AM
prasannavigneshr prasannavigneshr is offline
D-Web Incredible
 
Join Date: Feb 2007
Posts: 1,321
prasannavigneshr is on a distinguished road
Send a message via MSN to prasannavigneshr
Default Re: Nokia 6131 and the JSR 257 - Problem

I have one Nokia 6131 NFC here with me, could you elaborate (or provide code) regarding what you want to check?
__________________
Prasanna Vignesh
MCPD | Web Developer
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 08-09-2007, 11:36 AM
bluesky bluesky is offline
D-Web Analyst
 
Join Date: Jun 2007
Posts: 201
bluesky is on a distinguished road
Default Re: Nokia 6131 and the JSR 257 - Problem

Hi!
First of all, thanks for the reply.

In the SDK documentation, more precisely in the package javax.microedition.contactless.visual, there's an example on how to generate and read visual tags.
[(...)Nokia_6131_NFC_SDK_1_1/docs/nfc/javax/microedition/contactless/visual/package-summary.html]
I made some minor changes to the example (built a MIDlet, got the image from the phone's camera, etc) and I get the following exception:
javax.microedition.io.ConnectionNotFoundException: The requested protocol does not exist vtag://

This probably means that this phone doesn't have this part of the JSR-257 implemented yet
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

LinkBacks (?)
LinkBack to this Thread: http://www.discussweb.com/mobile-software-development/3173-nokia-6131-jsr-257-problem.html
Posted By For Type Date
DiscussWeb IT Community - Fusing This thread Refback 08-09-2007 05:03 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux in Nokia 6600 JSureshkumar Mobile Software Development 4 10-04-2008 11:10 PM
nokia contacts problem jeyaprakash.c Mobile Software Development 8 11-19-2007 12:22 AM
Nokia is banking on Microsoft's multimedia platform senthilkannan Microsoft 0 08-09-2007 12:02 AM
For Sale Nokia N93 At Just.$230usd gabee09 Mobile Software Development 0 04-06-2007 12:29 PM


All times are GMT -7. The time now is 10:18 PM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0