[android-beginners] Re: Andoird SDK 2.0

2009-10-29 Thread Desu Vinod Kumar
Just go to AVD Manager and Check the Update and do there On Fri, Oct 30, 2009 at 11:57 AM, Sasikumar.S wrote: > > > Hi, > > > How to download Andoird SDK 2.0 file... > I need Andoird SDK 2.0 like 1.5... > I tryed to download that. > But it downloaded only 2.0 file updates. > we want to update it

[android-beginners] Andoird SDK 2.0

2009-10-29 Thread Sasikumar.S
Hi, How to download Andoird SDK 2.0 file... I need Andoird SDK 2.0 like 1.5... I tryed to download that. But it downloaded only 2.0 file updates. we want to update it from 1.5 or 1.6... Any one know how to donwload 2.0 pls reply to me -- Thanks & Regards Sasikumar.S --~--~-~--~--

[android-beginners] Re: Please help me with starting program

2009-10-29 Thread Justin Anderson
Do you have a file named main.xml in your res/layout folder? -- There are only 10 types of people in the world... Those who know binary and those who don't. --

[android-beginners] Re: Book recommendation

2009-10-29 Thread Maxood
"Begining Android" by Mark Murphy and "Hello Android" by Ed Burrnette are good books for beginners. On Oct 26, 8:48 pm, Tim wrote: > I have some Linux development experience, and would like a > recommendation on a good book to buy introducing me to Android. --~--~-~--~~~-

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

2009-10-29 Thread Naveen Krishna Ch
Eclipse provides an option to add the *.jar files in external libraries. 2009/10/29 Sj > > Hi, Android developers > > I am trying to create very simple 'http client using Jersey API'. > So I included Jersey library (such as jsr311-api-1.0.jar) as > Referenced Library. > > And my code build well.

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

2009-10-29 Thread Jon
I was able to disable the Japanese? characters by going to Settings application, then Language & Keyboard settings, and unticking the Japanese stuff. On Oct 29, 5:20 pm, Mitch wrote: > My emulator is showing what looks like Chinese characters when I try > to enter names into the address book.  I

[android-beginners] Re: Including 3rd party jars in Android App

2009-10-29 Thread sundancebleu
Ok, I feel like an idiot. The jar file I was including was built by someone else and I was assuming it wasn't dependent on any other jars. It turns out it was, so that was the issue. I just jumped to the worst case scenario instead of considering the simplest. Thanks for all that help everyone

[android-beginners] Motorola Droid Virtual Device

2009-10-29 Thread jacobglad...@yahoo.com
I'm trying to work through device independent UI layouts and such. I'd like to setup a virtual device that is sized appropriately for the Motorola Droid handset to be released on verizon's network. In the Android SDK and AVD Manager, I created a new virtual device with the WVGA854 skin, targetint

[android-beginners] Audio hijack?

2009-10-29 Thread Luis LDQ
Is there a way for an application to access the system audio stream or the audio stream of another app? NDK? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send emai

[android-beginners] SDK r3 on Ubuntu 9.10

2009-10-29 Thread Brian F
I'm a n00b having trouble getting the Android 2.0 SDK running on Karmic Koala. I'm attempting to follow these: http://developer.android.com/sdk/index.html#quickstart directions, however when I try to add SDK components as directed from this link: http://developer.android.com/sdk/adding-compon

[android-beginners] Re: UnsatisfiedLinkError in Native Method

2009-10-29 Thread Mark Murphy
Ostaski wrote: > OK, I found libjpeg.so in DDMS File Explorer under /data/data/ > com.androidsecurity.wiia/lib/, so changed my loading to: > System.load("/data/data/com.androidsecurity.wiia/lib/libjpeg.so"); > and now the dalvikvm can find it. > > But now logcat shows: > > WARN/dalvikvm(757): No

[android-beginners] Browser not working when behind a proxy

2009-10-29 Thread Feh
Hi, I'm currently behind a proxy, and with the Android 2.0 I'm unable to access any pages that use the proxy (i.e. the internet). I have tried the following: - Used Settings -> Wireless/Networks -> Mobile Networks - APN and set up a new APN with my proxy's IP address and port. - Used -http-proxy

[android-beginners] get incoming call number

2009-10-29 Thread nchreyes
I need to get the incoming call number, search it on a database if it is there, hang up. any idea Nelson --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email t

[android-beginners] Re: ADB and T-Mobile Pulse

2009-10-29 Thread Tim
Hmm thought I replied to this. 1. You need the latest 2.0 SDK. 2. You need to use 12d1 rather than 0bb4 for the vendor ID. The Android Dev Guide is wrong. Even then adb does not pick up the correct serial number for the device, so it will work from the command like if you use ./adb - d ... b

[android-beginners] Re: What am I doing wrong (installing and setting up Android SDK)

2009-10-29 Thread Abbaddon
I assume you installed the Java SDK kit already? If not install it now. If so start Eclipse, then click on "Window" in the file menu, then "Preferences". In the Preferences dialog find the navigation entry named "Java" and click on the little arrow next to it, in the menu that drops down click o

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

2009-10-29 Thread DrOrb
Maybe my timing is terrible, but I attempted to install Eclipse and Android Platform 2.0 from scratch. I installed the R3 SDK and Eclipse. When I ran the Eclipse's Android SDK and AVP Manager, the https: URL didn't work, so I added the non- SSL http: URL and saw some components, but no platforms.

[android-beginners] Re: SDK Setup on Windows

2009-10-29 Thread mellery451
Here is the output: C:\android\android-sdk-windows>tools\android.bat Starting Android SDK and AVD Manager Error: Error parsing the sdk. Error: C:\android\android-sdk-windows\platforms is missing. Error: Unable to parse SDK content. ..and I do have java installed: C:\android\android-sdk-windows>

[android-beginners] Gmail and outlook

2009-10-29 Thread erme18
Hi, Is there an application that links up your work Outlook (emails and contacts) to HTC my touch G3 (T-mobile)? I need to keep my work emails and contact separate from my personal gmail account. Thanks in advance. --~--~-~--~~~---~--~~ You received this message

[android-beginners] Re: SDK Setup on Windows

2009-10-29 Thread mellery451
I did that at the very beginning. I later discovered that I had a beta version of the Motorola Eclipse/android dev environment intalled (MotoDev Studio) and it had an android SDK installed with it. I've since removed all that stuff, but still no joy. Thanks, Mike On Oct 28, 4:50 am, Matt Raffel

[android-beginners] Re: SDK Setup on Windows

2009-10-29 Thread mellery451
I'm running WinXP 32 bit - fairly up to date on system updates. Thanks, Mike On Oct 28, 10:16 pm, mcapehart wrote: > I would like to know what version of Windows you have?  I was able to > execute the .exe on my XP 32bit box, but on a Vista 64bit box it would > do nothing. The command window po

[android-beginners] Re: SDK r3 not working on Mac?

2009-10-29 Thread joel
Thanks Chris, I had the same issue and your duplicated your results, on OS X Snow Leopard. On Oct 28, 7:23 pm, Chris Garman wrote: > I had the same problem as the original poster.  It looks like my > access rights were all correct. > > Here's a theory though.  Check your Java Preferences > (App

[android-beginners] Re: SDK Setup on Windows

2009-10-29 Thread mellery451
sorry for the delay in responding. Here is the output: C:\android\android-sdk-windows>tools\android.bat Starting Android SDK and AVD Manager Error: Error parsing the sdk. Error: C:\android\android-sdk-windows\platforms is missing. Error: Unable to parse SDK content. Yes, I have java isntalled:

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

2009-10-29 Thread sc...@lazycoder.com
After I install the Android tools and plugins in Eclipse 3.5 and restart the IDE, when I click on "File" -> "New Project", there is no project type for Android application. I have the same problem with the Google Web Toolkit and Google App Engine plugins. If I install the tools in Eclipse 3.4, I

[android-beginners] Screen capture of activity

2009-10-29 Thread default
Hi, is there a possibility to capture the screen (or parts of it) of my own activity from within the app without being root? Or at least a way to draw single UI elements to an image? Thanks in advance. --~--~-~--~~~---~--~~ You received this message because you ar

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

2009-10-29 Thread Sj
Hi, Android developers I am trying to create very simple 'http client using Jersey API'. So I included Jersey library (such as jsr311-api-1.0.jar) as Referenced Library. And my code build well. But when I run it in Android Emulator, it seems the application crashes. The reason seems like ClassLo

[android-beginners] Install: Connection timed out:

2009-10-29 Thread Carlos
Hi Guys, Can't seem to update, keep getting this Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml, reason: Connection timed out: connect in the Available Packages Any ideas? Can get through to site when posted into address bar. --~--~-~--~~~

[android-beginners] an android virtual device that failed to load

2009-10-29 Thread Carlos
Now getting 'an android virtual device that failed to load'??? please help chaps realy want to get going this. cheers --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group,

[android-beginners] AlertDialog setSingleChoiceItems

2009-10-29 Thread Éva Lovrencsics
Hello, I have an AlertDialog with single choice items, but these items sometimes change, so I have to update the radio buttons every time when the dialog is showed. I know there is a method called onPrepareDialog but the dialog doesn't have the setSingleChoiceItems, only the Builder. Here is my

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

2009-10-29 Thread tob
Hi, I started down the road towards an iPhone app but was dismayed by so many things (e.g. you do not have access to some very fundamental aspects of the device such as enabling/disabling Bluetooth, EDGE, WiFi subsystems; you cannot run your app 'in the background', and, finally, the arrogance o

[android-beginners] Re: TabWidget causing null pointer

2009-10-29 Thread Mark Murphy
tatman wrote: > I got the debugger attached and in the debugger I > see the exception "RuntimeException, Your content must have a TabHost > whose id attribute is 'android.R.id.tabhost' > > I have set the id of my tabhost element to tabhost. That's not what the error said. The error says "Your c

[android-beginners] Re: Problem with Cursor Adapter not updating

2009-10-29 Thread Mark Murphy
skataben wrote: > Bump. I have the same question. Right now, I'm using the code below. > There's got to be a simpler way. > > private void updateListview() { > // Close the old Cursor > if(mCursorAdapter != null) { > Cursor c = mCursorAdapte

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

2009-10-29 Thread garancsi
Fresh install/update of the new adt works until new eclipse plugin is installed. Then everything disappears except of core eclipse plugins. Steps -install eclipse -install adt/sdk => works fine -install phpeclipse => everything is gone reverting to previous eclipse configuration works sometimes.

[android-beginners] Please help me with starting program

2009-10-29 Thread Sai Sankar
Hi all, I am trying to run the hello android application. I am getting an error R.layout.main can not be resolved. Please help me with this issue. I did import R.android and tried. But it did not worked. Thanks, Sasa --~--~-~--~~~---~--~~ You received thi

[android-beginners] Re: How to begin with android

2009-10-29 Thread Kumaravel Kandasami
Congratulations on starting with Android - Books there are many good books which could ramp up your learning curve - personally I like the book from Mark Murphy http://commonsware.com/ Kumar_/|\_ www.saisk.com ku...@saisk.com "making a profound difference with knowledge and creativity..."

[android-beginners] Re: How to set clickable areas of a single image?

2009-10-29 Thread Justin Anderson
Use View.OnTouchListener... It provides an onTouch() method with a MotionEvent object... This should give you the information you need... -- There are only 10 types of people in the world... Those who know binary and those who don

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

2009-10-29 Thread Justin Anderson
AKAIK that can't be done, and even if it could, why would you want to do that? As a user of an app that does that, I would find it extremely annoying... Thanks, Justin -- There are only 10 types of people in the world... Those w

[android-beginners] Re: Error early in development

2009-10-29 Thread hawksd20
Ok, so I downloaded the new SDK and even with the new AVD creator I am still getting the error: Unable to get the home directory. Make sure the user.home property is set up it's hard for me to believe that I am the only one that this has happened to and I am determined to get this to work, any i

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

2009-10-29 Thread Xavier Ducrohet
You mean you're not seeing the android preferences panel in the main Eclipse prefs window? Can you post your log file? It's in your workspace: /.metadata/.log thanks Xav On Wed, Oct 28, 2009 at 6:51 AM, Carl wrote: > > First, let me say I just did this last week with 0.9.3 and SDK 1.6 > succes

[android-beginners] Edit Text "===" Problem..please help

2009-10-29 Thread Nat M
Hi all, My AVD automatically takes "=" (equal) sign in edit texts. I have changed my AVD several times already. As soon as some edit text shows up on screen it starts filling "=" sign in it and keeps on doing it. Please Help. Thanks --~--~-~--~~~---~--~~ You re

[android-beginners] Re: UnsatisfiedLinkError in Native Method

2009-10-29 Thread Ostaski
OK, I found libjpeg.so in DDMS File Explorer under /data/data/ com.androidsecurity.wiia/lib/, so changed my loading to: System.load("/data/data/com.androidsecurity.wiia/lib/libjpeg.so"); and now the dalvikvm can find it. But now logcat shows: WARN/dalvikvm(757): No implementation found for nativ

[android-beginners] Android 2.0 sample codes

2009-10-29 Thread az9702
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 codes/tutorials already exist ? Thanks in advance. --~--~-

[android-beginners] Application Drawer Icon

2009-10-29 Thread Andrew Louth
Where can I find the icon used for the Application Drawer on the home screen? I would like to have a sliding drawer widget that uses this icon but I'm not sure if its even available via android:drawable or at all. --~--~-~--~~~---~--~~ You received this message be

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

2009-10-29 Thread Mitch
My emulator is showing what looks like Chinese characters when I try to enter names into the address book. Is there a configuration I need to set? Is there an emulator user's guide? On Oct 28, 6:54 am, donden1 wrote: > Same error here... does anyone know how to fix this error or what the > pr

[android-beginners] Re: UnsatisfiedLinkError in Native Method

2009-10-29 Thread Ostaski
FWIW, I also replaced: System.loadLibrary("jpeg"); with: System.load("/libs/armeabi/libjpeg.so"); since http://www.koushikdutta.com/2009/01/jni-in-android-and-foreword-of-why-jni.html says: "On Android, you must use System.load and provide a full path instead of using System.loadLibrary. This

[android-beginners] Re: How to connect through HttpConnection using WiFi for Android?

2009-10-29 Thread Roman ( T-Mobile USA)
Your HttpConnection code is independent from the type of data connectivity (whether it's wifi or cellular). There are no changes needed on your code. Changes might be needed when the requirements for data connectivity on Wifi are different than on cellular data. For example it might be that you a

[android-beginners] Re: What am I doing wrong (installing and setting up Android SDK)

2009-10-29 Thread Roman ( T-Mobile USA)
Have you set your path and class path variable? You can easily find out whether this is set when you try to run "javac" in your command line shell. -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author so

[android-beginners] UnsatisfiedLinkError in Native Method

2009-10-29 Thread Ostaski
Hello, I needed to compare jpegs generated from the camera, so imported a minimal distribution of awt and jai ... that part compiles fine. JPEGImageDecoderImpl.java needs to load a jpeg shared library, so I grabbed the IJG JPEG library and built the shared library with NDK-1.6_r1 ... that built

[android-beginners] Re: What does the "Home" button do?

2009-10-29 Thread Justin Anderson
You don't have to intercept the home button Just call finish() in onPause(), onStop(), or onDestroy() depending on what fits your behavior the best. Thanks, Justin -- There are only 10 types of people in the world... Those wh

[android-beginners] Re: SDK r3 not working on Mac?

2009-10-29 Thread Xavier Ducrohet
ah yeah that's a problem. It looks like we removed this enforcing of 1.5 from the DDMS/Traceview but we forgot to remove it from android. We're going to fix this, but in the mean time you can either reorder your java priorities as Chris said, or you can replace the line 69 in tools/android:

[android-beginners] Re: Including 3rd party jars in Android App

2009-10-29 Thread Xavier Ducrohet
Are you sure that your jar file doesn't depend on another jar file? Xav On Wed, Oct 28, 2009 at 9:32 PM, sundancebleu wrote: > > Thanks for the reply.  I actually tried that, but it still doesn't > work.  I get the following error (not sure if this helps): > > 10-29 03:48:46.469: WARN/dalvikvm(

[android-beginners] Re: Animating a single list item from a listView

2009-10-29 Thread Justin Anderson
The way I have done something similar to this before (with a GalleryView) is as follows: - Create an animation in an XML file and save it in res/anim - Use the startAnimation() method on the view class - The view would be the item you want to animate Thanks, Justin --

[android-beginners] Re: launch a webpage, then read results

2009-10-29 Thread Marton Kodok
Authorizing a Facebook app, then read the returned session id. I want to pass that session id to a PHP script and that will read the content for me (on server and not on the phone). In the end I will query my PHP page for data. Any help how can I launch a web page then read the results? Richard

[android-beginners] Re: Error Creating AVD

2009-10-29 Thread Indicator Veritatis
While this advice may be good, remember that Highmastdon started this thread saying he is developing under NetBeans. NetBeans sets CLASSPATH for the user, based on his choice of project: I forget the details, since I gave up on using NetBeans for Android and have learned Eclipse instead. On Oct 2

[android-beginners] Re: getting open source eclair source code

2009-10-29 Thread Disconnect
It is currently closed source. There is no word on whether it will be opened, much less when. (In the past, eg 1.5, they were saying "we don't know when it will be released." Now they are saying "we don't know IF it will be released.") On Wed, Oct 28, 2009 at 11:03 PM, Vishwanath Madapura Gangara

[android-beginners] Re: Android 2.0 on Dev Phone

2009-10-29 Thread Vinicius Carvalho
I'm sorry, I'm really new to android, so does it means that my version of android 1.6 running on dev phone 1 does not contain all features? On Oct 29, 9:08 am, Andrew wrote: > On Oct 28, 9:23 pm, otto888 wrote: > > > On Oct 28, 12:39 pm, wonglik wrote: > >> On Oct 28, 6:06 pm, Vinicius Carvalh

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

2009-10-29 Thread sbruno74
You need to make sure that the activity you want to be the home activity is the only one having category MAIN and category LAUNCHER properties. It seems that you forgot to remove those properties for the previous activity so android doesn't know which one to use a.d ask you to make a.choice. Stép

[android-beginners] Re: Android 2.0 on Dev Phone

2009-10-29 Thread Andrew
On Oct 28, 9:23 pm, otto888 wrote: > On Oct 28, 12:39 pm, wonglik wrote: >> On Oct 28, 6:06 pm, Vinicius Carvalho >> wrote: >>> On Oct 28, 1:54 pm, okubax wrote: On Oct 28, 3:49 pm, Vinicius Carvalho wrote: > Hello there! Does anyone knows when will it be available the images to

[android-beginners] Re: Issue with Android Debug Bridge

2009-10-29 Thread Maxood
I have already tried that nothing appeared in the list.Thanks On Oct 28, 9:56 pm, Darshana Murthy wrote: > Hey.. whenever i faced this issue i used to manually kill the server > and start it again. Next when i tried adb devices, it showed the > Device name and mode correctly. > --> adb kill-serv

[android-beginners] Re: Issue with Android Debug Bridge

2009-10-29 Thread Maxood
ADB version is 1.0.25. Emulator version 1.12. What do you mean by AVD platform? I have Android 1.5 and 1.6 installed on my machine. On Oct 28, 4:19 pm, Raphael wrote: > So you're trying to see an emulator, right, not a physical device? > > Can you tell us a bit more: > - the version of adb: "a