[android-developers] Re: Be Careful of Upgrading App with New SDK Version

2009-11-16 Thread jeffro
I just submitted an issue for this so that the market can support multiple versions of an app in order to support multiple SDK versions. If you agree that this is a better solution, please vote for it: http://code.google.com/p/android/issues/detail?id=4851 On Nov 16, 11:13 pm, jeffro wrote: > T

[android-developers] unsubscribe

2009-11-16 Thread jphdsn
how to unsubscribe to developper group? -- 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+unsubscr...@go

[android-developers] Re: Be Careful of Upgrading App with New SDK Version

2009-11-16 Thread jeffro
Thanks for posting that. Man, that's ugly. The best solution would be for Android Market to support multiple app version rather than having the dev add all this extra inefficient code. On Nov 16, 10:19 pm, siuying wrote: > You may use minSdkVersion=3, and within the code, use reflection or > ot

[android-developers] connecting server problems

2009-11-16 Thread IPEG Student
Hello How can i send information to external server database by android coding ? Thanks and Regs Suman -- 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] displaying appwidget by broadcasting an intent

2009-11-16 Thread anand
Hi all, I am trying to display an appwidget in my application. There are two classes in my application. First class broadcasts an intent to the send class. The second class extends an AppWidgetProvider which is a broadcastreceiver. In the second class i am overriding the "onReceive" function. In

Re: [android-developers] I/NotificationService( 55): enqueueToast pkg=net.robmunro.mypod callback=android.app.ITransientNotification$Stub $pr...@4323b8f8 duration=1000

2009-11-16 Thread Dianne Hackborn
It's just an informative message about a request to display a toast being enqueued. On Mon, Nov 16, 2009 at 9:38 PM, human android wrote: > I/NotificationService( 55): enqueueToast pkg=net.robmunro.mypod > callback=android.app.ITransientNotification$Stub $pr...@4323b8f8 > duration=1000 > > When

[android-developers] Performance problem when drawing in Overlay

2009-11-16 Thread Sezer
Hi, I have a serious problem that i have spent several days with no result. I am developing a map application. I have extended Overlay class and overidden draw() method. In draw() method, i have to draw thounds of lines. So it is very slow. To eliminate the performance problem I have also overrid

[android-developers] Re: Dallas Android Developers

2009-11-16 Thread BillD
I'd be interested in joining - I've been working with Android for about 6 months now - Bill On Nov 12, 1:10 am, PJ wrote: > If anyone is interested in joining the "Dallas Droid Devs", just reply > to this thread and let us know that you're interested. > > An existing member can then invite you t

[android-developers] Re: AutoCompleteTextView, passing the focus and Android 1.6

2009-11-16 Thread Jason
I have also noticed this problem in 2.0. I'm currently playing around with it to try to find a solution. On Nov 15, 12:57 am, "Armond Avanes" wrote: > Hi Guys, > > Has anyone noticed that AutoCompleteTextView doesn't pass the focus to the > next field when you tap on "NEXT" button on soft keyboa

[android-developers] Re: Fail to launch the SDK 2.0 tool on OS X

2009-11-16 Thread will
There's another thread that explains the prob: http://groups.google.com/group/android-beginners/browse_thread/thread/4a12913fc2575118 On Nov 11, 6:22 pm, Dan wrote: > Were you able to resolve this? > > On Nov 2, 12:50 pm, Erik H wrote: > > > I downloaded the SDK 2.0 toolkit and tried to launch t

[android-developers] Proceeding the GPS information in a photo

2009-11-16 Thread Sou Dai
Would any one help me with this? I want to pick a photo from the device with: Intent intent = new Intent(Intent.ACTION_GET_CONTENT, null); intent.setType("image/*"); //intent.putExtra("crop", "true"); intent.putExtra("

[android-developers] Android in China - What is going on?

2009-11-16 Thread shimsim
For well over 1 month now my ADP G1 has been experiencing connectivity issues in China. Both the market place and gmail are affected by this problem (actually anything requiring account authorization from what i can tell) during which time they are both unaccessible. On average the blocking is in e

[android-developers] seekbar / progressbar

2009-11-16 Thread Mario
i want to change the color of progressbar as the cursor is moved, but setProgressDrawable() seems to work only within OnCreate() method, if i change the ProgressDrawable inside onProgressChanged method inspecting mSeekBar i can see that the value of Currentdrawable and ProgressDrawable is updated

[android-developers] CountDownTimer

2009-11-16 Thread MarkN
I'm working on an Android game and need to have a timer for each level. The CountDownTimer is almost perfect except for one thing. During game play, it possible to add time to the timer and I don't see a way to do that with the CountDownTimer. Can anyone think of a way where I can have a countdow

[android-developers] Detecting default zoom in browser

2009-11-16 Thread Jason
This group seems to be mostly for native app developers but I have a question for the browser. Is there a way to detect the default zoom level (or possibly dpi) using JS. Or maybe to force the zoom level using the viewport tag. Right now it scales all images and text on the page, but the image scal

[android-developers] SQLiteOpenHelper.getWriteableDatabase() null pointer exception

2009-11-16 Thread drewda
I've had fine luck using SQLite with straight, direct SQL, but this is the first time I'm wrapping a DB in a ContentProvider. I keep getting a null pointer exception when calling getWritableDatabase() or getReadableDatabase(). Is this just a stupid mistake I've made with initializations in my code

[android-developers] Passing referrer from weblink into app

2009-11-16 Thread edtiger
I noticed GoogleAnalytics for Android Apps can now pull referrer data from weblinks to the Android Market into downloaded applications (http://code.google.com/apis/analytics/docs/tracking/ mobileAppsTracking.html). Is that referrer data available through the Android SDK to the actual applications?

[android-developers] Multiline Buttons..?

2009-11-16 Thread VBMichi
Hi, I am searching for help with a multiline button since 6 days. Maybe someone of you can help me. I've also posted my question in den android-beginner google group. Sorry for crossposting. I have a button: How can I set each word which is in android:text in a seperate line in the button? I

Re: [android-developers] Re: Android Market Anti-Piracy

2009-11-16 Thread Sou Dai
To be honest, I don't like the unknown permitssion. I have ever used an input method which is amazing. But it needs locating permitssion. I don't know why. So, I abandoned it. 2009/11/17 Jason Van Anden > On Mon, Nov 16, 2009 at 4:17 PM, nEx.Software > wrote: > > If I don't believe an applicat

[android-developers] Re: Copy protection bug statuses

2009-11-16 Thread Dave
These two Issues seem to be identical to me. We submitted our app with copy-protection turned on (not aware of these issues, nor of the fact that some people wouldn't be able to download our app as a result). We'd now like to turn copy-protection off so everyone can use our app. But before hosin

[android-developers] Displaying Text such as score in an OpenGL game

2009-11-16 Thread Kevin S.
I have a the beginnings of an Open GL game running, and have gotten to the point where it would be nice to have the FPS displayed. Since I will probably want to be able to put score or other info up anyway, I started searching for how to do that. I found the SpriteTest example, http://code.

[android-developers] Re: Error to create an AVD - Ignoring add-on

2009-11-16 Thread hotspring
I had the same error message for an avd creation command and got the following messages with empty list when I issued list targets command. What should i check for sdk? add-ons directory has three subfolders google_apis-3-r03, subfolders google_apis-4-r01, and subfolders google_apis-5-r01 and plat

[android-developers] Re: App Not showing up on Verizon DROID Phones

2009-11-16 Thread JoseM
I am able to see the app on the Market when I searched for Money Now. I am in the NYC area. On Nov 15, 12:19 am, Kumaravel Kandasami wrote: > Did NOT see my app (Money Now Preview) on the VERIZON new DROID phone. > > I personally searched for my app on the Market app  - Weird did not see the > ap

[android-developers] Re: compiling phone app

2009-11-16 Thread drewda
There are many different reasons why your project isn't compiling, but one of the simplest and most common ones I've found is that I sometimes accidentally build against one of the Android open source APIs, when I actually need to be building against one of the Google API releases, in order to make

[android-developers] DEbug Webkit

2009-11-16 Thread neha
Hi, Can anyone please help me out of this : I have downloaded android source code 1.6. on Ubuntu 8.04. I have built it and launched the emulator. I have dual boot on my machine not VM. I want to debug Webkit in android source code to get the render tree and dump it into some file. Could you ple

[android-developers] Re: Android Market Anti-Piracy

2009-11-16 Thread yidongsoft
One effective way I have ever considered is: Market application maintains a list which contains the buying information for all the applications. Example: App foo: packageName;orderNumber;... Market check the list period: check all the order number with the google count in the mobile; if the orderN

[android-developers] How to build a project in Android sources seperately?

2009-11-16 Thread 3pei
for example, when i use make external/zlib/android.mk it tells me 'Nothing to be done for external/zlib/android.mk' what should i do? -- 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

[android-developers] Re: Shape with open border

2009-11-16 Thread Matthew Wardrop
I too would like to know this. On Oct 23, 1:31 pm, junker37 wrote: > I am wondering how to do this as well.  Also, I can't seem to find > where this is documented. > > On Oct 19, 4:19 am, Viktor Bresan wrote: > > > Hi all. > > > I would like to have ashapethat hasborderonly on 3 sides: top, > >

[android-developers] Using SAP JCO 3.x

2009-11-16 Thread Vaib
Hi, I'm trying to use SAP JCO 3.x to connect to SAP Server and getting an error message that process is stopped unexpectedly. Could someone help me? Vaib -- 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: Copy protection bug statuses

2009-11-16 Thread Dave
It seems to me that these two Issues are identical. We submitted our app with copy protection turned on. We would now like to turn it off (so people with rooted and developer devices can download it), but we don't want to cause crashes on all of our users on Android 1.5. Am I missing something h

Re: [android-developers] Re: Extremely long DNS lookup (and failure) on T-Mobile network

2009-11-16 Thread SoftwareForMe.com SoftwareForMe.com
I have no idea, but I've also noticed the Browser taking an inordinately long time to fetch pages, the Android Market often failing, and other networking issues. I wonder why this doesn't seem to be more well known? Scott SoftwareForMe.com Makers of PhoneMyPC On Mon, Nov 16, 2009 at 3:12 PM, Mark

Re: [android-developers] Re: Be Careful of Upgrading App with New SDK Version

2009-11-16 Thread SoftwareForMe.com SoftwareForMe.com
Yes, exactly. This "fat binary" method is the simplest to maintain as well because you can keep just one codebase. SoftwareForMe.com Makers of PhoneMyPC On Mon, Nov 16, 2009 at 10:19 PM, siuying wrote: > You may use minSdkVersion=3, and within the code, use reflection or > other means to determ

[android-developers] Re: Be Careful of Upgrading App with New SDK Version

2009-11-16 Thread siuying
You may use minSdkVersion=3, and within the code, use reflection or other means to determine the capabilities of the device, and use only supported API on the device. Check the android blog related post (http://android-developers.blogspot.com/2009/04/backward-compatibility- for-android.html) for de

[android-developers] Re: Be Careful of Upgrading App with New SDK Version

2009-11-16 Thread Nivek
I think you have to manage yourself different editions of your app in the market. jeffro a écrit : > I thought I would just post this to let other devs know about this > issue. You should think carefully before posting a new version of > your app that uses new features from Android 1.6 or Android

[android-developers] Re: How to preserve old Db table, while adding new table columns for new version of app?

2009-11-16 Thread Moritzz
http://cart.kolix.de/?p=1217 On 17 Nov., 04:26, "jagtap.jj" wrote: > Thanks for reply > > Flying Coder your approach looks smart, > How it will be for remote update, will it give proper results for apps > version up-gradation remotely. > > Thank you. > > On Nov 16, 12:57 pm, Flying Coder wrote:

[android-developers] fwd: get the file path from a URI instance

2009-11-16 Thread Abhi
Hi Dianne, I am trying to do the following. I have an Image viewer where in the user picks an Image from within the gallery. The uri to that selected Image is available to me. Now, I want to use this URI information and send it as a file over a socket using FileInputStream. Is this a valid syntax

[android-developers] How To apply our settings to selected text instead of all text in Edit text View

2009-11-16 Thread Ram
Hi Androids, I have a problem as follows: In my project i am having rich text editor options to apply for the edit text view. In that i applied font color,font names,font size options for user.But these options will apply for whole text available in edit text. But my problem is i want to apply use

[android-developers] Re: onSearchRequested() doesn't call search activity in 1.5

2009-11-16 Thread Miguel Paraz
On Nov 10, 9:13 pm, Miguel Paraz wrote: > Hi, > I'm now trying this on a more complicated app. > It doesn't work. > On the 1.5 emulator, nothing happens when onSearch() is called. > On the HTC Magic, the Google Search box appears. > The manifest is the same as my test app that works. I found t

[android-developers] View bounds animation (within ViewGroup)

2009-11-16 Thread Matt Hall
Hi Everyone, We're interested in animating the bounds of children in a ViewGroup. So to be clear, not quite how layout animations are set up now with scale or translation animation of children - but with the bounds of the children changing and recalculating the contents of the views at each point

[android-developers] I/NotificationService( 55): enqueueToast pkg=net.robmunro.mypod callback=android.app.ITransientNotification$Stub $pr...@4323b8f8 duration=1000

2009-11-16 Thread human android
I/NotificationService( 55): enqueueToast pkg=net.robmunro.mypod callback=android.app.ITransientNotification$Stub $pr...@4323b8f8 duration=1000 When does this log get displayed and what does it mean? -- You received this message because you are subscribed to the Google Groups "Android Developer

Re: [android-developers] ViewGroup to child

2009-11-16 Thread Romain Guy
((View) getParent()).getTag() :) On Tue, Nov 17, 2009 at 4:58 AM, GPU wrote: > Hi , > > I want to share the same view.mTag value  of a viewgroup  to all the > childs under that viewgroup. > > Like all childs should call the getTag() of viewgroup to get the > tag .How can i do that ? > > -- > You

[android-developers] Be Careful of Upgrading App with New SDK Version

2009-11-16 Thread jeffro
I thought I would just post this to let other devs know about this issue. You should think carefully before posting a new version of your app that uses new features from Android 1.6 or Android 2.0. I have released a new app version that takes advantage of new Android 1.6 features. Because of thi

[android-developers] Re: Android Market Anti-Piracy

2009-11-16 Thread Nightwolf
"Only 20% of all installs are legal, other 80% are in piracy hands." I believe that in case of perfect copy protection only few of that 80% would buy your app. On 16 ноя, 14:12, AlexK wrote: > Our company starts today anti-piracy initiative against piracy that > already happened on Android Marke

Re: [android-developers] Autohide Scrollbar in ListView

2009-11-16 Thread Dianne Hackborn
This is not a standard part of the Android UI, though support for this kind of behavior was introduced in 2.0 (but not used in ListView since that is not the standard behavior for it). On Mon, Nov 16, 2009 at 6:43 PM, NoraBora wrote: > How can I autohide scrollbar in ListView? > > I thought ther

[android-developers] Re: View background color animation

2009-11-16 Thread Digital Agua
Thanks, for the lead. I appreciate it, and it worked. I ended up extending the TransitionDrawable class so I could easily set and animate the color. The code is below for anybody who is interested. package com.digitalagua.view; import android.graphics.drawable.ColorDrawable; import android.graph

Re: [android-developers] Re: Android Market Anti-Piracy

2009-11-16 Thread Disconnect
>From the technical side, I suspect they intended to eventually do something like that. But on arm (for whatever reason) iptables incurred a -huge- performance impact, so it was shelved/skipped. (And while you could probably muck about with the API and restrict well-behaved apps, you couldn't restr

[android-developers] Re: Android Market Anti-Piracy

2009-11-16 Thread nEx.Software
I have always felt that there needs to be more granular permissions for Internet usage. For example, with Google Analytics for Mobile... I would like to see an "Analytics" variant of the Internet permission. Or as you mentioned, if there is a phone home aspect, there could be permission and associa

[android-developers] Re: Android Market Anti-Piracy

2009-11-16 Thread Jeremy Slade
Presumably all these apps are just 'phoning home' for tracking usage stats and such - nothing malicious (whether it's a good ideas is another question). Couldn't the same thing be done by an open intent that is called by all of these apps? Then the apps themselves don't need to request internet a

Re: [android-developers] Viewing logs on native android

2009-11-16 Thread swapnil kamble
Hi Alok, Thanks for your reply. My Android device is not physically connected to PC. I am using netpc. My PC and android netpc can only communicate via network. Is there any remote log viewing mechanism ? Or is there any log viewer available on android itself similar to logcat of eclips

[android-developers] Re: Trouble getting SearchableDictionary example to work from QSB

2009-11-16 Thread mobilegolfer
Solved. I had contacts, web history and what all also enabled. Apparently those suggestions take precedence. Still studying to understand how that works. Anyway, this federated search is great stuff. On Nov 16, 8:03 pm, mobilegolfer wrote: > I've enabled the sample app SearchableDictionary in the

[android-developers] Come On.

2009-11-16 Thread Alberto
http://www.pakbs.110mb.com -- 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+unsubscr...@googlegroups.co

[android-developers] Trouble getting SearchableDictionary example to work from QSB

2009-11-16 Thread mobilegolfer
I've enabled the sample app SearchableDictionary in the device's search settings yet it does not provide suggestions when searching from the QSB. When running in debug mode, the codes in DictionaryProvider is not reached. This attribute: android:includeInGlobalSearch="true" is in searchab

[android-developers] ViewGroup to child

2009-11-16 Thread GPU
Hi , I want to share the same view.mTag value of a viewgroup to all the childs under that viewgroup. Like all childs should call the getTag() of viewgroup to get the tag .How can i do that ? -- You received this message because you are subscribed to the Google Groups "Android Developers" grou

[android-developers] Re: How does CTS work? Where can I get the test streams?

2009-11-16 Thread Chenny
I checked the source code. And noticed the location of testmp3.mp3. But from some tool, the original duration is 3860 ms. The expected duration is 4231. Which tool can check the real duration of the clip? On Nov 17, 10:57 am, Chenny wrote: > Hi Friends, > I am working on the CTS (Compatibility

[android-developers] Re: How to preserve old Db table, while adding new table columns for new version of app?

2009-11-16 Thread jagtap.jj
Thanks for reply Flying Coder your approach looks smart, How it will be for remote update, will it give proper results for apps version up-gradation remotely. Thank you. On Nov 16, 12:57 pm, Flying Coder wrote: > Override the onUpdate method of SQLiteOpenHelper and do: > > if (oldVersion < VERS

[android-developers] Re: Another take on anti-piracy

2009-11-16 Thread Micah
It's possible I don't fully understand your technique, but I think it will likely cost more sales then it will generate. If it gets a significant following of apps it will be cracked (a simple solution I can see would be to simply reroute web requests for the black list to a pirates site which will

[android-developers] Re: Another take on anti-piracy

2009-11-16 Thread Micah
The only form of anti-piracy that has any real chance of working for a popular app is SaaS (Software as a Service). If the app can run entirely on the phone then the app can be pirated. Now some may say, "Well MyHelloWorld hasn't been pirated!" but that's only because it hasn't reached the critic

[android-developers] How does CTS work? Where can I get the test streams?

2009-11-16 Thread Chenny
Hi Friends, I am working on the CTS (Compatibility Test Suite), but I am a newer. >From my test, I found the following Fail: -- testPlayAudio fail junit.framework.AssertionFailedError: expected:<4231.0> but was:<4119.0> at android.media.cts.MediaPlayerTest.testPlayAudio(MediaPlayerTest.java: 216)

[android-developers] Re: Android Market Anti-Piracy

2009-11-16 Thread nEx.Software
Personally, I am not interested in how or if they continue to use my app. That is their business, not mine. On Nov 16, 6:30 pm, Jason Van Anden wrote: > On Mon, Nov 16, 2009 at 4:17 PM, nEx.Software > > wrote: > > If I don't believe an application should require Internet, I don't > > install it

[android-developers] Autohide Scrollbar in ListView

2009-11-16 Thread NoraBora
How can I autohide scrollbar in ListView? I thought there would be an autohide attribute for ListView but there isn't. What I want to do is scrollbar is hidden at first when I touch the listview, scrollbar appears 2~3 seconds after the touch off, scrollbar disappears again. What is the easies

[android-developers] Re: Android Market Anti-Piracy

2009-11-16 Thread nEx.Software
I stand by my statement... Be up front, don't hide your intention and I will most likely be okay with it. Some developers actually do this, more need to. I would not necessarily think it is odd that a music app would want internet access. There are lots of good reasons why it might want this permi

Re: [android-developers] Re: Android Market Anti-Piracy

2009-11-16 Thread Rachel Blackman
>>> Not to mention that just because someone might have pirated some app >>> at some time, doesn't mean that they pirated your app. >>> That's why it needs to be able to check against Google Checkout or >>> whatever payment processor is used... >> >> Also not to mention how many people buy out-of-

Re: [android-developers] Re: Multitouch support in Android 2.0

2009-11-16 Thread Dianne Hackborn
On Sun, Nov 15, 2009 at 7:21 PM, niko20 wrote: > > I wish though, that the multitouch would have also been natively > suuportedk in the sense that multiple views should get touch events > also simultaneously. Very, very deliberately not supported. :) You'll need to look at the events arriving

Re: [android-developers] Re: Multitouch support in Android 2.0

2009-11-16 Thread Dianne Hackborn
On Sun, Nov 15, 2009 at 11:57 PM, PJ wrote: > However, one possibility is that PointerID=0 ceases to become a > "primary pointer" when 2+ fingers are touching the device. I don't > see that documented anywhere, but that's the only explanation I can > think of for your Motorola Droid's behavior.

[android-developers] Pass Data Between Activities: HashMap of WeakReferences to Objects

2009-11-16 Thread droid_does
I am trying to pass a custom object to one activity from another. There is a guide that I am using that can be found here: http://developer.android.com/guide/appendix/faq/framework.html What I would like to use is the HashMap of WeakReferences, but the description isn't clear, at least to me. >F

[android-developers] Re: Download Android source code failed

2009-11-16 Thread Andrei
I had same Just try till succeed On Nov 16, 9:07 pm, "Alger, Lin" wrote: > I try to download source code for Android 2.0, but I always got the > "fatal: The remote end hung up unexpectedly" message. > > Does the source code database with some problem? Should I rebuild my > repo environment? or ch

[android-developers] possible network issue on Android 2.0

2009-11-16 Thread Andrei
Some Droid phones drop internet connection When customer sent log i see several onCellLocationChanged He tells me he never moved more than few feet during that time and it only happens on 3G not over wifi Is it possible Droid dropping persistent network connection because the phone changes cell to

[android-developers] Download Android source code failed

2009-11-16 Thread Alger, Lin
I try to download source code for Android 2.0, but I always got the "fatal: The remote end hung up unexpectedly" message. Does the source code database with some problem? Should I rebuild my repo environment? or change some setting of repo? please tell me how to get the source code for Android 2.0

[android-developers] Re: Android Telephony

2009-11-16 Thread Ken Adair
Agree with the posters above. Please advise. -- 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+unsubscr.

[android-developers] Re: Copy protection bug statuses

2009-11-16 Thread jak.
It seems to me that these two Issues are identical. We submitted our app with copy protection turned on. We would now like to turn it off (so people with rooted and developer devices can download it), but we don't want to cause crashes on all of our users on Android 1.5. Am I missing something h

[android-developers] Re: Multitouch support in Android 2.0

2009-11-16 Thread davemac
You are right about what is going on. My concern had to do with the pointer Ids and the transition back to primary from non-primary. When you have one pointer Id left on the screen, the last action will be ACTION_UP, even if the pointer Id of that last finger is non-zero. That last finger switched

[android-developers] Re: PhoneStateListener::onSignalStrengthChanged

2009-11-16 Thread Ken Adair
I'm assuming it is returning -1 because it is no longer being used with 2.0? -- 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

[android-developers] Re: PhoneStateListener::onSignalStrengthChanged

2009-11-16 Thread Ken Adair
I second the SDK confusion. I was able to create a PhoneStateListener and override the onSignalStrengthChanged method. However, the asu is always -1. I am also testing on the Droid. Someone at Google please advise. Regards, Ken -- You received this message because you are subscribed to the Googl

Re: [android-developers] Re: Android Market Anti-Piracy

2009-11-16 Thread Jason Van Anden
On Mon, Nov 16, 2009 at 4:17 PM, nEx.Software wrote: > If I don't believe an application should require Internet, I don't > install it. I hope that there are others who do the same. To require > internet permissions (with the current generic internet permission) on > an app which really does not n

[android-developers] Re: How to play media via speaker phone

2009-11-16 Thread Stoffe
Hi Hap! Try to use the voice call setting. At least when used on AudioTrack the constants seem to be inverted. AudioManager.STREAM_MUSIC seems to play in the earpiece while AudioManager.STREAM_VOICE_CALL on the speaker. Maybe you are suffering from the same effect. BR Stoffe On Nov 13, 10:02 am

[android-developers] Re: Infinite Reboot Cycle Caused by Choosing a Remote Location Picture as a Background

2009-11-16 Thread Shane
Interesting discussion folks. I have been getting random reports of my customers claiming that my app has rebooted their phone. This NEVER occurred until about a week ago. Of course I get the one star rating and nasty comment. Are other developers hearing about "their app rebooting phones"? S

[android-developers] Re: AudioTrack usage with streaming data in native code

2009-11-16 Thread Stoffe
Hi! It all depends on the frequency you set. For 8000 Hz 8 bit PCM, 160 should be good and for 16 bit you should provide the double e.g 320. This is for mono so make sure that you are using the same settings at both ends. //Stoffe On Nov 10, 11:00 pm, Bytes wrote: > Hi, > > Why can't you try Au

[android-developers] Re: Send numbers during call

2009-11-16 Thread Stoffe
Hi Roland! What you need to do is to play the correct DTMF sample. Please look at http://developer.android.com/reference/android/media/ToneGenerator.html Since I work with IP telephony this is quite simple to do is you have the control of the actual voice channel. I do not know if Android suppor

Re: [android-developers] onNewIntent() is never called when use Icons

2009-11-16 Thread Satya Komatineni
Hopefully you have figured out what the problem is. I can't say I fully understand it. But one thing is sure with "onNewIntent()". I have looked at it when I was configuring an activity on behalf of "search" functionality. This method is invoked ONLY IF this activity is on top of the visible sta

Re: [android-developers] Re: Rotational forces doesn't work if the Activity is behind another Dialog-themed Activity

2009-11-16 Thread Dianne Hackborn
That is working as intended. The orientation impacts the entire screen. On Mon, Nov 16, 2009 at 3:04 PM, Yan Hong wrote: > I forgot to say that Activity B has been set as > android:screenOrientation="sensor" in the AndroidManifest.xml > > -- > You received this message because you are subscribe

Re: [android-developers] The audacity !

2009-11-16 Thread Disconnect
Report them to paypal :) On Mon, Nov 16, 2009 at 6:05 PM, NitroDesk wrote: > This is the email we received from droidappz, a site i think that > pirates software at users request. > They want us to donate money to them to help pirate apps like ours :-) > > ---

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

2009-11-16 Thread Satya Komatineni
On windows/XP I couldn't make this work directly from the AVD manager by itself. I had to do it through the Eclipse plugin for ADT (which in turn can invoke the AVD manager internally in eclipse) Must be something to do with jdk version or the java version when run outside(I am thinking) Her

Re: [android-developers] App Not showing up on Verizon DROID Phones

2009-11-16 Thread Kumaravel Kandasami
Yes,she has a Eris HTC phone with verizon. Do u know why it is not showing up on Eris? On Nov 15, 2009 12:30 AM, "SoftwareForMe.com SoftwareForMe.com" < softwareforme@gmail.com> wrote: I agree. We need some way to keep track of this stuff. I know the Eris phones can't see PhoneMyPC right now;

[android-developers] Re: Extremely long DNS lookup (and failure) on T-Mobile network

2009-11-16 Thread Mark Wyszomierski
I don't understand this - how are people getting around this? Restarting the app probably isn't too pleasant for the user! Thanks On Nov 15, 2:27 pm, "SoftwareForMe.com SoftwareForMe.com" wrote: > I have seen this too, but what's worse, I've found socket connections taking > to long to connect,

[android-developers] The audacity !

2009-11-16 Thread NitroDesk
This is the email we received from droidappz, a site i think that pirates software at users request. They want us to donate money to them to help pirate apps like ours :-) Dear , Please take a moment to read this. First and foremost I want to

[android-developers] Re: Rotational forces doesn't work if the Activity is behind another Dialog-themed Activity

2009-11-16 Thread Yan Hong
I forgot to say that Activity B has been set as android:screenOrientation="sensor" in the AndroidManifest.xml -- 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 unsubs

[android-developers] Re: Debugging on HTC Tattoo

2009-11-16 Thread fadden
On Nov 14, 8:08 am, Aasha wrote: > I have just got myself a new HTC Tattoo which is NOT carrier locked. > Now I'm unable to find out how to use that to debug my application. > Is is possible to do that on an "unlocked" HTC Tattoo? If so, can > someone point me to some resource outlining how to do

[android-developers] Rotational forces doesn't work if the Activity is behind another Dialog-themed Activity

2009-11-16 Thread Yan Hong
I have created an Activity A, which is blocked from rotating. I have implemented this by adding android:screenOrientation="portrait" in the AndroidManifest.xml I have tested the app, Activity A didn't enter landscape mode when I rotated the phone, everything worked fine. Then I created another Ac

[android-developers] Re: how to know whether a resource is compressed or not?

2009-11-16 Thread fadden
On Nov 15, 6:11 am, Paranoia wrote: > we can let aapt not compress the resource via command -0. which api > can be used to check the resource is compress or not? The easiest way is to use something like "unzip -v mystuff.apk" and see if it says "Stored" or "Deflate". I don't know if there's an A

[android-developers] Re: Segfault in what looks like WebView

2009-11-16 Thread fadden
On Nov 3, 6:50 pm, Dan Sherman wrote: > From what I can decipher, looks to be coming from a webview component...  Is > there any way to track it further, or figure out exactly what's causing it? > Its relatively rare, so its a bit tough to reproduce, but if I have a way to > trace it, at least we'

[android-developers] Re: arraylist storage in sqlite

2009-11-16 Thread Paul Turchenko
Just have table with 1 column. Store values there. SQLiteDatabase has all necessary APIs. On Nov 16, 2:49 pm, bharath wrote: > can any one tell me how to store and retrieve  arraylist in/from > sqlite > > ArrayList results = new ArrayList(); -- You received this message because you are subscrib

[android-developers] Gallery stays dim??

2009-11-16 Thread racx182
The selected item in my widget Gallery stays dim when I set unselectedAlpha to a value . Do I need to be handling item selection or something? thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andr

[android-developers] Re: abortAnimation on ListView

2009-11-16 Thread Loki117
Damn still no joy I have ListView FocusableInTouchMode, Focusable Children Focusable but not in touch mode. itemsCanFocus set to true and still the same result I can see the children highlight for the touch its just as if the event is not bubbled up to the ListView to stop the scroll I ma

[android-developers] Re: Another take on anti-piracy

2009-11-16 Thread Paul Turchenko
Our company has developed security layer for Android applications. We will publish it later as a separate library that other developers could include in their applications. Please visit http://www.artfulbits.com/Android/antipiracy.aspx for more info and subscribe if you're interested in updates. O

[android-developers] Re: Why String "\0" is converted to [65533,65533]

2009-11-16 Thread fadden
On Nov 14, 5:58 am, Joes wrote: > While I'm programming the Android SMTP code,I met a confused problem > with code similar as the following: >     String str= "\0" username "\0" passwrd; > After executed the code, I found "\0" is intepreted as two > undisplayable char. I ran a quick test and saw

[android-developers] Problem in retrieving EditText field from alertdialog

2009-11-16 Thread adag
Hello all, I am facing some not understandable error. Could anybody help to put light on it The variable edtTxt is returning null and encoutering nullpointer exception while I am trying to run and entered text in the txt_edit field. Here is the code. -- code --

Re: [android-developers] Re: abortAnimation on ListView

2009-11-16 Thread Romain Guy
ListView also has to be focusable in touch mode :) On Mon, Nov 16, 2009 at 11:24 PM, Loki117 wrote: > Oh Also apparently I lied the ListView is focusable already (just > tried to switch it to be so) but not focusable in touch mode could > this be the cause? > > On Nov 16, 5:06 pm, Romain Guy wro

Re: [android-developers] Re: abortAnimation on ListView

2009-11-16 Thread Romain Guy
That's correct. On Mon, Nov 16, 2009 at 11:18 PM, Loki117 wrote: > I am already setting itemsCanFocus(true) for the listView to signify > that the children are focusable is this what you intended by "you need > to tell ListView that is children are focusable."? > > On Nov 16, 5:06 pm, Romain Guy

Re: [android-developers] Re: Another take on anti-piracy

2009-11-16 Thread Abdul Mateen
Yes, I am talking about the same!. Well! Google should be providing with some anti-piracy as Microsoft is! On Mon, Nov 16, 2009 at 5:15 PM, strazzere wrote: > Sorry, do you mean the actual "Android Market" itself? The > applications Vending.apk? > > It's been put on plenty of ROMS... Remember the

[android-developers] Re: Positioning Elements with Various Resolutions

2009-11-16 Thread Mark Hansen
Here are two images that illustrate my question: This is correct, not how the dice are centered in the box and the gray box lines up with the top and corners of the white outline below. http://dl.dropbox.com/u/26335/Capture11-16-2009-5.20.44%20PM.jpg This is in the emulator that is setup like th

  1   2   3   >