[android-developers] Re: New Developer Distribution Agreement

2009-11-11 Thread Al Sutton
This is being discussed on -discuss and I believe that the changes can't be enforced until they've complied with section 14.1 (in both new and old agreements) of the agreement which states; 14.1 Google may make changes to this Agreement at any time by sending the Developer notice by email

[android-developers] Re: SoundPool problem

2009-11-11 Thread ayanir
It is very annoying that this problem stared with the 2.0 version (hope that the framework developers see that remark) while in the 1.6 and 1.5 it worked fine. The workaround for this problem, besides of changing the files format is using MediaPlayer and handle the sound low level (which I really

[android-developers] Re: Analytics for Android Apps - issue getting the SDK

2009-11-11 Thread westmeadboy
I googled the project name and got this: http://code.google.com/u/gaformobileapps/updates On Nov 11, 2:19 pm, newbyca newb...@gmail.com wrote: same here, i've been getting that 403 all day ... On Nov 10, 10:48 pm, simonc collings.si...@gmail.com wrote: I was watching this video about

[android-developers] Re: Analytics for Android Apps - issue getting the SDK

2009-11-11 Thread westmeadboy
Oh, sorry, the links on that page go through to the same broken links : ( Still, at least you have some filenames... On Nov 11, 4:19 pm, westmeadboy westmead...@yahoo.co.uk wrote: I googled the project name and got this: http://code.google.com/u/gaformobileapps/updates On Nov 11, 2:19 pm,

[android-developers] Re: How to remove sms notifications in status bar

2009-11-11 Thread neil
Hi Bilal, You can use the NotificationManager cancel method. On Nov 11, 6:17 am, Muhammad Bilal se.bi...@gmail.com wrote: hi, its been a while since i am doing development on android sdk , one of the astonishing i come across that there is np support in the API to remove any notification

[android-developers] Re: Push Notification

2009-11-11 Thread tanu
Lets assume we have a job registration site and a batch job is running on the server to find jobs based on the user registrationID.As and when batch will find a job match then how server will send notification to device so that client side application will invoke based on the notification. On Nov

[android-developers] AsyncTaskPool | Tutorial

2009-11-11 Thread Atif Gulzar
Android has a limit to rum at MAX 20 concurrent AsyncTask. To handle this limit I created a AsyncTaskPool.java utility. Its not a pool in true sense but a kind of scheduler. I am posting it here for your comments and it may help others. import java.util.ArrayList; import android.os.AsyncTask;

Re: [android-developers] Re: Widget Layout Frustration

2009-11-11 Thread for android
i was referring to the INSTALL_SHORTCUT in the launcher application with action com.android.launcher.action.INSTALL_SHORTCUT which refers to the Launcher application.Is there any common Intent for that? On Thu, Nov 5, 2009 at 9:09 PM, Romain Guy romain...@google.com wrote: Is there any

[android-developers] Re: How the WiFi connection is supported in Android??

2009-11-11 Thread johnson
yeah, I read the Android Anatomy and Physiology shortly after I issued this thread. Thanks anyway! Another question, if a new hardware is going to be supported, e.g. Zigbee module, what should I do normally?? johnson On 11 Nov, 14:31, Bytes toyvenu.t...@gmail.com wrote: From Android Anatomy

Re: [android-developers] Re: Push Notification

2009-11-11 Thread tauntz
That one is tricky - Android does not support something like the PushRegistry in J2ME-land. Also there's no support for listening only to one specific port and there's also no way to get the destination port of the SMS via a public API(it's there but @hidden for some reason..) so you'd have to

[android-developers] Re: Archos gives away Android W VGA 4.8 Tablets for 1€ to developers in France

2009-11-11 Thread arnouf
Hi all, This operation will be announced on appslib.com website before the end of the week. I post new information related to this operation http://www.frandroid.com/6646/archos-5-it-a-1-euro-toute-la-lumiere-sur-loperation/ and I'll put the english version normally tomorrow (thursday, 12th

[android-developers] Re: Archos gives away Android W VGA 4.8 Tablets for 1€ to developers in France

2009-11-11 Thread arnouf
Charbax, This operation is not only for france, but for all countries where people can buy on the archos web shop : USA, Europe... I know that some countries can't be participated (ex.: Australia...). Archos should provide the list of country in their announcement for the end of this week.

[android-developers] Re: AsyncTask and ProgressDialog

2009-11-11 Thread Lee Jarvis
Ahh! That makes total sense, I was trying to do more or less the same thing but it got tricky a there were a few flaws, this is great. I have a much better understanding of things now. Thanks On 11 Nov, 01:22, Lance Nanek lna...@gmail.com wrote: Here's a quick attempt at rewriting it without a

[android-developers] Re: listDivider in 2.0

2009-11-11 Thread Luc
The problem is that the resource dialog_divider_horizontal_light is not a public resource... After testing Hello, ListView in the 2.0 emulator, I've found that the divider now is a grey single line. No gradient at all. So, the way of getting the old fashioned gradient line in the 1.6 is as tolds

[android-developers] Can't see new apps on android market

2009-11-11 Thread Auguste Lunang
Hi, It seems that android market isnt up to date. I have the same apps since 1 month. Am in europe. Is it normal ? http://www.android.com/market/ 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] Regarding orbital menu in sdk 2.0 android

2009-11-11 Thread r3
Hi, I want to use the orbital menu in my application, similar to that used in lock screen in sdk 2.0 emulator. Resources used in that lock screen task are available in sdk 2.0, but i am not able to find souce code for this. Can anyone tell me from where can i get this code. Thanks in

[android-developers] Re: ADC2 - Market Conflicting Names. GOOGLE, READ IT

2009-11-11 Thread Vytautas Vaitukaitis
It might be a good idea to rename the package name of your application (it's a 2-click operation in Eclipse) rather than waiting for Google people to remove your app from ADC2 version of Market as I think it is probably the reason why you can't submit your app to the normal Android Market. Hope

[android-developers] ADC2 - Market Conflicting Names. GOOGLE, READ IT

2009-11-11 Thread Piotr
I'm tired waiting 3 months for reply from Google Market. I requested them to help - no help, no explanation, so I hope, somebody will read at least this. I need to my software be removed from ADC2 part of Market, because for last 3 months, I CAN NOT set right name for my software in public

[android-developers] Eclipse Javadoc edit tool

2009-11-11 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
Hello everyone I am like most developers who use Eclipse on Eclipse 3.5 but most of the past javadoc edit plugins for Eclipse do not work in Eclipse 3.5 I was wondering if anyone found a solution.. Not a real deal breaker just ease of creating the javadocs for Android application projects.

[android-developers] Re: Links in WebView context menu?

2009-11-11 Thread Mariano Kamp
*bump* On Fri, Nov 6, 2009 at 5:40 PM, Mariano Kamp mariano.k...@gmail.com wrote: Hi, is there any way to launch a context menu on the links in a WebView that knows about the links it is launched upon? I would like to launch a context menu on links that I can then open in the actual

[android-developers] Re: ADC2 - Market Conflicting Names. GOOGLE, READ IT

2009-11-11 Thread Piotr
I already done that, and my software is on public part of Market. The problem is, a name of application, that is CONFLICTING with NAME in ADC2 Market part. This is stupid GOOGLE bug, because APP NAME can't be a KEY in non- public AND public part of Market together. Some smart developer of

[android-developers] Updated Android Market Developer Distribution Agreement?

2009-11-11 Thread BoD
I'm sorry I know this is slightly off-topic, but since there is no group about the market... When I'm logging in to the Market console, I'm asked to agree with the updated Android Market Developer Distribution Agreement. Is there any info/announcement anywhere highlighting and explaining the

[android-developers] Advice Needed:Vertical Scrolling Style Gallery Widget

2009-11-11 Thread James Wang
Gallery in Android is only horizontal scrolling support. And we want make one with vertical scrolling support. We got plans below. Can anyone give us some advice about which one is right? 1) Linearlayout ( We think it's bad) 2) ListView ( We think it's a good option and get a little worry about

Re: [android-developers] Re: Push Notification

2009-11-11 Thread armand dos santos
It seems to me that by doing something like this: intent-filter action android:name=android.intent.action.DATA_SMS_RECEIVED / data android:scheme=sms / data android:host=localhost / data android:port= / /intent-filter your application is only notified when a sms is

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

2009-11-11 Thread Abdul Mateen
I need a invitation also, can you please send it to abmat...@gmail.com. On Fri, Nov 6, 2009 at 8:18 AM, Paulo César pcfm@gmail.com wrote: Please, please I want invite me ... thank you... On 1 nov, 04:53, Thimmarayaswamy Krishnappa kavirayasw...@gmail.com wrote: Please invite

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

2009-11-11 Thread QU YAN-SONG-HVN476
hi, please invite me yansong...@gmail.com, thanks a lot. Best Regards, Qu Yan Song TEL:8610-84732169 From: Abdul Mateen [mailto:abmat...@gmail.com] Sent: Wednesday, November 11, 2009 7:44 PM To: android-developers@googlegroups.com Subject: Re:

Re: [android-developers] Re: Push Notification

2009-11-11 Thread tauntz
This has maybe changed then at some point - last time I tried the same filter, I still received all SMS messages that came to other ports also. Tauno On Wed, Nov 11, 2009 at 1:27 PM, armand dos santos armand.dossan...@gmail.com wrote: It seems to me that by doing something like this:

[android-developers] Re: Advice Needed:Vertical Scrolling Style Gallery Widget

2009-11-11 Thread niko20
Hi, List view should work fine as long as you populate it dynamically, don't just shove everything it it at once. That will speed it up. There's lots of articles on the web about making a fast ListView. I dont know though, which method would be faster. LinearLayout really wouldnt work for large

[android-developers] downloading a file programatically

2009-11-11 Thread mudit
0 vote down star hi. i am downloading files from web server programatically. after download is complete, i checked the file.the size ,extension and all other parameters are correct but i when i try to play that file in media player it is showing that it is corrupt. plz help.. code: byte[]

[android-developers] Moving image with changing size and transparency

2009-11-11 Thread TAKEphONE
Hi, I am writing an application that needs to move an image across the screen while changing it's size and transparency. Two problems here: - resizing the image using Bitmap.createScaledBitmap causes the image to look jiggly as it moves (cause the resizing changes positions of lines within the

[android-developers] ListActivity searching

2009-11-11 Thread Lee Jarvis
I realize there is many ways to search a through a list (you can just start type, or you can use the hardware search button to open the search dialog). I've seen in many applications there is a button to open the search dialog, as if you pressed the hardware search button. I've searched around

[android-developers] Re: Using the new VcardComposer with specific feilds for the VCF

2009-11-11 Thread tom
Is there anyone that can help me with that ? Thanks, Tom -- 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

Re: [android-developers] ListActivity searching

2009-11-11 Thread Mark Murphy
Lee Jarvis wrote: I realize there is many ways to search a through a list (you can just start type, or you can use the hardware search button to open the search dialog). I've seen in many applications there is a button to open the search dialog, as if you pressed the hardware search button.

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

2009-11-11 Thread WoodManEXP
Sorry to have confused you PJ. Perhaps I should have said a little more. Google suggests that if you need to bring (large) amounts of data to an app that it is better to download it at runtime rather than package it with the app. And then a good place to store such data is on the / sdcard/. It is

[android-developers] Re: ListActivity searching

2009-11-11 Thread Lee Jarvis
Ahh perfect! Thanks Mark On Nov 11, 12:18 pm, Mark Murphy mmur...@commonsware.com wrote: Lee Jarvis wrote: I realize there is many ways to search a through a list (you can just start type, or you can use the hardware search button to open the search dialog). I've seen in many

[android-developers] How to build apk from multiple Eclipse projects?

2009-11-11 Thread WoodManEXP
Does anyone know of suggestions/recommendations on how to structure Eclipse projects in order to build an apk from multiple projects? I would like to share classes resources (strings, layouts, etc…) across multiple apps. Any pointers on how to structure Eclipse projects to do such a thing is

[android-developers] Re: downloading a file programatically

2009-11-11 Thread WoodManEXP
As a first step maybe pull the downloaded file off the /sdcard/ using adb and compare it to the file you think is on the server to make sure you are getting what you expected. On Nov 11, 7:03 am, mudit mudit.a...@gmail.com wrote:   0  vote down  star hi. i am downloading files from web server

[android-developers] Lock Screen?

2009-11-11 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
My question is that I have use case whereas client wants me to lock an application.. Could any of the APIs for the Device Lock screen be re-purposed to lock the application in the same manner? Or would I have to come up with some new code? Thanks Fred Grott Android Developer

Re: [android-developers] Lock Screen?

2009-11-11 Thread Mark Murphy
Fred Grott(Android Expert, http://mobilebytes.wordpress.com) wrote: My question is that I have use case whereas client wants me to lock an application.. Could any of the APIs for the Device Lock screen be re-purposed to lock the application in the same manner? Or would I have to come up

[android-developers] How does Android build background?

2009-11-11 Thread Alain
In my tabhost, I define a setBackgroundDrawable with a png resource that's 2px wide and 50px high. Android fills the background with this resource. The question I have: Does Android replicate the resource to fill the width of the screen or does it stretch it? The png is not 9-patch. Thanks Amiz

[android-developers] Re: intercept an outgoing call

2009-11-11 Thread Shrenik Vikam
as per my knowledge the ENDCALL key for dial intent is not working On Oct 23, 2:00 pm, Nemat nemate...@gmail.com wrote: Hi, I am trying to disconnect anoutgoingcallprogrammatically by injecting END key.but it gives Security Exception.Even I've added INJECT_EVENT permission.Here is my code:

[android-developers] Gaming on android - somewhat disappointing...

2009-11-11 Thread niko20
Hi, This is just an observation I had yesterday. I go myself a DROID now, and last night I was pulling down several different games that have good ratings to try them out. I have to say, Im actually pretty disappointed right now, I know android should be able to perform better than this,

Re: [android-developers] Re: Links in WebView context menu?

2009-11-11 Thread Mark Murphy
Mariano Kamp wrote: *bump* On Fri, Nov 6, 2009 at 5:40 PM, Mariano Kamp mariano.k...@gmail.com mailto:mariano.k...@gmail.com wrote: Hi, is there any way to launch a context menu on the links in a WebView that knows about the links it is launched upon? I would like

[android-developers] Widget Path

2009-11-11 Thread GPU
Hi , From View object how to get the application code path for WIdgets By using the getContext().getApplicationContext().getPackageCodePath (); i am able to get the apk path Its giving the path like data/app/appname.apk but for widget i am not getting the path Is widget views are handled by

[android-developers] how can a widget use my own custom View ? for example com.yulong.launcher.website.LinearLayout

2009-11-11 Thread hehui
the error is : 11-11 13:26:59.257: WARN/AppWidgetHostView(534): Caused by: java.lang.ClassNotFoundException: com.yulong.launcher.website.LinearLayout in loader dalvik.system.pathclassloa...@400190f8 11-11 13:26:59.257: WARN/AppWidgetHostView(534): at

Re: [android-developers] how can a widget use my own custom View ? for example com.yulong.launcher.website.LinearLayout

2009-11-11 Thread Mark Murphy
hehui wrote: the error is : 11-11 13:26:59.257: WARN/AppWidgetHostView(534): Caused by: java.lang.ClassNotFoundException: com.yulong.launcher.website.LinearLayout in loader dalvik.system.pathclassloa...@400190f8 11-11 13:26:59.257: WARN/AppWidgetHostView(534): at

[android-developers] Regd: difference between protool buffer implementations

2009-11-11 Thread rahul prasad
Hello, Can someone please clarify the difference between the standard protocol buffer implementation (com.google.protobuf) and the one used in android framework (com.google.common.io.protocol). 1) Are these any different? 2) Since there seems to be no protoc for the android framework

[android-developers] Get list of pnones for certain person using new ContactsContract API

2009-11-11 Thread Tatyana Ulyanova
Hi, friends! I spent much time to implement my old source code (for Android 1.6) using new ContactsContract API (Android 2.0). But I couldn't. My application shows user dialog with list of all people presented in Contacts. For this goal i use such code: Intent intentListPeople = new

[android-developers] Re: get device manufacturer or USB device id...

2009-11-11 Thread sdphil
thanks, but i meant programmatically - from the phone. On Nov 10, 11:44 pm, ko5tik kpriblo...@yahoo.com wrote: If you connect to linux box,  lsusb and messages log will tell you everything -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Re: ADC2 - Market Conflicting Names. GOOGLE, READ IT

2009-11-11 Thread JP
On Nov 11, 3:01 am, Piotr piotr.zag...@gmail.com wrote: This is stupid GOOGLE bug, If I understand you're problem correctly: You've launched your app into ADC2 under the name you've intended for the final product. So, if I get this right - no, it's not a stupid GOOGLE bug. The initial

[android-developers] Re: Widget Layout Frustration

2009-11-11 Thread Matt Kanninen
When I'm 2px off I find negative layout margins help immensely. http://developer.android.com/reference/android/view/ViewGroup.MarginLayoutParams.html On Oct 29, 8:40 pm, Evan Ruff evan.r...@gmail.com wrote: Hey Guys, I was hoping someone could help me with a home screen widget I'm trying to

Re: [android-developers] Re: Widget Layout Frustration

2009-11-11 Thread Evan Ruff
Great tip Matt! Thanks for sharing! E On Wed, Nov 11, 2009 at 9:34 AM, Matt Kanninen mathias...@gmail.com wrote: When I'm 2px off I find negative layout margins help immensely. http://developer.android.com/reference/android/view/ViewGroup.MarginLayoutParams.html On Oct 29, 8:40 pm, Evan

[android-developers] Problem while drawing texture on object

2009-11-11 Thread Nishant
Hi, I am new in Android. I have drawn a object in android using Bitmap. I am using openGL ES. Can anyone tell me how to draw a Texture on object. Regards, Nishant Shah -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: ADC2 - Market Conflicting Names. GOOGLE, READ IT

2009-11-11 Thread Maps.Huge.Info (Maps API Guru)
Just add a period or dash to the name and that will solve the problem: My Problem App to My Problem App. Who will notice? -John Coryat Radar Now! What Zip Code? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Gaming on android - somewhat disappointing...

2009-11-11 Thread Justin Giles
Just want to throw out a me too here. When I got my android phone not too long ago, I was also surprised at how unpolished a lot of the games were, especially the free ones. That is what inspired me to make my first game and try to make it both a) responsive and b) more polished than those that

[android-developers] Re: Widgets changes with 1.6?

2009-11-11 Thread Nivek
Hey ! I had set this to 10 seconds for testing purposes too ! Ok, so now I know why it did not work... but please DOCUMENT it ! Or add a Warning in the emulator logcat stating what the min value is. This does not facilitate widgets testing during development... Thanks ! On 23 sep, 12:15,

[android-developers] direct network retrieval from ContentProvider

2009-11-11 Thread kostmo
The fromSocket() method of ParcelFileDescriptor seems like a potential way to do a network image fetch from within the openFile() method of a ContentProvider. I got part way into this and found that although from within the ContentProvider I observe that my Socket.getInputStream () is not null,

[android-developers] Workaround for preferences UI issue with android:Theme.Light.NoTitleBar

2009-11-11 Thread Pablo Szyrko
I am using the theme Theme.Light.NoTitleBar in my application and it is not working well for preference activities: -The initial preference activity is shown ok -But the child preferences screens doesn't look good: -The backgound is black -The color of the items on the list is black and can't

[android-developers] I would like to know how to open the virtual keyboard in landscape mode from the emulator.

2009-11-11 Thread WIDEOPEN
I would like to know how to open the virtual keyboard in landscape mode from the emulator... I've tried the following methods, but failed: 1. I've tried pressing the 'ctrl' key and the 'F11' key simultaneously, but did not work 2. I've tried selecting 'no' for keyboard support at the time when

[android-developers] Dialog management by Activities

2009-11-11 Thread Stephen Abrams
Hello all, I'm looking for a little more information about dialogs managed by activities than is provided here: http://developer.android.com/guide/topics/ui/dialogs.html and havn't found any good web resources. In particular, I'm having a problem where a dialog must be updated in

[android-developers] Re: Please help me to choose Android Phones (For Android development)

2009-11-11 Thread android-coder
Unless you have 1000 students at a time to cater for, I see no need to buy 20 phones. Just buy one of each of the 5 most popular phones at the time, and save the budget for future releases. Developing on the emulator is perfectly fine and is easier than transferring to the device each time. You

[android-developers] Android on LG KM900 ARENA

2009-11-11 Thread kingrz
If you want to help or see how is going the project go on http://androidarena.pytalhost.net/ We need all the help you can give!!! TNX -- 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: launch calendar app with generic intent

2009-11-11 Thread Harmen
On the HTC hero you can launch a calendar with this intent: Intent i = new Intent(Intent.ACTION_MAIN); i.setComponent(new ComponentName(com.htc.calendar, com.htc.calendar.MonthActivity)); startActivity(i); To get to the add-calendaritem-screen use: Intent i = new

[android-developers] Size of .apk file for Emulator

2009-11-11 Thread Sanjiv
Is there a limit to the size of the .apk file when using it on the emulator. When I run the default app created while creating a project, the .apk file size is about 5K and it runs ok. When I try to run a real app which uses other application libraries so that the total size is about 325K, I get

[android-developers] Mediaplayer error PVMFErrCorrupt

2009-11-11 Thread feragusper
Hi All!, I'm trying to stream radio from an url (http://www.bbc.co.uk/ radio/listen/live/r4_int.asx) and I'm having the following error: PlayerDriver Command PLAYER_INIT completed with an error or info PVMFErrCorrupt MediaPlayer error(1, -10) Do you know How can i solve this. Thanks! Fernando

[android-developers] ActivityInstrumentationTestCase2 - Button click with internal thread

2009-11-11 Thread jfm
Hi Group I'm trying to build a test suite for my Android appliction. I wanted to test the GUI parts by using ActivityInstrumentationTestCase2 and then clicking buttons etc. If the activity I'm testing has a button onclick event that uses a separate thread to do some networking and then update

[android-developers] How to start activity with long press of search key?

2009-11-11 Thread Mahipal Baid
Hello all, By default, if we long press search key it opens quick search box with the keypad slided up. what should be done if I want to change this default action to launching of an application when ever search key is long pressed. This obiviusly requires changes in the framework. i tried

[android-developers] Basic Socket

2009-11-11 Thread Paul C
Hey guys, I've been programming desktop Java for 4 years now, and I'm not embarking on a project in Android Java. The first stage of this is to get a client connecting to a basic echo server running on Desktop Java. I've messed about with it for a few days, and finally reverted to just trying to

[android-developers] adwords. adobe flash

2009-11-11 Thread Bojan
hello all is there posibility to watch you campaing in adwords account? and, I cant see flash on my t-mobile touch, android 1.5 and finnaly, can I update, when comes; to 2.0 android os? thx -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] How to display Options Menu Vertically

2009-11-11 Thread Swati
Hi, I was trying to display the Options Menu to be vertically stacked instead of the Horizontal one supported by the framework as of now.Can some one suggest me how to achive this. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Map is not displaying even the settings are correct

2009-11-11 Thread naveenballa
i am running the mapdemo application in the samples of SDK. i have set the MAP api key and set the permissions(INTERNET, FINE, COARSE) Then also the map is not displaying on the emulator (only just Tiles) please help me Thanks in advance -- You received this message because you are subscribed

[android-developers] Dialog management by Activities

2009-11-11 Thread Stephen Abrams
Hello all, I'm looking for a little more information about dialogs managed by activities than is provided here: http://developer.android.com/guide/topics/ui/dialogs.html and havn't found any good web resources. In particular, I'm having a problem where a dialog must be updated in

[android-developers] How can i update ADC2 Round2 Application

2009-11-11 Thread victor
i find my application is in ADC2 Round2 from Android Blog and the Blog suggest update application for Round2 ,but we can't find the update entrance i try to update from http://market.android.com/adc ,it only show the application list but can't allow update ,how can i update ADC2 Round2

[android-developers] Extremely slow Android SDK download (5 kB/sec)

2009-11-11 Thread Marco
Does anyone else have problems with the download of packages in the Android SDK? I can download the SDK with around 300 kB/sec, but downloading the packages inside the SDK reaches only around 5 kB/sec and it tells me something like 215 minutes left. I tried it a couple of times the last days but

[android-developers] Looking for Great App Ideas

2009-11-11 Thread John
Hi, I want to know what your dream app is. The dream app that you wish existed, but unfortunately doesn't. Thanks ahead of time, John -- 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: Dallas Android Developers

2009-11-11 Thread Chris Dempsey
I am interested in a Dallas Droid developer group. I think PJ has the right idea. Start informal and see where it goes. On Wed, Nov 11, 2009 at 1:22 AM, PJ pjbar...@gmail.com wrote: Dallas Droid Devs. It's catchy. Quick, someone reserve the domain! I think the biggest barrier to forming a

[android-developers] Re: Camera and Surface problems with 1.6

2009-11-11 Thread rajaram
Hi Tom and Anders, In our test program, we did not create any SurfaceView or SurfaceHolder. We just created, opened the camera, set the preview callback and started the preview all in the OnStart of our activity. We were getting the preview callback without anything being displayed on the screen.

[android-developers] Re: Reading from database/file

2009-11-11 Thread Stephen Abrams
Hi Artem, I think this might help: http://www.anddev.org/working_with_the_sqlite-database_-_cursors-t319.html Accessing the db directly: http://developer.android.com/guide/developing/tools/adb.html (section Examining sqlite3 Databases from a Remote Shell) As a new Android developer, you might

Re: [android-developers] Extremely slow Android SDK download (5 kB/sec)

2009-11-11 Thread Greg Donald
On Wed, Nov 11, 2009 at 12:14 AM, Marco mopfa...@googlemail.com wrote: Does anyone else have problems with the download of packages in the Android SDK? I can download the SDK with around 300 kB/sec, but downloading the packages inside the SDK reaches only around 5 kB/sec and it tells me

[android-developers] Re: Looking for Great App Ideas

2009-11-11 Thread Sundog
Let ya know when I finish writing it. On Nov 10, 8:32 pm, John jmgro...@gmail.com wrote: Hi, I want to know what your dream app is. The dream app that you wish existed, but unfortunately doesn't. Thanks ahead of time, John -- You received this message because you are subscribed to the

Re: [android-developers] Re: Please help me to choose Android Phones (For Android development)

2009-11-11 Thread dan raaka
If you are not using sensors or openGL, you can pretty much get away with emulator. -Dan On Tue, Nov 10, 2009 at 11:41 PM, android-coder ahutchin...@gmail.comwrote: Unless you have 1000 students at a time to cater for, I see no need to buy 20 phones. Just buy one of each of the 5 most

Re: [android-developers] Re: Widget Layout Frustration

2009-11-11 Thread Romain Guy
That's the common Intent. On Wed, Nov 11, 2009 at 1:22 AM, for android forandr...@gmail.com wrote: i was referring to the INSTALL_SHORTCUT in the launcher application with action com.android.launcher.action.INSTALL_SHORTCUT which refers to the Launcher application.Is there any common Intent

Re: [android-developers] How does Android build background?

2009-11-11 Thread Romain Guy
It doesn't replicate it, it simply stretches it at runtime. You can simply load a BitmapDrawable from your resource and set the gravity so that it doesn't stretch. On Wed, Nov 11, 2009 at 5:11 AM, Alain aarn...@gmail.com wrote: In my tabhost, I define a setBackgroundDrawable with a png resource

[android-developers] Re: Looking for Great App Ideas

2009-11-11 Thread niko20
How about an app to record dreams? Like note them down or voice record them...etc.. On Nov 11, 10:13 am, Sundog sunns...@gmail.com wrote: Let ya know when I finish writing it. On Nov 10, 8:32 pm, John jmgro...@gmail.com wrote: Hi, I want to know what your dream app is. The dream app

Re: [android-developers] Regarding orbital menu in sdk 2.0 android

2009-11-11 Thread Romain Guy
The source code of that widget has not been published. On Wed, Nov 11, 2009 at 2:43 AM, r3 rakesh.gar...@gmail.com wrote: Hi, I want to use the orbital menu in my application, similar to that used in lock screen in sdk 2.0 emulator. Resources used in that lock screen task are available in

[android-developers] what is FLV associated with?

2009-11-11 Thread Adrian Vintu
Hi all, I can't seem to be able to play a FLV file on my Samsung Galaxy. Does anyone know why i need special software for that and also where to get it? Thank you, Adrian PS i suppose it's some proprietary thing, but why is it then playing in the browser? -- You received this message because

Re: [android-developers] AsyncTaskPool | Tutorial

2009-11-11 Thread Romain Guy
Please consider the implications of this: does it even make sense to have 20+ threads (on a single CPU device) updating the UI at once? That is NOT the purpose of AsyncTask. Also, since Donut, the limit of enqueued tasks in AsyncTask is 128, not 20. So AsyncTask has a maximum of 10 threads running

[android-developers] Re: Looking for Great App Ideas

2009-11-11 Thread Sundog
You might want to consider your audience... after all, we're all developers here. If we have a great idea, chances are very low we'll just give it away. Try a user forum. On Nov 11, 9:13 am, Sundog sunns...@gmail.com wrote: Let ya know when I finish writing it. On Nov 10, 8:32 pm, John

[android-developers] Re: How can i update ADC2 Round2 Application

2009-11-11 Thread cpick
I was under the impression that after initial submission, ADC2 would not allow any updates to the apps. On Nov 11, 12:55 am, victor lind...@gmail.com wrote: i  find my application is in ADC2 Round2 from Android Blog and the Blog suggest update application for Round2 ,but we can't find the

[android-developers] 2.0 SDK build on market?

2009-11-11 Thread dpackham
would it be ok to build a new rev of our app with the 2.0 SDK and put it on the market now for it to run on all the 1.5/1.6 devices? is there a direct tie from the SDK to the OS? if we keep the required SDK level in our app down at the 1.5 level will we be ok if we don't use any 1.6/2.0 specific

[android-developers] Re: Problem while drawing texture on object

2009-11-11 Thread Lance Nanek
http://developer.android.com/intl/fr/guide/samples/ApiDemos/src/com/example/android/apis/graphics/TriangleRenderer.html On Nov 11, 9:43 am, Nishant nish...@saltriver.com wrote: Hi, I am new in Android. I have drawn a object in android using Bitmap. I am using openGL ES. Can anyone tell me

[android-developers] Re: get device manufacturer or USB device id...

2009-11-11 Thread Lance Nanek
I see a manufacturer here at least: http://developer.android.com/intl/fr/reference/android/os/Build.html On Nov 11, 9:30 am, sdphil phil.pellouch...@gmail.com wrote: thanks, but i meant programmatically - from the phone. On Nov 10, 11:44 pm, ko5tik kpriblo...@yahoo.com wrote: If you connect

[android-developers] Re: Looking for Great App Ideas

2009-11-11 Thread Bala
That was the motivation to publish the book, Web On-The-Go. Its all about vision and dream, just like of those Arthur C.Clarke. The first three chapters lay the groundwork and the rest ten chapters are about applications for different sectors. For example, map guide for zoo and amusement park;

[android-developers] Re: get device manufacturer or USB device id...

2009-11-11 Thread sdphil
ah... i had the API-3 filter set, so it was gray and dim and I didn't see it -- thanks. however, what do I do for 1.5? just sol? On Nov 11, 8:37 am, Lance Nanek lna...@gmail.com wrote: I see a manufacturer here at least:http://developer.android.com/intl/fr/reference/android/os/Build.html

Re: [android-developers] Re: Dallas Android Developers

2009-11-11 Thread Aniruddh Bajirao
As PJ suggested 'Dallas Droid Devs'... Lets plan an informal meet and get started... Any suggestions on when n where we can have a meet... On Wed, Nov 11, 2009 at 7:03 AM, Chris Dempsey cdal...@gmail.com wrote: I am interested in a Dallas Droid developer group. I think PJ has the right idea.

[android-developers] Re: Looking for Great App Ideas

2009-11-11 Thread Loki117
I want the app thats makes my car FLY! I'll go to the moon and see if there are any footprints up there from the moon landing, oh yeah it also needs to allow my car to survive exit and reentry from our atmosphere and somehow I should be able to breath while up there if you could perhaps create a

[android-developers] custom protocol handler...

2009-11-11 Thread sdphil
i want to do the following thing - when a user navigates to a web page, I want to have a link in there that looks like this: pa href=myprotocol://blah=42Click here for fun./a/p Then when the user clicks on that from the phone browser, I want it to launch my intent with that full url. In my

Re: [android-developers] How to enable Fingerpainting (i.e. API demo example) on a surface, but not only with finger touch

2009-11-11 Thread Dianne Hackborn
That is just how capacitive screens work. On Wed, Nov 11, 2009 at 8:35 AM, Juan David Trujillo C. jdavidandr...@gmail.com wrote: Hi all! I was checking the possibility to allow painting on the screen of a surface (i.e. API demo Fingerpainting example), however when I checked it, this

Re: [android-developers] How to start activity with long press of search key?

2009-11-11 Thread Dianne Hackborn
Questions about changing the framework belong in android-porting. On Tue, Nov 10, 2009 at 11:24 PM, Mahipal Baid mahive.ro...@gmail.comwrote: Hello all, By default, if we long press search key it opens quick search box with the keypad slided up. what should be done if I want to change this

[android-developers] Re: Gaming on android - somewhat disappointing...

2009-11-11 Thread Nightwolf
There is a problem with Garbage Collector. You should be really careful to avoid producing too much garbage. While your game itself doesn't invoke GC in several minutes other apps still do. So there will be slowdown. If it's a fast arcade game user may miss the bad guy or fall into pit and will be

  1   2   3   >