[android-developers] Re: some questions about using gdbserver and JNI libraries

2009-11-05 Thread fadden
On Nov 5, 5:50 am, Michael Ambrus michael.amb...@gmail.com wrote: Setting breakpoints and running works, but when gdb starts up it also prints out: gdb: Unable to get location for thread creation breakpoint: requested event is not supported Is there a problem with gdb thread support in 1.6?

[android-developers] Not sure where to find out how to do this - the Busy spinning icon

2009-11-05 Thread furby
I have been doing searches for this on Google but I am obviously using the wrong words to look for it. How does one go about showing the icon that spins in the upper right hand corner of the screen while something else is going on? I was trying to call it a Spinner but that is not exactly what

[android-developers] select inbox message rows with buttons

2009-11-05 Thread Carlos Pérez
Hi, I know the title it doesn't explain my problem exactily. It's better explain it with an example. I want put up-down arrows over inbox activity. I can select each row in the inbox message list pressing up or down arrow. I'd tried it showing two activities at time starting a new thread, but I

Re: [android-developers] Social Intents

2009-11-05 Thread Mark Murphy
I am interested--as I'm sure many of you are--in posting text to a facebook profile, a twitter status or some other social forum of the user's picking. As a game developer, I think this would be nice for users to brag about high scores. I was hoping that with 2.0's new sync and saved

[android-developers] Re: Urgent: unable to get rid of the memory issues for graphics apps

2009-11-05 Thread fadden
On Nov 4, 9:39 pm, manoj manojkumar.m...@gmail.com wrote: I have taken simple example AlphaBitmap given in api demos. [...] From the below log I am not understanding where I am doing wrong. And one thing clearly notifying is that there is a memory problem. Looks like a native crash in the Skia

[android-developers] Managing receiving/making calls with MediaPlayer

2009-11-05 Thread brooke
Hey everyone, I'm sure this is a topic already, but I can't find it. I've got a streaming audio application that needs to pause when a call comes in or is made, and resume on completion. I found some logic that does this in the Music player. What I found sets up a PhoneStateListener and

[android-developers] How many people do you know that uses a cellphone?

2009-11-05 Thread edmel...@live.nl
How many people do you know that uses a cellphone? Figure this one out! How many people have a cellphone? Let's say there are millions of them How can i make money from this? Simple, just put up an ad on every phone. People click on your ad and see what you are selling. If they want it, they buy

[android-developers] consume sms msg

2009-11-05 Thread David Fire
hi i am able to read incoming sms but i need to delete it, if it has some text on it, and dosent be stored in the sms inbox. how can i do that? thanks David -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your ()_()signature to help him gain world domination. -- You received this

Re: [android-developers] ScrollView Layout/Gravity Problem

2009-11-05 Thread Romain Guy
fill_parent is meaningless inside a ScrollView. What you want is to use wrap_content and add android:fillViewport=true on the ScrollView. On Wed, Nov 4, 2009 at 6:45 PM, droid_does bjkr...@gmail.com wrote: I would like to have a scrollable layout with some buttons at the bottom.  Getting the

[android-developers] Is this true?

2009-11-05 Thread luckyboy31
I received an email from a friend containing a link. This link: http://919422kew6qdoe7ghqibu8tvam.hop.clickbank.net/ I joined him and to my surprise everything seems ok. This guy says he makes about $ 2 000 000 per year. What you say about this thing? -- You received this message because you

[android-developers] Android developer contest - win over $15,000 and a trip to Mobile World Congress

2009-11-05 Thread AM
Hi all, My company, Motally, is sponsoring a contest for application developers with over $15,000 in prizes including a trip to Mobile World Congress in Barcelona. All you have to do is integrate the Motally analytics API into your app to be eligible to win. Our API helps developers monitor

[android-developers] Social Intents

2009-11-05 Thread mcgowen007
I am interested--as I'm sure many of you are--in posting text to a facebook profile, a twitter status or some other social forum of the user's picking. As a game developer, I think this would be nice for users to brag about high scores. I was hoping that with 2.0's new sync and saved social

[android-developers] Re: trouble running app on 2.0 emulator

2009-11-05 Thread cvance383
when i extract the apk, in the lib/arch/darwin_ppc/ is a file: MD5.jnilib . In my project the files in my lib folder are commons- httpclient-3.1.jar , fast-md5.jar, gson-1.2.3.jar . Is this where my problem is stemming from? O Nov 4, 8:44 pm, Xavier Ducrohet x...@android.com wrote: what is all

[android-developers] Loading Activity Darkens Screen/Loading Screen

2009-11-05 Thread matt parker
Hello, I've looked through the documentation and I can't seem to figure out how to have the screen blured/greyed when I select an activity that may take a while to load. This seems to be an Android standard (both the Camera app and the Camcorder app do it when first selected), but I don't see

[android-developers] ScrollView Layout/Gravity Problem

2009-11-05 Thread droid_does
I would like to have a scrollable layout with some buttons at the bottom. Getting the buttons to the bottom when using a Linear Layout works, however once I add a ScrollView it doesn't. Below is an example demonstrating my problem (I know there isn't enough content to benefit from scrolling)

[android-developers] Re: android screen locked, service stop?

2009-11-05 Thread EEMT
I'm having the same issue.. Can someone help us? :(:( On Sep 17, 11:38 pm, mwyzq mw...@126.com wrote: Hello:      I had the program I wrote a service, and in service has written a timer, change the timer for one minute cycle time, but why the program in the phone standby (screen lock) were

[android-developers] Re: Eclair install choked with errors about locks and died horribly leaving corrupted install

2009-11-05 Thread Call Me Paul
Hello, I am having the same issue, can someone post the steps to solve this? I got v1.1 working on eclipse (still not sure why) for for the rest I get the warning temp error. Thanks! On Nov 5, 12:07 am, ekwang ekwa...@gmail.com wrote: When I try to upgrade Android SDK Tools, revision 3, by

[android-developers] SDK installation problems on Vista

2009-11-05 Thread Call Me Paul
Hello, I am having troubles installation the SDK on vista. I get a warning telling me that it could't move data from a /temp directory to its final destination under /platform/androidxx and that I should check if any program was using windows explorer or that folder. I tried several times, I

[android-developers] Re: Clear Activity stack?

2009-11-05 Thread Carlos Pérez
you can use activityB.finish(); for each activity you want remove. On 3 nov, 18:00, Mark Wyszomierski mar...@gmail.com wrote: Hi, Is there a way to clear our Activity stack? For example, a user in my app progresses through these activities, one is launched from the previous activity:  

Re: [android-developers] Re: Working with the new ContactContracts API

2009-11-05 Thread Dmitri Plotnikov
This line: context.getContentResolver().update(ContactsContract.Data.CONTENT_URI, values, ContactsContract.Data.RAW_CONTACT_ID + = + personId, null); attempts to change ALL data rows that have RAW_CONTACT_ID == personId, which includes the photo, but also phone numbers, emails etc. You will

[android-developers] Non-conventional Android Programming in Rome

2009-11-05 Thread jesty
During this talk at Rome Spring Meeting I have explain how you can develop for mobile devices like Android using HTML, CSS and Javascript and how you can use Spring Framework in mobile environment. http://www.slideshare.net/jesty/non-conventional-android-programming-en-2418941 Any feedback is

[android-developers] ScrollView scrolling.

2009-11-05 Thread rash
Hi I am trying to detect the scrolling of a ScrollView. Is it possible to do so ? Can anybody help me with this. Thanks Rash -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: Urgent: unable to get rid of the memory issues for graphics apps

2009-11-05 Thread Tom Gibara
Just a couple of other pointers: 1) It's really easy to produce a native crash in Skia by unleashing two concurrent threads onto a single Bitmap. 2) There are some significant defects in the general bitmap functions associated with ALPHA_8 bitmaps Further to (2) see these for examples:

Re: [android-developers] Re: Which Flavour of Linux

2009-11-05 Thread Brian Conrad
Miguel Paraz wrote: On Nov 5, 6:10 pm, Bytes toyvenu.t...@gmail.com wrote: During my very short time experience with Android, I found that Linux is most suitable environment for development compared to Windows. Please correct me if I'm too inexperienced. My question is, Which version

[android-developers] merging columns of cursor

2009-11-05 Thread Kartik Bansal
hi.. I am making an app where I need to filter the contacts as user types.. I m using autoTextView and I am able to successfully query the contacts db for either tel number or name.. However while displaying I can either display name or tel number only as simple cursor only lets me match one list

[android-developers] Re: Working with the new ContactContracts API

2009-11-05 Thread jarkman
Oops! I see what you mean. Perhaps that update was a little bold... :-) So I need to search out the right row (with the right contact ID and the photo's MIME type) in the Data table with a query, then update that row ? If there isn't a pre-existing photo, do I also need to update

Re: [android-developers] Re: Working with the new ContactContracts API

2009-11-05 Thread Dmitri Plotnikov
Right. Setting the new photo to super-primary should take care of the PHOTO_ID reference. You should not need to worry about resetting the super-primary flag on other photos for the same contact - that's also automatic. Cheers, - Dmitri On Thu, Nov 5, 2009 at 12:04 PM, jarkman

Re: [android-developers] merging columns of cursor

2009-11-05 Thread Mark Murphy
hi.. I am making an app where I need to filter the contacts as user types.. I m using autoTextView and I am able to successfully query the contacts db for either tel number or name.. However while displaying I can either display name or tel number only as simple cursor only lets me match

[android-developers] ADC2 Results Post

2009-11-05 Thread GodsMoon
Since the Android Challenge Group seems to be closed I'll post here. What results did you get from Google? -- 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

Re: [android-developers] ADC2 Results Post

2009-11-05 Thread Nikolay Ananiev
Negative. They said my app was one of the top 25%, but did not make it. My app is Bebbled (currently one of the top free casual games). On Thu, Nov 5, 2009 at 10:28 PM, GodsMoon godsm...@gmail.com wrote: Since the Android Challenge Group seems to be closed I'll post here. What results did

[android-developers] Re: ADC2 Results Post

2009-11-05 Thread ander...@phdgaming.com
I got an email saying my application Mystic Maggie Story ( http://www.phdgaming.com/general_media/mm/ ) was ranked in the bottom 50%. As it was top 20 from each category that moved on, I assume that means it was in the bottom 50% for education. Really thought I would have at least made top 20 in

[android-developers] CheckBox blocks ExpandableListView.OnGroupClickListener

2009-11-05 Thread droidin.net
I'm trying to put a checkbox into ExpandableListView. I noticed that doing that disables basic functionality of displaying child list when group row is clicked. Furthermore when I click outside of checkbox the click is detected by nether checkbox nor by OnGroupClickListener. Can someone help me to

[android-developers] Re: ADC2 Results Post

2009-11-05 Thread Piotr
According to the scores submitted by users, your application 'TripComputer' ranked in the top 50% of all applications submitted. We appreciate your taking the time to develop and enter your application... And like in ADC1 - again the same thing: no real ranking, no real numbers, only percentable

[android-developers] Re: ADC2 Results Post

2009-11-05 Thread Alex
I've voted all 5s but 4 for polish for your app in round 1, really liked your app. Ours (vivify picture) also failed to make it to top 20 education titles, being in bottom 50% too. I think that's for all apps, not just education category. When judging, I've seen about 5 original apps in the

Re: [android-developers] Re: trouble running app on 2.0 emulator

2009-11-05 Thread Xavier Ducrohet
ah I understand now. Here's what happens: fast-md5.jar is not 100% java and has a native component to it. That native component is in multiple form for different os (linux/mac/windows) and architectures (x86/ppc). Just this is going to not make it work. You would have to make sure to recompile

[android-developers] Re: Reverse geocoding

2009-11-05 Thread Mike
I was playing around with this very concept a while back. Turns out at the time (I haven't checked recently) that you had to do one location at a time. It would be nice if you could pass the geocoder multiple points and get multiple results back. So, I ended up doing what you did - pick a

[android-developers] How does GoogleLoginService store user's account/passwd?

2009-11-05 Thread Joes
In my G1 phone, Once I setup the gmail account, after some time, maybe one hour. Reboot the phone, then I will never be able to login gmail again, I always get the log: 11-05 11:22:31.935: DEBUG/gmail-ls(257): Authentication error, token invalidated, retrying 11-05 11:22:31.935:

[android-developers] Re: ADC2 Results Post

2009-11-05 Thread newbyca
we submitted Wheel of Yum (under shopping I think?) ... from the email: Unfortunately, your application was not selected by Android users as one of the top 20 in its category. According to the scores submitted by users, your application 'Wheel of Yum!' ranked in the top 50% of all applications

Re: [android-developers] How does GoogleLoginService store user's account/passwd?

2009-11-05 Thread Jason Proctor
i don't know whether this is your problem, but i'm finding that gmail is expiring POP/IMAP auths and requiring captchas more often. the specific case for me is that i can't log in via POP until i go to the website and satisfy the captcha. it's happened twice this week so far and i am confused

[android-developers] Re: ADC2 Results Post

2009-11-05 Thread nuno
I submitted 3 apps and only received emails about 2 of them. Does it mean that the other one passed? On Nov 5, 9:09 pm, newbyca newb...@gmail.com wrote: we submitted Wheel of Yum (under shopping I think?) ... from the email: Unfortunately, your application was not selected by Android users

[android-developers] custom ArrayAdapter compile error

2009-11-05 Thread tatman
I'm trying to create my own ArrayAdapter. I'm missing something. I cannot get the code to compile. The documentation says I need to override getView. But the compiler isn't seeing getView as a method defined in the super class. What am I missing? import android.content.Context; import

[android-developers] MEDIA BUTTON

2009-11-05 Thread moa
How to I simulate the Media Button (the button on the wired headset) that starts the media player, being pressed in the emulator? I've looked and looked... can't see it :( -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Working with the new ContactContracts API

2009-11-05 Thread jak.
Hi Dmitri Jarkman, Hope everyone's having a good day. I'm also working on adding photo's for a contact. Based on your discussion I came up with this method. It's seems to do the job, but I'm not entirely confident that I'm doing things in the best way. Can you please review it and let me know If

[android-developers] Re: ADC2 Results Post

2009-11-05 Thread Derek
Same here: Top 50% but did not make it. WorldTime has been published on Market (as WorldWideTime) in September. It has reached rank #9 in Travel category in 3 weeks according to http://androidstats.com/ranking/application/13459 but it's not in top 20 of ADC2 travel category. -- You received

[android-developers] Re: ADC2 Results Post

2009-11-05 Thread ander...@phdgaming.com
Alex - thanks for the positive note, appreciate it. :) Indeed I has the same experience as to the competition in the Education category - hence why I figured that Mystic Maggie would at least make top 20. Very surprised Vivify Picture didn't make it either - indeed does seem that voters must have

[android-developers] Re: ADC2 Results Post

2009-11-05 Thread Derek
Yes, 2 identical emails received too. On Nov 5, 10:21 pm, ander...@phdgaming.com ander...@phdgaming.com wrote: Alex - thanks for the positive note, appreciate it. :) Indeed I has the same experience as to the competition in the Education category - hence why I figured that Mystic Maggie would

[android-developers] How to set the unlock pattern?

2009-11-05 Thread Tomas Sjöberg
How to set the unlock pattern? Is that an intent? BR /Tomas -- 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-developers] Re: Eclair install choked with errors about locks and died horribly leaving corrupted install

2009-11-05 Thread izam
Hi I had the same problem with eclipse + vista home. Running android.bat (double click from explorer) seems to work for me. Hope it helps. On Nov 5, 11:07 am, ekwang ekwa...@gmail.com wrote: When I try to upgrade Android SDK Tools, revision 3, by SDK Setup.exe I meet same problem. I think it

[android-developers] Re: Moving to 2.0 from 1.6 - error reported of a violation of a core library class that doesn't exist in app

2009-11-05 Thread vachudj
Hi, I had the same problem. I solved it by removing 1.6 library and appending 2.0 library. The just changing the 2.0's android.jar file instead of 1.6 library is not sufficient. The android.jar file must be represented in project as new library. Hopefully it helps... . On Oct 30, 5:01 am, JP

[android-developers] How to preselect an uri in musicpicker

2009-11-05 Thread Tomas Sjöberg
Hi, I am using the builtin musicpicker via the intent ACTION_GET_CONTENT and the type audio/*. How do I preselect a song based on the content uri the user picked the last time he was in the musicpicker? I have the uri but dont know where/how to set it. -- You received this message

[android-developers] Error when try to compile Voidroid project(http://android.wooyd.org/)

2009-11-05 Thread buntee
Hi All I am trying to use the Voidroid project (http://android.wooyd.org/) but I got some error during the compilation process. When I tried the step 6 [Download the build-voidroid script and run it to build the VoiDroid package: build-voidroid --android-dir ${ANDROID_DIR} --pjsip-dir

[android-developers] cannot set proxy when download sdk

2009-11-05 Thread Michael Liao
Hi i downloaded Android SDK Tools, and when i use the tools to download other packages, there is no way to set proxy. how can i download via proxy? thanks! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Obfuscation of Android project

2009-11-05 Thread GDroid
Hi, I'm new to Java, eclipse and android so please understand if I'm asking some stupid questions. I already have an Android Project created with eclipse and the android plug-in. I would like to make my apk file obfuscate. I search google a lot and found out: 1. ProGuard is an open-source

[android-developers] How to preselect an uri in musicpicker

2009-11-05 Thread Tomas
Hi, I am using the builtin musicpicker via the intent ACTION_GET_CONTENT and the type audio/*. How do I preselect a song based on the content uri the user picked the last time he was in the musicpicker? I have the uri but dont know where/how to set it. -- You received this message because you

[android-developers] Re: Eclair install choked with errors about locks and died horribly leaving corrupted install

2009-11-05 Thread PHdP
I managed to avoid the folder lock problem by stopping Norton Antivirus during installation. But I am still getting a SSL peer shut down incorrectly error every time I try to install the 2.0 platform and upgrade the 1.5 platform. On Nov 2, 7:44 pm, Chuan Lee chuanv...@gmail.com wrote: I'm new to

[android-developers] USB Communications

2009-11-05 Thread Murray
I am looking for information on the Andriod USB communications. Does Andriod OS provide any way for the PC Host to communicate to a application on the device (TCP or simlar)? Can the Andriod application communicate to a PC host via the USB connection? Can the PC host control charging on the

[android-developers] Re: Draw GLSurfaceView to a Bitmap

2009-11-05 Thread Vladimir
I ran across this yesterday: http://www.anddev.org/opengl_performance_question-t751.html It's an old thread, but the 2nd post might be helpful. On Nov 4, 7:32 pm, yammada adam.h...@gmail.com wrote: I have an application that uses GLSurfaceView to draw OpenGL ES graphics.  This is all working

[android-developers] Pushing Several Files onto the Emulator at Once

2009-11-05 Thread Heather
Hi everyone, Is there a way to push several files / a folder of files onto the emulator at once? The only way I can push files successfully to the emulator is using the command line, if I try to push files in eclipse I get an error message: Failed to push the items: An existing connection was

[android-developers] Re: Working with the new ContactContracts API

2009-11-05 Thread Vettey
Hi Dmitri, Thanks for introducing the database structure and the sample on how to insert contact with 2.0 API. I'd like to know how to manage Contacts, RawContacts, and Data table when deleting contacts. Any better way to delete a contact with specific name from database? - Vettey On Nov 5,

[android-developers] Can't run or debug my app on Eclipse

2009-11-05 Thread Mr. P
This is the error that eclipse gives with the latest Android SDK: !ENTRY org.eclipse.core.jobs 4 2 2009-11-05 11:18:45.061 !MESSAGE An internal error occurred during: Launching android. !STACK 0 java.lang.NullPointerException at

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

2009-11-05 Thread Blue_key
Hey, it will be grea tif someone can send me an invitation ! - swissto...@gmail.com. Thanks !! On Nov 3, 2:01 pm, ferly sky ferly...@gmail.com wrote: Hi, I want to get an invitation, thanks. 2009/11/3 Tamas Jozsa tjo...@gmail.com Hi, Please invite me to. Thanks, Tamas 2009/11/3

[android-developers] Re: window.requestFeature(Window.FEATURE_RIGHT_ICON) does not work correctly

2009-11-05 Thread Jörn A .
Hi Asif, i've got the same problem, the icon is showed on the left side. Did you find any solution for this? Kind regards, J On 7 Okt., 12:07, Asif k asifk1...@gmail.com wrote: Hi all,   i want to keep cancel button in the title bar at the right side, for that I had used following code,

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

2009-11-05 Thread Andrew Pollock
On Oct 27, 2:58 pm, garycode garyma...@hotmail.com wrote: Hi, I'm trying to install a platform but when I type android the manager loads then I click Available Software then select thehttps://dl-ssl.google.com/android/repository/repository.xmlrepository I get this error., Failed to fetch

[android-developers] DDMS Heap debug

2009-11-05 Thread Guilherme Daher
Can anyone please help me to know what do the following mean in the Heap view of *DDMS*: 1) Data Object 2) Class Object 3) 1,2,4,8-byte *array* : which arrays are we talking about here?? 4) non- Java object -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: ADC2 Results Post

2009-11-05 Thread Steeler
Whoa... how were you contacted? I didn't get anything. On Nov 5, 2:56 pm, Alex iiiypu...@gmail.com wrote: I've voted all 5s but 4 for polish for your app in round 1, really liked your app. Ours (vivify picture) also failed to make it to top 20 education titles, being in bottom 50% too. I

[android-developers] Extract text at coordinate of the Touch event in EditText

2009-11-05 Thread Artem
I require the following function: I have a view completely filled by a single EditText. When a user hits on a spot in the text by using single tap touch, I want the program to extract the character at that position. I get the coordinates of the touch easily using onTouchEvent, but I'm unable to

[android-developers] Re: Android 2.0 (eclair) source

2009-11-05 Thread Eric
I'm having the same issue. It used to say that there were no eclair branch. Fair enough. However now there is an eclair branch, only repo fails to get it with the ugly error message outlined by Doug. Eric On Oct 28, 8:50 pm, tu tuqh...@163.com wrote: Yes, I also entered the same error message,

[android-developers] [Android 2.0] New Contacts API

2009-11-05 Thread jefduncan
Hi all, This is my first post to this group (any group), but I wanted to share my experience with the new Contacts API so far. I had a little application which accessed a contact's notes via Contacts.People.CONTENT_URI, accessing the NOTES field with

[android-developers] Is there any Intent to pick file for attachment?

2009-11-05 Thread Tatyana Ulyanova
Hi, friends! In application i'm developing i need to open some standard dialog to browse files on the phone. After picking one file i'll attach it to the message. In Android Dev Guide i found such way to solve my problem: Intent intentBrowseFiles = new Intent

[android-developers] Red square on android Google map

2009-11-05 Thread Matthieu Cornillault
Hello, I have written a simple map application using the google API. I have the apikey set and the map displays properly on the android phone. However, there is always a red square on the bottom left of the map, that I don't know how to get rid off. Here is the URL of the snapshot:

[android-developers] Communication between PC and Android device

2009-11-05 Thread axcdnt
Hi everyone, I've been looking for an answer but couldn't find it yet. The thread is: Given a device, how could an application communicate with this device? Simplifying: something like a cellphone. You plug it in your computer and the driver recognizes it. After that you may obtain access the

[android-developers] How can I receive cell location updates?

2009-11-05 Thread Bryan
Hi, I'm trying to receive cell location updates in a background process, but I've only found very power inefficient ways of doing so. PhoneStateListeners stops listening when the phone sleeps, and require a period wake up. The broadcast intent android.intent.action.SIG_STR, doesn't appear to be

[android-developers] listening on TCP sockets in android emulator problem

2009-11-05 Thread satish_mulay
Hi , I am running java server socket code on 4747 port on my machine . and running client socket code in android emulator on different machine . now client code on android emulator also created tcp socket on which server socket on my machine will send respose.client is listening on 4748. when i

[android-developers] TCP socket network problem

2009-11-05 Thread ud
I have made one client application for android. This application sends tcp data to another machine on a particular port. I am able to get the data on that machine. But when i am sending the tcp data from that machine back to the emulator, i am not able to get any data. I get Connection refused

[android-developers] Roadmap for localisation / new languages and locales

2009-11-05 Thread Anders
Hey, does anyone know if there are plans for adding Scandinavian languages and locales to future releases of android - and how soon? Or do you know how to find out? I am developing an app for both English-language users and Scandinavian users, but without Scandinavian locales I have to make a

[android-developers] Interrupt Progress Dialog

2009-11-05 Thread Vimana
Hi, How can I interrupt the progress dialog box as it is waiting for a process to complete in the background? What I want to do is the following: I have an activity which has a set of buttons on the top and a webview under it. Once i click on of the buttons it loads something in the webview but

[android-developers] Geolocation in Browser

2009-11-05 Thread Steve DC
I just tried the HTC Hero (Sprint) with Android 1.5 and was not able to access my location through the browser. Getting location coordinates from Javascript works on the iPhone and in Firefox 3.5+ on my desktop. Is Geolocation being added to the Android browser or is this a phone specific issue

[android-developers] Re: custom ArrayAdapter compile error

2009-11-05 Thread tatman
btw Im missing an import in the post: import android.view.ViewGroup; That fixes the override error. I now have different compile error. It says getSystemService is undefined. Any thoughts? On Nov 5, 4:17 pm, tatman matt.raf...@gmail.com wrote: I'm trying to create my own ArrayAdapter.  I'm

Re: [android-developers] Re: ADC2 Results Post

2009-11-05 Thread Nikolay Ananiev
also have 2 On Thu, Nov 5, 2009 at 11:21 PM, ander...@phdgaming.com ander...@phdgaming.com wrote: Alex - thanks for the positive note, appreciate it. :) Indeed I has the same experience as to the competition in the Education category - hence why I figured that Mystic Maggie would at least

[android-developers] Accessing the toast queue? is it possible

2009-11-05 Thread matskn
Hi! I would like to know when a toast has been shown on the screen, for instance when i fire away 4 toasts i want to know when for instance toast #3 has been shown. First I thought i just would register a listener to a toast, but to my knowledge this isnt possible :-/ So im wondering if its is

[android-developers] Re: Where put file with data?

2009-11-05 Thread sangorys
I have a similar question. I just want to add a .txt file in my program. Where can I put it ? Thanks On 4 nov, 20:20, WoodManEXP woodman...@gmail.com wrote: /sdcard/ works well. On Nov 2, 1:01 pm, Wojciech Topolski wojciech.topol...@gmail.com wrote: Hi I have a problem with files. I

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

2009-11-05 Thread Yan Hong
I would like to have one. Thanks~ On Nov 1, 7:20 am, Auguste Lunang legraphi...@gmail.com 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

[android-developers] finishActivity doesnt work

2009-11-05 Thread Bob Cai
Hello, In main Activity, I called startActivityForResult(intentB, 100) to start a new activity B, then in B, I called startActivity(intentC) to start another activity C. Lastly I wanted to call finishActivity(100) in C to close activity B, but seemed it was not successfully destoried(I can use

[android-developers] Re: WebView - new frame closes my app and starts system web browser?

2009-11-05 Thread Mark Wyszomierski
Hi Mark, Yeah the setSupportMultipleWindows() call has no effect. I tried this: mWebView.setWebViewClient(new WebViewClient() { @Override public boolean shouldOverrideUrlLoading(WebView view, String url) { mWebView.loadUrl(url); return true; } @Override public

[android-developers] Re: ADC2 Results Post

2009-11-05 Thread ander...@phdgaming.com
I now have 3 in my inbox, all of which are identical. -- 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-developers] DalvikVM could not find field after ProGuard Obfuscation

2009-11-05 Thread GDroid
I've been trying obfuscate my application for the last 2 days. I must add that I'm new to Java, Eclipse, Ant and Android as well. Currently I've managed to build the correct build.xml file and run ProGuard 4.4. However, every time I install my apk I get multiple errors from the dalvikvm such as

[android-developers] C++ Shared Library

2009-11-05 Thread zenoname
Hello, I'm trying to create a simple project with the Android NDK. I created a jni library which is calling a function from a shared C* library. I make it work with a C library but as soon as I try with a C++ library it crashes (when calling the c++ function) As many posts I read I suspect a name

[android-developers] Parse Error during installation of application.

2009-11-05 Thread d_nn_s
Hey everyone, I've been writing an application for the Android using Eclipse and the required plugins. There's either a problem with the phone I'm testing the application on, or the application itself. The error I'm getting (when I try to install it) is as follows: Parse Error: There is a

[android-developers] Running native executable from java application.

2009-11-05 Thread Mina Shokry
Hello, I am trying to run a native executable from inside an android java application. The native executable exists in my assets. At start of activity, I copy it from assets to my application cache dir. then I use ProcessBuilder to run it. here is a code snippet private void startEngine(File

[android-developers] java.io.exception in streaming media player...

2009-11-05 Thread sdphil
i have a very simple test app (see below), that simply tries to play a streamed audio file below over and over. after running for about half an hour (the file itself is only like 3.5 minutes or so), I get the following error: 11-05 12:16:07.625: DEBUG/PlayerDriver(554): buffering (15) 11-05

[android-developers] Re: ADC2 Results Post

2009-11-05 Thread tansaku
I have 2 emails too. Was disappointed not to make it into top 20 in education. However the voice recognition component in my study dictionary didn't work outside the US, so I think I probably suffered in the ratings there:

[android-developers] Re: ADC2 Results Post

2009-11-05 Thread polyclefsoftware
Got a your app was in the top 25%, but didn't make the cut email for my casual/puzzle game Relativia: http://polyclefsoftware.com/relativia.html Ah well. On Nov 5, 2:28 pm, GodsMoon godsm...@gmail.com wrote: Since the Android Challenge Group seems to be closed I'll post here. What results did

[android-developers] DDMS Heap debug

2009-11-05 Thread Guilherme
Does anybody can explain me exactaly which meaning the words Class Objects, Data Objects, Non-Java Objects, 1-byte array: byte, boolean, 2-byte array: char, short, 4-byte array: float, int and 8-byte array: double, long in DDMS Heap debug. -- You received this message because you are subscribed

Re: [android-developers] Re: Using MediaPlayer best practices?

2009-11-05 Thread Alexey Krasnoriadtsev
You can register the buffering listener and save the current buffering position. You can also poll for current position say every second (using your ui handler), and if current position did not change since last poll, show ui message (or dialog). Alexey Krasnoriadtsev Agile Fusion Corp On Wed,

[android-developers] Multiple Layouts in a ListView

2009-11-05 Thread Loki117
Hey Guys, I am looking for some help around ListViews. I would like to use a ListView to hold a number of rows of data however in between some of these rows of data may appear a header indicating a new section of data types. Can someone tell me have they implemented a ListView that uses multiple

[android-developers] Re: Setting RFCOMM/SPP Bluetooth Baud rate

2009-11-05 Thread Aakash Patel
Oh, so it's kind of auto-detects the baud rate that the remote device is using? Aakash On Nov 5, 12:58 am, Nick Pelly npe...@google.com wrote: You should try and set the baud rate at the physical RS232 interface on the remote device. It's a strange legacy feature that RFCOMM lets you do this

Re: [android-developers] [Android 2.0] New Contacts API

2009-11-05 Thread Dmitri Plotnikov
Very nice! It's important to clarify, that this code will find a note for a _raw_ contact, but not for an aggregate contact. If the id here is contactId, not rawContactId, then the selection should say ContactsContract.Data.CONTACT_ID + =?... Cheers, - Dmitri On Thu, Nov 5, 2009 at 1:22 PM,

[android-developers] Socket connection timeout while disable Wi-Fi

2009-11-05 Thread bruce
Hi Guys My application use socket to connect a remote sever to get data. In my handset, both Wi-Fi and Mobile network data connection are enabled, by default device will choose using Wi-Fi connection. In this case, all network access can process normally However, when I turn off Wi-Fi in system

[android-developers] WVGA Question

2009-11-05 Thread admin.androidsl...@googlemail.com
What is the standard behavior for displaying an app in WVGA - using a custom drawn view (usually 480 x 320). I have tried on the emulator and see one of 2 behaviors. Either : - app takes up small window at top center measuring 480 x 320 leaving most of the screen empty - app scales up to 720 x

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

2009-11-05 Thread sjaubert
Très intéressé ! Thank ! On Nov 3, 7:19 am, eris23 jdkat...@gmail.com wrote: I could use one. -- 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

  1   2   3   >