Jump to content

Recommended Posts

Posted

Got the manufacturer selection going but could do with a list of default names in csv format please so app installs a good list by default

 

I'll Start

"HP", "Epson", "ASUS", "Acer", "Toshiba","Smart","Sanyo","Dell","Fujitsu","Philips"

 

Si

Posted (edited)

Version 2.21 available SimpleScan_0_21.zip

 

Allows for dropdown (Spinner in 'droid speak) selection of Manufacturer or just manual enter them still.

 

Any new manufacturer gets added to the database when you store an item.

 

The database is automatically saved in an XML file in /sdcard/simplescan/config/ where you can manually alter it (maybe change order to the ones you'll use the most for instance)

 

Sorry for delay in this but had to get my head around dynamic spinners!

 

 

Si

Sadly, I can't get scans off of laptop barcodes! Works fine when scanning a box of Nurofen though :-)

I thought it was just me :lol:

 

I think I'm going to have to find out how to actually read a barcode :eek:

Edited by SimpleSi
Posted
Sadly, on my HTCDHD, I can't get scans off of laptop barcodes! Works fine when scanning a box of Nurofen though :-)

 

I thought it was me not being able to keep a steady hand. How about an option to output a QR code? this could then be printed out and glued to the difficult item.

 

Could you utilize this website to produce them?

Posted
I thought it was me not being able to keep a steady hand. How about an option to output a QR code?

 

I think I need to be able to get it to actually scan the sort of barcodes that we come across first :)

 

Once the app is up and running we could generate your own asset tag reference and send it to a computer to print out.

 

Si

Posted

I'm going to 2 more fields in - location and something to cope with Dell asset numbers, anything else thats vital (need to keep number down so that screen doesn't overflow :)

 

Si

  • Thanks 1
Posted

Version 0.31 availableSimpleScan_0_31.zip

Dropdown for model numbers (saved in /sdcard/simplescan/config/models.xml

and its linked to manufacturer. New models entered are saved when record is stored like manufacturer)

 

Screen orientation forced to portrait as run out of room in landscape mode.

 

Next tasks

Going to add location field

Not going to add special asset number for Dells as too specilised - that'll have to go into description.

 

Will try to default manf/model/location to previous values to speed up doing a whole room

 

When I installed the new version I only had options to un-install or run no upgrade option.

 

I use Easy Installer and it just asks to overwrite when I tried it out.

 

regards

Simon

Posted

PS If people could contribute a few Manufacturer/Model pairs so I can populate a default database like the manufacturer one, it'd be really helpful :)

 

Please use a csv format

Manufacturer,Model Num

 

e.g

 

ASUS, EEEPC 701

ASUS, 1001

Acer,Aspire 5536

 

or just attach a copy of your models.xml

?xml version='1.0' encoding='UTF-8'?>


	EEPC 701
	ASUS


	1001
	ASUS


	Aspire 5536
	Acer

 

Ta

Simon

Posted (edited)

Got the location field done as well SimpleScan_0_4.zip :)

 

The internal SQLite database has been changed but hopefully Android library automagic should save your data but you may want to do an export before running the new version :)

 

The export itself has been changed to produce a better structured inventory.xml file.

 

Fields are no longer cleared when storing an item so that if you were batch processing it would save time and effort.

 

Failing any major issues I'd consider this version to be close to actually being useful (because even if the barcode doesn't read - you can type serial numbers in and use it to actually store your inventory.

 

Things I'm working on next

Add in one user defined field.

Add import function for inventory (so it can be edited off line and re-imported if needed)

Going to investigate what barcodes its failing on and whether I can add them to the library.

 

 

regards

 

Simon

Edited by SimpleSi
Posted

V0.41 SimpleScan_0_41.zip available

 

Just lets you import your inventory from a previously exported inventory.xml using a menu option

(Only works with >=0.4 style inventory.xml if you really need to import a previous version - just post it here (or a link if its big) and I'll convert it for you :) )

 

Also code tidied up but hopefuly without introducing bugs! :)

 

Si

Posted

OK, I've been having a bit of exploration and managed to compile the barcode scanner app from the source and incorporate some minor changes.

 

My version increases the amount of time the camera stays focused from 1.5 to 3 secs and also makes control of the light a bit easier (just need to press menu and then the light key - the code came from someone else BTW after I added an issue - I love opensource co-op :) )

 

Anyway to use this version, you MUST uninstall the official app and then re-install this one BarExample353b1modsw1.zip

 

I've also been looking into why some barcodes are not scanning and I think its mainly going to be down to optics/resolution rather than barcode libraries.

 

I've a eeepc 701 and that wouldn't scan but when I took a picture of it I didn't blame the app for failingasusorig.png

When I cleaned it up it scanned fine (try it out on the screen for yourself) asusclean.png

And I gave up trying to get this one from an acer to any sort of readable state! acer1001.png

 

Si

Posted

I'm into the scanning code now and I think one basic problem is that that serial numbers are coded in barcode 128 (well there are on an acer, asus and hp laptopsthat I've checked) and that is a high density code (compared to retail product codes anyway).

 

And also, the code uses the camera preview image (which AFAICTSF seems to be screen resolution and not max camera resolution) so we are starting to enter very sub-nyquist sampling arena and therefore not suprising it can't decode them. :(

 

So I'm going to see if I can get it to capture at the camera resolution

 

Si

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...