[android-developers] How to get IME supported languages?

2009-09-08 Thread GPU
Hi , Is their any way to get the IME Supported language list selected language ? InputMethod InputMethodManager not having any function to get this details. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: Android WVGA support

2009-09-08 Thread Al Sutton
I can see 800x480 on 1.5 as a stop gap measure, so I'm holding off for 1.6 devices before buying 800x480 hardware. The reason for this is that I could spend time sorting out a 800x480 layout which works on a 1.5 device only to find that all that work goes out the window when the OEM releases a

[android-developers] Re: Android WVGA support

2009-09-08 Thread Howard M. Harte
On Sep 7, 3:41 pm, Mark Murphy mmur...@commonsware.com wrote: Dianne Hackborn wrote: There shouldn't be any until WVGA is officially supported in the platform.  That is planned for 1.6, but 1.6 is not yet officially supported, and there is a fair lag from when the platform software is

[android-developers] Sample mobile application query

2009-09-08 Thread Sudeep Jha
Hi, Can you please tell me about the security management in mobile banking application? -- Warm Regards, Sudeep --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: Android WVGA support

2009-09-08 Thread Romain Guy
ImageButton containing an image which is 48 pixels high (i.e. 10% of the screen hight in portrait mode) it's hight is still 48 pixels on the 1.5 Archos WVGA skin (thus making it only 6% of the screen hight in portrait mode), but on 1.6 it's scaled so the image ends up being 72 pixels high

[android-developers] Re: Customizing alert dialog

2009-09-08 Thread gshetty
Thanks for the info :) On Sep 7, 10:32 pm, Isuru danagalle iisuru@gmail.com wrote: http://developer.android.com/reference/android/app/AlertDialog.Builde... On Mon, Sep 7, 2009 at 9:19 PM, gshetty gshett...@gmail.com wrote: Hi All I want to custmize an alert dialog. I can set the

[android-developers] Re: Android WVGA support

2009-09-08 Thread Romain Guy
I tried this today with Al's 1.6 SDK.  It reproduced exactly the problem that I was having testing an app on the LogicPD Zoom2 development kit which also has WVGA.  My app showed up in the upper middle of the screen, with black background all around.  When I changed the AndroidManifest.xml

[android-developers] Re: Free space required for a package install

2009-09-08 Thread Dan Sherman
Oh sorry. I must not have specified, this is with just an APK, completely outside of the market. We've heard complaints of users having issues through the market, but with a full uninstall of the application, and an install from a downloaded APK (which I imagine should be a fresh install), it

[android-developers] Re: Android WVGA support

2009-09-08 Thread Don Tran
I know this is hard due to ongoing things changing but if it's possible to give more information on how to deal with various resolutions and densities, it will be great. Back in the cupcake 1.5 release, developers probably had a week maximum to make changes after the new SDK was released and

[android-developers] Re: Android WVGA support

2009-09-08 Thread Dianne Hackborn
We're getting things out as fast as we can. It's not as fast as anyone would like, but it's the best we can do right now. On Mon, Sep 7, 2009 at 11:37 PM, Don Tran arro...@gmail.com wrote: I know this is hard due to ongoing things changing but if it's possible to give more information on how

[android-developers] Re: How to get IME supported languages?

2009-09-08 Thread Dianne Hackborn
Sorry, there is no such concept. On Mon, Sep 7, 2009 at 11:03 PM, GPU gopuraj...@gmail.com wrote: Hi , Is their any way to get the IME Supported language list selected language ? InputMethod InputMethodManager not having any function to get this details. -- Dianne

[android-developers] Repeat Button Event

2009-09-08 Thread Pedro Fraca
Hi. I'm trying to develop the same functionality as the alarm app. When you go to set an alarm time you see a pop-up with plus and minus buttons. Well, if you maintain pressed any button the number is increased automatically. I can't find any reference to develop this feature. Can anyone give me

[android-developers] Re: error: killing myApp because provider com.android.Browser.Browserprovider is dying

2009-09-08 Thread r3
Hi Mark, thanks for your reply. i will act upon ur advice and get back to u people soon. On Sep 7, 8:20 pm, Mark Murphy mmur...@commonsware.com wrote: r3 wrote: when i run my application for long time then my applicatiojn gets killed: i always get the same logs which are attached with

[android-developers] Re: error: killing myApp because provider com.android.Browser.Browserprovider is dying

2009-09-08 Thread r3
Hi Dianne, Thanks for reply... i will check this. On Sep 7, 11:48 pm, Dianne Hackborn hack...@android.com wrote: Also if you are keeping an open cursor or client reference on the bookmarks content provider, I would really recommend against that, since that requires that the browser stay

[android-developers] Re: Android WVGA support

2009-09-08 Thread Al Sutton
I've put some screenshots up to show the differences. The app used was declared as requiring midSDK 1; 1.5 HVGA : http://download.funkyandroid.net/15hvga.png 1.5 WVGA : http://download.funkyandroid.net/15wvga.png 1.6 WVGA : http://download.funkyandroid.net/16wvga.png For those in doubt; The 1.6

[android-developers] Re: apk validation by file size

2009-09-08 Thread Lee
PackageManager#getPackageInfo() returns a PackageInfo which has a signatures field. Thanks Mark, should've thought of PackageInfo ahem. I don't think you have any supported means of figuring out the size of the APK on the device. Well the thing is just lying around in the file system, it's

[android-developers] Re: Android WVGA support

2009-09-08 Thread Romain Guy
1.5 HVGA : http://download.funkyandroid.net/15hvga.png 1.5 WVGA : http://download.funkyandroid.net/15wvga.png 1.6 WVGA : http://download.funkyandroid.net/16wvga.png Let me correct this: 1.5 HVGA 1.5 w...@160dpi 1.6 w...@240dpi And yes, I understand that 1.5 WVGA isn't supported by Google, but

[android-developers] Re: Android WVGA support

2009-09-08 Thread Al Sutton
Sounds like the LogicPD Zoom2 dev kit is donut based. If they update to the latest donut build you'll most likley see you app zoomed as opposed to bordered. The android-x86 guys reported black bordering on the AndAppStore client on an pre-last friday donut build which is what started me down

[android-developers] Re: MapView with itemizedOverlay still don't work

2009-09-08 Thread sweet
Thanks a lot it's work very well but how can i focused in the area with my itemizedOverlay ? On 8 sep, 01:59, Nicholas Albion nalb...@gmail.com wrote: You need to call:     mapOverlays.add( itemizedOverlay ); also, if you're adding/removing overlay items to/from ItemizedOverlay, you may

[android-developers] Re: Android WVGA support

2009-09-08 Thread Xavier Ducrohet
On Mon, Sep 7, 2009 at 11:29 PM, Romain Guyromain...@google.com wrote: This has nothing to do with WVGA, this is about the pixel density of the device. I don't remember what we've done in the 1.6 SDK but it looks like the WVGA skin is using a high density configuration (probably 240 dpi.) You

[android-developers] Re: Tabs and intents

2009-09-08 Thread jouke
Thanks for your response, I tried to use EMBED but the problem remains. Tab1 works fine but as soon as I hit the spinner in tab2, it opens and crashes raising a null pointer exception. Jouke On Sep 7, 4:34 pm, andersg anders.gjett...@gmail.com wrote: I believe you should use

[android-developers] CompareEverywhere

2009-09-08 Thread paultwa
hi, Is the project ‘CompareEverywhere’ the OpenSource one? If it is the OpenSource one, where can download it? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: MapView with itemizedOverlay still don't work

2009-09-08 Thread sweet
And how make him clickable with a label who's display ??? thanks for your help Sweet On 8 sep, 09:24, sweet brou...@gmail.com wrote: Thanks a lot it's work very well but how can i focused in the area with my itemizedOverlay ? On 8 sep, 01:59, Nicholas Albion nalb...@gmail.com wrote: You

[android-developers] Re: Focusing the spinner object

2009-09-08 Thread prashanth
Hello use android:focusable to true.I use few spinner objects and they get focus similar to textview .have a look at apidemos in the sdk installation to see if that does what u want to do gtg On Sep 7, 11:05 am, Isuru iisuru@gmail.com wrote: Hi,      When components like TextViews got

[android-developers] Register ContentObserver for AppWidgetProvider

2009-09-08 Thread Manjunatha M
Hi, I am writing an application on the widget framework provided by Android. I want to listen to contacts DB through the contentObserver and update accordingly on the db change. I want to register the contentobserver on the chip is enabled and unregister on the chip disable. Now that, i can

[android-developers] Re: Android WVGA support

2009-09-08 Thread Al Sutton
My problem is basically this; If my monitors dpi stays static why is the emulated dpi changing between emulator skins? To me it would make more sense if the dpi of the emulators display doesn't change unless the developer explictly states they want to emulate a device with a different DPI. Al.

[android-developers] Re: CompareEverywhere

2009-09-08 Thread Jeff Sharkey
I've been meaning to open-source it, but haven't had the free time to pull together all the loose ends. :) Is there something in particular you're looking to do? j On Tue, Sep 8, 2009 at 12:38 AM, paultwapaultwa2...@gmail.com wrote: hi,    Is the project ‘CompareEverywhere’  the OpenSource

[android-developers] Re: XML RPC Parsing Error

2009-09-08 Thread skink
On Sep 7, 3:24 pm, SIDIBE Ali-Broma jahbr...@gmail.com wrote: This is one exemple whitch give me all time some error  . Also this code is simular on the codeprojet. I ast some help for to solve this problem. Problem of Firewall! or other! I dont know ...         XMLRPCClient client = new

[android-developers] UGG Classic Short Boots free shipping now

2009-09-08 Thread csbuy laiiiy
Romantic Flower UGG Classic Short Boots UGG 5825 Women's Classic Short Romantic Flower Boot Australia UGG Romantic Flower A new pattern gives a fresh look to the Classic short Romantic... http://www.csboots.com/ugg-classic-short-boots-c-2.html

[android-developers] Re: Free Chart drawing package for Android

2009-09-08 Thread kostmo
Hey All, I started a project on Google Code for charting on Android. Right now it supports only pie charts, but I think they look rather nice. http://code.google.com/p/chartdroid/ It might be a good nucleation point for other charting widgets people have made. Suggestions welcome. Karl On

[android-developers] Re: Cannot get PhoneNumber on Real device but code works in Emulator

2009-09-08 Thread Mark Ellul
Hi Roman, Thanks for your Response! I am using a HTC Hero in Spain, using Yoigo Network. I checked the settings and the Voice MSISDN Line1 number is indeed unknown, so I guess thats why I am receiving a null value for the phone number. I will be testing with a US Sim (as soon as I received

[android-developers] Re: Questions about adding an external shared library to Android image (donut)

2009-09-08 Thread Amir K
Thanks a lot. Posted there. On Sep 8, 8:19 am, Dianne Hackborn hack...@android.com wrote: Hi, questions about extending/modifying the platform should go to android-porting.  Thanks! On Mon, Sep 7, 2009 at 8:32 AM, akrk1986 akrk1...@gmail.com wrote: Hi, I have determined (or so I hope)

[android-developers] Development tools recommendation thread

2009-09-08 Thread GiladH
hey, we're looking for high quality developer tools which have been ported tested for Android. the first is a code correctness tool that will scan our code looking for non-syntactical errors (e.g. thread synch errors, uninitialized vars...). basically a lint- like tool for Android the second

[android-developers] Re: A sample mobile banking solution

2009-09-08 Thread Sudeep
Now my questions will revolve around android. 1.which protocols are supported for a secure connection? 2.which security framework is available or can be ported to android . 3.In case of slow performance, what is available on native level 4.does it make sense to change the

[android-developers] Re: How send DTMF in android?

2009-09-08 Thread Mark Ellul
Hi Gulfam, Did you solve the issue? I am trying to do the same thing and only have a HTC Hero to test with and its failing as well. Please if you have resolved the issue let me know... I have seen this class http://developer.android.com/reference/android/media/ToneGenerator.html but I am not

[android-developers] Key listener

2009-09-08 Thread Sasi Kumar
I want to know about the key listener concept. I want the value of Back button in android. plz Give some sample code for this.. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Key listener

2009-09-08 Thread Sasi Kumar
I want to know about the key listener concept. I want the value of Back button in android. plz Give some sample code for this.. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] GPS location and geopoint

2009-09-08 Thread sweet
Hello i would like to display a geopoint in a mapview with the location of the device with gps coordonates. I already have a code for display geopoint and i would like to fit it for display this location: drawable = this.getResources().getDrawable(R.drawable.geopoint);

[android-developers] WebView : can we select text in Java ?

2009-09-08 Thread Nanard
Hi, I like WebView component. I would like to be able to select text in the view in my Java code. Is it possible ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: key lisener

2009-09-08 Thread sasi kumar
use key lisener.. On Tue, Sep 8, 2009 at 3:34 PM, sasi kumar sasikumar.it1...@gmail.comwrote: can any one give example for key lisener -- Thanks Regards Sasi Kumar.S -- Thanks Regards Sasi Kumar.S --~--~-~--~~~---~--~~ You received this

[android-developers] textview issue....

2009-09-08 Thread Sudeep Sharma
Hi, I have a list view with diffrent widgets(Text View , check box, togglebutton etc). I know in *touch mode* that text view need not be focussed if user touches the text view as this is expected behaviour of Android framework. When i click on the textview, it should show a momentary

[android-developers] key lisener

2009-09-08 Thread sasi kumar
can any one give example for key lisener -- Thanks Regards Sasi Kumar.S --~--~-~--~~~---~--~~ 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] Query Apis for Media Formats

2009-09-08 Thread bobby
Hi, I am looking for apis to know the supported audio/video formats on a device and was not successful. Though I found this link - http://developer.android.com/guide/appendix/media-formats.html which mentions the media types supported - It just gives additional formats supported by T-mobile G1 -

[android-developers] I can not load my compiled images.

2009-09-08 Thread Sergio Ciruela
Hi! I increased the heap size in Android changing and compiling the source code and generating the corresponding out folder. Now I want to load these images with the emulator but I can't and I don't know the problem. I use the next command: emulator.exe -avd myandroid -system

[android-developers] Re: Hmm... at last ADC2 is out of our way ... tell about your app and experience

2009-09-08 Thread Lee
I posted earlier in this thread about my app Tasker. I've since had a chance to put up some material about it: http://tasker.dinglisch.net/ And yes, it's in the Productivity/Tools category. Lee --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] When do we get java.lang.RuntimeException: No memory in memObj

2009-09-08 Thread Sreekanth Rao
Hi, I'm getting the below shown exception. java.lang.RuntimeException: No memory in memObj at android.database.CursorWindow.native_init at android.database.CursorWindow.init at android.database.CursorWindow.init at android.database.CursorWindow$1.createFromParcel at

[android-developers] Re: Dynamic Autofill Textbox

2009-09-08 Thread Isuru danagalle
Thats useful.Thanks for the info Isuru On Tue, Sep 8, 2009 at 7:03 AM, Mark Murphy mmur...@commonsware.com wrote: Isuru danagalle wrote: I have to have a spinner with 2000+ entries. Please don't. So I thought of having a autofill textbox.When user partially types it will

[android-developers] notification of browser

2009-09-08 Thread Honest
Hello, I would like to get notification when user open browser and open any web page. Even i would like to get notification when user send sms from native application. Is it feasible. If it is not feasible. How can i get contents of outbox or sent items from phone.

[android-developers] Re: WebView : can we select text in Java ?

2009-09-08 Thread Fred Grott(Android Expert)
make it a DOM node than its possible as most DOM objects are sleectable in webview On Sep 8, 4:59 am, Nanard bsegon...@free.fr wrote: Hi, I like WebView component. I would like to be able to select text in the view in my Java code. Is it possible ?

[android-developers] Re: Cannot upload Promotional Graphic to Android Market

2009-09-08 Thread jsdf
Problem still exists. And, per Streets of Boston, my 2 full screenshots are not 'sticking' over time either. I don't think the Android Market guys actually tested this properly before publishing it. On Sep 4, 10:46 pm, String sterling.ud...@googlemail.com wrote: I've created and uploaded JPGs

[android-developers] Re: Development tools recommendation thread

2009-09-08 Thread Fred Grott(Android Expert)
easy Checkstyle--code style PMD--code correctness..use Android rules..PMD project added some android specific rules Fred Grott http://mobilebytes.wordpress.com On Sep 8, 4:18 am, GiladH gila...@gmail.com wrote: hey, we're looking for high quality developer tools which have been ported

[android-developers] ImageButton is shrinking automatically

2009-09-08 Thread Tushar
Hi, In my application I'm placing ImageButton next to AutoCompleteTextView. So whenever virtual keypad is launched , my ImageButton shrinks to almost for half. I have tried to set minimum height/width ..but no use. What else should i do to stop it from shrinking ? --Tushar

[android-developers] Re: notification of browser

2009-09-08 Thread Mark Murphy
I would like to get notification when user open browser and open any web page. http://en.wikipedia.org/wiki/Spyware Even i would like to get notification when user send sms from native application. See above. Is it feasible. Without modifications to the firmware, I hope it is

[android-developers] Re: WebView : can we select text in Java ?

2009-09-08 Thread Nanard
OK, thanks. I will check how DOM objects work on Android... --~--~-~--~~~---~--~~ 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

[android-developers] Re: How does BaseAdapter communicate with its ListView?

2009-09-08 Thread WoodManEXP
Thanks Romain for the info. On Sep 6, 4:05 pm, Romain Guy romain...@google.com wrote: ListView just sets a ContentObserver on the adapter. On Sep 6, 2009 3:51 PM, WoodManEXP woodman...@gmail.com wrote: How does BaseAdapter communicate with its ListView? I was wondering how the BaseAdapter.

[android-developers] Development phones ??

2009-09-08 Thread WoodManEXP
Does anyone know the status with the development phones? Apparently they are out of stock. - Can any other device be used for development testing? - If you get a development phone does it come with Android 1.5 or do you need to update it? Thank you

[android-developers] trying to get phone number from BroadcastReceiver

2009-09-08 Thread gganesh
Hi, This is a simple application which sends group sms (a group consist only 5 phone numbers )and i have registered a Broadcast to announce when an sms is send .here i need to display the number to which the sms is send ,how to do that here is my code # In onCreate() button is pressed it

[android-developers] Dialing IVR Systems, or sending DTMF tones after a call is made

2009-09-08 Thread Mark Ellul
Hi, I am writing an application that calls IVR Systems. For example a Customer Service line where 3 or 4 options or the telephone number must be sent after the call is made. I don't remember where but I remember that if you were to put in comma's , it would be a pause so I am trying to dial a

[android-developers] Re: Accessing the Calendar

2009-09-08 Thread Canukadroid
Hi Dianne, Thank you for your responses. Not what I wanted to hear :o( but thank you! Regards, CD. On Sep 7, 9:29 pm, Dianne Hackborn hack...@android.com wrote: Definitely not for 1.6, very unlikely for 2.0, and it is probably a safe assumption that it is not public because it is likely to

[android-developers] Re: Hmm... at last ADC2 is out of our way ... tell about your app and experience

2009-09-08 Thread Jason Van Anden
I submitted BubbleBeats to the ADC2 - published to the market this morning under entertainment. This is my first Android app. Thanks to everyone who offered me help, or anyone else help that answered a question I didn't even know I had! This community has been amazing. More:

[android-developers] Re: how to use gluUnProject

2009-09-08 Thread Streets Of Boston
Look for MatrixGrabber.java and MatrixTrackingGL.java in the 'API Demoes' that comes with the Android SDK. On Sep 7, 11:11 am, Gameboy r59...@gmail.com wrote: I'm trying to use gluUnProject for checking touch selection on a 3D object, but seems I can not do with current 1.5 emulator. The

[android-developers] Re: Development phones ??

2009-09-08 Thread Paul Kilgo
Does anyone know the status with the development phones? Apparently they are out of stock. Don't know -- I'm leaving this to someone else. - Can any other device be used for development testing? People use their T-Mobile phones to develop all the time. I'd think you can do it with any

[android-developers] How many times a song has played?

2009-09-08 Thread Nathan Ekstrom
I've searched the list and the documentation but have not found anything that tells you how to tell how many times a song has played. Is there something in the OS that provides that information or would it need to be done in the individual application? Nathan

[android-developers] Re: Dialing IVR Systems, or sending DTMF tones after a call is made

2009-09-08 Thread Mark Ellul
Hi I have added more log information from the ddms tool, to see if this helps... 09-08 15:35:48.801: INFO/ActivityManager(63): Starting activity: Intent { action=android.intent.action.CALL data=tel: 976574325,2,41*667854,000*837101,692649593 comp={com.android.phone/

[android-developers] Re: Development phones ??

2009-09-08 Thread Chris Stratton
On Sep 8, 9:20 am, WoodManEXP woodman...@gmail.com wrote: Does anyone know the status with the development phones? Apparently they are out of stock. - Can any other device be used for development testing? If you are writing applications for use by people with current carrier- branded phones,

[android-developers] Where is the default Calendar app on Emulator?

2009-09-08 Thread Armond Avanes
Hi Guys, Does anybody know where I can find the default Calendar application comes with Android platform on emulator? I just do not see any Calendar application around which is odd! Thank you, Armond --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: Development phones ??

2009-09-08 Thread Maps.Huge.Info (Maps API Guru)
The problem with a non-development phone (or a locked one) is that the carriers demand such unreasonable terms, like two year contracts and all. In my area, T-Mobile is available but doesn't work in my home. The 3-g here for T-Mobile is slower than dial-up and is only available in a tiny fraction

[android-developers] Re: After ADC 2 feedback

2009-09-08 Thread Maps.Huge.Info (Maps API Guru)
All I can say to this is: Good food takes time, be patient! (my mother) -John Coryat What Zip Code? Radar Now! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: MediaPlayer playback is interrupted by user interface interaction

2009-09-08 Thread Marco Nelissen
On Sun, Sep 6, 2009 at 2:59 AM, Ludvig Svenoniusludvig.svenon...@gmail.com wrote: I have a rather mysterious problem with the simple test application below... package com.example.helloandroid; import android.app.Activity; import android.media.MediaPlayer; import android.os.Bundle;

[android-developers] Re: How many times a song has played?

2009-09-08 Thread Marco Nelissen
That information is not available in the system. On Tue, Sep 8, 2009 at 6:59 AM, Nathan Ekstromnat...@whiteboxdev.com wrote: I've searched the list and the documentation but have not found anything that tells you how to tell how many times a song has played.  Is there something in the OS

[android-developers] NullPointerException in getFromLocation function

2009-09-08 Thread Stefan
Hello, i'm trying to get a location from lat /lon values with the getFromLocation function: adresses = geocoder.getFromLocation(lat, lon, 1); // Search addresses The function should return a empty List, if it don't find an address, but it throws the NullPointerException. What can/must I do to

[android-developers] After ADC 2 feedback

2009-09-08 Thread omnitial
When downloading something we see a dialog box showing the number of percentage that downloaded Sometimes when we pressed save or print or other option in a document software sometimes the full document software get hanged without showing any status. That is very irritating indeed. After the

[android-developers] Ongoing...

2009-09-08 Thread sdphil
how does the media player put itself in the Ongoing group when playing? tia. --~--~-~--~~~---~--~~ 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] Re: NullPointerException in getFromLocation function

2009-09-08 Thread Stefan
Sorry, i have found my stupid error. I don't initialize my Geocoder object. Regards, Stefan --~--~-~--~~~---~--~~ 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] How to implement http digest authentication?

2009-09-08 Thread Tom
Hi, I would like to know if someone can post some snippet for implementing http digest authentication in Android. Best regards Tom --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: Cannot upload Promotional Graphic to Android Market

2009-09-08 Thread Streets Of Boston
Try it on any other browser than IE8, if that's the one you're using. When i used FireFox, all went fine. On Sep 8, 8:24 am, jsdf jasons...@gmail.com wrote: Problem still exists.  And, per Streets of Boston, my 2 full screenshots are not 'sticking' over time either. I don't think the Android

[android-developers] How to interpret device state dump from DDMS?

2009-09-08 Thread Flying Coder
Is there any documentation describing the various sections of dump device state output from DDMS? Thanks, Steve --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Programmaticly adding playlists

2009-09-08 Thread Nathan Ekstrom
So for those who are interested the only way to do this is using http://developer.android.com/reference/android/provider/MediaStore.Audio.Playlists.html and http://developer.android.com/reference/android/provider/MediaStore.Audio.Playlists.Members.html it is pretty easy if you are familiar with

[android-developers] Re: Problem with MediaScannerConnection scanFile

2009-09-08 Thread karthikr
Guys any help on this? On Sep 7, 11:19 pm, karthikr karthik.scintill...@gmail.com wrote: Also is there a way to resccan the files in the sdcard? Can someone help me with this? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] where to call ListView.clearChoices()

2009-09-08 Thread sdphil
I've got a ListView with an adapter that gets filled in on a different thread. when it's done getting filled in (i.e. finished calling adapter.add(...)), I call ((ListView) findViewById(R.id.myListView)).clearChoices(); but the first item in the list is still selected! where should i put

[android-developers] Problem with PNG as xml Background but not in JAVA!

2009-09-08 Thread Don
Hi all, I'm having problems with setting the background image for views in xml files. I have a png called mml_background.png in the drawable folder of my project. Setting the background as follows in xml: android:background=@drawable/mml_background gives the error: ERROR Error: No

[android-developers] Re: Countries for selling priced applications in Android Market

2009-09-08 Thread karthikr
I have been waiting for an update for nearly 8 months for this, i am awaiting for atleast an update from google, isnt anyone from google watching this post? please give us an update. I dont want to compare the market with some other operating system, but i am expecting atleast an update on the

[android-developers] Re: (unofficial) Bluetooth API v. 0.2

2009-09-08 Thread Stefano Sanna
On Tue, Sep 8, 2009 at 2:36 AM, Chi Kit Leungmichaelchi...@gmail.com wrote: Thanks! that is great! Thank you. Best regards, Stefano. -- Stefano Sanna gerda...@gmail.com (Skype: gerdavax) Personal blog: http://www.gerdavax.it Linkedin profile: http://www.linkedin.com/in/gerdavax QuadraSpace

[android-developers] Create Cool styled buttons

2009-09-08 Thread bennyb
How do I create cool/styled buttons in android with different colors? --~--~-~--~~~---~--~~ 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

[android-developers] Changing IME Done button

2009-09-08 Thread Brady
Hi, I was wondering if anyone has had any success changing the default IME action button. I have an EditText field and in the layout XML I've set android:imeActionLabel=@string/X but don't see any change in the IME. Do I need to also set the imeOptions to make this a custom action. One

[android-developers] Re: Create Cool styled buttons

2009-09-08 Thread Moto
You can define different button stages using pngs and declare an xml on your drawables folder: i.e. ?xml version=1.0 encoding=utf-8? selector xmlns:android=http://schemas.android.com/apk/res/android; item android:state_focused=true android:state_pressed=false

[android-developers] Re: Forward Locking A Specific Downloaded File

2009-09-08 Thread BrianS
So would the the private directory you refer to be called data/data/ com.myapp/private/ ? thanks much B On Sep 7, 6:30 pm, Dianne Hackborn hack...@android.com wrote: Putting it in your normal private directory is exactly the same as forward locking -- only your uid (and root) has permission

[android-developers] Re: Create Cool styled buttons

2009-09-08 Thread Moto
Forgot! For your button you want to declare the background to point to your xml with the button stages definition... On Sep 8, 12:43 pm, Moto medicalsou...@gmail.com wrote: You can define different button stages using pngs and declare an xml on your drawables folder: i.e. ?xml version=1.0

[android-developers] Re: Anyone else notice that the Top apps in android.market.com seem inaccurate?

2009-09-08 Thread Marco Nelissen
On Tue, Sep 8, 2009 at 9:31 AM, niko20nikolatesl...@yahoo.com wrote: If you look at the apps that are in the Top paid category, and then go to Cryket.com and look them up, I find it hard to believe that these apps are really the top paid. For example, Buka is 1000-5000 downloads at about

[android-developers] Re: Forward Locking A Specific Downloaded File

2009-09-08 Thread Dianne Hackborn
It's everything under data (that you haven't explicitly made world accessible). That is, use the Context API to either directly open a file, or get a path to a directory where you can use the standard Java APIs to read and write files, and just put your data there. If you don't use the flag to

[android-developers] Re: Changing IME Done button

2009-09-08 Thread Dianne Hackborn
Use android:imeOptions to control the button inside of the keyboard: http://developer.android.com/reference/android/widget/TextView.html#attr_android:imeActionLabel http://developer.android.com/reference/android/widget/TextView.html#attr_android:imeActionLabelThe full label is only displayed when

[android-developers] Re: copy file to emulator sd card

2009-09-08 Thread androiduser mobile
Hi Mark and joyband, Thanks for the help. I am using this code inside one of my service test cases and getContext().getResources() is null to get the assets. Thanks, Androiduser. On Sep 4, 6:48 pm, joyband joyb...@163.com wrote: I tried your code in my Eclipse,it looks fine. ins =

[android-developers] Re: Anyone else notice that the Top apps in android.market.com seem inaccurate?

2009-09-08 Thread Disconnect
On Tue, Sep 8, 2009 at 12:52 PM, Marco Nelissenmarc...@android.com wrote: On Tue, Sep 8, 2009 at 9:31 AM, niko20nikolatesl...@yahoo.com wrote: If you look at the apps that are in the Top paid category, and then go to Cryket.com and look them up, I find it hard to believe that these apps are

[android-developers] Re: What is the best way to backup app database to a file?

2009-09-08 Thread Moto
Perfect! I really appreciate everyone's help! -Moto! On Sep 8, 1:05 am, mjc147 westmead...@yahoo.co.uk wrote: On Sep 7, 3:30 am, Mark Murphy mmur...@commonsware.com wrote: Now, the database path location may change in future Android releases, and I am not aware of a place in the API to

[android-developers] Re: Android WVGA support

2009-09-08 Thread Dianne Hackborn
Hi all, I'm not sure how much it is worth getting into the details of this right now. There is a blog post being written on the topic of different screen sizes, and we have gone through round after round of work on the underlying model of the platform and how to best explain the way this works,

[android-developers] Anyone else notice that the Top apps in android.market.com seem inaccurate?

2009-09-08 Thread niko20
If you look at the apps that are in the Top paid category, and then go to Cryket.com and look them up, I find it hard to believe that these apps are really the top paid. For example, Buka is 1000-5000 downloads at about 1.25 or so. Color Pop! is 1.49, and is also in the 1000-5000 download range.

[android-developers] Re: Anyone else notice that the Top apps in android.market.com seem inaccurate?

2009-09-08 Thread Dianne Hackborn
On Tue, Sep 8, 2009 at 10:05 AM, Disconnect dc.disconn...@gmail.com wrote: If you look at the original email, it has nothing to do with cyrket and everything to do with the market mess. What mess? Market uses a lot of criteria for determining which apps to place first, only some of which are

[android-developers] Re: Ongoing...

2009-09-08 Thread Marco Nelissen
On Tue, Sep 8, 2009 at 8:09 AM, sdphilphil.pellouch...@gmail.com wrote: how does the media player put itself in the Ongoing group when playing? http://developer.android.com/reference/android/app/Notification.html Specifically: Notification.FLAG_ONGOING_EVENT

[android-developers] Re: Android WVGA support

2009-09-08 Thread Howard M. Harte
No. Like I said, 160 dpi at other resolutions means a very different screen size. I mentioned WVGA/5 already, but now imagine the size of a q...@160dpi display... it would be very tiny. The point is that it wouldn't help you at all. This makes sense, but is there a way to leave minSdk=3

[android-developers] Re: Cannot upload Promotional Graphic to Android Market

2009-09-08 Thread Streets Of Boston
I meant that the 'images not sticking' problem does not occur on FireFox. I still cannot upload a PNG as a 'promo image'. On Sep 8, 9:40 am, Streets Of Boston flyingdutc...@gmail.com wrote: Try it on any other browser than IE8, if that's the one you're using. When i used FireFox, all went

  1   2   3   >