[Q] 1D/2D Barcode Reader App for Xperia X2 - XPERIA X2 Themes and Apps

Hi Guys,
I had a look in all concerned thread and also try google a lot.
The result (with my XperiaX2) show as below
1) BeeTagg --> Work for 2D barcode only
2) iNigmaReader --> Work for 2D barcode only
3) NeoReader --> Work for 2D barcode only
4) QuickMark --> Can't run the program .. It has no any respose!!!
5) Mobiletag -> Can run the program but can't scan barcode
6) Barcorama_v09h --> Can run the program but can't scan barcode
Any special tips are required to fix it or not??
I just want any app that can read 1D/2D Barcode.
Any idea/solution please suggest too.
Thanks

try
Hej
Try "i-nigma" work fine for 2d barcodes, only thing to do is put it in autorotation, in landscape camera rotation is fine.
Best.

Yep .. i-nigma can read 2d barcodes but I want 1D barcode reader too.

I found some app (Android) can do this function (1D/2D barcode reader).
Can I install it? or need to modify something first?

no android apps
Hej
As you sad, you need android phone for that, no way to run android app on winmo, as you can't run diesel car on gasoline

Related

Barcode Reader Software?

Heya folks,
I'm looking for a solution to scan ISBN codes from my book collection into a some sort of library or catalog database.
I'm wondering if someone here would know of a software that can be used on the HTC TyTN II (at&t Tilt), or any Win Mobile device with a camera.
I've found the Barcode/13 program, but that's only for palmOne Treo 600. I could work with something similar just to create a CVS file of ISBN numbers and transfer that to another program on my PC, but would rather have an all-in-one software.
Thanks,
Zyir
I'm also looking for a way to integrate barcode scanning into a .NET app. For the enterprise...I'd like to keep track of assets.
sounds like you want to use the built-in camera.
I've used PPCs to do barcode reading using SerialMagic and the LaserCHamp Bluetooth scanner from http://serialio.com/
It works quite well.
lthown said:
sounds like you want to use the built-in camera.
I've used PPCs to do barcode reading using SerialMagic and the LaserCHamp Bluetooth scanner from http://serialio.com/
It works quite well.
Click to expand...
Click to collapse
I might have to go that route, but would rather find a software that will use the Kaiser's camera to read the barcodes.
I'm trying to avoid purchasing an additional device just to scan a couple hundred books.
http://www.quickmark.com.tw/En/basic/index.asp
lthown said:
sounds like you want to use the built-in camera.
I've used PPCs to do barcode reading using SerialMagic and the LaserCHamp Bluetooth scanner from http://serialio.com/
It works quite well.
Click to expand...
Click to collapse
Yeah, it's just that the idea is to avoid having them lug around a barcode scanner to track assets. If they have to carry something extra we can just get to a computer. =/
ZiYi said:
http://www.quickmark.com.tw/En/basic/index.asp
Click to expand...
Click to collapse
Will QuickMark scan linear (1D) barcodes like the ISBN on books? Everything I've found indicates that it only reads 2D barcodes (like QR Codes, etc.).
Take a look at MS A.U.R.A. at http://aura.research.microsoft.com
GSLEON3 said:
Take a look at MS A.U.R.A. at http://aura.research.microsoft.com
Click to expand...
Click to collapse
Doesn't work...
GSLEON3 said:
Take a look at MS A.U.R.A. at http://aura.research.microsoft.com
Click to expand...
Click to collapse
Can't get that now...
From the link... "Microsoft Research AURA project and all AURA services have terminated as of June 30, 2007."
From what I've found, that would have worked for what I want, but alas...
Batoo
There seems to be a free java implementation that decodes 1D barcodes. I had no success trying it on my kaiser: http://people.inf.ethz.ch/adelmanr/batoo/
Perhaps it is a good starting point to use this source to develope something useful.
I found this a while ago. I think I remember their SDK was free for 1D codes, or something. I forget, check the link. Cool video included.
http://www.mobileama.com/Barcode.htm
EDIT: Yep, this is what you want.
I was able to find a download for Microsoft's A.U.R.A.
It's kinda nifty to play with. It'll scan 1D barcodes, but I'm not finding any options to export the codes after they've been scanned. Also, it requires a 'manual' photo of the barcode; it opens the camera utility and ya use it like taking a normal macro photo (Zoom in, hope your hand is steady, and snap, then find a blurry image. Repeat multiple times until ya get a clear image that can be read).
QuickMark and i-nigma are great for 2D barcodes; they both make good use of the device's auto-focus and will read a 2D barcode without the need to manually take a photo. Though, neither of them will read 1D linear barcodes like the ISBN numbers on the books I'd like to scan.
Also, the one that Notten pointed out ( http://www.mobileama.com/Barcode.htm ) looks like it would work wonderfully, but I wasn't able to find any Windows Mobile software that uses it, nor a download for a working implementation.
So, does anyone else know of something that could be used by an individual who just wants to scan their books with an HTC Windows Mobile device?
I'm still hoping for something more like 'Barcode/13', or an inventory software that will make use of the device's camera.
Thanks,
Zyir
-----
I may just have to bite the bullet and buy a cheap barcode scanner to connect to my PC instead.
A solution for Bluryyyy photo
Jus look for a post where they have a new camera Apps to upgrade the one that comes with your TyTN II aka tilt, aka kaiser, aka etc. With this update you just need to do a halfpress release and it will autofocus and shoot, and there you go nog blurry images.
I used it with the Worlcard Mobile aplication to get a photo of our patients Health Plan Card, and without that new camera apps it would be a pain in the #$%$%@%@%.
So give it a try. Search for NEW CAMERA in the Forum.
Building my own
Since I haven't found any ready-made and free solution, I started experimenting on my own in C#. I have managed to develop a basic functionality where the application automatically takes snapshots (320x240, no autofocus... thanks to www.wimobot.com) and does the recognition. Well, the recognition algorithm is still in a very alpha-stage (it can detect the stop bits of a code-128)...
Anybody with some links to free C# recognition source to speed up things? I will also try the batoo code (java) sometime.
hypest
Thanks, udgn. I already have the 'new camera' and video framerates are greatly increased outdoors. Sadly, it didn't help the fact that I tend to move the camera a bit as I press the button, which is the main cause of my blurry photos with indoor lighting.
Back on topic...
I've also run across Google's ZXing project ( http://code.google.com/p/zxing/ ) but it's a Java implementation that doesn't run on Windows Mobile devices. Yet.
Zyir
Own application partial success
UPDATE: latest version can be found here
zyir01 said:
I've also run across Google's ZXing project ( http://code.google.com/p/zxing/ ) but it's a Java implementation that doesn't run on Windows Mobile devices. Yet.
Zyir
Click to expand...
Click to collapse
Great find Zyir!
I took the code, converted it into c# and incorporated it in the app I'm developing and... well, there was partial success! I have attached the binary (Usual disclaimer applies: I have NO RESPONSIBILITY whatsoever for any harm done!).
The application is in alpha stage but usable. Unzip in any directory and run using a file manager. Button "Shoot" opens the normal photo-shooting app to take a photo (thus utilizing higher resolution and auto-focus), while "Live" starts auto capture (320x240, no auto-focus). The whole "thing" is quite slow, as the decoding takes a while.
I had successful decoding using the "live" mode reading a code-128 barcode (that had previously shoot in my local supermarket) displayed on my laptop's screen.
hope to hear any feedback!
hypest
Great, I'll give it a shot!
hypest said:
Great find Zyir!
I took the code, converted it into c# and incorporated it in the app I'm developing and... well, there was partial success!
hope to hear any feedback!
hypest
Click to expand...
Click to collapse
Thanks!
I'll give it a whirl this evening and let ya know how it went.
Zyir
I didn't have a lot of time last weekend to check it out, but it didn't scan well for me. It wouldn't read any barcodes with "Shoot" or "Live". The Live ran at avout five seconds per frame, so was a bit of a challenge to get the camera on the barcode.
Might be due to the relatively low lighting in my house. Also, I'm using Nadavi's Camera 5.0.4.2915.00 with HTC Album, so I'm not sure if that might be part of my issue.
Zyir

GPS PHOTO

i want to use the GPS OPTION but when i run it from my camera i get the message
"initialing GPS........" and it didnt work.
why?
You need to start up another GPS program first, like Tomtom or CoPilot, then try the gps photo option and it will work
I tried it during my holiday to get it working... If I wait a bit on the initializing it shows a globe with some bars above it in the display.
But if I read out the EXIF tags it doesn't show a location?
Or do I need to boot a GPS app first?
Boot a GPS application, get a fix and then use it.
This way it works flawlessly.
Where can one find this GPS tagging option - I have looked high and low and its not there
You would need to edit the registry first, in order to see that option in your camera.
i'm assuming that you haven't turned on GPS tagging yet...for doing that u need to use some registry editor...search for GPS photo to get the steps needed to do it
and no, GPS tagging doesn't need to have any GPS software running in the background...when u click on GPS photo, the camera program automatically gets ur GPS co-ordinates (provided ur in the open)
these GPS co-ordinates do not however show up automatically in most photo software. the one i tested was opanda iexif reader...which can be downloaded from www.opanda.com
once u start iexif, load up the photo u just took...btw, GPS tagged photos will be saved by default into the 'My POI' folder...u can get to see the co-ordinates and GPS data in the software. Also, there is a lookup option, where u can see the photo location in google maps thru ur browser.
it works for me so far...but i guess there needs to be some program to automate the whole process
if this is a feature of the phone, why is it so hidden?
u gotta put that question to HTC i guess

G-sensor drive with whitelist in a CAB...exists it?

Hi friends.
I would use my HD with ONLY G-sensor without external application. Now i have saw that Dutty 3.9 has a Whitelist list in registry editor that allow to rotate applications witouth external programs.
Now i want to know if exists an application that install this new g-sensor drive and whitelist automatically.
Good evening.
[email protected] said:
I would use my HD with ONLY G-sensor without external application.
Click to expand...
Click to collapse
That doesn't make any sense. The g sensor just returns some data, which can be accessed through the sensor sdk. But you can't see this data (and especially use it) without an application that uses it ?
I think he means he wants something that will automatically set up the whitelist..
G-config is a great prog for that..
For G-Sensor , You Can Use This File .
This File Is Very Good , And Work Correctly For Me .
This File Make About 50 Whitelist And Module For You , And Active G-Sensor For Them .
http://forum.xda-developers.com/showpost.php?p=3958734&postcount=100
using the g-sensor is still not the best idea...i suggest to use change screen or flip it. The g-sensor has one killer issue...if the sensor ist aktivated the dialer will rotate too...which will lead to major issues. I had to start my device a couple of times because it does not work like it should...even with the latest rhodium dialer (which supports landscape mode), it does not work 100%.

i need apps...any recommendations?

1)
What map/nav software to you all use?
2)
What app rotates through open programs?
3)
Which app allows easy button re-mapping
4)
Best software for tracking a lost phone (gps co-ordinates etc)
=========================================================
=========================================================
1)
Currently on tomtom v7...but tbh its not great...never seems to get a gps signal.
2)
I dont use the panels at all...so wanted to remap the "X Panel" to a app which flips through task manager/current open apps
3)
Need this for part 2
4)
Lost my phone...but found it again! Dont want it to happen again!
Thanks guys
1) gps don't work in doors try outside
if you paid £89 for tomtom 7 which i assume you did - you should ring them and ask them why it isnt working - unless you would like to tell me otherwise?

pdf417 barcode scanner?

Anyone know of a scanner that will read pdf417 2D barcodes?
I want to know what's in my license barcode.
lol... I guess everyone got confused by the pdf 417..
I just used my desktop.
A scanner device or software to read barcode from image?
There is Qrdroid market
about PDF417barcode
Sorry about that ,you may try a PDF 417 Barcode Generator for .NETHope I helped

Categories

Resources