Quote:
Originally Posted by tbeshke Ok, so my company is getting business cards with QR codes of our contact information on the back side ... when I used the various programs, all but one could ascertain the image alright, but they failed in delivering the information contained within the image to the proper fields in the contact card generated.
Am I doing something wrong here? I feel that it defeats the purpose to "create a contact" if I have to manually re-type everything in the correct location. I would rather take someone's card and just scan it with my CardScan 700. |
Some of the problem is the limitation of the QR code medium. Although large QR codes can support 4K characters, those codes are unlikely to be readable with most mobile phones - the practical limit for average phones are QR codes that carry 60-80 characters. Because of this limit, using direct encoding of vCard data is pretty limited - instead most people use the MECARD format, which is smaller, but also simpler - so that only one phones/addresses etc. can be given, and most readers seem to place them in the "Home" category (odd since BB defaults tend to be for "Work"). I suspect that your business card is encoded with MECARD and this is the reason for the dissatisfaction you have with the results of scans.
You can see an example of MECARD format at:
mattersofgrey.com/using-qr-codes-for-contact-info
(sorry for the non-URL format, but I don't have enough posts to generate links yet)
You can see an example of a large and complex vCard in direct encoding at:
leifmadsen.wordpress.com/2009/08/27/creating-vcards-with-qr-codes/
- good luck trying to decode it with your phone - ironically the only QR scanner I tried that could decode it at all was CertainTeed, and it just offered to copy the raw vCard data to the clipboard.
Another approach is to use a URI that returns a vCard - this bypasses the limitation on how much data you can actually jam into a QR code - the SPARQcode people have implemented this:
sparqcode.com/msky-blog/2010/01/20/mskynet-adds-vcard-support-for-blackberry-qr-codes/
None of these help you too much, since your cards are already printed, and probably encoded with MECARD. But at least you can think about a better solution for the future.