[android-beginners] Re: android sdk 1.5 linux download link.

2009-11-29 Thread bacchus
Hi, To install the SDKs you just need to do the following: #cd tools #./android and then on the left side you have several options, but the one that you need is Available packages. Just click on it, and then select the repository (available by default) and download the SDKs. If you have

Re: [android-beginners] Re: How can I install android sdk on windows 7 x64?

2009-11-29 Thread Wayne Wenthin
I believe you need the 32 bit Java. I have it running under windows 7 64 right now and that is the path I had to take On Sat, Nov 28, 2009 at 4:51 AM, vekexasia vekexa...@gmail.com wrote: Did you find a solution to this? On Nov 18, 3:21 pm, Súper JMN super...@gmail.com wrote: It's just

[android-beginners] Voice Recognition on emulator-possible or not possible?

2009-11-29 Thread gko
Hello all, I am trying to implement voice recognition on the emulator for v1.6. As per discussions on this and other groups, I have downloaded the htc phone image 'system.img' file and I get the microphone symbol next to the google search toolbar on the emulator main screen. But when I press the

[android-beginners] colored logcat for windows

2009-11-29 Thread Adrian Vintu
Hi all, Jeff Sharkey made a nice app to highlight the logcat. It is really useful for debugging so be sure to check it out at http://jsharkey.org/blog/2009/04/22/modifying-the-android-logcat-stream-for-full-color-debugging/ The colored abd logcat idea was great so i decided to make a Windows

Re: [android-beginners] Re: why Java, not Python?

2009-11-29 Thread Lee Olayvar
Yea, i'd put money on size and speed. Sucks, but i have to agree with their choice heh. On Mon, Nov 23, 2009 at 2:55 PM, Sean Dague sda...@gmail.com wrote: Esmail wrote: Lee Olayvar wrote: To my knowledge, Java is simply faster. That, and Python is also rather big. Is it really

[android-beginners] Text file

2009-11-29 Thread sabs
Hi every body I wrote one text file and placed it under \proc directory now i would like to write a program to read that text file and print it on an emulator. For that iam reading the file into a buffer, now my problem is, iam unable to print that content of text file on emulator. so can any one

Re: [android-beginners] SDK and AVD Manager UI doesn't launch from command line

2009-11-29 Thread me,Ramesh Yankati
Hi , You need to install ADT. Go to eclipse help---install new software--there give --https://dl-ssl.google.com/android/eclipse/ ...Add site. On 11/24/09, Lynn dar...@gmail.com wrote: I am able to open the Android SDK and AVD Manager UI from the Eclipse Window menu option. However, if I go

[android-beginners] Which sdk / emulator vers for moto cliq ?

2009-11-29 Thread CqN
Hi, This may be my first post here; having been reading many of the msgs here on and off ~1 month. I have installed the emulator [Win xp on a netbook] and gone thru the hello world sample. I just bought a moto cliq on tmo. 1. Which version of sdk/emulatorr should I be using? 2. Before I

[android-beginners] Re: Hello World not even running in Emulator

2009-11-29 Thread teichholtz
I found a solution to the 'emulator stops at animated logo' problem. I have a Ubuntu 9.04 machine, I had installed the JDK using the Debian package from the Ubuntu repositories: i sun-java6-jdk - Sun Java(TM) Development Kit (JDK) 6 I just tried downloading the JDK from

[android-beginners] Re: How to add a refresh button to a webview app?

2009-11-29 Thread BryBam
Thank you for the response. But like I said im very very new to this and i was basically looking for an example. I wish i knew what you meant and could go from there but if you dont mind could you show me what it should look like? Thank you so much, hopefully from looking at it i can get a better

[android-beginners] Android development with ADK in Eclipse on Snow Leopard

2009-11-29 Thread phirstube
I have tried numerous combination of installs and this does not seem supported. Does anyone have any success developing Android apps in Eclipse on Snow Leopard? I installed Eclipse 3.4 and it will not even load after I do a software update in Eclipse. I was able to get ADK installed in

[android-beginners] HelloViews Tutorials , etc.

2009-11-29 Thread Jason
Hi Everyone, I went through the posts and didn't see this explicitly, although there were similar ideas. My apologies if this is redundant. I am brand new to Android Development but after I got my new Droid, I had to get involved. Unfortunately, NONE of the tutorials work besides Hello, World.

[android-beginners] Re: building GUIs (manually? or with some tool?)

2009-11-29 Thread Richard Leggett
Hi Esmail, Yeah once you have the latest ADT installed you should be able to right click any layout xml file and choose Open With Android Layout Editor. I'm on OS X here. Hi Richard, I installed at ADT (I think that's its name) plugin for Android and Eclipse. Is that the one you are

[android-beginners] Creating a dialog from a Service

2009-11-29 Thread Tom Reay
Hi, Now I know that a dialog has to be started from an activity. However I have a service running and I want it to be able to display a dialog. Having searched about this I know the normal thing to do is to display a status bar notification, however I want to interrupt the user and stop them

[android-beginners] Re: android sdk, eclipse + OS X

2009-11-29 Thread phirstube
I dont think it is possible. 10.6 is not supported. On Nov 14, 2:50 am, swartzfeger swartzfe...@gmail.com wrote: All, having issues getting my Android dev environment up and running on my OS X10.6machine. So far: * downloaded the SDK * installed eclipse 3.5 * downloaded ADT-0.9.4 Here's

[android-beginners] Re: Hello World not even running in Emulator

2009-11-29 Thread Fred Grott(Android Developer, http://mobilebytes.wordpress.com)
My simple trick is setting up an android project in my workspace called emulatorstartup.. Highlight project with mouse, in eclipse the run as..config profile screen..create a new emulator runtime config for project..under AVD choice checkbox the AVD you want and click start emulator button..

[android-beginners] Re: Cannot get MSISDN (phone number) but can get IMSI on HTC G3

2009-11-29 Thread rodger
thank's for your reply, but in my application, i want to let user can submit his phone number without input, so others can phone him if necessary On 11月20日, 下午1时50分, Marc Lester Tan mail...@gmail.com wrote: I think some carriers don't provide the MSISDN to the handset so I guess you shouldn't

[android-beginners] Re: Installing ADT in Eclipse 3.5.1 (Ubuntu)

2009-11-29 Thread u910user
I don't know if this will help but I had this same problem. After 40 or so tries, I restarted the IDE and went directly into this and it all works as expected. There may be some problem if this is not the first thing you do. Just my 2 cents hope it helps somebody out there. On Nov 20, 2:36 pm,

[android-beginners] Re: how to add .KML file to my google map app

2009-11-29 Thread mack2978
Use this link http://www.devx.com/wireless/Article/39239/1954 Thanks, Mahesh On Nov 25, 11:31 am, wahib wahib.t...@gmail.com wrote: hi !! I have written a simple app following a tutorial. but when i run the application these is blank map view. Then i came to know that we can emulate google

[android-beginners] Re: Android 2.0 sample codes

2009-11-29 Thread 百恼汇
Bump. On Oct 30, 6:03 am, az9702 az9...@gmail.com wrote: Hi All, Android 2.0 has a number of API changes such as sync adapter, contacts and others. I was not able to find sample codes for these new changes from platform download or from the developer site.  Does anyone know any 2.0 sample

[android-beginners] Re: How to save Setings

2009-11-29 Thread jeremynealbrown
This might be of help to you: http://developer.android.com/guide/topics/data/data-storage.html ~Jeremy On Nov 24, 5:59 pm, Justin Anderson janderson@gmail.com wrote: Have a look at SharedPreferences and PreferenceActivity

[android-beginners] Connect Android to Android or PC

2009-11-29 Thread Duarte Aragão
Hi, I am trying to do a little game for android, but I wanted several players to play using a PC and another phone. How can I send and rreceive information from other phones or PCs? I really just want to know my possibilities, can I do it through HTTP? Is there a better way if I know which PC

[android-beginners] RelativeLayout margins inside a ListView are not displayed

2009-11-29 Thread lint
Hi, I'm currently using a ListView that I fill with a custom adapter with RelativeLayout's. The problem is that the margins are not displayed for the RelativeLayout. Here is my relative layout declaration : RelativeLayout xmlns:android=http://schemas.android.com/apk/res/ android

[android-beginners] Re: proxy not working in SDK setup??

2009-11-29 Thread tl
Problem solved, but i have no idea why. I tried starting with android.bat, i tried force HTTP and now it seems to work also with SDK Setup.exe executable. -- 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] ListView rendering issue

2009-11-29 Thread Vranckaert Dirk
During my development I wanted to fill a ListView in my Android app (Android 1.5 compatible) with info I retreive from he internet (some xml file which provides me the info I want). Now retreiving this info is no problem but displaying it in a ListView is. My ListView activity code can be found

[android-beginners] Re: SDK Installation: A folder failed to be renamed or moved

2009-11-29 Thread DaveW
Ok, just searched a few forums. You have to completely disable your Antivirus program and it works fine. I am running Norton Internet Security and disabling it totally fixed the problem. People on other sites reported same results with several other programs as well. Dave On Nov 24, 3:24 pm,

[android-beginners] Re: Droid BT Voice Dial - Hardware/Software Limitation?

2009-11-29 Thread Jim
Laurence, have you found out the answer to your question yet? I am trying to do the same exact thing you are and I am hung up on finding out how to capture when the call button is pressed. Jim On Nov 24, 2:46 am, rahulp rahul.d.notori...@gmail.com wrote: Hi all, Can anyone please post some

[android-beginners] Re: Problems installing the Android SDK

2009-11-29 Thread handroidshake
did you find this yet? http://groups.google.com/group/android-developers/browse_thread/thread/63a44163a8d07cd9 I hope this helps. On Nov 23, 12:03 pm, grml ratten...@gmail.com wrote: Hi, I need some help with getting my environment set up. I've downloaded the android sdk and avd manager as

[android-beginners] MediaController for an mp3 file?

2009-11-29 Thread rastyrori
I'm having trouble finding examples of displaying a media controller (play, stop, rewind, ff) for an mp3 file. Is this possible. Seems to be only implemented for VideoView. -- You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this

[android-beginners] Re: connecting to a remote database tutorial/example?

2009-11-29 Thread Lynn Ooi
hi jbrohan, I am new in android as well as no java programming experienced. I had tried the example provided here. however, it doesnt work for me as it just return error. Can you provide me some guidance? On Oct 25, 3:29 am, jbrohan jbro...@gmail.com wrote: Hello I need to look up a database

[android-beginners] Accessing asset when not in main Activity

2009-11-29 Thread maximus-dev
Hello everyone, Again, right upfront... I have to admit to being brand new to Java and OOP (though not to structured programming) and I'm drowning a bit... From digging around a bit, getAssets() is an inherited method from ContextWrapper. It returns an AssetManager, and using open() it can

[android-beginners] Re: why Java, not Python?

2009-11-29 Thread PJ
It's true that some tasks are easier in Python than in Java. Java's Date-related libraries are norotiously horrible. And I'm sure that text parsing tasks (like pattern matching, etc.) are more suited for a scripting like Python or Perl than for Java. However, in my experience, programs written

[android-beginners] uploading music

2009-11-29 Thread robertm.hal...@yahoo.com
I am not sure, but is there an app that I need to download to be able to upload music from my itunes account? Thanks, Rob -- 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: Possible in emulator? Querrying google map? Unlocking Anrdoid Example

2009-11-29 Thread Luke Meyer
I'm having this problem with this example too. Seems like it must be something simple, or a problem with my expectations. I have an AVD with Google APIs as the target, platform/API as 2.0/5. It's the only AVD running :-) The project build target is for the same settings. I added a debug statement

[android-beginners] Android Target Missing

2009-11-29 Thread ak08820
Hello I installed the Android plugin for Eclipse Ganemede on Windows Vista Home 32 bit. When I try to create a new project, I don't see any available Build Targets to select from, in the New Android project dialog. I can't find the steps to create targets, if there are any. How do i resolve this?

[android-beginners] Re: can't select uses any Android platform in New Android Project dailog

2009-11-29 Thread handroidshake
I remember being at the same point you are and I think I did this: Now, you just need to modify your Eclipse preferences to point to the Android SDK directory: 1. Select Window Preferences... to open the Preferences panel. (Mac OS X: Eclipse Preferences) 2. Select Android from the left

[android-beginners] Re: New Activity or new Layout?

2009-11-29 Thread handroidshake
I am also a beginner and from what I understand: Activity objects are used to pass Intent objects to and from other Activity objects. Each Activity would have it's own View object associated with it. A layout is simply a list of UI element parameters for each Activity. A Layout, as in

[android-beginners] Re: Custom inputType

2009-11-29 Thread Lee
Thanks for a quick reply, And sending a useful tip in modify an editViews InputType in code. My problem is that if an InputTypes is set, as well as selecting the soft keyboard view, this also controls many other features including only allowing certain charaters (ie date time - [0-9 / : ) in the

[android-beginners] Re: Android 2.0 SDK is here!

2009-11-29 Thread Robert Hilliard
I had same error. Thanks for the fix! On Nov 12, 6:39 pm, Xu Bill billfight...@gmail.com wrote: just change source tohttp://dl.google... On Nov 11, 2009 11:12 PM, Jun huangyao...@gmail.com wrote: Hi, I got a errro in my Android SDK and AVD manager when I install the SDK --

Re: [android-beginners] duplicate XML attribute

2009-11-29 Thread Shirley Cohen
You're right. That did the trick :)) Thank you, Shirley On Tue, Nov 24, 2009 at 10:56 AM, Justin Anderson janderson@gmail.com wrote: I think it is like this: textPostalAddress|textAutoCorrect -- There are only 10 types

Re: [android-beginners] list view

2009-11-29 Thread balanagu sabareesh
Thank you for your reply. finally i got it. On Tue, Nov 24, 2009 at 10:25 PM, Justin Anderson janderson@gmail.comwrote: if(str == First) -- BAD if(str.equals(Second)) --- GOOD That being said, the typical android way would be to create another activity and launch it when you

[android-beginners] Android Emulator runs very slow

2009-11-29 Thread Aric Holland
Hello, My PC Specs: Athlon x2, 3GB Ram, Nvidia Graphics card. Running the new virtual emulator for android. It is really slow. Any way I can speed it up? -- 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: Help! My simple app works in Eclipse Emulator but not on droid

2009-11-29 Thread andrew android
Thanks... I didn't get it for so long until I finally learned that my default values on my preferences view didn't make the stored preference persist so the way I had read the preferences actually meant that on first run of app, an endless loopn was created... Now I have a different problem...

Re: [android-beginners]

2009-11-29 Thread me,Ramesh Yankati
Hi, Saurabha, See basically intent is an Intent object that holds the content of the message. Intent object explicitly name a target component. Android finds that component (based on the declarations in the manifest file) and activates it. But if a target is not explicitly named, Android must

[android-beginners] RingtoneManager, why doesn't it do its job?

2009-11-29 Thread Daliz
Hi, i'm having a problem setting the ringtone for a call. I have an mp3 file stored on /sdcard/media/audio/ringtones/Horse.mp3 and this is how I'm trying to set it as a ringtone: [CODE] RingtoneManager.setActualDefaultRingtoneUri(RingtoneOfTheDay.this, RingtoneManager.TYPE_RINGTONE,

[android-beginners] error

2009-11-29 Thread onDroid
Im getting an error on Hello World. Description ResourcePath LocationType Project 'HelloAndroid2' is missing required source folder: 'gen' HelloAndroid2 Build path Build Path Problem -- You received this message because you are subscribed to the Google

[android-beginners] Re: ActivityManager: - exec '/system/bin/sh' failed: Bad address (14) -

2009-11-29 Thread Adalberto Castelo
On Nov 19, 12:52 pm, Marton Kodok pentiu...@gmail.com wrote: [...] '/system/bin/sh' failed: Bad address (14) - and waiting waiting, but the app didn't show up what's wrong? -- Márton I encountered this problem when I created an AVD without specifying the SD card size in the AVD manager

[android-beginners] Eclipse ADT problems

2009-11-29 Thread Eric
Hi Everyone, I'm new to android development, but have been programming in Java for a few years. I'm having some trouble installing the ADT in eclipse. I got the command line stuff to work with my PATH, and the ADT installed successfully in Eclipse, but when I get to the step where you go into

[android-beginners] Andoid connect to datastore Google App Engine

2009-11-29 Thread Cleber costa
Do I need an integration with the Android app with the app GAE, to be able to obtain information from data storage,until the moment you still can not have an understanding of how to do this without breaking the paradigm of architecture. Has anyone done this integration? -- You received this

[android-beginners] Re: SDK Installation: A folder failed to be renamed or moved

2009-11-29 Thread muki61
On my system, Norton Internet Security caused this problem. What was even more frustrating is that Norton didn't give me a warning or a chance to approve the action. All I got was the same warning from the Android SDK updater. So try temporarily disabling your internet security or add some kind

[android-beginners] Re: Problems installing Android SDK - no target available

2009-11-29 Thread ak08820
Well, to make an Android Virtual Device, one needs a Target also, which is absent. I have the same issue as the original poster. On Nov 16, 1:54 pm, rexowner lap...@gmail.com wrote: You need to make an emulator aka AVD aka Android Vitrual device Go to Window/Android SDK and AVD Manager and

[android-beginners] Re: ActivityManager: - exec '/system/bin/sh' failed: Bad address (14) -

2009-11-29 Thread Adalberto Castelo
On Nov 19, 12:52 pm, Marton Kodok pentiu...@gmail.com wrote: [...] [2009-11-19 19:45:20 - facebooktest2]ActivityManager: - exec '/system/bin/sh' failed: Bad address (14) - and waiting waiting, but the app didn't show up what's wrong? -- Márton I had the same error message when I tried to

[android-beginners] Clear difference between local and remote service?

2009-11-29 Thread Chris
Can anyone explain the difference between a local and remote service? My understanding is that they both run in a new process, but a local service dies when the invoking activity is destroyed - surely this is simply a more complicated version of Thread? -- You received this message because you

[android-beginners] Android Manifest Error, and SMS Sending Program.

2009-11-29 Thread Taylor Perkins
Hey guys, I'm getting the following errors [2009-11-26 21:16:42 - SmsFlood]ActivityManager: Starting: Intent { cmp=com.hwrdprkns/.SmsFlood } [2009-11-26 21:16:42 - SmsFlood]ActivityManager: java.lang.SecurityException: Permission Denial: starting Intent { flg=0x1000

[android-beginners] How to make Big button (text)

2009-11-29 Thread Areeda
I using eclipse to develop an app. In eclipse I set the text size for a button and in the emulator they look as I expect much bigger than default. But when I create the apk and load it into my Motorola Droid the text size looks like the default, no matter what I set it to in the project they are

[android-beginners] Re-writing TCP-client code to Android

2009-11-29 Thread Jonas Christensen
Hey guys, I have a server/client application that I want to re-write to accept a message from an Android phone. Originally it was a program that could send an object from the client to the server(and vice versa), but now I want the client to run on Android and send a message to the server once a

[android-beginners] Re: How to save Setings

2009-11-29 Thread jeremynealbrown
This might help you out: http://developer.android.com/guide/topics/data/data-storage.html#pref On Nov 24, 5:59 pm, Justin Anderson janderson@gmail.com wrote: Have a look at SharedPreferences and PreferenceActivity --

[android-beginners] Why R,java file is missing from Android open source apps

2009-11-29 Thread ChilLfiRe
I am trying to Import open source Android app using Google and SVN plugin for Eclipse but it seems all of them are missing the R.Java file. I couldn't figure out how to generate R.java file or why is it missing? I have tried Importing the project as Android Project and eclipse seems to create the

[android-beginners] please help me to do this task

2009-11-29 Thread aravind
hai all i am a new bie of this android... can any one please help me to get over this task my task is simple that 1) i hav the database of some questions and i retrieved and shown in emulator when i clicked that page it should read the data (means hears the pronounciation of the

[android-beginners] connecting to remote database

2009-11-29 Thread Lynn Ooi
Hi, I am new in android as well as java programming. I need to develop an application which will be able to get the information from a webpage (php page) and use the information in the android app. I write a simple android app but it doesnt work. Can anyone help me with this? or give me some

[android-beginners] How to run Android Market in simulator

2009-11-29 Thread david2
As an Android developer, it seems essential to be able to access the market. Its important to see how other listing appear, to search for competitors, etc. Many developers do not have an actual phone with its ensuing 2 year plan commitment because they also develop for other phone platforms. It

[android-beginners] Can't dispatch DDM chunk 46454154 or 4d505251

2009-11-29 Thread Carly
Hi, I have seen the above problem covered in previous posts. However no one seems to have suggested a method of fixing this issue. I have found that my app will upload onto the emulator, however it always stops unexpectedly. I've seen in previous threads that it could be down to a file system

[android-beginners] problem in running very first app

2009-11-29 Thread Kalpana Kumari
Hello anyone can help me in running my very first application. however Emulator is launched but nothing happened .. On the console following msgs came [2009-11-27 13:58:23 - MyFirstProject]-- [2009-11-27 13:58:23 - MyFirstProject]Android Launch! [2009-11-27 13:58:23

[android-beginners] Re: Custom inputType

2009-11-29 Thread Lee
Thanks for quick answer, And for useful way for setting the InputType in code, My problem is once the InputType is set, along with selecting the keyboard view, the text formatting is also controlled. Is it possible to hide the data formating using TYPE_MASK_CLASS or TYPE_MASK_FLAGS? I have

[android-beginners] change TextView Dynamically

2009-11-29 Thread Ben
can i change a TextView dynamically -- 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@googlegroups.com To unsubscribe from this group, send email to

Re: [android-beginners]

2009-11-29 Thread hemant kumar
you know about android but don't know about google, thats strange! On Thu, Nov 26, 2009 at 5:07 PM, saurabh sinha saurso...@gmail.com wrote: hello any body send their cv who are working on android I need a make a good cv for android beginner so I can apply in company -- You received

[android-beginners] TimePicker newbe Q...what am I missing

2009-11-29 Thread mlandman
Good day, ...first post. I am learning android coding after not programming for a while(I once...long ago...coded in c+ making DOS graphical apps, I script for MS Server support, but I don't count that) and I have a question about my IDE setup: I work on a Vista32 laptop with: Current Android SDK

[android-beginners] Re: Trouble installing SDK

2009-11-29 Thread muki61
On my system, Norton Internet Security was causing the problem with the updater not being able to rename a file. Temporarily disabling Norton allowed the update to succeed. On Nov 17, 10:20 pm, rnoel1962 rnoel1...@gmail.com wrote: - I have downloaded and unzipped android-sdk_r3-windows.zip onto

[android-beginners] Re: SDK Installation: A folder failed to be renamed or moved

2009-11-29 Thread muki61
On my system, temporarily disabling Norton Internet Security fixed this problem. -- 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@googlegroups.com To unsubscribe from this group, send

[android-beginners] customizing the emulator

2009-11-29 Thread stephanos
HI folks, I'm just starting with Android. I'm wondering how I could modify/customize the Android emulator. By that I mean how to take the actual display and put it into another context (for example a TV frame). I would also need to add a few custom functions like Create a Screenshot etc. Can

[android-beginners] on click listener application has stopped unexpectedly

2009-11-29 Thread broomie
Folks Android sdk 1.6 / eclipse I am sure I have been a clot but just using teh android examples http://developer.android.com/guide/tutorials/views/hello-datepicker.html I've checked again and again but cannot find the issue. Error msg is the application HelloDatePicker (process

[android-beginners] Recommended resources/books/websites/etc. for getting up to speed on all I need for Android development

2009-11-29 Thread dburr
Hi folks, Please excuse me if this information has already been covered somewhere. I didn't see this addressed anywhere in the FAQ. I'm interested in getting started with Android software development, and am looking for some recommendations as to resources (books, websites, etc.) on things I

[android-beginners] How to invoke a direction in Google Maps App

2009-11-29 Thread Geoffrey Monté
Hello, I'm trying to learn the Android SDK but I have a problem, and no issue found on this group. In fact: I have an object Store with the properties Latitude and Longitude. I want put a button which launch the google maps app and which prepare the direction, like that : Start : My position End

[android-beginners] Newbie needs help Updating my ADP1

2009-11-29 Thread roland boyd
How do I update my phone to the current 2.0? My current program is running on the 1.6. Any help would do. I've done downloaded the current sdk and all the other proper programs needed. Just need help to run the program. roland -- You received this message because you are subscribed to the

[android-beginners] Trying to Call a webservice on host from ADB

2009-11-29 Thread JoshKrak
Hello all! In the emulator I can make a Http request to the host 10.0.2.2 and my local webserver will catch it. Is there anyway to accomplish this same thing while debugging on an ADB (Motorala Droid)? Thanks, Josh -- You received this message because you are subscribed to the Google Groups

[android-beginners] Long boot for emulator.. avoid restart?

2009-11-29 Thread Donovan Walker
Hello all! New to this group, and to Android. It takes a while to restart the emulator (using eclipse). I test frequently. Is there a way to re-deploy an application to a running emulator? -- You received this message because you are subscribed to the Google Groups Android Beginners group. To

[android-beginners] Re: Android SDK and AVD Manager Failed to fetch URL:HTTPS SSL error

2009-11-29 Thread Drew
Adding the line: sdkman.force.http=true to androidtool.cfg fixed the problem for me. I noticed that some other buttons don't respond to being clicked in the Android SDK manager, this might be the source of the problem. Pressing the space bar after tabbing to the button works fine. I'm running

[android-beginners] Re: New Android Project in Eclipse - Build Target Section Not Selectable

2009-11-29 Thread ak08820
I have the same issue, Vista home 32bit, Eclipse Ganemede. It is sad that the Android dev process fails so early in the startup for a newbie and no help from Android keepers. On Nov 6, 7:13 pm, Luis Vivero luis.viv...@microlands.com wrote: I'm experiencing the same issue. I'm working on Eclipse

[android-beginners] how do you post to this group

2009-11-29 Thread Areeda
I'm sorry. I asked a question about buttons containing only text a few days ago and it has yet to show up in the group. How do you post a question? Joe -- 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: Possible in emulator? Querrying google map? Unlocking Anrdoid Example

2009-11-29 Thread TenaciousJ
That's right. I ran into the same issue. The way I resolved it was that I set up my project in eclipse to target Android platform 1.5 (Level 3). Then I set up the Android Virtual Device (avd) to use Google API Level 3. That provides an android profile platform of 1.5 with the Google API level

[android-beginners] Re: This class was probably produced by a broken compiler.

2009-11-29 Thread CiprianU
Hi Guys, Have you fixed this issue? I'm having the exact same thing, I have seen on android dev groups other posts with this kind of error but their solution didn't worked for me, so I'm still searching. Please help me out with this. Best Regards, Ciprian. -- You received this message

[android-beginners] Permission denied: connect

2009-11-29 Thread Mark
In using the Android SDK and AVD Manager, I'm not able to access the repository.xml file and consequently don't see any packages. https://dl-ssl.google.com/android/repository/repository.xml I can access this URL via the web from the system via a browser, but when I attempt from the Manager I get

[android-beginners] setBuiltInZoomControls - android tutorial

2009-11-29 Thread powersil
hi, new in android - and starting to play with the tutorial's. i tried the helloMap - and the map is going up nicely - but when im adding this: mapView.setBuiltInZoomControls(true); where mapView is a findViewbyId(R.id.mapview); it doesn't work. -- i get an error STOPPED UNEXPECTEDLY... any

[android-beginners] No devices listed in adb devices

2009-11-29 Thread Pierre-Luc Bélanger
Hi, When I started the emulator with Eclipse or with command line it don't show in adb. Step (cmd): 1) C:\Android\android-sdk-windows\toolsemulator.exe -avd Android2.0 (waiting for about 2 minutes to 15 minutes) 2) C:\Android\android-sdk-windows\toolsadb devices List of devices attached Step

Re: [android-beginners]

2009-11-29 Thread Sheridan Saint-Michel
For me it was a combination of a few things. 1) First class IDE. Android allows development and debugging in Eclipse. That is hands down better than any other mobile development environment I have seen, including iPhone. 2) Growing Market. Unlike most of the other mobile platforms (iPhone and

[android-beginners] Noob Question

2009-11-29 Thread Mike Clark
I am following the directions to create the Hello, Android application shown in the tutorial (http://developer.android.com/guide/tutorials/ hello-world.html), but instead of the expected Hello, Android text appearing, all I see are, first of all, the letters A N D R O I D onscreen for a few

[android-beginners] Re: getting my current location

2009-11-29 Thread redants1972
Thanks for the advice. I am still having trouble however. When I add the debug line as advised, the app falls over and as far as I can tell, 'location' is coming out as null. If I comment out the log.i code then it works ok. So it seems to me that there is something wrong with the way I am

[android-beginners] Trackball panning on Google Maps

2009-11-29 Thread wingmanzz
Hi Group, Having just delved into the Android Maps stuff, and have run into something I can't figure out yet. I have set up a basic mapping application, and it works fine. EXCEPT--I cannot pan using the trackball. Panning works fine using the touch screen, and I have overridden the

[android-beginners] Can I update my Motoblur firmware 1.5 to the 2.0?

2009-11-29 Thread placerex
I want to know, i want to be updated. -- 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@googlegroups.com To unsubscribe from this group, send email to

[android-beginners] Welcome

2009-11-29 Thread Blue_tooth2009
Hi, I am a new member in this group, Hi to Every body -- 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@googlegroups.com To unsubscribe from this group, send email to

Re: [android-beginners] Re: This class was probably produced by a broken compiler.

2009-11-29 Thread Marton Kodok
I've fixed by rebuilding the project, but the error is still there on the other project. Greetings from Romania CiprianU wrote: Hi Guys, Have you fixed this issue? I'm having the exact same thing, I have seen on android dev groups other posts with this kind of error but their solution

[android-beginners] Re: Noob Question

2009-11-29 Thread Lance Nanek
That's what Android looks like while it is starting up. You'll see that when the emulator starts no matter what program you run. The emulator can take a long time to start up. I've also occasionally seen it get stuck while starting up. In those cases I've just closed it and tried again and it

[android-beginners] Re: New Android Project in Eclipse - Build Target Section Not Selectable

2009-11-29 Thread Lance Nanek
Eclipse 3.5.1 and Ubuntu 9.10 are working for me. Maybe one thing to check is to make sure that you have some build targets installed. After installing the SDK and setting it up in Eclipse go to the Window menu, then choose Android SDK and AVD Manager, then choose Available Packages. Check to see

[android-beginners] Re: getting my current location

2009-11-29 Thread Lance Nanek
If you use the Logcat view in Eclipse or the adb logcat command from the SDK on the command line you can see why your app is crashing. In this case it is probably that getLastKnownLocation is returning null, which it can as per the documentation:

[android-beginners] Re: Problems installing Android SDK - no target available

2009-11-29 Thread Lance Nanek
Have you tried installing some platforms in the Android SDK and AVD Manager? Here's another thread where I just described that process: http://groups.google.com/group/android-beginners/msg/ab392010286fe2c6 On Nov 26, 10:17 am, ak08820 ak08...@gmail.com wrote: Well, to make an Android Virtual

[android-beginners] Re: Unlock Motorola Cliq and use with ATT?

2009-11-29 Thread farble1670
google is your friend. it seems that for whatever reason, there is no instant unlock. honestly i have no idea about the actual process under the covers but all of the services ask you to wait between 1-24 hours for the code, depending on the phone. yes, as far as i know this the only way ... i've

[android-beginners] Re: How to run Android Market in simulator

2009-11-29 Thread Paul Turchenko
Officially there's no way to use android market from emulator, however, there are solutions. Try googling it, as I can't reference such things in Android groups ;) On Nov 27, 5:05 pm, david2 enki1...@gmail.com wrote: As an Android developer, it seems essential to be able to access the market.

[android-beginners] Re: on click listener application has stopped unexpectedly

2009-11-29 Thread Lance Nanek
When you see the stopped unexpectedly message then you can check the Logcat view in Eclipse or use the adb logcat command line tool from the SDK to see the error. Although in this case it looks like you didn't implement the onCreateDialog method. In order to use the showDialog method you also need

[android-beginners] Re: Clear difference between local and remote service?

2009-11-29 Thread Paul Turchenko
Local service runs in the same process (actually even in the same thread), remote process runs in the separate process. Try playing with services look @ DDMS in processes and threads to see what's really going on. On Nov 26, 4:31 pm, Chris chrisflyn...@gmail.com wrote: Can anyone explain the

[android-beginners] Re: Load Imageview from Internet in Background

2009-11-29 Thread Nithin
Hi, Use AsyncTask for your scenario. For downloading image use doInBackground() in AsyncTask. Check, http://developer.android.com/reference/android/os/AsyncTask.html Thanks On Nov 30, 4:24 am, Nb crotalistig...@gmail.com wrote: This is a  basic question, but frustrating me. I have

  1   2   >