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.

Android : Scan barcode using phonegap?


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.

View 4 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

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 :: Building Phonegap Example App?

Sep 16, 2010

I am trying to build android example app by using phonegap. Here are the the system details.
Operating System : Windows XP
Android Sdk : 1.5 ( Previously i had 2.2 but deleted suspecting problem was with that)
Ruby : 1.9.1-p430
Ant: 1.8.1
Java JDK 5
PhoneGap 0.9.1

System Enviroment Variables

ANDROID_HOME : D:workandroid-sdk_r3-windowsandroid-sdk-windows
ANT_HOME : D:workANTapache-ant-1.8.1
JAVA_HOME : C:SunSDKjdk
CLASSPATH : C:SunSDKjdklib
Path : D:workandroid-sdk_r3-windowsandroid-sdk-windows;C:Ruby191in;D:workANTapache-ant-1.8.1in;D:workandroid-sdk_r3-windowsandroid-sdk-windows ools;

I ran ruby script and get output as below
$ ruby ./droidgap "D:/work/android-sdk_r3-windows/android-sdk-windows" pgtest c
om.example.android.pgtest example/ "D:/work/droid_apps/output1"
Building the JAR...

BUILD FAILED
D:workandroid-sdk_r3-windowsandroid-sdk-windows oolsantant_rules_r3.xml:28
3: null returned: 1

Total time: 1 second
Creating Android project for target level 1
Adding www folder to project...
Generating manifest...
Copying over libraries and assets and creating phonegap.js...
c:/Ruby191/lib/ruby/1.9.1/fileutils.rb:1265:in initialize': No such file or dir
ectory - D:/work/phonegap/phonegap-android/framework/phonegap.jar (Errno::ENOENT)

CODE:......

I even changed ant to ant.bat at one place, android to android.bat at two places in ruby script. I also set target_id = 1 which is for 1.5 sdk.

View 3 Replies View Related

Android : Need To Get PhoneGap Working

Sep 5, 2010

I'm trying to get PhoneGap working. I've hit a hurdle getting started. I've downloaded version 0.9.1. I've been following the instructions at http://phonegap.pbworks.com/Getting-started-with-Android-PhoneGap-in-Eclipse.

Using MacOS 10.5.8. Android SDK is already installed and working with Eclipse. My .bash_profile file looks like this:

$PATH=/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin

export PATH=${PATH}:/Applications/android-sdk-mac_86/tools
export PATH=$PATH:/Applications/phonegap-android/bin

(and I restarted my terminal window to make it take effect) I've tried the following command cd /Applications/phonegap-android/bin

ruby ./droidgap /Applications/android-sdk-mac_86 HelloPhoneGap com.myidentity.android /Users/myidentity/Documents/workspace/HelloPhoneGap/assets/www /Users/myidentity/Desktop

and I get the following error: ./droidgap:4:in `require': no such file to load -- /Applications/phonegap-android/bin/lib/generate.rb (LoadError) from ./droidgap:4

View 1 Replies View Related

Android :: Possible To Implement Google Maps With Phonegap

Jun 19, 2010

i've read about phonegap which enables to write web-based apps for android and i was wondering:how is performance of phonegap compared to a "real" android app.what would NOT work in phonegap?i know it's possible to implement google maps with phonegap but i guess there's a lots of limitation compared to direct coding the maps under android?as a newbie to android (but intermediate in web-programming), should i rather go for direct android coding instead of phonegap? i'm planning to write an app which uses google maps service+gps, database access and such, and i'm afraid it's not really possible with phonegap.

View 2 Replies View Related

Android :: Load Dynamic Maps In Phonegap Framework?

Aug 9, 2010

Currently I've been using google's static maps to display maps in a phonegap app I'm developing. But I'm wondering if there's any way to load a google map that the user could scroll into and out of? I would want similar functionality as the maps app in most mobile environments. Is there any way to incorporate that type of service into my app?

View 2 Replies View Related

Android : Way To Communicate Between Droid Java / Phonegap Javascript?

Apr 28, 2010

I believe that it's possible to call Java methods from (PhoneGap) Javascript. Anyone knows how to do that?? (I know how to do it by changing the source code of PhoneGap, but I'd avoid that)

View 3 Replies View Related

Android :: Invalid Resource Directory Name When Create App With Phonegap In Eclipse

Jul 7, 2010

I followed the tutorial here but when I create the project in Eclipse, i get an error "invalid resource directory name. Resource: "drawable-hdpi" path "/HelloAndroid/res" type "Android AAPT Problem"

View 1 Replies View Related

Android :: Create A Php Based Iphone / Droid App With PhoneGap - Appcelerator?

Jul 28, 2010

I want to be able to make an iphone and android app using php. I have looked at phonegap and appcelerator and it seems like only html and javascript can be used. These frameworks want to make it easy to make apps using web technologies and PHP i would argue is one of the biggest web technologies, but I'm not seeing much (if any) support. I am new, so I could be wrong on multiple levels. So please enlighten me and let me know if what I am trying to achieve is possible.

View 2 Replies View Related

Developing Synchronized Offline Apps Using PhoneGap Sync Plugin

Mar 26, 2012

how to develop an offline sync app using the OpenMobster Sync Plugin for the PhoneGap framework. You can develop your App using HTML5 and Javascript instead of the native programming language.

Features:
-two way synchronization between the local sqlite database and the corporate backend in the Cloud
-Offline mode operation. All data changes are tracked and auto synchronized with the Cloud once the connection returns
-Use of Push notifications to push data changes from the Cloud to the device
-Support for replicating changes to multiple devices like iCloud does
-A Java based Channel Framework for integrating your backend with the Cloud

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







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