[android-beginners] Re: Having some trouble with ADT

2010-04-07 Thread g1
Still looking for assistance here. I've uninstalled ADT and started over. Here's some screenshots as I went along: 0) After uninstalling I checked What is already installed to make sure it was properly uninstalled 1) Clicked Help - Install New Software, selected the Android repository:

[android-beginners] Re: How to connect to a robot.

2010-04-07 Thread Alan Gauld
cellurl gpscru...@gmail.com wrote is there wifi? or just cellular... Not sure how generic it is but my Samsung certainly has WiFi as well as cellular connectivity. Once set up it uses WiFi when its available and switches to cellular when its not - so far as I can tell, but I haven't set

Re: [android-beginners] Re: Having some trouble with ADT

2010-04-07 Thread nubh bhargava
Hi The problem might be occuring with the eclipse version or the type of eclipse you choose, just check which type of eclipse you are choosing. You may also check on Youtube about the installation of android setup, there are few people who also have problems while installing android every thing

[android-beginners] Re: Having some trouble with ADT

2010-04-07 Thread g1
I'm using Galileo which is the latest Eclipse. I'll have a look on youtube, however any other specific help would be great. On Apr 7, 10:27 am, nubh bhargava nubh.bharg...@gmail.com wrote: Hi The problem might be occuring with the eclipse version or the type of eclipse you choose, just

[android-beginners] adb usage in Win32::Process::Create

2010-04-07 Thread rocky84 rocky84
Hello all, i am using an iperf utility in Win32::Process::Create process in windows for data transfer purposes. the iperf.exe file is on windows and so working fine (by replacing $path to $path-data/app/; and $command to $command-data/app/iperf -u -s -p 5001; in below code) now i wants this

Re: [android-beginners] Re: Having some trouble with ADT

2010-04-07 Thread nubh bhargava
Gallileo works fine, have you checked the steps properly, if yes then you might be proxy there are problems if you are behind a proxy but else wise things work fine. I had some problem earlier. Thanks Regards NUBH -- You received this message because you are subscribed to the Google Groups

Re: [android-beginners] About Android and Java?

2010-04-07 Thread nubh bhargava
In Android Phones there's a provision for J2ME applications too so dont worry. Its a lot more flexible in Android. Thanks NUBH -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at

[android-beginners] Re: Having some trouble with ADT

2010-04-07 Thread g1
I have checked the steps quite carefully. That's a decent point, I think I am behind a proxy at home. I'll see if it helps if I get around it. On Apr 7, 1:25 pm, nubh bhargava nubh.bharg...@gmail.com wrote: Gallileo works fine, have you checked the steps properly, if yes then you might be

[android-beginners] Re: Registering a reciever for the BOOT_COMPLETE and android:exported attribute

2010-04-07 Thread a2ronus
I guess there's no use for android:exported=false when you specify an intent filter. So it seems logical to me that specifying an intent filter overrules the android:exported=false. Do you need to know this for something more specific than just understanding? On 6 apr, 23:50, alexk-il

[android-beginners] Re: How to display 'Column title' on the top of List ?

2010-04-07 Thread a2ronus
Do you mean a fixed header that always stays on top? Or a header that moves with the content? On 5 apr, 13:09, Javacoffee dear.jinhy...@gmail.com wrote: Hi guys, I'm  a new follower in android and facing the problem of displaying List data in android programming. Yes, I agree with that it

[android-beginners] How can I find out if I read the GPS signal

2010-04-07 Thread ckloch
As part of an application for registrer whether a vehicle can pass the next traffic light without having stop for red light, I am trying to get the GPS Location. So far I have tried the code below, but the HTC Tattoo telephone keeps stopping the application. The reason is that the List providers

[android-beginners] installing iperf application on Android Phone

2010-04-07 Thread rocky84 rocky84
Hello All, i need to install iperf application on my android phone and want to run that application using the command prompt rather than the GUI interface available.. could anybody suggest me how to install iperf.exe on android based phone and running the utility using commands. regds rocky --

[android-beginners] Re: Binding data to a list view and retrieving contact information

2010-04-07 Thread Timothy Passaro
Any ideas anyone? I have gotten the contacts information, but I have not been able to corretly associate the contacts information when the list item is clicked. Any thoughts? On Apr 6, 9:29 am, Timothy Passaro timothy.pass...@gmail.com wrote: Hey guys, I have a few questions concerning listView

[android-beginners] XML Parser example problems

2010-04-07 Thread MartinM
Hi, I need to create a simple app. to retrieve some XML, parse and display it. I'm using Eclipse Galileo on WinXP. I've tried http://www.warriorpoint.com/blog/2009/07/19/android-simplified-source-code-for-parsing-and-working-with-xml-data-and-web-services-in-android/ which I believe is derived

Re: [android-beginners] problem with Android+GoogleMap+Overlay+JSON

2010-04-07 Thread ~ TreKing
On Tue, Apr 6, 2010 at 9:47 PM, Ahsan ahsan@gmail.com wrote: Do you have any suggestions ? Profile and debug your application, perhaps starting with a smaller number of markers and working your way up to see what the threshold is as far as how many markers your app can handle. 150 markers

[android-beginners] Re: How to connect to a robot.

2010-04-07 Thread cellurl
I am looking for the cheapest solution. So USB is probably it. thanks -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To

[android-beginners] Re: XML Parser example problems

2010-04-07 Thread Tereno
Not sure if this applies but does the Eclipse contain Java EE? On Apr 7, 9:20 am, MartinM martinandj...@gmail.com wrote: Hi, I need to create a simple app. to retrieve some XML, parse and display it. I'm using Eclipse Galileo on WinXP. I've

[android-beginners] Re: Binding data to a list view and retrieving contact information

2010-04-07 Thread Tereno
What sort of errors are you getting? On Apr 7, 9:16 am, Timothy Passaro timothy.pass...@gmail.com wrote: Any ideas anyone? I have gotten the contacts information, but I have not been able to corretly associate the contacts information when the list item is clicked. Any thoughts? On Apr 6,

Re: [android-beginners] Re: XML Parser example problems

2010-04-07 Thread Carmen Delessio
You may want to look at using SAX parser. This article compares SAX speed to other parsers on Android: http://www.developer.com/xml/article.php/3824221/Android-XML-Parser-Performance.htm This article gives a full example:

Re: [android-beginners] Re: Having some trouble with ADT

2010-04-07 Thread Xavier Ducrohet
So it looks like the plug-ins are correctly installed but may depend on something that wasn't installed in Eclipse. Normally Eclipse sees such dependencies and install required packages. I would look at the log file (located in your workspace as .metadata/.log) and look inside for errors related

[android-beginners] Bluetooth on/off in Android 1.5+

2010-04-07 Thread NoImJosh
I have been searching for weeks for a way to turn on and off the bluetooth for any Android version from 1.5 onward. I know it must be possible, since there are widgets in the marketplace that do just this, however I have never found any answers to my questions. I do know that I can make it work

[android-beginners] How To find the path and call the intent of a newly installed application..

2010-04-07 Thread rocky84 rocky84
Hello all, recently i installed one application named iperf from android market (package is com.magicanddroidapps.iperf/bin/iperf) my doubt is how can i find this package path stored in phone. i tried in /data/data/ but could not find... also if anyone knows ?? if i issue a command on

[android-beginners] Error message while running an application on adb shell

2010-04-07 Thread rocky84 rocky84
Hello all, i am getting the below error message while issuing the following command on adb shell i installed iperf.exe and moved in to phone via adb push iperf.exe /data/app, chmod 777 iperf.exe # ./iperf.exe -u -s -p 5001 ./iperf.exe -u -s -p 5001 MZÉ♥♦ �...@α♫▼║♫┤: not found ▼║♫┤: not found

[android-beginners] Can you add buttons to dialogue?

2010-04-07 Thread TimX
I am trying to add an [add] button to dialog so I can save whatever the info that is shown on dialog to a list, but can't find much from API about buttons on dialog. Should I somehow modify the dialog layout for this? -- You received this message because you are subscribed to the Google Groups

Re: [android-beginners] How To find the path and call the intent of a newly installed application..

2010-04-07 Thread prajakta choudhari
Hi all: I want to record the start and end times of all the applications that were launched and killed. Is there any event i can listen for. Any help would be appreciated. Thank you, Prajakta -- You received this message because you are subscribed to the Google Groups Android Beginners

[android-beginners] repo hangs on every single project

2010-04-07 Thread Eric Herrmann
Trying to download the 1.6_r2 source... I've successfully synced 2.0 and main, so I know repo etc are installed correctly. This is on Mac OS X 10.6.2 (on an MBP). I have plenty of free disk space. Python 2.6.1 (r261:67515, Jul 7 2009, 23:51:51). So I start with: [/Projects/android-1.6_r2] %

[android-beginners] getGL in LatinKeyboardView returns null

2010-04-07 Thread rajath
Hi all, I'm a beginner in android programming. In the SoftKeyboard example, I over-rode the LatinKeyboardView::onDraw() function, and tried to get the GL object from canvas. But it returns null. Does someone know why this is so? My intention is to draw on the keyboard using opengl calls. Thanks,

[android-beginners] Can't arrange radio-buttons in a Radio group.

2010-04-07 Thread Aadi
Hi, I'm unable to find any sound solution to the problem of arranging Radio-buttons in a customized layout. I've a number of radio buttons that I wanna group together but it spans more than the height/width of screen Requesting solution ASAP. -- Aadi -- You received this message because you

[android-beginners] eclipse problem

2010-04-07 Thread Neo
whenever i create a new project i encounter this problem help pls i use linux ubuntu 9.10 project name hi Description Resource Path LocationType Project 'hi' is missing required source folder: 'gen' hi Build path Build Path Problem

Re: [android-beginners] Can you add buttons to dialogue?

2010-04-07 Thread ~ TreKing
On Wed, Apr 7, 2010 at 4:05 PM, TimX ttb...@gmail.com wrote: but can't find much from API about buttons on dialog. Seriously? http://developer.android.com/intl/fr/guide/topics/ui/dialogs.html#AddingButtons

[android-beginners] Re: eclipse problem

2010-04-07 Thread davemac
Did you install the JDK? Did you modify your PATH to include not only the JDK bin directory but also the Android SDK tools directory? I'm assuming you've installed the Android ADT into Eclipse. Our new book Pro Android 2 covers setup of Eclipse for Android development in chapter 2 and goes over

[android-beginners] Re: How can I find out if I read the GPS signal

2010-04-07 Thread davemac
The call to requestLocationUpdates is where you've got trouble. The first argument should be the name of the provider sending you updates (GPS or cell network). To get regular updates from GPS, you want something like the following: LocationManager locMgr = (LocationManager)

[android-beginners] Re: Can't arrange radio-buttons in a Radio group.

2010-04-07 Thread davemac
When you say customized what are you trying to do? Are you looking for a custom design with scrollbars? Or would a listview meet your needs? - dave www.androidbook.com On Apr 6, 8:33 pm, Aadi addy@gmail.com wrote: Hi,     I'm unable to find any sound solution to the problem of arranging

[android-beginners] Re: About Android and Java?

2010-04-07 Thread davemac
You are free to use anything in the Android SDK without having to pay license fees to anyone. Between the Android SDK, the JDK and Dalvik you've got a lot of features at your disposal. This makes Android a very attractive platform to develop for. There are commercial Java packages out there that

Re: [android-beginners] How To find the path and call the intent of a newly installed application..

2010-04-07 Thread Mark Murphy
I want to record the start and end times of all the applications that were launched and killed. Is there any event i can listen for. No. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html -- You received this message because

[android-beginners] What does `adb install' do under the hood?

2010-04-07 Thread Chi Zhang
Hi everybody, this is my first post ever. I hope this is not a stupid question :-) I noticed that there are three ways to install an app in an android device: 1. adb install some-app 2. adb shell pm install some-app 3. you can manually push the apk file to /system/app or /data/app Are there

[android-beginners] what's vanilla andriod?

2010-04-07 Thread Tao
I heart andriod 1.5,1.6,2.0,2.1;but do not hear vanilla andriod, is there anybody know that? Thank you. -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at