[android-developers] Re: Chess Walk

2009-11-06 Thread Lance Nanek
Current comments visible from a US T-Mobile G1: http://i.imgur.com/FqAkP.png On Nov 5, 6:16 pm, fhucho fhu...@gmail.com wrote: My game Chess Walk (http://androidchess.appspot.com) was in top 50% bud didn't make it... BTW can someone please tell me what are the comments in Market, I don't have

[android-developers] disable GPS

2009-11-06 Thread Nemat
Hi, How can we disable GPS programmatically? Thanks in advance Nemat -- 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: -http-proxy for emulator on Android 1.6?

2009-11-06 Thread Marc Reichelt
Hi duykham! I just tried the solution you provide on your blog (Link again just for the record): http://duykham.blogspot.com/2009/11/setting-proxy-for-android-by-gui.html But it seems this solution does not work for me, the emulator still is not able to connect. When will the -http-proxy option

[android-developers] Creating mutable Bitmap directly from a File - performance?

2009-11-06 Thread Marc Reichelt
Hi there! I am using the Canvas class to draw things onto existing images. Right now I am using the following code: ---snip--- // File is a JPG file, e.g. example.jpg Bitmap immutableBitmap = BitmapFactory.decodeFile(file.getAbsolutePath ()); Bitmap b =

[android-developers] Re: ADC2 Results Post

2009-11-06 Thread huberuto
I didn't get a email. Spam folder is empty too. But my game is on top 200 applications list. Spheremare (arcade). -- 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] problem in playing mp4 video file

2009-11-06 Thread mudit
i am trying to play a mp4 video file from remote url in android media player.but i am getting an error code -- Command PLAYER_PREPARE completed with an error or info PVMFErrNoResources error (1, -15) i hv searched for the error code and found that this error is returned if the resource required

Re: [android-developers] Re: C++ Shared Library

2009-11-06 Thread sham shamcs
No need to use System.loadLibrary(totocpp); System.loadLibrary(toto); in java. Use this libraries in JNI.Can you send the Android.mk file. On Fri, Nov 6, 2009 at 11:54 AM, Nightwolf mikh...@gmail.com wrote: Do you use exactly this code? There should be two underscore symbols.

[android-developers] Some reviews and feedbacks for my app

2009-11-06 Thread Armond Avanes
Hi Guys, I would like to have some reviews and feedbacks for my recently released app. Can anyone help me? By the way, is it legal here to post about my application and request for feedbacks/reviews? Cheersss, Armond -- You received this message because you are subscribed to the Google Groups

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

2009-11-06 Thread Tomas
Ok, what I mean is not setting it programatically, but bring up the Android system default activity for setting the unlock pattern. Just like there is an intent for fx the Android system default ringtonepicker there could be one for setting the unlock pattern. But I guess you are right, it is not

[android-developers] Re: Delayed Auditory Feedback

2009-11-06 Thread blindfold
Interesting application. The main uncertainty is whether Android can simultaneously record and play audio, and a recent discussion at http://groups.google.com/group/android-developers/browse_frm/thread/b02669e89c9d05a2/ suggests that this could be a showstopper on Android. Also, the phone's

[android-developers] Slow OpenGL on Samsung Galaxy - solution

2009-11-06 Thread Dmitry.Skiba
If your OpenGL game is running badly on Samsung Galaxy, you can try solution that we have found here: http://www.anddev.org/samsung_galaxy_odd_ogl_es_hardware_acceleration_resolved-t8511.html In short, you need to setup your own EGLConfigChooser and choose depth size of 16. This is what we found.

[android-developers] Re: ADC2 Results Post

2009-11-06 Thread mirko
Hi, here is the list... http://code.google.com/intl/de-DE/android/adc/adc2_top200.html Our App 'PickYouUp' is on the list, so we are in round2! But we did not get a mail from Google right now. Mirko On 5 Nov., 23:57, jgostylo jgost...@gmail.com wrote: Congratulations Dan!  It looks like your

[android-developers] Re: World Of Bombs (Action Game) ADC 2 Entry

2009-11-06 Thread croco
ADC2 support 3x the mail to say. i'm a looser I'm a looser If you don't read your mail I'm a looser. I think my game should have been in the casual game and not in action games. Anymay. Good luck for round2 Croco On Nov 3, 8:56 am, Pic$ou lio.pa...@gmail.com wrote: Hi, sorry for that

[android-developers] Re: What does the Location accuracy mean?

2009-11-06 Thread Walles
The wiki page says it's a radius if I interpret it correctly: In order to apply the CEP concept in these conditions, we can define CEP as the [...] radius of a circle within which 50% of rounds will land. Or am I skipping too much text in between there? :-) //Johan On 6 Nov, 07:07,

[android-developers] Re: ADC2 Results Post

2009-11-06 Thread croco
My app World of Bombs didn't pass the cut. http://www.zeugame.com/wob2/wob2.html http://zeugame.blogspot.com/ for downloading apk. Good luck to round2. Croco On Nov 5, 11:57 pm, jgostylo jgost...@gmail.com wrote: Congratulations Dan!  It looks like your app is pretty good.  I did not get to

[android-developers] How to identify among various service instance

2009-11-06 Thread Chris
im creating a mail application, where i need to start a service instance for every account, which will check for the new mails for that account. Now my problem is that i want to identify how my service i have created so far (by calling startService()). And also i want to stop a specific instance

[android-developers] help me Installation error: INSTALL_FAILED_UPDATE_INCOMPATIBLE

2009-11-06 Thread hehui
when Iaddandroid:sharedUserId=android.uid.system to the AndroidManifest.xml file the project can not be installed on G2 . the error is Installation error: INSTALL_FAILED_UPDATE_INCOMPATIBLE who can help me ? Thanks in advance ! --

[android-developers] Re: Starting activity from service/receiver ? Bugged in 1.6 ?

2009-11-06 Thread Lee
Thanks for the confirmation, I'll put in a bug report. Lee On Nov 5, 3:48 am, wsgfz...@gmail.com wsgfz...@gmail.com wrote: same problem here. But it works fine in 1.5. It will delay a few seconds to launch a new activity both in 1.6 2.0. any ideas? On Oct 27, 7:07 pm, Lee

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

2009-11-06 Thread Tatyana Ulyanova
Thanks for reply, Eric, i've already seen that solution and tested it :) But, it seems to me, i'll be very unnatually for end-user to see such dirs as DCIM, LOST.DIR. What do you think about this? On 6 Лис, 02:36, Eric Wong (hdmp4.com) ericwon...@gmail.com wrote: Do you mean you need this? OI

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

2009-11-06 Thread Tatyana Ulyanova
Thank you for reply, Dianne. Actually, i used CATEGORY_OPENABLE, it's just a mistake (after my few experiments:) ). Dianne, using the Android emulator, i saw one interesting dialog Attach (under Messaging-Menu-Compose-Menu-Attach). Maybe this is more suitable? On 6 Лис, 04:04, Dianne Hackborn

[android-developers] Re: What does the Location accuracy mean?

2009-11-06 Thread Neilz
I get all kinds of different figures with this, ranging from 3 to 170ish. Haven't found much use for it yet! On Nov 6, 9:19 am, Walles johan.wal...@gmail.com wrote: The wiki page says it's a radius if I interpret it correctly: In order to apply the CEP concept in these conditions, we can

[android-developers] writing firewall applications for Android

2009-11-06 Thread Mihai
Hi, Does anyone have any suggestions on where to start in case one wants to write a firewall for Android? I am interested especially in how would one go about in blocking access for various applications that are blacklisted from a firewall application. As far as I could find, there are no

[android-developers] Standard Android Icons Images

2009-11-06 Thread Neilz
Hi all. I notice that most apps that come with the OS use a standard look and feel, with common icons and images for common tasks. For example, when data is being loaded, you see the Loading text with the green revolving arrow to indicate that something is happening, or when you are asked if you

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

2009-11-06 Thread jarkman
Jake - thanks for that. Your code seems to match my understanding of Dmitri's recipe, and also actually seems to work for me. Which i hope is good news... :-) Richard On Nov 5, 9:20 pm, jak. koda...@gmail.com wrote: Hi Dmitri Jarkman, Hope everyone's having a good day. I'm also working on

[android-developers] Re: My appwidget broken Donut when keyboard slide out/in

2009-11-06 Thread NewPa
Hi Jeff, I add setting android:saveEnabled=false for all the views in the widget, then widget works well. Thanks for your kindly help. But I don't know why this setting can fix the problem, could you please explain to me? On Nov 3, 6:01 am, Jeff Sharkey jshar...@android.com wrote: For the