[android-beginners] Rounded corners for EditText

2009-11-02 Thread westmeadboy
I have an EditText view and would like to make the corners more rounded. How can this be done? -- 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

[android-beginners] Re: Very specific question about Foreground / Background tasks...

2009-11-02 Thread Indicator Veritatis
Thank you for a useful post. But it raises a question, one which I am sure the OP will also find relevant: how do you know that an Service's process will not be destroyed by Android (when it runs low on memory) also? The description of the Service lifecycle in

[android-beginners] INSTALL_FAILED_MISSING_SHARED_LIBRARY

2009-11-02 Thread Sasikumar.S
Hi, Any one know about INSTALL_FAILED_MISSING_SHARED_LIBRARY Error. I tried to execute Google Map appluication in android. In that time it is showed INSTALL_FAILED_MISSING_SHARED_LIBRARY exception. If any one know about these. Pls reply to me... -- Thanks Regards Sasikumar.S -- You

[android-beginners] Re-locating a dialog

2009-11-02 Thread Mina Shokry
Hello, I have an alert dialog which I got using AlertDialog.Builder (context).create(). When I call alertDialog.show(), it appears centered on screen (horizontally and vertically). Can I control its position? for example, I want to make it appear on top of screen to still show its parent window.

[android-beginners] Re: Very specific question about Foreground / Background tasks...

2009-11-02 Thread Lance Nanek
If the service has been started, then its hosting process is considered to be less important than any processes that are currently visible to the user on-screen, but more important than any process not visible. Because only a few processes are generally visible to the user, this means that the

[android-beginners] Re: Rounded corners for EditText

2009-11-02 Thread Alex (PS3 Friends)
I think you want to use a 9-patch image. Check out the link below, just researched this last night. http://www.anddev.org/tutorial_buttons_with_niceley_stretched_background-t4369.html On Nov 2, 3:53 am, westmeadboy westmead...@yahoo.co.uk wrote: I have an EditText view and would like to make

[android-beginners] Re: Re-locating a dialog

2009-11-02 Thread I82Much
http://stackoverflow.com/questions/1583237/androidui-related-questions I am not aware of an API to change the position of a dialog. You may be better served creating an activity and using android:theme=@android:style/Theme.Dialog to make it look like a dialog. If you go that route, you will then

Re: [android-beginners] how you structure your Java code inside /src/

2009-11-02 Thread Justin Anderson
In packages. Classes in those packages are set up just like normal java classes. Check out the tutorials... they should get you started -- There are only 10 types of people in the world... Those who know binary and those who

Re: [android-beginners] Starting a service from top-level launcher

2009-11-02 Thread Justin Anderson
Not that I am aware of. However, you can create an activity that doesn't display a UI... Just give it a transparent theme and set it to not display the title bar. Then it appears to the user as if nothing happened. However, I wouldn't recommend that unless it is absolutely necessary... Seems

[android-beginners] Activity background image problem

2009-11-02 Thread Liviu Ungureanu
Hi! I want to set a image as background for my application but the quality of image what is shown is poor. Is possible to increase the quality of background image? Thank you! -- You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this

[android-beginners] Problem with Ubuntu 9.10? Please read!

2009-11-02 Thread Xavier Ducrohet
Hello everyone, several people are reporting problems when using the SDK manager with ubunto 9.10 We are looking into it, but some people found a workaround: In your terminal run export GDK_NATIVE_WINDOWS=true and then run your android tools. For more information and links to some related

[android-beginners] Re: Fresh Android 2.0 instance gives error on Accounts screen

2009-11-02 Thread Greg Jastrab
I'm also experiencing this, running the emulator on both OS X and Ubuntu. On Oct 28, 11:53 am, Scorpicon aar...@gmail.com wrote: I downloaded the Android SDK for the first time yesterday, and installed all of the available packages.  I created a new virtual device using Android 2.0 (API Level

[android-beginners] Re: Audio hijack?

2009-11-02 Thread Tim
On Oct 29, 11:31 pm, Luis LDQ eros...@gmail.com wrote: Is there a way for an application to access the system audio stream or the audio stream of another app?  NDK? Nope -- You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this

[android-beginners] Replace Android Default Home application with my application on runtime.

2009-11-02 Thread Anne
Hello All, Is it possible to write an application with an Activity containing a Button, and on click of the Button the default Home application is replaced with my Home Screen Application( not using the ResolverActivity Dialogue Box)? Any suggestions on how to do is appreciated. Regards, Anne

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

2009-11-02 Thread Jackie Yang
After Installing Android 2.0 + Google API level 5, I couldn't find Google Map icon on the desktop even I started emulator with Google API level 5 AVD. Anybody knows what happened? Thanks. - Original Message - From: Xavier Ducrohet x...@android.com To:

[android-beginners] Is that compulsory to use Java developing android apps????

2009-11-02 Thread defyer
Hi, there! I'm fresh to Android development and am a C/C++ programmer hence not quite familiar with Java things so, is that requested to use Java here under Android system? thanks!!! Johnson -- You received this message because you are subscribed to the Google Groups Android Beginners

[android-beginners] The default Android UI

2009-11-02 Thread Amar
I was wondering if anyone could tell me about the Android UI, specifically whether the default UI uses graphics hardware acceleration or not. -- 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] Colors from bitmap

2009-11-02 Thread Andareena Vootog
hi if you are using bitmap, use an integer array to store the bitmap. use bitmap.getPixel() to get the corresponding bitmap in integer array. By using bitwise rotation operation, we will get RGB values. (Also byte array can be used). See the code below. int[] pix = new

Re: [android-beginners] R cannot be resolved

2009-11-02 Thread Andareena Vootog
Hi If u are not able to access ur local resources using 'R', its because u've imported android.R package. Just delete it and see. Thanks and Regards, Vootog Andarena Vootog Information Systems http://www.vootog.com Pvt. Ltd On Sat, Oct 31, 2009 at 12:30 PM, eldo iameldoja...@gmail.com

[android-beginners] Using SD card image (windows)

2009-11-02 Thread Krzysztof Wolny
Hey I wanted to know what is the easiest way to use (copy files from/to) SD card emulation file on Windows? On *nix i can mount it to some directory. On Windows? I can use some tools like UltraISO but it's not the same (it's a application, image is not working 'one the fly'). Any ideas? -- You

[android-beginners] Re: list of best Android Dev forums/discussions

2009-11-02 Thread Tim
I am looking to a forum or discussion where there is more activity then here. As I have some questions, and I want to get answers for them very quickly, and I don't want to wait days until I get answers. There's anddev.com and you can try the irc channel #android on freenode. -- You

[android-beginners] Re: Rank Newbie Trying to Start with 2.0

2009-11-02 Thread Carlos
Same here can't seem to figure this one out - cant connect to sites cant see the any patforms etc please someone On Oct 29, 7:15 pm, DrOrb leswey...@gmail.com wrote: Maybe my timing is terrible, but I attempted to install Eclipse and Android Platform 2.0 from scratch. I installed the

[android-beginners] Android 2.0 Exchange support

2009-11-02 Thread Henrik
Hi, I used the emulator to test connecting to the company Exchange server (after first confirming that it could connect to other email accounts just fine). While it seems that the account was successfully created and configured, it does not synchronize anything. My company enforces client security

[android-beginners] Re: Arch Linux 64-bit install

2009-11-02 Thread sCrIpT mUnKeE
Were you guys/gals able to get you Android dev environments working under Archlinxu 64-bit? If not, let me know. I've gut mine up and working with the 2.0 version of the SDK. Ken On Sep 18, 3:34 pm, Lee Jarvis ljjar...@googlemail.com wrote: That's really strange. All that happens when I try to

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

2009-11-02 Thread Shuo HUANG
When start the SDK setup.exe, the program is automatically terminated! Shuo -- 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] Cannot create avd

2009-11-02 Thread Evan
I followed the installation instructions and then started reading the tutorial. When I executed the line: android create avd --target 2 --name my_avd I got the below error. I then listed the targets and saw that there are none. Did I not install something? Thank You --Evan Microsoft Windows

[android-beginners] Re: Fresh Android 2.0 instance gives error on Accounts screen

2009-11-02 Thread BK
I guess I don't understand what this means? I added my Exchange account using the email app, so I know it exists. But the contacts Accounts menu option still crashes like this. Are you saying we should wait for the r6 build? Or maybe go back to r4? Are there any logs on the sync from Exchange

[android-beginners] Re: how does one change the font COLOR in an applicaton

2009-11-02 Thread Vootog andarena
Hi,, Change the fontcolor of textview or edittext with android:textcolor=#c. OR put an xml colors.xml in res\values. colors.xml - ?xml version=1.0 encoding=utf-8? resources color name=opaque_red#ff00/color color name=green#ff22ff11/color color

[android-beginners] RGB from bitmap

2009-11-02 Thread Andareena Vootog
hi if you are using bitmap, use an integer array to store the bitmap. use bitmap.getPixel() to get the corresponding bitmap in integer array. By using bitwise rotation operation, we will get RGB values. (Also byte array can be used). See the code below. int[] pix = new

Re: [android-beginners] RGB from bitmap

2009-11-02 Thread Jeffrey Blattman
http://developer.android.com/reference/android/graphics/Color.html On 10/31/09 4:31 AM, Andareena Vootog wrote: hi if you are using bitmap, use an integer array to store the bitmap. use bitmap.getPixel() to get the corresponding bitmap in integer array. By using bitwise rotation

[android-beginners] No internet connection in emulator

2009-11-02 Thread erisa
After a fresh install of ubuntu 9.10 and the Android SDK, I discovered that the emulator has no internet access. All websites produce the Page not available screen when accessed by the Android browser (1.6). I do not have a firewall and my internet access from my computer is fully functional.

[android-beginners] Quick contact

2009-11-02 Thread Krzysztof Wolny
Hey I wonder if there is possibility to handle a quick contact custom IM. For example, user adds IM type GG (most popular IM in Poland) and the GG number 123456. I want to provide service to: - show GG icon on quick contact bar - contact with selected user by given GG number Can I do that? I

[android-beginners] SOAP on Android

2009-11-02 Thread Sobert
Hi, I work on an app, and I need to insert new lines on a remote database, and getting an int from the server. After a few research, I've found out that it won't be a good thing to directly connect to the remote database, and I've find that it would be better to use SOAP or REST. For my needs

[android-beginners] Re: How to use external library in Android project

2009-11-02 Thread Sj
Hi, Naveen I know how to add .jar file in project explorer. But when Android build the project, it doesn't add the external class. That's why the application (which built successfully) got crash when I run it in the Android emulator. Any other way you know? On Oct 30, 6:02 am, Naveen Krishna Ch

[android-beginners] Have you ever has a experience with JSP

2009-11-02 Thread bhathiya
What do you think about jsp -- 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+unsubscr...@googlegroups.com

[android-beginners] Re: sending mock location data to emulator?

2009-11-02 Thread Tim Hutt
2009/10/30 Le Mai Tung choconlangth...@gmail.com: Thanks for replying, No, I tried turning off all firewalls already. What I want is not the correct location data, just get the devices connected and fake any location. So have you tried other methods (ddms). Which one is the easiest way?

[android-beginners] Re: Very specific question about Foreground / Background tasks...

2009-11-02 Thread tob
Thanks, RichardC, I actually *did* start there and read a bit about various methods regarding BACKGROUND tasks/services/etc but was looking for confirmation from any actual developer that might have used these features (to ensure they were not futuristic.) So now, I see a looming curve of

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

2009-11-02 Thread Archana
I am also facing the same error...SSL Peer shut down incorrectly anybody fixed this error? On Oct 30, 7:00 am, Jon waters@gmail.com wrote: I was able to disable the Japanese? characters by going to Settings application, then Language Keyboard settings, and unticking the Japanese stuff.

[android-beginners] Importing existing source into NetBeans

2009-11-02 Thread Kevin
Okay, first off, I have used Eclipse and will probably start using it for Android development, but I've got a machine with netbeans 6.7 on it, and I thought I'd try it out. I found a couple of web pages about using existing sources in netbeans, and I gave it a try. In a nutshell, here is what I

[android-beginners] Re: alarm manager confusion

2009-11-02 Thread marc
jeffrey, how did you solve the problem? i made a own process for the broadcastreceiver (as said in the linked theme), so i have 2 processes now: cycle: 1. user starts application 2. user schedules the alarm in the application current processes: - application 3. scheduled alarm expires first

[android-beginners] Reg the shared user id between application

2009-11-02 Thread raji
Hi, I just started with Android.I came across this concept two applications to share the same user ID, in which case they will be able to see each other's files.Have got some silly doubts reg this. What exaclty does this mean?My basic doubt is if two applications can share the data's,and that

[android-beginners] Re: How to Replace of existing default Application by the Application created by me without user intervention

2009-11-02 Thread Anne
I want to replace the Androids Default Home screen with my Home Application. How can I remove these Properties form the Androids Default Home screen? One more Query I had Was. Is it possible to write an application with an Activity containing a Button, and on click of the Button the default Home

[android-beginners] Re: Andoird SDK 2.0

2009-11-02 Thread elpuerco
The AVD does not work, period! I have tried numerous times and all I get is connection errors! On Oct 30, 6:38 am, Desu Vinod Kumar vinny.s...@gmail.com wrote: Just go to AVD Manager and Check the Update and do there On Fri, Oct 30, 2009 at 11:57 AM, Sasikumar.S

Re: [android-beginners] Re: How to Replace of existing default Application by the Application created by me without user intervention

2009-11-02 Thread Jeffrey Blattman
there are several home replacement apps on the market. you might try contacting the developers and seeing if they can give you some pointers, or if their apps are open source you could take a look at the source. On 10/29/09 11:54 PM, Anne wrote: I want to replace the Androids Default Home

[android-beginners] Re: ADT 0.9.4 not working on Mac 10.6 (at least for me)

2009-11-02 Thread Carl
Xav, Here is the entire log from install until 7:00AM this morning: FYI - I did change the Java order hoping that might be it. I do have this running on a beta version of Snow Leopard but I noticed it didn't have 64-bit Java on that build. Also, I verified that I can run android and create

Re: [android-beginners] Re: alarm manager confusion

2009-11-02 Thread Jeffrey Blattman
hmmm. i'd suggest not killing any processes. the problem would be if under normal OS usage, the alarm is not activated. i can't say i understand exactly how the OS handles alarms, but perhaps forcefully killing processes interrupts it's workings. On 10/30/09 4:04 AM, marc wrote: jeffrey, how

[android-beginners] Re: How to Replace of existing default Application by the Application created by me without user intervention

2009-11-02 Thread Anne
I need to replace the default Android Home screen. How can I change the properties of the default Android Screen?. And One more query that I had was , is it possible to write an application (not uses the ResolverActivity Dialog Box) that starts and activity with some buttons and on click of the

[android-beginners] How to download?

2009-11-02 Thread roly
Hi, I'd like to download a file (.ics) over http, in background, but I don't know to do that. I've tried this tuto: http://developerlife.com/tutorials/?p=369 but it does'nt work: it says that it c'ant instantiate the type httpClient. Can anyone give me an example/a solution? Thanks -- You

[android-beginners] Re: SDK r3 on Ubuntu 9.10

2009-11-02 Thread Brian F
No. That link doesn't help. On Oct 31, 4:35 pm, Liviu Ungureanu smartli...@gmail.com wrote: Hi!    Maybe this will help :http://androidandme.com/2009/10/news/how-to-install-android-sdk-and-p... Regards! -- You received this message because you are subscribed to the Google Groups Android

[android-beginners] Error occurs when layoutopt is run.

2009-11-02 Thread Ronald Mak
When I run layoutopt, the following error occurs: Exception in thread main java.lang.NoClassDefFoundError: lib \layoutopt/jar Caused by: java.lang.ClassNotFoundException: lib\layoutopt.jar at java.net.URLClassLoader$1.run(Unknown Source) at

[android-beginners] can't download ADT Eclipse plugin

2009-11-02 Thread Dones
Hi guys, i've just installed Eclipse classic 3.5.1 and i've troubles downloading the Android ADT Plugin... When i put the address https://dl-ssl.google.com/android/eclipse/ (with or without s in http) nothing is seem to happen...it seems to loading something (maybe it connects with google server)

[android-beginners] Re: No project types show up in Eclipse 3.5 Galileo

2009-11-02 Thread Rainer
Hi Scott and others, I have the same problem with Google Web Toolkit and Google App Engine plugins. The installation of the plugins went ok, they are visible in the list of installed plugins, but I don't see the project types show up in the toolbar and menus, even not when I try File New

[android-beginners] Re: Can't run application in emulator from eclipse

2009-11-02 Thread alanlight
Anybody had any luck with this? This seems to be a common problem among some people and I just tried it with SDK 2.0 and got the same results. On Oct 25, 9:06 pm, alanlight lighta...@gmail.com wrote: Eclipse 3.5 Android SDK 1.6 Windows XP When attempting to run a simple HelloAndroid

[android-beginners] Re: Eclipse problem: R cannot be resolved

2009-11-02 Thread skyhigh
R.java is a file that the android eclipse plugins creates while bulding your application. R.java is created under the gen directory. This file is generated from the information in the res directory. If you run select Project - Clean... on the eclipse menu it will remove and then regenerate the

[android-beginners] Re: Accessing Market through ACTION_VIEW Intent

2009-11-02 Thread davemac
The problem is the emulator. It doesn't come with Market. And you can't access Market over the Internet either. Not like you want for testing purposes. Some time ago there were some versions of Market floating around that could be installed onto the emulator. I tried one this morning on the Eclair

[android-beginners] Re: SDK r3 on Ubuntu 9.10

2009-11-02 Thread Drew
here's what I've figured out so far guys The problem with HTTPS ERROR is that you need to add the line sdkman.force.http=true to your androidtools.cfg file. I'm haveing the same issue with it letting me view what updates are availible but not downloading, if you get an older version of SDK, it

[android-beginners] Slow emulator

2009-11-02 Thread Curran
Hi guys, Pretty new to the whole Android idea, I am buying the HTC hero soon and would quite like to develop for it. I have found on my PC that the emulator runs really slowly- to get to actually being able to use my app when emulating takes around a minute and a half. Can anyone suggest why? I

[android-beginners] gridview using array.xml

2009-11-02 Thread rgborn
I am trying to figure out a way to replace the following code in the ImageAdapter class private Integer[] mThumbIds = { R.drawable.sample_2, R.drawable.sample_3, R.drawable.sample_4, R.drawable.sample_5, R.drawable.sample_6, R.drawable.sample_7,

[android-beginners] Re: Problem with ADT plugin in Eclipse Galileo

2009-11-02 Thread Rainer
Guys, did you find a solution already? I have the same kind of problem: Running Ubuntu 9.04 + Eclipse 3.5 Galileo. I installed the Google App Engine Java SDK 1.2.6 plugin, the Google Plugin for Eclipse 3.5, and the Google Web Toolkit SDK 1.71 plugin. The installation went ok, and the plugins

[android-beginners] Re: SDK r3 on Ubuntu 9.10

2009-11-02 Thread Brian F
Bruce, Thanks for the tip. It looks like someone else posted a similar suggestion here: http://georgia.ubuntuforums.org/showpost.php?p=8202792postcount=4 Configuring the force http setting in androidtools.cfg seems to have done the trick for me. My laptop is currently [slowly] downloading new

[android-beginners] Re: Eclipse problem: R cannot be resolved

2009-11-02 Thread skyhigh
R.java is a file that the android eclipse plugins creates while bulding your application. R.java is created under the gen directory. This file is generated from the information in the res directory. If you run select Project - Clean... on the eclipse menu it will remove and then regenerate the

[android-beginners] blackberry messenger

2009-11-02 Thread dlion
my son and wife both have blackberry tours. my son in studying in england for a year. he and my wife are able to send blackberry messages (bbms) back and forth for free. i have a samsung 740 and can only send text messages to him via facebook for free, but the facebook implementation on my phone

[android-beginners] Re: Eclipse problem: R cannot be resolved

2009-11-02 Thread skyhigh
R.java is a file that the android eclipse plugins creates while bulding your application. R.java is created under the gen directory. This file is generated from the information in the res directory. If you run select Project - Clean... on the eclipse menu it will remove and then regenerate the

[android-beginners] Help getting platform

2009-11-02 Thread Drew
let me first say that I'm new to Adroid and SDK Problem: when I try to download the any platform under the Availible Packages section of the Android GUI, it doesn't do anything when I click Install Selected. It will get the list and show me what can be downloaded, but won't actually download it.

Re: [android-beginners] Re: SDK r3 on Ubuntu 9.10

2009-11-02 Thread Pete Clare
running eclipse with a shell script of: export GDK_NATIVE_WINDOWS=1 ./eclipse as per: http://ubuntuforums.org/showthread.php?t=1285796 and installing all sdk s/w within eclipse seemed to fix it for me. last time i upgrade the o/s right before i want to do some coding! -- You received this

[android-beginners] Re: Eclipse problem: R cannot be resolved

2009-11-02 Thread skyhigh
R.java is a file that the android eclipse plugins creates while bulding your application. R.java is created under the gen directory. This file is generated from the information in the res directory. If you run select Project - Clean... on the eclipse menu it will remove and then regenerate the

[android-beginners] Using XML array in program

2009-11-02 Thread Mats
Hello, I'm still a beginner with android (and also with Java a Little bit) and i have a problem i have and XML document in values with an array in it: ?xml version=1.0 encoding=utf-8? resources string-array name=groups item-/item itemAP_KEU1-1/item

[android-beginners] Re: Get an array of colors from an image

2009-11-02 Thread Vootog andarena
hi if you are using bitmap, use an integer array to store the bitmap. use bitmap.getPixel() to get the corresponding bitmap in integer array. By using bitwise rotation operation, we will get RGB values. (Also byte array can be used). See the code below. int[] pix = new

Re: [android-beginners] list of best Android Dev forums/discussions

2009-11-02 Thread Mark Murphy
Marton Kodok wrote: I am looking to a forum or discussion where there is more activity then here. The Android Google Groups are the world's largest, most active areas for developer questions and answers. As I have some questions, and I want to get answers for them very quickly, and I don't

[android-beginners] can't start application in the emulator

2009-11-02 Thread nickoff
I'm using eclipse as IDE. I have last SDK 2.0 installed and eclipse set up as discribed. I tried different example applications , e.g. Hello World, Snake. I can compile an application without errors and start the emulator, but the application doesn't start. I see only the android desktop. -- You

[android-beginners] Re: Very specific question about Foreground / Background tasks...

2009-11-02 Thread tob
Thanks Ver. and Lance... If the funding comes through for this project I will be jumping in with both feet, held nose, and eyes WIDE open But it was hard to commit to the real goal not knowing if Android would even allow me. (As I originally said, I had gone down the iPhone path looking for

[android-beginners] Re: Problem with Ubuntu 9.10? Please read!

2009-11-02 Thread Songmak
Hi Xavier, This workaround worked for me to get SDK up an running on Ubuntu 9.10 but now when I try to create an Android Project in Eclipse a Target cannot be selected. It appears to be a UI issue since I am able to see the very top of the header line. Not being able to select a target does not

Re: [android-beginners] Re: Very specific question about Foreground / Background tasks...

2009-11-02 Thread Mark Murphy
Indicator Veritatis wrote: Thank you for a useful post. But it raises a question, one which I am sure the OP will also find relevant: how do you know that an Service's process will not be destroyed by Android (when it runs low on memory) also? It will. Please note that this does not explain

Re: [android-beginners] Starting a service from top-level launcher

2009-11-02 Thread Mark Murphy
Anders Feder wrote: I am trying to make a 'headless' (i.e. UI-less) application. Is it possible to start a service in my application from the top-level launcher (the one accessed from the Android home screen) directly, that is, without the launcher starting an activity which then start the

[android-beginners] AAPT usage different between 1.1 and 1.5

2009-11-02 Thread BallFlanders
Hello there, I used an build.xml file for building projects with ant with 1.1 sdk. When wanted to switch to 1.5_1 or 1.5_3 SDK, the aapt located now under platforms\android-1.5\tools is not working with the build.xml. The target for aapt is: exec executable=${aapt} failonerror=true

[android-beginners] Re: Rank Newbie Trying to Start with 2.0

2009-11-02 Thread Joshua
I'm also stuck on this On Oct 29, 12:15 pm, DrOrb leswey...@gmail.com wrote: Maybe my timing is terrible, but I attempted to install Eclipse andAndroidPlatform 2.0 from scratch. I installed the R3 SDK and Eclipse. When I ran the Eclipse'sAndroid SDK and AVP Manager, the https: URL didn't

[android-beginners] Error with Eclipse

2009-11-02 Thread 8bit
When I go to Window Preferences Android I get this issue: [2009-11-01 19:48:56 - ddms]Could not open Selected VM debug port (8700). Make sure you do not have another instance of DDMS or of the eclipse plugin running. If it's being used by something else, choose a new port number in the

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

2009-11-02 Thread Bilthon
I was having the exact problem, until I solved it by downloading the eclipse plug-in. Once the plug-in was installed, I realized that if you go to the eclipse menu and select Window-Android SDK and AVD Manager (This is all using eclipse Galileo) you get the same configuration window as if you go

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

2009-11-02 Thread baddestguy
Hey Jeffery, If i were to unlock my motorola cliq would the 3g coverage, mms and other stuff still work on my t-mobile? Thanks!!! On Oct 17, 6:35 pm, Jeffrey Blattman jeffrey.blatt...@gmail.com wrote: that's how unlocking works for many other smartphones ... pay some shady company $5 to $30  

[android-beginners] Re: Audio Stream Processing

2009-11-02 Thread Tim
You can write native functions using the NDK. It should work on any android phone. The only downside to this approach is that it can be tricky to transfer large amounts of data between the Java VM and you native code quickly. See http://developer.android.com/sdk/ndk/1.6_r1/index.html On Nov 1,

[android-beginners] BE:Display resolution of android

2009-11-02 Thread Sagar Gajjar
Hi friends, I am new to android and I m not having much knowledge about android. What is the maximum resolution I can get from android for video and if I want to increase resolution what changes I need to do. Regards, Sagar Gajjar -- You received this message because you are

[android-beginners] Re: SDK Setup on Windows

2009-11-02 Thread mellery451
On Nov 1, 10:31 pm, Raphael r...@android.com wrote: On Thu, Oct 29, 2009 at 10:20 AM, mellery451 mellery...@gmail.com wrote: sorry for the delay in responding. Here is the output: C:\android\android-sdk-windowstools\android.bat Starting Android SDK and AVD Manager Error: Error parsing

[android-beginners] ADT Plugin for Eclipse on Ubuntu 9.10

2009-11-02 Thread Waspinator
I can't install the ADP plugin for eclipse 3.5 on Ubuntu 9.10. My first problem was that http://dl-ssl.google.com/android/eclipse/ was not checked, and I would get an error. Once I did that, It let me click next and it progresses to 64%, and asks me Warning: You are installing software that

Re: [android-beginners] Re: SDK Setup on Windows

2009-11-02 Thread Shuo HUANG
I'm having the same problem. Get nothing so far. On Mon, Nov 2, 2009 at 12:31 AM, Raphael r...@android.com wrote: On Thu, Oct 29, 2009 at 10:20 AM, mellery451 mellery...@gmail.com wrote: sorry for the delay in responding. Here is the output:

[android-beginners] Cannot see map in my mobile device

2009-11-02 Thread newbie123
Hello, THis is my first time deling with MapActivity and I was able to work the MapView example , go it to compile and launched it on my device, but I dont see it displaying any maps. It just shows the white screen with zoom button an d the overlay drawable png image I have. can any one tell me

[android-beginners] Re: Can't run application in emulator from eclipse

2009-11-02 Thread marc.immediato
I'm having the same problem on a Mac running Snow Leopard. Can't seem to find a solution either. On Oct 25, 8:06 pm, alanlight lighta...@gmail.com wrote: Eclipse 3.5 Android SDK 1.6 Windows XP When attempting to run a simple HelloAndroid application, the emulator starts up and then my

[android-beginners] Installing Android Tools in Eclipse on Ubuntu

2009-11-02 Thread MrBaseball34
Ubuntu 9.10 (Karmic Koala) hosted in VirtualBox VM on WinXP SP3 Eclipse 3.5.1 Was able to install the SDK but cannot install the Android tols in Eclipse. I enter https://dl-ssl.google.com/android/eclipse/, the little progress bar goes at the bottom/right but the Next button never gets enabled and

[android-beginners] Cannot debug using emulator with DROID skin

2009-11-02 Thread Zookie
Just setup Eclipse, ADT, SDK, and DROID skin. Set path to include SDK tools directory. Wrote the Hello World (Hello Android) app. I can run the app, emulator starts, but app does not start. If I go into applications, I can manually run the application and it works properly. The app should be

[android-beginners] Calling all users!

2009-11-02 Thread MellyCantu
Hello guys, I am currently with a strong Wireless Telecom company in Dallas, TX. They have several entry level positions with anyone who has worked on any projects with Android and/or LiMo. Please feel free to contact me at melissaca...@worldlink-us.com Thank you Melissa Cantu

[android-beginners] KeyboardView issue

2009-11-02 Thread Cristei Alexandru
Hello, I am trying to create my own keyboard because I need it in one of my application. The problem is when I can seem to get the KeyboardView to get displayed without an exception. I tried two ways: 1. - I had the KeyboardView in my main.xml layout file: ... LinearLayout ...

Re: [android-beginners] Slow emulator

2009-11-02 Thread Jeffrey Blattman
on my mac, i find the emulator runs at about the same speed as my phone. i don't know if that's by design or just a coincidence. how slow is slow? On 11/1/09 1:44 PM, Curran wrote: Hi guys, Pretty new to the whole Android idea, I am buying the HTC hero soon and would quite like to develop

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

2009-11-02 Thread Jeffrey Blattman
well ... what carrier was the phone made for? i know att and t-mo's 3g networks are not compatible. so if it's locked to say t-mo and you want to unlock it and use it on att, you won't get 3g (you'll get edge only). if you are just staying with t-mo (or whoever), then unlocking won't affect

Re: [android-beginners] Installing Eclipse and Android etc WOES!!!

2009-11-02 Thread Justin Anderson
Try using http instead of https -- There are only 10 types of people in the world... Those who know binary and those who don't. -- On Fri, Oct 30, 2009 at 4:13

Re: [android-beginners] Is that compulsory to use Java developing android apps????

2009-11-02 Thread Justin Anderson
Ummm yes you have to use Java. Have you read the docs? Also, there are several threads already about integrating (to a certain degree) C/C++ code using the NDK. Just search for C++. Thanks, Justin -- There are only 10

Re: [android-beginners] Can't start apps in emulator

2009-11-02 Thread Justin Anderson
Look at the logcat output -- There are only 10 types of people in the world... Those who know binary and those who don't. -- On Mon, Nov 2, 2009 at 7:56 AM,

[android-beginners] Re: Is that compulsory to use Java developing android apps????

2009-11-02 Thread Indicator Veritatis
I have to agree with Justin. It makes no sense to try to use Android with anything else. By design, the SDK supports Java and supports it well. Trying to use any other language would be like trying to empty the ocean with a micropipette. Since you already know C++, you already know most of the

[android-beginners] Re: Installing Android Tools in Eclipse on Ubuntu

2009-11-02 Thread Indicator Veritatis
Unless this turns out to be a common problem, one that others have already seen and solved, I think we are going to need more information. Can you, for example, run Wireshark at the same time and verify whether or not you connected to the SSL server at all? Can you verify whether it finished the

[android-beginners] Re: Installing Android Tools in Eclipse on Ubuntu

2009-11-02 Thread Indicator Veritatis
Come to think of it, the problem sounds like the same described in http://groups.google.com/group/android-beginners/browse_thread/thread/60eb36682825266c. But this means that the solution really is much simpler than I thought at first: just use 'http' instead of 'https'. Now if only we can get

Re: [android-beginners] Is that compulsory to use Java developing android apps????

2009-11-02 Thread Agus
you can use Scala On Thu, Oct 29, 2009 at 11:22 PM, defyer yn.johnson...@gmail.com wrote: Hi, there! I'm fresh to Android development and am a C/C++ programmer hence not quite familiar with Java things so, is that requested to use Java here under Android system? thanks!!! Johnson --

[android-beginners] Re: Trouble editing XML files with Eclipse Galileo SDK 1.6

2009-11-02 Thread erisa
I have the exact same problem with a fresh install in Ubuntu 9.10. I have to close the project and reopen, even though there are no errors in the xml. Bizarre! On Oct 26, 4:02 am, kjell.w.krona kjell.w.kr...@gmail.com wrote: I now found out, that if I close and the reopen the project, the

  1   2   >