[android-beginners] Re: barcodeScanner

2009-10-13 Thread prasad NSRS
u can use the open source GOCR for making that and it is available in c++ code and it is working on linux platform with a gui tcl/tk jst go through the GOCR home page.. On Tue, Oct 13, 2009 at 11:15 AM, Rana masud.h...@gmail.com wrote: I want to develop an barcode scanner which will get an

[android-beginners] Log.d() show same log twice in logcat

2009-10-13 Thread Yichuan
Hi all, Every time I use Log.d(), there are two duplicated entries in the logcat, and sometimes the timestamp are different... Any ideas please? Thank you. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-beginners] Re: barcodeScanner

2009-10-13 Thread RichardC
Start from here: http://code.google.com/p/zxing/ ZXing (pronounced zebra crossing) is an open-source, multi-format 1D/2D barcode image processing library implemented in Java. Our focus is on using the built-in camera on mobile phones to photograph and decode barcodes on the device, without

[android-beginners] Spinner and TabHost

2009-10-13 Thread Mehdi Achour
Hello, I'm trying to use a spinner inside one of my tabs. The problem is that whenever the spinner is clicked, the application crashes. I understand this is a problem with the Dialog of the spinner that needs to run on my main activity context (vs the current activity displayed in my tab).

[android-beginners] Re: How can I change the look of the front screen of the Android

2009-10-13 Thread Sean Hodges
-Applications will be launched in the space left in the middle What space? :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to

[android-beginners] How To Unlock Locked iPod

2009-10-13 Thread Forum
How To Unlock Locked iPod http://bit.ly/hddpp http://bit.ly/hddpp How To Unlock Locked iPod --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to

[android-beginners] Re: Playing video in Android not showing the video, playing sound only with a still image

2009-10-13 Thread Maxood
I tried to play a you tube movie through the media app provided in the samples. The emulator is running fine but once i click the media apps and try to play the video demo, i get the following error : Sorry this video cannot be played Here is the code and i am trying to play a youtube video in

[android-beginners] View id names for native android layouts

2009-10-13 Thread jax
I have been stuck on this for hours and cant find any information about it. I am trying to use the following layout with a SimpleCursorAdapter android.R.layout.simple_list_item_checked The problem is I don't know what the checkbox field is called in this layout. By experimentation the text

[android-beginners] Re: SurfaceView -Memory Creation

2009-10-13 Thread Indicator Veritatis
Others did see the answer, just as your Note promises. And what I saw is that you answered only a small part of his question, too small to lift the fog of his confusion: you answered the Does it call GLCanvas part. But surely that leaves unanswered the main part of his question, which,

[android-beginners] Can we develop android apps in C or C++?

2009-10-13 Thread SSuman185
Hi All, I am very new to android and also for JAVA. Untill now i am working on C. Is there any way to develop the Android apps on C or C++. Please let me know, whether it is possible or not. Thanking you all, Regards, SSuman#SS185 --~--~-~--~~~---~--~~ You

[android-beginners] How to add external jar without Eclipse?

2009-10-13 Thread kitfox
I'm trying to port an application in J2SE to Andriod (which I am just learning). My application is broken into several jars. I'm using the NetBeans Andriod API, not Eclipse, so I will probably have to do any jar wranging the hard way. I have access to all the sources I need and right now have

[android-beginners] How to make a child activity?

2009-10-13 Thread vchris80
Hi all, I have a simple question: how I make an activity that is child of another? I use this code to start an activity from another: Intent startIntent = new Intent(MyMainActivity.this, ChildActivity.class); startActivity(startIntent); but on the onCreate method of ChildActivity, if I watch

[android-beginners] Android Dev Phone 1 without sim card?

2009-10-13 Thread hyphz
Hi, I recently obtained an Android Dev Phone 1, however when I start it, all it will do is complain that it does not contain a SIM card. The whole reason I bought a Dev Phone was so that I would not have to pay the monthly fee for a SIM card with an unlimited data plan, which tend to be quite

[android-beginners] Gettiing error while installing in Eclipse

2009-10-13 Thread Rejisu
Hi All, I have followed the instructions in the site http://developer.android.com/sdk/1.1_r1/installing.html But when i tried to go t preferernces and click on Android I am getting the following error Unable to create the selected preference page. An error occurred while automatically

[android-beginners] How to mark a test to be @SmallTest OR @MediumTest OR @LargeTest

2009-10-13 Thread Vibhor Mahajan
Hello, I am new to using JUnit framework in Android. I checked tests folder of sample applications provided by Google. Android allows feature of creating test suite of small OR medium OR large tests using adb shell am instrument -e size small \ medium \ large'. Kindly suggest the criteria of

[android-beginners] using servlet in mobile with Android platform

2009-10-13 Thread Anais
First sorry for my English, I'm French and I'm bad for it. So, I'm a beginner in Android and J2ME. I have to work about developing a web Mail application on Mobile with Android platform. but I must use the existent one which is a basic Web application in J2EE. My problem is that I would use the

[android-beginners] Android - Cisco VPN AnyConnect

2009-10-13 Thread jpalme2000
Has anyone got Cisco's AnyConnect VPN software running on Android? I've checked the Cisco and Android groups, but have not see how to do it. Thanks for any pointers! JP --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-beginners] scheme compiler for android

2009-10-13 Thread jay
hi i am jay.i'm new to android. jst trying to develop a scheme compiler for android as a project. help and guidance needed.. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to

[android-beginners] How can I load resources from Jar files?

2009-10-13 Thread kitfox
I have a project in J2SE that I'm trying to port to android. At the moment, it is broken into several jars with resources in each jar. Can I use Class.getResource(/path/to/resource) to load the resources? If I do, can I pipe the raw stream that I fetch (of, let's say, a PNG file) into something

[android-beginners] Build android middleware code for emulator

2009-10-13 Thread bdg
Hi, Please let me know how can I build the android middleware code (for e.g audioflinger) for emulator on Fedora linux pc. Basically I want to put some logs in the code and see them in logcat using DDMS. Thanks in advance --bdg --~--~-~--~~~---~--~~ You received

[android-beginners] using servlet in mobile with Android platform

2009-10-13 Thread Anais
First, sorry for my english, I'm French and i'm not conversant with English. So, I'm a beginner in Android and I have to work about a WebMail application on Mobile with Android Platform. My problem is that I must use the existent application wich is a Web application in J2EE. I try to find how

[android-beginners] Emulator Startup Problem

2009-10-13 Thread tokostok
Running openSUSE 11.1 with 1GHz processor and 512MB ram. Downloaded the sdk, version 1.6, along with the adt plugin. Downloaded eclipse-pulsar-galileo. I read and followed the steps described in building hello world. When trying to run the project the emulator comes up, but never finishes

[android-beginners] Re: View id names for native android layouts

2009-10-13 Thread Balwinder Kaur (T-Mobile USA)
You can check out the source code file that gives you insights into the layout file for simple_list_item_checked http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;f=core/res/res/layout/simple_list_item_checked.xml;h=95612f63f3144703913aee3f0d06e032074b8f0b;hb=HEAD It uses the

[android-beginners] Re: Log.d() show same log twice in logcat

2009-10-13 Thread Balwinder Kaur (T-Mobile USA)
What's your development environment setup like ? Do you have two devices/emulators talking to each other and running the same app ? Are you using DDMS ? I have seen something like this when I had two phones connected via USB to my laptop and was using DDMS/logcat to view the output. Balwinder

[android-beginners] ContentURI cannot be resolved HELP ME ............

2009-10-13 Thread GreenRiver
when i use this line: Intent myIntent = new Intent(Intent.ACTION_VIEW, ContentURI.create (www.google.com)); Eclipse notify that ContentURI cannot be resolved although i imported the libraries: -import android.net.Uri; -import android.net.*; I'm using Android SDK 1.5 and ADT 0,9. Please hepl

[android-beginners] Re: ContentURI cannot be resolved HELP ME ............

2009-10-13 Thread GreenRiver
I can't use import android.net.ContentURI; because It's not compatible with my current version of Android SDK (1.5) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send

[android-beginners] Re: How to make a child activity?

2009-10-13 Thread James Yum
Hi, Those are meant for an ActivityGroup and its embedded activities, for example a TabActivity. What you might want to look into, is this introduction on opening screens (activities): http://developer.android.com/guide/appendix/faq/commontasks.html#opennewscreen Cheers, James On Tue, Oct 13,

[android-beginners] Re: ContentURI cannot be resolved HELP ME ............

2009-10-13 Thread Balwinder Kaur (T-Mobile USA)
1. Class name is ContentUris, not ContentURI 2. Package name for ContentUris is android.content.ContentUris 3. Try using android.net.Uri or the android.net.Uri.Builder; ContentUris are for those Uris that have a scheme of content Balwinder Kaur Mobile.Software.Development ·T· · ·Mobile· stick

[android-beginners] EARN MONEY $1000-25000 PER MONTH

2009-10-13 Thread rubyraj
EARN MONEY $1000-25000 PER MONTH TAKE SIMPLE ONLINE SURVEYS CREATE FREE ACCOUNT OTHER DETAILS LOG ON TO ** ** http://www.AWSurveys.com/HomeMain.cfm?RefID=rubyraj **

[android-beginners] Re: Build android middleware code for emulator

2009-10-13 Thread Balwinder Kaur (T-Mobile USA)
The instructions for building android source code is available at source.android.com and the forum for discussing problems related to those are http://groups.google.com/group/android-platform Balwinder Kaur Mobile.Software.Development ·T· · ·Mobile· stick together The views, opinions and

[android-beginners] Re: Playing video in Android not showing the video, playing sound only with a still image

2009-10-13 Thread Roman ( T-Mobile USA)
You are using in your code mVideoView.setVideoPath(path); but you are trying to play a video from web address. I assume that setVideoPath expects a local path on your file system (Android documentation is very bad and does not say anything). Use

[android-beginners] Re: How to add external jar without Eclipse?

2009-10-13 Thread jotobjects
use android create project to create the build script and directory tree and put your jar files in the libs directory that is created. The ant script will package the classes in your jars with the application. One thing to watch out for is whether any of your jared classes have dependencies (such

[android-beginners] Re: Can we develop android apps in C or C++?

2009-10-13 Thread Yusuf Saib (T-Mobile USA)
http://developer.android.com/sdk/ndk/1.5_r1/index.html#overview Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Oct

[android-beginners] How to display List in homescreen app widget ?

2009-10-13 Thread Harshit Mapara
Hi, I can't find how to display a list in the app widget. I have created one app-widget which fetches the database table information and I want to display all the icon:text into app-widget. Remoteviews doesn't have any list functionality. How can I do it, please help Thanks Harshit

[android-beginners] Question about app widgets

2009-10-13 Thread Carl
Hello all, I would like to ask if it is possible to put 2 widgets in the same application. In other words, having one project, with one manifest.xml file and making 2 different widgets in the the same project. In the case that it is possible, when there is an intent

[android-beginners] Re: Question about app widgets

2009-10-13 Thread Mark Murphy
Carl wrote: I would like to ask if it is possible to put 2 widgets in the same application. In other words, having one project, with one manifest.xml file and making 2 different widgets in the the same project. AFAIK, yes. In the case that it is possible, when there is an intent

[android-beginners] Obama: Afghanistan decision in 'coming weeks'

2009-10-13 Thread News
Obama: Afghanistan decision in 'coming weeks' http://bit.ly/2dWFN5 http://bit.ly/2dWFN5 http://bit.ly/2dWFN5 Obama: Afghanistan decision in 'coming weeks' --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-beginners] Re: How to display List in homescreen app widget ?

2009-10-13 Thread Justin Anderson
AFAIK, you can only use views supported by RemoteViews. You might consider using a live folder (not sure if that is exactly what it is called but that is what Docs To Go calls it) instead, since that allows you to display a list when you open the folder. Thanks, Justin

[android-beginners] R.java sometimes doen not refresh itself in eclipse

2009-10-13 Thread jax
I have notices that R.java sometimes noes not refresh when I edit (and save) an XML file. The only way I have been able to get around this is to attempt to run the project, this seems to fix it. This is however kind of annoying, does anyone know a better way around this problem? An eclipse

[android-beginners] Exceptions in box2d through NDK.

2009-10-13 Thread mmkr
I'm trying to implementing Box2D through NDK. But getting the following exception, 10-14 10:59:22.983: ERROR/AndroidRuntime(745): Uncaught handler: thread main exiting due to uncaught exception 10-14 10:59:23.042: ERROR/AndroidRuntime(745): java.lang.RuntimeException: Unable to start