Searching for Barcode Reader SDK - Windows Mobile Development and Hacking General

Hey i am working on a project in my university about connecting online shopping features to the real life store experience.
I´d like to get access to the camera of my mobile phone (Touch HD) and scan for a given code. at first it doesn´t matter on which way. Java or .net Application.
Afaik all the available readers can´t be refactored to send the scaned code to a special website for example.
Type of Code (1D/2D QR or something else) doesn´t matter in first step
Maybe anybody of you can help me
thank you very much

lucolippi said:
Hey i am working on a project in my university about connecting online shopping features to the real life store experience.
I´d like to get access to the camera of my mobile phone (Touch HD) and scan for a given code. at first it doesn´t matter on which way. Java or .net Application.
Afaik all the available readers can´t be refactored to send the scaned code to a special website for example.
Type of Code (1D/2D QR or something else) doesn´t matter in first step
Maybe anybody of you can help me
thank you very much
Click to expand...
Click to collapse
Have you looked into ScanLife? It's not exactly what you're looking for, but might be close enough.
http://www.scanlife.com/us/appdownload.html

http://forum.xda-developers.com/showthread.php?t=285340&highlight=Barcode
http://forum.xda-developers.com/showthread.php?t=430278&highlight=Barcode

AIPSYS developed many barcode SDKs such as code39,code128,UPC,EAN,ISBN,Datamatrix,QRCode, PDF417,ezCode,Maxicode,Aztec barcode and etc. contact them for details.

Related

pda camera as a codebar scanner

I've been said the XDAII (TSM500 in Spain) camera is also able to function as a barcode scanner with some specific software. Can Anybody tell me whether this is possible and which is the programmes I would need for this purpose??
The camera's resolution is too low to scan barcodes efficiently. Plus you have no light on the device.
jst said:
I've been said the XDAII (TSM500 in Spain) camera is also able to function as a barcode scanner with some specific software. Can Anybody tell me whether this is possible and which is the programmes I would need for this purpose??
Click to expand...
Click to collapse
It is possible. But it doesn't work well with 1D barcodes (the type that look like a series of vertical lines). Microsoft had a 1D barcode reader called Aura that was available from their research site. But it has since been discontinued. Aura would let you scan a barcode on a consumer packaged product and then go out to the Internet and get details about it - product info, mfg, spec's, comparative pricing, etc.
There are also numerous SDK's available to build your own if you have the money and coding capability. But as noted in the previous post, 1D barcode scanning doesn't work very well using the camera from a phone. Requires a good camera (usually with macro capability), good lighting, and a steady hand.
However 2D barcodes are another story. These barcodes aren't nearly as finicky as a 1D barcode, and many phone cameras (even crappy ones) can easily read a 2D barcode. Only problem is unless your in Japan or that part of the world you won't find too many of them available. But if you want to check out what's possible look into iNigma and QuickMark. Both have decent readers that run on WM. There are many other 2D readers available for phone platforms, including Java, Symbian, etc. But in my experience the Java readers don't work well (if at all) on WM.
jst said:
I've been said the XDAII (TSM500 in Spain) camera is also able to function as a barcode scanner with some specific software. Can Anybody tell me whether this is possible and which is the programmes I would need for this purpose??
Click to expand...
Click to collapse
Hey, that's funny (and INCREDIBLY lame)... I responded to a 4 year old post.
itz p0ssible
Google Quickmark

.net 2005

http://lab.msdn.microsoft.com/vs2005/welcome/default.aspx
have anybody tried messing with the beta's to make pocketpc applications ?
Rudegar said:
http://lab.msdn.microsoft.com/vs2005/welcome/default.aspx
have anybody tried messing with the beta's to make pocketpc applications ?
Click to expand...
Click to collapse
I'm a MSDN subscriber and haven't received it yet. As soon as i get it will try to publish it somewhere in the net...
Cheers
well the link i gave will let you download the beta even if you dont subscriber to msdn
it does require a passport though
havent dl'd it myself though
infolink
Rudegar said:
well the link i gave will let you download the beta even if you dont subscriber to msdn
it does require a passport though
havent dl'd it myself though
Click to expand...
Click to collapse
I'm on my i-mate now & can't find any download links on that page. It is not even published at http://msdn.microsoft.com/downloads/recent.aspx download center.
Can you post a link to a pre-DL passport auth page?
http://lab.msdn.microsoft.com/express/visualc/
https://login.passport.net/ppsecure/uisecure.srf?id=42814
me
I'm using Visual Web Developer 2005 beta.
Completely new to web development.
HTML tags were completely beyond me as was data driving asp stuff.
BUT......
VWD is a dream to use.
I now have an asp site that lets XDA equiped engineers interface with our back office systems. The database integration is simple (tho there are a few bugs) and controls autosize for the target device.
Give it a go
well the only stuff relevant for me is c++ and maybe a bit of c# so i dont end up like some creepy dinosaur like those people who started coding Cobol back in the 70's and are still at it!
suppose one have to keep a bit up with the trend
VS 2005
Hi, there:
I'm using VS2005beta1, and I think its cool except a stupid bug on device application development. I attached some screen shots here. hope these information helpful.
Unlike evc+sdk developer tool set, vs2005 includes all stuff needed to build device applications, and it supports the latest emulator which running native ARM code on an emulated arm920 device, it's much faster than the legacy emulator, the legacy i486 emulator is still suported, check the attached platforms.jpg for supported platforms, notice wince 5.0 device is in the list. :lol:
now we can program in vb.net, c#, or c/c++. the attached screen shots show these different types of projects. convenient enough hur.
well, a big problem arised when develop in c/c++, i did not try vb.net and c# coz I don't like'em. when you create a new project, two platform configurations are created, one for device and the other for emulator. I mentioned the new emulator before, remember? its cpu is an arm920, check the screen shot. this emulator is used when deploy and debug for the project's emulator configuration. but unfortunately, under the emulator configuration, the compile and linker will generate x86 executable which cannot be run on the target emulator. what is worse is that you cannot change to use legacy i486 emulator, you can not even connect to the legacy emulator, the problem may related to the virtual machine network service driver installed by the emulator installation file. I'm still checking it. until this problem is solved can we finally debug on emulator, otherwise we had the only choice to debug on the device, btw I can debug on device with no problem, it can even attach to a running process on the device
at the predicatable future, vs2005 will certainly supercede evc+sdk to become the unified development platform.
why the screen shots appear in a reverse order of my attaching? I think it should be a list instead of a stack. :roll:
Well, I think I´ll have a look at it soon. Could you check if there are any project types for deployment? Means a "setup projekt" for devices?
yeah, I forgot this one, check the shot, it support device cab project.

[X] WApps - A windows mobile "appstore"

I got the idea to make a application finder software for Windows Mobile. Specially designed to HTC Diamond, with many G-apps & games and other nice apps. It's under development now, and i will release one screenshot for you.
This app will not be just an styled IE-frame, like many "appstore" like apps that have been released before.
19. October 2008:
New Screenshot of the start screen.
Development stopped, becouse of the Gecko project.
I think this is a phenominal idea. The idea that went around recently was an internet based solution through ie explorer and it just was not device friendly. To have a device based solution is much more sensable. If you could create a server that developers could upload their most recent programs too that would be the best.
Maybe contact the system admin on this site and see if he will give your program to access the sites FTP server or something. Then a user could use your device based program that would seemlessly connect to the interenet in the back ground, poll the server for software, sort it and place it into a thumb friendly interface on the phone by which it could be sorted into categories of games, utilities, themes, programs etc etc....
Of course the admin would have to create those categories on the site's side and the developers would need to upload their program to the correct one but I think everyone has been in such a need for this that they would be willing to do it without much arm twisting.
Or, you could create device user interface that interacts with Orb.com... But then you would have to get the updates of programs and upload them to ORB for your program to work. But ORB does already have a sorting feature that your user controls on the device could be made to access for sorting etc. It even has a video section that a user could download tutorials of different programs that someone took time to make.
All just ideas. Some you may find good or not. I am excited to see a device based program though. It make user intereaction easier.
Curious G.
yes
Its a good idea, keep working on it
seems to be a nice idea
I like the idea but this really depends on what will be offered / how updated the actual site behind the store application is. Have you had any thoughts on that yet?
i second that.
at this time i browse via opera tho xda to download stuff... but having a app that simplifies things would be even better...
maybe all the downloads here could be managed and put upto "youre" server in an automated way..
I remember seeing this article a few weeks ago about Microsoft creating their own app store.
http://www.pocket-lint.co.uk/news/n.../job-advert-reveals-microsoft-skymarket.phtml
Either way, it's certainly a good idea!!
I forward the notion. An app that has all the apps at hand for easy download by category would kick some serious asss..
If I can help in any way let me know.
Greetings to all.
Love this development. Maybe this progress will open up eyes on new skilful programmers and we will see an increase of good looking apps and games. Not that I don't just love the things going on here at xda. But the more the merrier, right? The only complaint that I might have on this forum is the all the threads with wallpapers and especially the ones with half-naked women...But that's me...
So an app store (or two) is going to make it easier for us to sort out what we are interested in and only that.
If needed count me in I can help develop..
Great idea.
In the spirit of AppToDate, which I found worked very very well. But with YouTube-app like interface, all connected to database were latest apps can get installed.
Great idea!
I'm working to figure out how to connect to MySQL from a windows mobile based device, does anyone here know?
double post****
i think if these two threads could be incorporated
http://forum.xda-developers.com/showthread.php?t=428480
http://forum.xda-developers.com/showthread.php?t=433913
that would be a good way to do storage
each developer could use have there own account and then whenever they updated there app they update the wapps link via web or give it like some type of flash capabilities that would be really great
or there could be a generic account that ever one uses to upload too
looks like this is in the works http://forum.xda-developers.com/showthread.php?t=436127
maybe some collabo might be nice
Nice project!! GoOd Luck!!
If there was a way to advertise this app when it gets made. the diamond would sell millions
Why not just modify a RSS feed reader?
niikoo said:
I'm working to figure out how to connect to MySQL from a windows mobile based device, does anyone here know?
Click to expand...
Click to collapse
Maybe Sqlite is more accurate for a mobile device ?
And you just download the sqlite file available on a server, this way requests would be very fast.
masterbox said:
Maybe Sqlite is more accurate for a mobile device ?
And you just download the sqlite file available on a server, this way requests would be very fast.
Click to expand...
Click to collapse
Yes, every time you start it will update from the web or you can click on a button to update (or an 'update every x minutes' function
please keep up the hard work!!!!! love to see this appstore happen!

[REQ] An app that can CREATE qr codes

Hi all!
So I was wondering... We have great apps that can read QR codes, like Quickmark or i-nigma. But I'm pretty sure that there aren't any apps that can actually CREATE a QR Code from for example a text pasted in a simple textbox. I think this would be quite handy. For example for quick url link transfers from one phone to another for free. One phone wolud generate a QR code and show it on the screen, and the other would read it through its camera And maybe it wouldnt be so hard to do, because Ive seen somewhere a library for QR code generation for desktop .NET This would be great for phones with big screens, like the HD, HD2 or TP2
For reference, the library can be found here :
http://www.twit88.com/home/opensource/qrcode

[Q] QR Code Reader [Module]?? is this available for development?

Hello everyone.........I have an idea to create an Android App....and one of it's function is to read QR Codes... so..
My Questions:
Is it easy to "include" a QR Code Reader as in, to be precise... is it as easy as just including a module which will do everything.. or will my developer have to code it from scratch ?
also...
Are there any licensing process regarding this ?
& finally
How easy is it to develop this on other Smartphone (iPhones, Blackberry) Platforms ?
Thank you in advance!!!

Categories

Resources