Android : Scan A Barcode To Laptop Using USB Link?

Jul 3, 2010

Anyone know if there is a way to use my phone to scan a bar-code to my laptop using USB link?

Would be useful for me in work to be able to quickly scan a bunch of codes straight into a spreadsheet. Couldn't find anything to do this myself.

Android : Scan a barcode to laptop using USB link?


Android : Scan Barcode Using Phonegap?

Oct 8, 2010

I need to scan a barcode using phonegap in Android and iPhone.

Is there a way to do this? If yes, please share links.

View 2 Replies View Related

Android : App Go After Barcode Scan / Get Saved To SD - On Phone?

Dec 22, 2009

i seriously just scanned every barcode too! but does it get saved to my SD or does is saved on the phone?

View 1 Replies View Related

Android :: Shopping List To Add An Item When I Scan Barcode / In Manually

Nov 29, 2009

I'm looking for a shopping list that will add an item when I scan a barcode, or enter it in manually, then assign a quantity.. That's really all I'm looking for. I tried Price Book from the market, but all the info it wanted in addition to the barcode was a little overwhelming (unless I missed something about it). Any suggestions?

View 16 Replies View Related

Android : Add A Scan Barcode Button To Webpagelike Google In Shopping Page?

Feb 17, 2010

Does anyone know how to add a scan barcode button to a webpage like google has in the shopping page? I am wanting to allow my clients using a droid phone to press the button scan a barcode and post the data back into my webpage.

View 3 Replies View Related

Android :: Numeric Keypad / Link To Laptop

Aug 17, 2010

I'm looking for an application that lets me use the Incredible as a numeric keypad for my laptop. So it would have to link to my laptop via blue tooth. I had and app with my old iPhone, but I can't find anything like it in the Android Market.

View 1 Replies View Related

HTC Incredible :: Barcode Scanning App Unable To Focus On Barcode

Apr 29, 2010

Just got my droid incredible tonight and when trying to use the barcode scanner app it keeps trying to focus and just as it is about to lock in on the bar code, it goes out of focus and back in focus again... and repeats over and over.I tried cleaning the glass but it is pretty darn clean. Anyone else having this issue? Any thoughts?

View 9 Replies View Related

Samsung Captivate :: Error Starting Wifi Scan - Or Unable To Scan For Wifi Access

Aug 16, 2010

phones worked good other then gps issue. recently after iv had the phone for 30 days it just stopped scanning for wifi access and wont turn on wifi at all.

View 3 Replies View Related

Android :: Want To Create A Barcode For Use With "Barcode Scanner" App?

Jun 9, 2009

QR-Code Generator Want to create a barcode for use with "Barcode Scanner" App?

View 5 Replies View Related

Android :: Webview Anchor Link - Jump Link - Not Working

Jun 14, 2010

I have a WebView in my Android App that is loading an HTML string using the loadDataWithBaseURL() method. The problem is that local anchor links (<a href="#link">...) are not working correctly. When the link is clicked, it becomes highlighted, but does not scroll to the corresponding anchor.

This also does not work if I use the WebView's loadUrl() method to load a page that contains anchor links. However, if I load the same URL in the browser, the anchor links do work.

Is there any special handling required to get these to work for a WebView?

I am using API v4 (1.6).

There isn't much to the code, here are the relevant parts of some test code I've been working with:

CODE:...................

View 2 Replies View Related

Android :: Link Up UI Elements To Data In Complicated Link Item

Jul 27, 2010

How can I link like the Checkbox and larger TextView to external data? Should I use a SimpleCursorAdapter? Or create my own adapter? Should it extend ArrayAdapter or BaseAdapter? My list item UI:

View 1 Replies View Related

Android : Scan / Pic To Pdf App?

Jun 16, 2010

Can't find this via a search, but am looking for opinions on any apps that will use the camera to get and image, and then create a pdf. I am not looking to do this on pictures, but rather on pages of text. I guess I can always just email a photo, but would rather it be a pdf.

I looked in the market, and found a few, all cost $, so I am writing to see if anyone will post their experience with any of these prior to me shelling out the bucks.

View 3 Replies View Related

Android :: Want To Generate QR Scan Image

Aug 29, 2010

I wish to generate a QR image so people can scan to visit my Android market. However, I need to specify a search param like: market://search?q=MyStringHere

View 3 Replies View Related

Android :: Scanner Which Can Scan Product?

Apr 3, 2010

Looking for a scanner which I can scan product, them email it to wife, I have shop savy now and was in store, scanned product, couldn't send or describe to wife...

View 1 Replies View Related

Android : How To Scan All Files Of Phone

Sep 6, 2010

Is it possible to develop an application which can have a read access to all the files of the phone. We plan to develop an antivirus application. I know that APK applications have for example a limited access to the /data directory.

View 2 Replies View Related

Android : Shopsavvy - Does This Actually Scan Barcodes For Anyone?

Sep 3, 2010

This program worked great the first week I had it, but now it will never scan barcodes. It will scan maybe 1 out of every 10 barcodes. Is this normal? It's not scanning them and then telling me the product isn't found, it just won't scan them and sits on "Scanning barcodes, please wait." And I see tjhe little green dots running up and down the bars. I'm holding my hand as still as possible, focusing on the barcodes, and even try moving the camera in and out. I've even uninstalled and reinstalled it on my Droid X. What could be the problem?

View 4 Replies View Related

Android :: Barcode Library

Feb 4, 2009

Is there a barcode library that will let my app scan barcodes?Pointer please?

View 4 Replies View Related

Android :: Way From Read Barcode Using SD?

Nov 15, 2010

Exist some way from read the barcode using the android SD?

View 4 Replies View Related

Android :: Tag Reader - Not Scan The Bar Code On An LCD Screen

Nov 3, 2010

My Tag Reader App scans bar code on printed material just fine. My Tag Reader will not scan the bar code on an LCD screen, laptop screen.

View 1 Replies View Related

Android :: Scan For WiFi Networks Not Working

Jun 5, 2010

I'm trying to scan for wireless networks and found this helpful source on the net. Unfortunately it's not working and I have no idea why. My problem is that I can't wait 10 minutes for the result - I need them within a few seconds and thought about setting the boolean variable waiting on false as soon as I get a result, well it runs forever. Looks like nothing is received.

// -- Sample WiFi implementation - http://groups.google.com/group/android-developers/browse_thread/thread/f722d5f90cfae69 IntentFilter i = new IntentFilter();
i.addAction(WifiManager.SCAN_RESULTS_AVAILABLE_ACTION);
registerReceiver(new BroadcastReceiver(){
@Override public void onReceive(Context c, Intent i){
// Code to execute when SCAN_RESULTS_AVAILABLE_ACTION event occurs
mWifiManager = (WifiManager) c.getSystemService(Context.WIFI_SERVICE);
wireless = mWifiManager.getScanResults(); // Returns a <list> of scanResults
waiting = false;
} } ,i);
// -- End Wifi Sample mWifiManager.startScan();
while (waiting) { try { Thread.sleep(200);
} catch (InterruptedException e) {
// TODO Auto-generated catch block e.printStackTrace();
} Log.d("PROJECT1","Wifi WAITING");
}

View 4 Replies View Related

Android :: Periodically Scan For Bluetooth Devices

Jul 19, 2010

I am building an indoor application which continuously scans the bluetooth dongles located at different locations in a place like a mall or library.As I move in the mall with android phone in my hand I should be able to get the nearest dongle which I can connect to(Stupid Idea but I want to do something else with this).For this I should be able to continuously scan for the bluetooth devices.

View 2 Replies View Related

Android :: Need To Scan A Sudoku Puzzle With Camera

Apr 20, 2010

This application allows you to scan a Sudoku puzzle with the camera and then solve the puzzle instantly. Free download on Android Market. Major update coming soon with game play. Version 1.2.2 just released. This aims to resolve a problem with the camera preview on the Nexus One and Droid. Screenshots at Sudoku Capture.

View 5 Replies View Related

Android : An Application For Beer 'scan And Taste'?

Nov 24, 2010

Recently i have heard that there is an application for iphone which can scan barcode and give details for a beer. We can see what our friends are drinking. We can also be able to geo tag the place where we tasted the beer around the world.
source: Cellphone application to scan and taste beer?

my question is when can this application be available on android phones and besides y didnt android do it before the iphone!

View 1 Replies View Related

Android : Scan QR Codes From Within Droid Browser?

Mar 5, 2010

I am often using my Android browser when I come across a QR code. Is there any way to scan the QR code from within the browser? It seems absurd that I then have load that page on another monitor and then scan that monitor with goggles are barcode reader...

View 1 Replies View Related

Android : Application To Scan And Catalog Receipts?

Nov 19, 2010

I'm looking for an app that will scan and catagorise receipts. If possible it would be nice if it could integrate that information with some kind of finance program so that it would show where money is going and make taxes easier

View 1 Replies View Related

Android :: Barcode Scanner And Shopsavvy

Jan 12, 2010

DL 2 different scanners, barcode scanner and shopsavvy. Neither one works worth a darned. Have tried different items usually common ones i.e. a case of Mtn. Dew. It chokes and says it can't find a retailer. Seriously?! If it can't find even a simple case of pop which hundreds of retailers have, that's pathetic!! Has anyone found a real BC app that has actual products and works?

View 49 Replies View Related

Android :: Can A Barcode App Do Free Scanning

Jul 15, 2010

I send backup tapes offsite each day, and every day I have to write down the barcode numbers and print them off so the driver can sign for them to say he has taken them.I know there is a 101 apps to scan, but they are all for shopping, is there a free app that will simply let me scan more than 1 item at a time, then show the scanned items in a report so I can email it myself from my phone?Just a text file that list barcodes in a row would be nice.

View 3 Replies View Related

Android :: Application Needs Barcode Scanner?

May 5, 2010

I'm a Legend user. I've downloaded brightbuyr/shopsavvy and each time, it says that the application needs Barcode Scanner. It then can't find it on the Market at all! Does anyone know where I can get Barcode Scanner from? Eek!

View 4 Replies View Related

Android :: ZXING Barcode Scanner

Nov 17, 2009

I am writing an application that needs the ability to scan barcodes. I know that the ZXING Library can be used for this but I can't find a resource only that has a tutorial on how to use this library in your app. I want to be able to install my app and if the ZXING library isn't installed maybe install it too?

View 3 Replies View Related

Android :: Integrating Barcode Scanner

Sep 26, 2010

I sifted through some threads but didn't find anything on this. I'm including the barcode Scanner app in my project instead of using intents. Before I start adding my code, I just tried compiling it and running it.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved