[android-developers] Re: Feedback Experiment active in the developer console

2010-05-01 Thread Kumar Bibek
removed now... On May 1, 10:16 am, Dan Sherman impact...@gmail.com wrote: * waves hand * You saw nothing On Sat, May 1, 2010 at 1:04 AM, Maps.Huge.Info (Maps API Guru) cor...@gmail.com wrote: Feedback experiment has been removed from the developer console, at least for me...

[android-developers] Re: Feedback Experiment active in the developer console

2010-05-01 Thread Zsolt Vasvari
I still have the spinning Loading image in its place I've had for the last couple of days. On May 1, 2:34 pm, Kumar Bibek coomar@gmail.com wrote: removed now... On May 1, 10:16 am, Dan Sherman impact...@gmail.com wrote: * waves hand * You saw nothing On Sat, May 1, 2010 at

[android-developers] Re: Feedback Experiment active in the developer console

2010-05-01 Thread Kevin Gaudin
Hello, It disappeared on my account too. While they're fixing all the details of official crash reporting, you might have a look at this project: http://acra.googlecode.com It sends crash reports to a Google Doc form so you don't need any server on your side and get notified of new crashes by

[android-developers] How to set logo in the title bar dynamically

2010-05-01 Thread subrat kumar panda
Hi all, In my app i want to set the logo in the title bar. but depending upon the size of the device how could it be set , so it may be dynamically possible. if anybody knows the solution regarding the problem please help me. Thanks in advance, Best Regards Subrat Kumar Panda India -- You

[android-developers] Re: Scala, Android, Eclipse - not including Scala jar?

2010-05-01 Thread Samuel Tardieu
Bob == Bob Kerns r...@acm.org writes: Bob I would guess in this case that Scala depends on parts of the Java Bob J2SE SDK which are not included in Android. I would be rather Bob surprised if you can get Scala to run on Android, in fact. If you Bob want to try anyway, I may be able to offer

[android-developers] Re: onLocationChanged Not Calling

2010-05-01 Thread Nithin
Thanks Manoj.. The firmware on Tatoo is 1.6... On May 1, 12:57 am, MB manoj.bi...@gmail.com wrote: I am facing a similar issue on emulator running 1.5. It does not happen on emulator running 2.1 You can find more details regarding these difference in the following thread (A few comments

[android-developers] Re: Market shows: Localized to: unknown - issue 5930 is still not fixed?

2010-05-01 Thread Evgeny V
Hi all, Any updates for this issue? When I've published my update it's not appeared as Just in in Market. May the unknown localization cause such problem? Thanks, Evgeny On Sat, Apr 24, 2010 at 11:41 PM, EvgenyV evgen...@gmail.com wrote: Hi all! I've just uploaded my application supports

Re: [android-developers] Re: How to debug SIGSEV?

2010-05-01 Thread Mariano Kamp
Thanks Fadden. I only got reports on the Incredible. I'll check if the users are able to reproduce it consistently. Cheers, Mariano On Sat, May 1, 2010 at 12:13 AM, fadden fad...@android.com wrote: On Apr 30, 1:22 pm, Mariano Kamp mariano.k...@gmail.com wrote: I am wondering if there is any

[android-developers] How to change the divider height of listview dynamically?

2010-05-01 Thread javame_android
Hi, I have a listview in which there should be different divider height between different rows. So, how can we set the divider height dynamically? Suppose, I have 10 rows and there should be a divider height of 5 between first 2 rows and then there should be a divider height of 1 between next 5

[android-developers] Re: How to change the divider height of listview dynamically?

2010-05-01 Thread skink
On May 1, 7:38 am, javame_android su...@softwebsolutions.com wrote: Hi, I have a listview in which there should be different divider height between different rows. So, how can we set the divider height dynamically? Suppose, I have 10 rows and there should be a divider height of 5 between

[android-developers] Re: Easiest way to communicate between two activities in two different Applications

2010-05-01 Thread Sebastian
yes i tried to use broadcast receiver: Intent intent = new Intent(b.intent.action.Broadcast); sendBroadcast(intent); Then i added an entry to the manifest file of applikation a which is defining the receiving class. the problem here is a ClassDefNotFoundException. Since the two activties are in

[android-developers] Re: How to change the divider height of listview dynamically?

2010-05-01 Thread javame_android
Hi, How do I implement it? Is it actually possible? Please let me know if you know the way of implementing it in an Adapter. Regards Sunil -- 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] Multitouch API question

2010-05-01 Thread Rafał Grzybowski
I'm trying to detect fingers location on the screen within onTouchListener. The location looks fine when only one finger is on touch. Touching with the other one causes somehow my first finger location to be corrupted, shifted by some value. Below is an example of the location log ([x, y]): 05-01

[android-developers] Created google group android-app-testing-circle for application testing on different devices

2010-05-01 Thread Ralf Schneider
Hello, I created the google group: http://groups.google.com/group/android-app-testing-circle From the group welcome page: There are an increasing number of Android devices out there, each with its own hardware and operating system version. As a developer you are faced with the problem to make

[android-developers] Re: onLocationChanged Not Calling

2010-05-01 Thread Nithin
In my case, the problem was, I was checking inside the building. I just go out and checked. Its working fine. Nithin On May 1, 1:21 pm, Nithin nithin.war...@gmail.com wrote: Thanks Manoj.. The firmware on Tatoo is 1.6... On May 1, 12:57 am, MB manoj.bi...@gmail.com wrote: I am facing

Re: [android-developers] Re: Not calling OnStop when an incoming call is received

2010-05-01 Thread Mark Murphy
Bob Kerns wrote: It would really help to be able to define additional ones, active for the life of an application or a service, that default from one of the system ones. This would allow a better user experience, where the user actually sees what specific audio is playing, and can control the

Re: [android-developers] Re: Easiest way to communicate between two activities in two different Applications

2010-05-01 Thread Anurag Singh
What about Intent intent =getIntent(); in your OnCreate() of second Activity. - Anurag Singh On Sat, May 1, 2010 at 3:48 PM, Sebastian sebastia...@gmail.com wrote: yes i tried to use broadcast receiver: Intent intent = new Intent(b.intent.action.Broadcast); sendBroadcast(intent); Then i

Re: [android-developers] Re: Easiest way to communicate between two activities in two different Applications

2010-05-01 Thread Mark Murphy
Sebastian wrote: yes i tried to use broadcast receiver: Intent intent = new Intent(b.intent.action.Broadcast); sendBroadcast(intent); Then i added an entry to the manifest file of applikation a which is defining the receiving class. the problem here is a ClassDefNotFoundException. Since

Re: [android-developers] Re: accessing and changing Sync setting for android 1.5, 1.6 and more

2010-05-01 Thread remy berrebi
it's very sad. i still not understand the fact that android is so close about system setting. if we can not interact with system by ourself, the possibility to make very interesting apk is very low :-( let's all make RSS reader and clock widget and nothing more :-( i think i will make my

[android-developers] Re: Multitouch API question

2010-05-01 Thread Yahel
Hi, You should try to search the group for multitouch broken and you'll find three or four threads around the fact that on Android, multitouch is unusable. Seems to be because of the cheap hardware used in htc and motorola phones, not the Android SDK. Good luck. Yahel -- You received this

[android-developers] Re: Lots of lost sales due to Credit Card authorization.

2010-05-01 Thread Paul
Sort of my point. A successful authorization can take a while, but user has no clue. They think they've made a succesful purchase and the app should download immediately. There is no message to the user (at least not that I know of, but correct me if I'm wrong) indicating anything is wrong. So

Re: [android-developers] Re: accessing and changing Sync setting for android 1.5, 1.6 and more

2010-05-01 Thread Mark Murphy
remy berrebi wrote: it's very sad. i still not understand the fact that android is so close about system setting. if we can not interact with system by ourself, the possibility to make very interesting apk is very low :-( let's all make RSS reader and clock widget and nothing more :-( There

[android-developers] Re: Process Crash whilst using JUnit

2010-05-01 Thread brucko
Thanks for the reply Bob. I'm a little out of my depth here. Luckily, or I suppose yes by plan, I am using subversion and have found a much smaller subset of my code that causes the problem. Actually using System.gc() did help me isolate and was actually an earlier post of yours that gave me the

[android-developers] Re: Maximum Texture Units

2010-05-01 Thread Mario Zechner
gentextures only creates handles for you. Actual memory for the bitmap data is allocated when calling glteximage2D. That will be your biggest limitation as video ram is of course limited. How much vram is available is dependent on the chipset/device you are running your application on. On 1 Mai,

[android-developers] Communicating from Android Service to an Activity

2010-05-01 Thread madmax
Hi Guys, I have an Android Service that runs indefinitely and wants to notify when a specific interesting event occurs to an activity. Now the problem is the interesting event occurs anytime and i don't want to poll to the service all the time to get that event... The service itself

Re: [android-developers] Communicating from Android Service to an Activity

2010-05-01 Thread Mark Murphy
madmax wrote: I have an Android Service that runs indefinitely That's not possible and is not a good idea in general: http://www.androidguys.com/2009/09/09/diamonds-are-forever-services-are-not/ and wants to notify when a specific interesting event occurs to an activity. Now

[android-developers] Re: Is Google working on the Bluetooth bug? Any estimated date of completion?

2010-05-01 Thread frankentux
My device is a i5700 Samsung spica. The stackoverflow links and the logcats i pasted to pastebin.com (again, see my last post above) all relate to the issue on the spica. Do you have a similar issue with a spica? On 1 Mai, 00:13, dan raaka danra...@gmail.com wrote: is the device being referred

[android-developers] Re: How to change the divider height of listview dynamically?

2010-05-01 Thread skink
On May 1, 8:20 am, javame_android su...@softwebsolutions.com wrote: Hi, How do I implement it? Is it actually possible? Please let me know if you know the way of implementing it in an Adapter. Regards Sunil simply from getView return a view which has your normal view at the top and

Re: [android-developers] Re: Android ANT compilation

2010-05-01 Thread Leigh McRae
Thank you for the well thought out response, I got some good tips out of it. 1) I just can't agree with this one and apparently Sun doesn't either as they added the preprocessor support. The thing is that for a j2se project you could use interfaces and other run-time solutions and throw more

[android-developers] Re: Newb: Display URL Image

2010-05-01 Thread dylanh724
bump On Apr 29, 6:13 pm, dylanh724 dylanh...@gmail.com wrote: Hello: All I want to do is display a URL image. Does anyone have a template I could use that already displays an image that I can possibly modify? I've been looking all over the internet and the only answers I've found are

[android-developers] Working With Quality Apps - Appsmarketing.mobi

2010-05-01 Thread OrenTodoros
Hey there, Oren here, CEO Co-founder of http://www.AppsMarketing.mobi Many of you have already visited our site, blog or connected with us on our social presences. This time we're reaching out to you all with 2 things we wanted to share. 1. We're inviting you to to join us on Monday, May 3,

Re: [android-developers] Re: Newb: Display URL Image

2010-05-01 Thread Mark Murphy
On Apr 29, 6:13 pm, dylanh724 dylanh...@gmail.com wrote: Hello: All I want to do is display a URL image. What is display a URL image? Does anyone have a template I could use that already displays an image that I can possibly modify? Where and how are you trying to display an image? As a

[android-developers] Re: Pulling Touch Screen Events

2010-05-01 Thread niko20
No, its not possible, but I believe the DROID incredible can support more than 2 fingers, but haven't tested it. On Apr 30, 8:32 pm, AS aurillia...@gmail.com wrote: Hi all. I'm trying to write a musical application and I want the user to be able to press multiple keys at the same time to

[android-developers] Re: AudioRecord creates a stereo file instead of a mono file.

2010-05-01 Thread niko20
Yes its a bug, sounds like the WAV header is wrong. You'll have to hack at that source to fix it.. On Apr 29, 5:51 pm, pac patty.c...@gmail.com wrote: I'm developing with Android 2.1 on a Nexus One with firmware 2.1 update 1. I'm using the RehearsalAudioRecorder class from here:

Re: [android-developers] Re: Market shows: Localized to: unknown - issue 5930 is still not fixed?

2010-05-01 Thread Konstantin Vasilyev
Hi, Have you tried using two-letter locale codes? res/values-fr res/values-es res/values-ru -- Kostya Evgeny V evgen...@gmail.com писал(а) в своём письме Sat, 01 May 2010 12:45:25 +0400: Hi all, Any updates for this issue? When I've published my update it's not appeared as Just in in

[android-developers] Re: Getting a Dev phone.

2010-05-01 Thread Nathan
Thanks. I was worried in rooting that I might have permissions the end users don't have and therefore don't see some bugs that they do. I have four options now that I will pursue: 1. Get a Droid and bypass activation with the four corner method. Since I don't have a Verizon plan it will just be

Re: [android-developers] Re: Is Google working on the Bluetooth bug? Any estimated date of completion?

2010-05-01 Thread dan raaka
can you paste the build fingerprint of your device ? -Dan On Sat, May 1, 2010 at 6:35 AM, frankentux cfarrell1...@googlemail.comwrote: My device is a i5700 Samsung spica. The stackoverflow links and the logcats i pasted to pastebin.com (again, see my last post above) all relate to the issue

Re: [android-developers] Re: Market shows: Localized to: unknown - issue 5930 is still not fixed?

2010-05-01 Thread Evgeny V
I thought that it can be a problem but stil din't try. Thanks a lot! 2010/5/1 Konstantin Vasilyev kmans...@gmail.com Hi, Have you tried using two-letter locale codes? res/values-fr res/values-es res/values-ru -- Kostya Evgeny V evgen...@gmail.com писал(а) в своём письме Sat, 01 May

[android-developers] Re: compatibility with nonexistant classes

2010-05-01 Thread Christopher
Does anyone know the best practice to test run an app on multiple emulators (using eclipse). So if I include the Android 2.0 library in the app as TreKing confirmed above and I go to Run - Run Configurations... - Target tab and select Manual I only see the emulators I have created that use 2.0

[android-developers] Re: Not calling OnStop when an incoming call is received

2010-05-01 Thread joebowbeer
On Apr 28, 8:02 pm, Ned Fox wrote: I have an application that is silencing the ringer while it is open, then when it closes it unsilences it. Currently I am doing these two things in OnStart and OnStop. The only problem (and it's a big one) is that when a phone call comes in, it stops my

[android-developers] Change the playback rate of a track in real time

2010-05-01 Thread yakura y
Hello everybody, I would like to know if somebody knows a library to changing the playback rate of a track in real time. My idea is to load a track and change its playback rate to half or double. Firstly, I tried with MusicPlayer but is was not possible at all and then I tried with SoundPool. The

[android-developers] Change the playback rate of a track in real time

2010-05-01 Thread Y Kim
Hello everybody, I would like to know if somebody knows a library to changing the playback rate of a track in real time. My idea is to load a track and change its playback rate to half or double. Firstly, I tried with MusicPlayer but is was not possible at all and then I tried with SoundPool. The

[android-developers] Activity and Views relelation ship

2010-05-01 Thread Patrick
Hallo! I have a question concerning views, Activities and how they are related. I have a TabActivity. Within this activity (in the onCreate method) I create a TabHost and a TabSpec and do a tabSpectSearch.setContent(intenSearch); The Indent is created using intentSearch = new

[android-developers] vibrator and emulator

2010-05-01 Thread Simone
I have a simple problem: I make a simple call to Vibrator.vibrate(long time);, but in the logcat I don't see anything related to it. How can I test if the vibration works using the emulator? Thanks Simone -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Activity and Views relelation ship

2010-05-01 Thread Mark Murphy
Patrick wrote: Hallo! I have a question concerning views, Activities and how they are related. I have a TabActivity. Within this activity (in the onCreate method) I create a TabHost and a TabSpec and do a tabSpectSearch.setContent(intenSearch); The Indent is created using intentSearch =

Re: [android-developers] Re: Market shows: Localized to: unknown - issue 5930 is still not fixed?

2010-05-01 Thread Evgeny V
Unfortunately the suggested solution doesn't solving the problem:( 2010/5/1 Evgeny V evgen...@gmail.com I thought that it can be a problem but stil din't try. Thanks a lot! 2010/5/1 Konstantin Vasilyev kmans...@gmail.com Hi, Have you tried using two-letter locale codes? res/values-fr

[android-developers] Re: Is Google working on the Bluetooth bug? Any estimated date of completion?

2010-05-01 Thread frankentux
I may have accidentally replied to only Dan, so here's the bugreport info I referred to: -- VERSION INFO -- currenttime=Sat May 1 21:31:48 CEST 2010 kernel.version=Linux version 2.6.29 (r...@se-s611) (gcc version 4.3.1 (for S3C64XX Samsung Electronics AP Development Team) ) #2 Sat Mar 13

[android-developers] Re: Listview background image changes on Scroll?

2010-05-01 Thread Paweł Zięba
Try to set android:cacheColorHint transparent there is description http://developer.android.com/resources/articles/listview-backgrounds.html -- Paweł Zięba http://dziobas.blogspot.com On 1 Maj, 07:54, javame_android su...@softwebsolutions.com wrote: Hi, The reason for this type of behavior

[android-developers] Re: Is Google working on the Bluetooth bug? Any estimated date of completion?

2010-05-01 Thread DonFrench
Nexus One. No experience with spica. On May 1, 6:35 am, frankentux cfarrell1...@googlemail.com wrote: My device is a i5700 Samsung spica. The stackoverflow links and the logcats i pasted to pastebin.com (again, see my last post above) all relate to the issue on the spica. Do you have a

[android-developers] Re: Developing a C++ static library for use with Java on the Android

2010-05-01 Thread mah
You cannot link a static native library into a Java application; your only option is a shared object (.so). Fortunately though, shared objects can have static libraries linked into them; you'll just need to provide exports to give access to the items you want Java to access. On Apr 30, 3:10 am,

[android-developers] Re: Scala, Android, Eclipse - not including Scala jar?

2010-05-01 Thread Bob Kerns
Thanks for the update. That leaves the OP's question unanswered, however. But having a working example is sure to be helpful. If Scala is known to work on Anroid, I suspect the OP's problem stems from not having packaged the necessary components correctly? From a brief browse through that

[android-developers] Re: Android ANT compilation

2010-05-01 Thread Bob Kerns
I stop just short of being dogmatic about #1! That is, I stop short of saying you're wrong! -- but I do urge you (and others) to think long and hard about it -- and be open to the possibility that later thought an experience may show a better way. That's been my experience, and my experience is

Re: [android-developers] How to set logo in the title bar dynamically

2010-05-01 Thread murali raju
this.requestWindowFeature(Window.FEATURE_CUSTOM_TITLE); RelativeLayout titleLayout = (RelativeLayout) getLayoutInflater().inflate(R.layout.iocn,null); try { int titleContainerId = (Integer) Class.forName(com.android.internal.R$id).

[android-developers] SSL handshake logging in Android

2010-05-01 Thread sandy8531
I am having trouble with my HttpsURLConnection client. I can make one request to the server using my keystore, however the second (and subsequent) requests in the same JVM fail. ( I initialize a SSLSocketFactory using my keystore and set it on my HttpsURLConnection). I would like to debug this

[android-developers] Re: Pulling Touch Screen Events

2010-05-01 Thread AS
Hey. I did my tests on a motorola milestone and it reported a maximum of 2 touches so no, I don't think the droid does support it. -- 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] ndk to access native bluetooth lib?

2010-05-01 Thread Sean Liao
looking for any pointer or advise using NDK to access to native bluetooth lib. is it doable? anyone have good or bad experience to share? -- 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] ndk to access native bluetooth lib?

2010-05-01 Thread David Turner
not recommended at all, the native bluetooth stack is an implementation detail that is likely to change between devices and or platform releases. There is a reason why it is not exposed by the NDK. On Sun, May 2, 2010 at 5:47 AM, Sean Liao wirelessw...@gmail.com wrote: looking for any pointer

Re: [android-developers] vibrator and emulator

2010-05-01 Thread David Turner
The emulator simply doesn't support vibrator emulation at this point, sorry. On Sat, May 1, 2010 at 9:54 PM, Simone simone.russ...@gmail.com wrote: I have a simple problem: I make a simple call to Vibrator.vibrate(long time);, but in the logcat I don't see anything related to it. How can I

Re: [android-developers] Change the playback rate of a track in real time

2010-05-01 Thread Anurag Singh
Hey, I just gone through with your code. You are not using public final void setRate (int streamID, float rate)Please take care streamID is different from soundID. streamID is the value returned by the play() function. - Anurag Singh On Sun, May 2, 2010 at 12:48 AM, Y Kim yakura@gmail.com

[android-developers] Re: uploading image + optional tags via HTTP POST

2010-05-01 Thread Amit
Thanks, @shaun! I came across another thread someone had started with some code; and I tweaked that around and have seemed to got it working. Will post the code; it's very similar to the one you've put in. On Apr 30, 8:57 pm, shaun shashepp...@gmail.com wrote: If Android does not have all the

[android-developers] BroadcastReceiver, Intent objects

2010-05-01 Thread Sean Sullivan
I've implemented a BroadcastReceiver class to receive Intent objects. In my BroadcastReceiver class, I'd like to be able to identify the source (sender) of the Intent object. Is there an API that enables me to do this? I've already read through the javadocs and the Android platform source code

[android-developers] Re: How to retrieve outgoing number

2010-05-01 Thread mike
hi Galbayar, found a issue about the method you gave me to find out the Outgoing Number. the issue is assume that i have dialed 12345 first. the method returns the number accurately. but if i dialed 456789 after that again the method returns the number as 12345. and if i dialed another number