[android-developers] How to get the orientation when the phone is accelerating?

2009-11-02 Thread DD
Hi, the description of getRotationMatrix() on the Android web says "The matrices returned by this function are meaningful only when the device is not free-falling and it is not close to the magnetic north. If the device is accelerating, or placed into a strong magnetic field, the returned matrices

[android-developers] 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 receiv

Re: [android-developers] Re: Since Android 2.0 the phone number in the emulator became null - how to set it?

2009-11-02 Thread Marek Urbaniak
Thanks for your response! It's a little bit weird because after I restarted the Android 2.0 emulator the phone number is set. I hope it was a rare heisenbug. On Mon, Nov 2, 2009 at 2:55 AM, Nmix wrote: > Yes it is. I can see it in Settings and I can retrieve it > with .getLine1Number(). > > Howe

[android-developers] Re: Picking up a PhoneBook entry under Android 2.0 !!!

2009-11-02 Thread jarkman
On Nov 2, 1:57 am, frantz lohier wrote: > When running the same code (compiled with SDK 1.6) and a target emulator at > 2.0 level, the above code never return the entries I have populated in my > the phone book. It's as if the phonebook was always empty. My (hazy) understanding is that the 1.6

[android-developers] Re: idiot's guide to using layout:gravity?

2009-11-02 Thread Tim
On Nov 2, 1:06 am, Emmanuel wrote: > You can't have two different gravity in the same layout, so you can't > do it a linear Layout, without introducing a new level in the > hierarchy. > > I made an entry in my blog on this subject > :http://androidblogger.blogspot.com/2009/08/tutorial-how-to-ha

[android-developers] Current View object compare with R.id.my_layout

2009-11-02 Thread Stefan Klumpp
Is there a way to check whether my current View has inflated R.id.my_layout_1 or R.id.my_layout_2? Something like currentView.getLayoutID()? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develo

[android-developers] How Tab Pages switch when User Flick left/right?

2009-11-02 Thread Wang He
When User flick left/right (at tab page area), Tab page will switch to next tab page. I want to disable this feature in my case. But I searched the source code of TabHost, TabWidget, ViewGroup, View I haven't figured out which part of code respond this feature... Could anyone help me? Thanks

[android-developers] Retreive sourcecode from APK file?

2009-11-02 Thread Zonakusu
Hello programmers :) We're building an application that sends information over the internet to our server. At the server we progress that information and give back a result. Depending on the information sent to us, we may reward the user with some extra options for their account. (yes, its a game

[android-developers] How to set android:layout_gravity for TextView from Code?

2009-11-02 Thread GPU
How to set android:layout_gravity for TextView from Code? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-develo

[android-developers] What is CONTENT_STREQUENT_URI used for ?

2009-11-02 Thread jarkman
I'm looking at CONTENT_STREQUENT_URI, desribed as 'only starred contacts and the most frequently contacted contacts'. When we show a contact group picker, we could include this as a sort of meta-group. It seems like a very useful thing. But I'd like our picking to be familiar to the user, so I ha

[android-developers] Re: INSTALL_FAILED_MISSING_SHARED_LIBRARY

2009-11-02 Thread Walles
The device you're running on must have the Google API things installed, make sure the AVD description says something about Google. AVD setup is described here: http://developer.android.com/guide/developing/tools/avd.html Try reading the blue box at the top of http://developer.android.com/guide/t

[android-developers] Re: Speech Recognition

2009-11-02 Thread moa
Hmmm... it's not the most workable solution ever. Could get a big list of if-maybe-but's quite quickly. Most of the SR i've used before seem to have the concept of plug-in lists of vocabulary that the engine matches against. This would seem by far the best way to handle commands rather than just f

Re: [android-developers] Retreive sourcecode from APK file?

2009-11-02 Thread Jonas Petersson
Zonakusu wrote: > [...] > So now (finally) my question, is it possible for someone to convert or > extract an APK file back to source so he can see the password we > hardcoded in the application. I'm afraid so. There are several tools to get info out of an APK file - not the original source, but

[android-developers] Re: Speech Recognition

2009-11-02 Thread moa
Additional (I forgot) , limited vocabulary recognition also tends to make the process much faster too, which is another advantage for using this method for commands on a mobile device. On Nov 2, 12:22 pm, moa wrote: > Hmmm... it's not the most workable solution ever. Could get a big list > of if-

[android-developers] Re: Android WVGA support

2009-11-02 Thread webmonkey
OK, I have found a solution that works for my needs: I now have a folder 'drawable-hdpi' with all the hi-res bitmaps I have moved all the bitmaps from the 'drawable' folder to 'drawable- mdpi' That's it. Fortunately, when running on a 1.5 emulator, it picks the bitmaps from drawable-mdpi (Not sur

[android-developers] circular gallery

2009-11-02 Thread Saikat
I have a gallery of images. I want to make this gallery circular so that the gallery doesn't come an end in any direction. Please suggest how can I achieve this? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send em

[android-developers] Re: Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml

2009-11-02 Thread johnn...@gmail.com
The key for me was the post that stated "...and restart the application" after forcing https in settings... was stuck until I finally actually restarted. Worked fine after. -John On Oct 27, 4:58 pm, garycode wrote: > Hi, > I'm trying to install a platform but when I type android the manager > loa

[android-developers] Re: Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml

2009-11-02 Thread Zod
Hi! I've come to the same solution as Jay on a fresh install of Ubuntu 9.10 (32bit) (with the official JDK from SUN [not from ubuntu package]). "export GDK_NATIVE_WINDOWS=true" solves the settings saving problem in the Android SDK and I can install the ADT plugin through eclipse with the same env

[android-developers] Re: IMPORTANT - display.getOrientation() does not work on all devices

2009-11-02 Thread mscwd01
Well the user who tested my old version and new version of the orientation code was running a standard build of Android. I also know at least one other user was also running standard 1.5 and not any unofficial ROM. Can anyone else shed any light on what may be causing this? I cant believe this is

[android-developers] SDK 2.0 vs SDK 1.6

2009-11-02 Thread dataStorm
Android 2.0 - Great news! Should all the new apps be developed with the 2.0 SDK? I've heard that there are problems with some of the Android Market apps running on the review versions of the DROID. Should I release 2 versions of my app for 1.6 and 2.0 phones? Thanks! -- You received this mess

[android-developers] Admob and buttons

2009-11-02 Thread greenrift
Since I'm not getting a response on the Admob group, I thought I'd ask this here... Scenario: I am showing an ad banner for a certain period of time, say 10 seconds. In displaying the ad, I set the visibility of a TableLayout containing buttons to "gone" and set the visibility of the AdView to "

Re: [android-developers] Re: Need an invitation to google Wave?

2009-11-02 Thread Wojciech Topolski
If you could, one for me, please :) -- === Wojciech Topolski wojciech.topol...@gmail.com === -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andr

Re: [android-developers] Re: Need an invitation to google Wave?

2009-11-02 Thread Zied Hamdi
And me too please, taht would be really great! Regards, Zied Hamdi -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to andro

[android-developers] Re: http client connect timeout

2009-11-02 Thread Jonas Alves
It does work fine here. My target is 1.5. What's yours? On Nov 1, 3:28 pm, Andrei wrote: > Thank you > > Firstly your code sets read/write timeout, not connect > Secondly if done right it does same thing as my sample > Thirdly I tried it does not work > > On Nov 1, 10:03 am, Jonas Alves wrote:

[android-developers] Re: Need an invitation to google Wave?

2009-11-02 Thread gjs
Yes please, thanks On Nov 3, 12:44 am, Zied Hamdi wrote: > And me too please, taht would be really great! > > Regards, > Zied Hamdi -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@go

[android-developers] Re: Need an invitation to google Wave?

2009-11-02 Thread manoj
Hi, if you have one more, please invite me also. Thanks, On Nov 1, 11:20 am, Auguste Lunang wrote: > Hi, > i have some google wave. invits to share. tell me if u want .. > thx -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to t

[android-developers] Re: Supporting both 1.5 and 1.6

2009-11-02 Thread Lance Nanek
There is an issue re the AVDs not showing up in the target list filed here: http://code.google.com/p/android/issues/detail?id=4303 I've been using the "adb -e install" command with an exported APK against an already running Android 1.5 emulator for the time being. You can start that from Eclipse b

[android-developers] Re: SDK 2.0 vs SDK 1.6

2009-11-02 Thread JP
After the usual hand wringing to work through an SDK update and get comfortable there, I've re-released my apps bound against the 2.0 SDK, into a world of 1.5 and 1.6 field devices. After a week, I have heard no complaints, so backwards compatibility seems not much of an issue as far as I can see.

[android-developers] Try to download and run app.

2009-11-02 Thread AlexNguyen
Hi, Now I have tried to download and run application from within another application. This application that I download from Android Market and run it the same component in my app. Would anyone tell me the way to do it? Thanks. Alex. -- You received this message because you are subscribed to the G

[android-developers] Re: problem in playing mp4 video file

2009-11-02 Thread purvi
Hello, I am having the same problem but with Audio Stream. My Audio stream plays well but just for say a minute, then it start giving me "Command PLAYER_PREPARE completed with an error or info PVMFErrNoResources". As such the buffering still continues but donot play the buffering. Is it because to

[android-developers] Problem setting default ringtone of device programmatically

2009-11-02 Thread kapil
I am trying to set the default ringtone of device.I am using the setActualDefaultRingtoneUri method to set my chosen ringtone as the default one but when a phone call comes it still plays the default ringtone and not the one which i had set. I searched for this http://osdir.com/ml/AndroidDeveloper

[android-developers] Approaches to Security for Web Backed Applications

2009-11-02 Thread Warren
What is the best way to ensure people don't cheat when you use a web server (or something similar) to handle some of your application logic? A good example is a high score board. People play a game and when they are done, the application sends the score to the server to be recorded. However, if s

[android-developers] Bluetooth connection between Android - PC

2009-11-02 Thread AntoniMG
Hi developers, Is there any way to comunicate an android phone with a computer trough bluetooth? Ive made a server/client applicattion in Java using bluetooth, but i need to do the client in Android and i dont know how to start, I dont know even if is possible. Is there any way to do it? Is possi

[android-developers] How to Implement Ticker Component.

2009-11-02 Thread Gulfam
Hi all, I want to make Ticker Component but i dont know how to do this. I have seen "Marquee" but it start scroll on focus but i dont want. I want to scroll text if it is focused or not means in both conditions. Any useful link or tutorial. Thanks in advance. Regards, Gulfam Hassan -- You re

[android-developers] Max font size of a TextView?

2009-11-02 Thread Mark Wyszomierski
Hi, I have a textview, I'd like it to use a font size of 14, but if it's too wide to fit its parent container at that size, then choose a smaller font size to fit. Looks like this: Is there a built in way to do this? Or do I have to somehow measure the text before hand and choose a font si

[android-developers] Google Wave Invitation Please

2009-11-02 Thread Zied Hamdi
Hi all, I'd be glad to receive a Google Wave Invitation if anybody has a lying bored one in his "wave box" :-) Best Regards, Zied Hamdi Project Founder of http://nextstreet.eu -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to thi

[android-developers] Re: Need an invitation to google Wave?

2009-11-02 Thread erick nicolas
One for me please! Thnkx On Nov 1, 1:20 am, Auguste Lunang wrote: > Hi, > i have some google wave. invits to share. tell me if u want .. > thx -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-de

Re: [android-developers] Re: Picking up a PhoneBook entry under Android 2.0 !!!

2009-11-02 Thread frantz lohier
Thanks Jarkman for your perspectives on this. 2 additional questions; - can the emulator simulate accessing a gmail account ? (as ways to avoid dealing with the Accountmanager APIs) - A more general and critical question; if apps start to have to behave differently based on the Android OS versio

[android-developers] Does the Motorola Droid support the multitouch API?

2009-11-02 Thread Jon Colverson
Hello. I had assumed that the Motorola Droid supports the new multitouch APIs in Android 2.0, but the reviews of the device I've seen so far say that it isn't used, at least in the built-in apps like the browser (e.g: http://www.engadget.com/2009/10/30/motorola-droid-review/ ). Apparently though,

[android-developers] Stable contact identity & CONTENT_LOOKUP_URI

2009-11-02 Thread jarkman
In the course of moving to the 2.0 cotnact APIs, I've stumbled across CONTENT_LOOKUP_URI : http://developer.android.com/reference/android/provider/ContactsContract.Contacts.html#CONTENT_LOOKUP_URI "As long as the contact's row ID remains the same, this URI is equivalent to CONTENT_URI. If the con

Re: [android-developers] Re: Picking up a PhoneBook entry under Android 2.0 !!!

2009-11-02 Thread frantz lohier
Thanks Jarkman for your perspectives on this. 2 additional questions; - can the emulator simulate accessing a gmail account ? (as ways to avoid dealing with the Accountmanager APIs) - More general and critical questions; if apps start to have to behave differently based on the Android OS version

[android-developers] Processing Pictures

2009-11-02 Thread polyclefsoftware
What I'd like to be able to do is take a picture with the camera and convert the resulting image into a monochrome bitmap (and do some other processing on the image). Googling for answers hasn't yielded good results. Can anyone point me to a good resource for how to handle this? Should I handle th

[android-developers] Re: Picking up a PhoneBook entry under Android 2.0 !!!

2009-11-02 Thread jarkman
On Nov 2, 5:02 pm, frantz lohier wrote: >  + in the Market, should we upload different app versions compiled for > different SDK/OS configuration ? Can the market app offer a specific version > of an app to an end-user depending on what OS version is used ? It would certainly make our lives e

Re: [android-developers] Re: Picking up a PhoneBook entry under Android 2.0 !!!

2009-11-02 Thread Mark Murphy
jarkman wrote: > int sdkVersion = Integer.parseInt(Build.VERSION.SDK); Note that if you are using API version 4 (1.6 and newer), there is Build.VERSION.SDK_INT, which already converts this to an integer. If you are still using API version 3, you'll need to parse the String as shown above. -- Ma

[android-developers] Dynamically grow listview

2009-11-02 Thread manigault
Hi, I am trying to make ListView which should display data from db. But the db is filled slowly so want the entries in the ListView to grow dynamically according to the elements in db. For example on a desktop music player when you import a folder to the music library the list with songs is filling

[android-developers] Android 2.0 vs 1.6 Camera Rotation (how to handle different methods)?

2009-11-02 Thread chrispix
Ok, I seem to be having a bit of a problem handling the camera and rotating under one application.. In 1.6 I used to be able to : p.set("rotation",90); now in 2.0 it is handled by p.setRotation(90); I am guessing if I want a single application to be able to run on both 1.6 and 2.0, I really shou

[android-developers] Where put file with data?

2009-11-02 Thread Wojciech Topolski
Hi I have a problem with files. I would like to add file with database inserts to my app. Where should I put this file? In res/then? This file will have 5 MB, so after operation I would like to remove it from system. I know about /res/raw/file, but this file is only readably by InputStream importS

Re: [android-developers] Dynamically grow listview

2009-11-02 Thread Carmen Delessio
AndroidGuys has an article for that: http://www.androidguys.com/2009/10/21/tutorial-autogrowing-listview/ -- Carmen http://www.twitter.com/CarmenDelessio http://www.talkingandroid.com http://www.facebook.com/BFFPhoto http://www.twitter.com/DroidDrop On Mon, Nov 2, 2009 at 1:50 PM, manigault wro

Re: [android-developers] Admob and buttons

2009-11-02 Thread Justin Giles
Figured it out. For some reason you have to call "bringToFront()" on the hidden layout. On Mon, Nov 2, 2009 at 8:40 AM, greenrift wrote: > Since I'm not getting a response on the Admob group, I thought I'd ask > this here... > > Scenario: I am showing an ad banner for a certain period of tim

Re: [android-developers] Dynamically grow listview

2009-11-02 Thread Martin Obreshkov
Thanks, this is just what i was looking for On Mon, Nov 2, 2009 at 8:07 PM, Carmen Delessio wrote: > AndroidGuys has an article for that: > http://www.androidguys.com/2009/10/21/tutorial-autogrowing-listview/ > -- > Carmen > http://www.twitter.com/CarmenDelessio > http://www.talkingandroid.com >

[android-developers] Screen is dark momentarily when launching OpenGL view (GLSurfaceView)

2009-11-02 Thread Luke
Dear all, I want to implement the transition effect ( transparent with Z axis ) when user slip the android home to change home page. therefore, I plan to launch the new activity that is implemented by OpenGL ES to perform this effect. However, i encounter a problem that the screen/display is dark m

[android-developers] Gradient banding on high DPI devices

2009-11-02 Thread Christopher
Hi all, I've been looking at some issues with the background of our application, particularly on high-density devices (240 dpi, 480x854). I managed to eliminate banding on existing devices (i.e. G1/G2, 160 dpi) by applying the android:dither="true" attribute to our nine-patch image, which is a 1x

[android-developers] Re: Android WebView and HTML5

2009-11-02 Thread Joe Bowser
On Oct 29, 7:09 pm, Miguel Paraz wrote: > On Oct 30, 1:30 am, Joe Bowser wrote: > > > Has anyone got the Database going on WebView?  I've gotten it to work > > on the browser itself on the Emulator (using the Stickies example), > > but not in the WebView.  I noticed that Google added > > setDatab

Re: [android-developers] Re: Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml

2009-11-02 Thread Xavier Ducrohet
Hello everyone, I just wanted to thank people who figured out the GTK issue. We're looking into what we can do, but unfortunately it seems to be an issue between GTK and SWT. thanks Xav On Sun, Nov 1, 2009 at 6:46 AM, Jay wrote: > Try export GDK_NATIVE_WINDOWS=true before running android sdk ma

[android-developers] Re: MediaPlayer -- shoutcast radio streaming creates a lag in playback

2009-11-02 Thread Vladimir B
Should I use two files and swap between them while playing and downloading? On Nov 1, 2009 10:44 PM, "Vladimir" wrote: Hello, all! I've been working on an app to stream some radio content. I get the stream and save it to a file. When there is enough of it to play, I invoke MediaPlayer and pass

[android-developers] Re: Gradient banding on high DPI devices

2009-11-02 Thread webmonkey
It seems to be an issue with 2.0 If I draw a dithered gradient on a 1.6 emulator it looks fine, but if I use the same code to draw it on a 2.0 emulator it has banding. On Nov 2, 7:19 pm, Christopher wrote: > Hi all, > > I've been looking at some issues with the background of our > application, p

Re: [android-developers] Re: Android WVGA support

2009-11-02 Thread Dianne Hackborn
Yes there are bugs in the version matching. I just submitted a fix that should go into the first OTA update for Droid; the current 2.0 should only ever ship on Droid, and be replaced with an update at that point, so hopefully this will not be a long-term problem. In the meantime, the work-around

Re: [android-developers] Does the Motorola Droid support the multitouch API?

2009-11-02 Thread Dianne Hackborn
Yes it does support multitouch. On Mon, Nov 2, 2009 at 9:06 AM, Jon Colverson wrote: > Hello. > > I had assumed that the Motorola Droid supports the new multitouch APIs > in Android 2.0, but the reviews of the device I've seen so far say > that it isn't used, at least in the built-in apps like t

[android-developers] Re: Android WVGA support

2009-11-02 Thread webmonkey
Thanks for the clarification Dianne. Is it also OK to use my solution with the normal 1.5 resolution bitmaps in drawable-mdpi and the high resolution bitmaps in drawable- hdpi. For some reason the 1.5 emulator correctly gets the bitmaps from the drawable-mdpi folder if you don't use drawable-ldpi.

Re: [android-developers] Bluetooth connection between Android - PC

2009-11-02 Thread Nick Pelly
Try using the RFCOMM protocol. It's similar to TCP but for Bluetooth. See BluetoothSocket.java. Nick On Mon, Nov 2, 2009 at 8:16 AM, AntoniMG wrote: > Hi developers, > > Is there any way to comunicate an android phone with a computer trough > bluetooth? Ive made a server/client applicattion in

[android-developers] Exposing that your app is installed to the browser

2009-11-02 Thread jalisago
Hi all, I am trying to find a way to detect in the android browser whether my application has been installed. Use case: I have a web page that a user can reach via there android web browser. If the application is installed it would show "Tips & tricks". If it is not installed, it would show pro

[android-developers] kiosk mode possible?

2009-11-02 Thread Enrique Tomas
Hi all! I am a sound artist and programmer developing an app that needs to run under a kiosk mode for an exhibition (BTW is there any track of artistic projects made with Android?). Kiosk mode is when you want to enable users to use a certain app and not be able to click on anything else. Of cours

[android-developers] aapt not found

2009-11-02 Thread erisa
I just set up a fresh eclipse and android sdk install. I get errors"error executing aapt" and "R not found". aapt is definitely there and with the correct permissions, but strangely bash cannot find it: br...@erisa:~/android-sdk-linux/platforms/android-1.6/tools$ ls -al total 4596 drwxr-xr-x 3 b

[android-developers] How built new accessibility services?

2009-11-02 Thread kazumine88
Hi, all. Please give me any advices about how built new accessibility services? thank you. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this gr

Re: [android-developers] Re: [Android 2.0] Accessing contact's phone numbers

2009-11-02 Thread Dmitri Plotnikov
It's deprecated, not removed. The old API is still functional, but with restrictions: 1. If your app was using something non-public, that part is likely to break. We tested a bunch of apps on the market against the legacy API - most worked, but some did not. Those were the cases when the app wa

[android-developers] Re: App name/icon problems on Hero after reboot

2009-11-02 Thread Erik Bryan
For what it's worth, I stopped using the Sense UI in favor of the default home, but did not wipe everything first. Upon entering the default home for the first time, all my apps had the right names/ icons. After resetting though, they were displaying in their mangled state in the default home. Does

[android-developers] Ubuntu Karmic Koala (9.10)

2009-11-02 Thread StevePotell
You may have run into a few problems with this upgrade. Here is how you get eclipse running again http://mou.me.uk/2009/10/31/fixing-eclipse-in-ubuntu-9-10-karmic-koala/ to run the new Android SDK and AVD Manager from the command line use this command first: export GDK_NATIVE_WINDOWS=true then

[android-developers] Re: There is NO AVD Target...

2009-11-02 Thread Nobody111
Thanks! This solved the problem! On Oct 30, 10:16 am, Joe Hopper wrote: > I just had this problem as well.  It looks like the SDK must not come > with any platforms by default, so I did the following to fix this: > > - Run the SDK Setup.exe file (found wherever you extracted the Android > SDK to

[android-developers] Re: Is Orientation Sensor a Phyiscal Sensor Different from the Accelerometer?

2009-11-02 Thread Tan
i have the same question On Oct 30, 4:16 pm, Mohamed Amir wrote: > ... or it's just some virtual sensor the uses the data provided by the > accelerometer and the magnetic field sensor to calculate the > orientation? > > Thank you. -- You received this message because you are subscribed to the G

[android-developers] Re: java.lang.OutOfMemoryError after orientation changed

2009-11-02 Thread Sekar
I have a MapView App that I wrote a while back in 1.1. It worked after I migrated it to 1.5. It is throwing the same exception you are seeing in 1.6. The App stopped working after the 1.6 system update. I got a chance today to upgrade my eclipse plugin to 0.9.5 and get the 1.6 sdk and deploy the Ap

[android-developers] Android 2.0 has no Google maps icon on desktop, why?

2009-11-02 Thread Jackie Yang
I easily found Google maps icon on Android 1.5/1.6 with Google API Leve 3/4. But why I couldn't find Google maps icon on Android 2.0 with Google API Level 5 ? Is there somebody met the same problem with me? Please tell me how to solve this situation. Thank you. - Original Message - From

[android-developers] Re: Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml

2009-11-02 Thread cj
Ran into the same exact problem w/Ubuntu 9.10 on x86_64. Here's what I did to fix/work-around it. I changed the *cfg file as you had done, downloaded the android-sdk- rev3_linux.tgz, extracted it, changed the path in my .bashrc, went into it's tools directory and ran 'android update sdk' instead

[android-developers] How do you change the default language

2009-11-02 Thread Nick
How to change the default language from english to chinese for HTC Hero. Is there any other ways except reinstall a new ROM -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups

[android-developers] Re: Preferred way to support multiple Android OS Versions?

2009-11-02 Thread Hamilton Lima (athanazio)
Not sure if I understood correctly compiling with 1.6 I can run on a 1.5 HTC Magic ? I tried to download the upgrade from the HTC website but when entered the serial number the website says that the upgrade is not applicable for my phone On 28 out, 15:25, Michael MacDonald wrote: > I don't think

[android-developers] Re: Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml

2009-11-02 Thread eris23
Adding "sdkman.force.http=true to ~/.android/androidtool.cfg" didn't change anything. Checkboxing "Force https://... sources to be fetched using http://"; didn't change anything, and wasn't saved. Adding site "http://dl-ssl.google.com/android/repository/ repository.xml" allowed updates to be seen,

[android-developers] Re: Need an invitation to google Wave?

2009-11-02 Thread Lee Black
You bet! I'll take one if you still have any left. leebl...@gmail.com Thanks! On Oct 31, 11:20 pm, Auguste Lunang wrote: > Hi, > i have some google wave. invits to share. tell me if u want .. > thx -- You received this message because you are subscribed to the Google Groups "Android Developer

[android-developers] Re: Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml

2009-11-02 Thread MobileDev
I too am running running on Ubuntu version 9.10 as well. Adding sdkman.force.http=true to ~/.android/androidtool.cfg allowed me to retrieve the Sites, Packages, and Archives via the Android SDK and AVD Manager. However, nothing happens when I select one of the and click "Install Selected" (button

[android-developers] how to show a dialog when a activity is running and game is over ?

2009-11-02 Thread notenking
I want to show a dialog to ask player "play again ?" when the game is over.I find the code can only add in a activity for dialog is a part of activity,But I should show the dialog when the game is over,in other words ,I should know the time game is over.how can I do this? any advices or example

[android-developers] Re: Self-restarting service

2009-11-02 Thread Jayd16
I suppose you could try having a parent service that only has the job of keeping your other service alive. Essentially it could be crash proof if you made it simple enough. I'm not sure but I think services and activities can execute code when they're paused or closed. Hopefully when something cr

[android-developers] Android SDK and AVD Manager

2009-11-02 Thread Bob
I just setup my development environment on a Windows XP VM and I'm having problems getting the Android SDK & AVD Manager to retreive the available packages. The message under Sites, Packages, and Archives says "Failed to fetch URL". When I attempt to retrieve the 'Available Packages', I get the fol

[android-developers] Re: Need an invitation to google Wave?

2009-11-02 Thread borkata
Count me in :) On 1 Ноем, 08:20, Auguste Lunang wrote: > Hi, > i have some google wave. invits to share. tell me if u want .. > thx -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@go

Re: [android-developers] Need an invitation to google Wave?

2009-11-02 Thread 刘鑫标
Hi! Please invite me,thank you first!! 2009/11/1 FFEH > Hello, > Please invite me, thanks~~ > > > FFEH > > > On Sun, Nov 1, 2009 at 2:20 PM, Auguste Lunang wrote: > >> Hi, >> i have some google wave. invits to share. tell me if u want .. >> thx >> >> -- >> You received thi

[android-developers] Error installing android SDK on windows XP

2009-11-02 Thread SS
I see following error: "Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml, reason: HTTPS SSL error. You might want to force download through HTTP in the settings." I tried to play around with the settings, didnt help. Whats the workaround? -- You received this mes

[android-developers] Re: Need an invitation to google Wave?

2009-11-02 Thread Thimmarayaswamy Krishnappa
Please invite me It will be a great help. I want know How it works? On Nov 1, 11:20 am, Auguste Lunang wrote: > Hi, > i have some google wave. invits to share. tell me if u want .. > thx -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] Project

2009-11-02 Thread JayChandran
hithis is Jay i am new to this Android OS... i have studied the procedure and i have done the sample hello Android application And i am very interested to know more on this.. Can you please join this discussion... -- You received this message because you are subscribed to the Google

[android-developers] Re: There is NO AVD Target...

2009-11-02 Thread DeltaDroid
These are the steps I followed to get my avd target on windows vista with Eclipse Galileo I ran the sdk setup file as suggested by Joe Hopper I tried clicking the available packages but that did not help immediately the thing I did to enable this to work was to click the settings link and forcing t

[android-developers] Re: Need an invitation to google Wave?

2009-11-02 Thread VadisH
Hello, please send me an invitation to vadim.reing...@gmail.com Thank you! On Nov 1, 8:20 am, Auguste Lunang wrote: > Hi, > i have some google wave. invits to share. tell me if u want .. > thx -- You received this message because you are subscribed to the Google Groups "Android Developers" grou

[android-developers] Problem applying animation on a View

2009-11-02 Thread keianhzo
Hi all, I've a custom ViewGroup with several custom children views and I'm trying to apply an AlphaAnimation on the views with no luck. If I apply the animation on the ViewGroup it's correctly applied and I can see all the children views fading in, but if I try to apply it directly to the views,

[android-developers] Re: Need an invitation to google Wave?

2009-11-02 Thread Jayd16
I'd love one if you could send it my way. Thanks On Oct 31, 11:20 pm, Auguste Lunang wrote: > Hi, > i have some google wave. invits to share. tell me if u want .. > thx -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this grou

[android-developers] Re: Need an invitation to google Wave?

2009-11-02 Thread T. Ingalls
Hi, Please invite me, too! On Oct 31, 11:20 pm, Auguste Lunang wrote: > Hi, > i have some google wave. invits to share. tell me if u want .. > thx -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to androi

[android-developers] Re: Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml

2009-11-02 Thread StLin
I had almost all the problems above using Ubuntu 9.10 on amd x64, but I solved them and here is how: First, I had to force http: echo "sdkman.force.http=true" > ~/.android/ androidtool.cfg Then, create a tmp directory on the same level as the android_sdk_linux/ directory: mkdir tmp && chmod a+rwx

[android-developers] Trouble setting up SDK on ubuntu 9.10

2009-11-02 Thread azDroid
Hi Androids, I need some help with getting my environment setup. I'm getting stuck at the very simple step of creating an avd. I've already read http://developer.android.com/guide/developing/tools/avd.html The difference is that when I list my targets they are all empty. When I run the "android"

[android-developers] Computer Graphics at Stanford University

2009-11-02 Thread ROSELIN PRIYA
Computer Graphics at Stanford University 3 Sep 2009 ... Stanford University. Research areas include volume rendering, rendering algorithms and systems, 3D scanning, image-based rendering, .. ** **

[android-developers] Started Project

2009-11-02 Thread JayChandran
hi.. This is JayChandran i have downloaded the Android SDK..And started reading the documentation. And doing a Project in Mobile Application.as doing my Master's degree in Computers. And my project is mainly focued on SMS. To make the SMS in a newer version, by adding some of the features into it.

[android-developers] Re: Need an invitation to google Wave?

2009-11-02 Thread VadisH
Hello, please send me an invitation to vadim.reing...@gmail.com Thank you! On Nov 1, 8:20 am, Auguste Lunang wrote: > Hi, > i have some google wave. invits to share. tell me if u want .. > thx -- You received this message because you are subscribed to the Google Groups "Android Developers" grou

[android-developers] Scala on Android - Performance

2009-11-02 Thread akshaydashrath
I was wondering are any developers programming in Scala rather than on Android. If so what kind of performance have you noticed, does Scala perform better than Java on the Dalvik VM? I've been running some basic tests and I've been getting better performance with Java than with Scala, which is cont

[android-developers] How to call service by intents and programmatically?

2009-11-02 Thread Jeppebm
Hi, I'm rather new to Android, so please bear with me. I'm developing an application running a service in the background. The service is ONLY supposed to run when requested somewhere in the UI. The service must be able to be stopped through the UI as well. At the same time, while running, the se

Re: [android-developers] Re: Need an invitation to google Wave?

2009-11-02 Thread fengyuan Ivan
Yes, please invite me. 2009/11/2 moazzamk > invite me please > > On Nov 1, 11:50 am, "John P." wrote: > > I'd like one. Thank you if you could send it! =) > > > > On Nov 1, 1:20 am, Auguste Lunang wrote: > > > > > Hi, > > > i have some google wave. invits to share. tell me if u want .. > > >

[android-developers] Re: Need an invitation to google Wave?

2009-11-02 Thread Blue Zheng
Hi, could you please give me an invitation? Thanks! On Nov 1, 2:20 pm, Auguste Lunang wrote: > Hi, > i have some google wave. invits to share. tell me if u want .. > thx -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this grou

[android-developers] Re: Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml

2009-11-02 Thread amram99
Jay, I had the same problem as Hans, and that export statement worked like a charm. Thanks! On Nov 1, 8:46 am, Jay wrote: > Try export GDK_NATIVE_WINDOWS=true before running android sdk manager. > It fixes both the save button and the install button for me. > > For more details please seehttps:/

  1   2   3   >