Re: [android-developers] Old versions still being downloaded from Google Play?

2012-12-15 Thread TreKing
On Sat, Dec 15, 2012 at 1:50 AM, Bram Stolk b.st...@gmail.com wrote: See this screen grab: Yesterday, at least four different versions got installed by users, even though most of these versions are weeks old. Yeah, I see the same behavior. *shrugs* The Market statistics have never been a

[android-developers] Android Geocoder yields inaccurate results only with MY package name

2012-12-15 Thread Franklin
I have an app that is quite dependent on reverse geocoding results using the built-in Geocoding support in Android. However, I've been noticing that the geocoder object returns inaccurate results, which can be off several hundreds of meters/yards. The strangest thing however, is that this

[android-developers] Re: In App Billing Error

2012-12-15 Thread Lev Stipakov
I had the same problem which was resolved by itself several hours after I've uploaded app. lauantai, 15. joulukuuta 2012 7.54.38 UTC+2 ajmer singh kirjoitti: Hi All I am implementing In app billing(Version 3) in android app. 1. I had put the Signed apk on the Play Store. 2. Also

[android-developers] Android Lint Tool - Suggestions for 2 fatal problems (missed)

2012-12-15 Thread I.E.
The Android Lint tool is very good at spotting potential errors. But I think it missed 2 fatal problems: 1) No parent style defined for a custom style. [Flag as error] If you create a custom style in res/values/styles.xml, and your new style does not inherit from a standard Android theme, then

[android-developers] Re: How to create new PreferenceFragment from XML

2012-12-15 Thread Jim Duda
On 12/14/2012 09:05 PM, Jim Duda wrote: When selecting the pref_hosts_title, I want the SettingsActivity$HostsFragment to display. This new fragment does display, however, it doesn't replace the original fragment, it instead overlays the original fragment. The two fragments display at the

Re: [android-developers] Android Lint Tool - Suggestions for 2 fatal problems (missed)

2012-12-15 Thread Mark Murphy
If the minority of devices have legitimately licensed copies of the Play Store, then these crashes represent missing tests in the CTS, for which we can file some issues. If the minority of devices do not have the Play Store on them, or are likely to have a pirated copy of the Play Store, then the

[android-developers] Re: Android Lint Tool - Suggestions for 2 fatal problems (missed)

2012-12-15 Thread I.E.
Android developers are not responsible for adjusting all their apps to work on non-standard devices. In theory yes. In practice no: 1) We can't assume they are non-standard devices. We just see crash reports. 2) If you have a high average app rating, and suddenly start recieving 1-star

Re: [android-developers] Re: Android Lint Tool - Suggestions for 2 fatal problems (missed)

2012-12-15 Thread Mark Murphy
On Sat, Dec 15, 2012 at 9:12 AM, I.E. inib...@gmail.com wrote: 1) We can't assume they are non-standard devices. We just see crash reports. If you are distributing through the Play Store, you only have to worry about devices that pass the CTS. Any other non-CTS-compliant device with the Play

[android-developers] Re: Updating home screen shortcut icon

2012-12-15 Thread Jona
As fast as I know once shortcuts are created they are no longer related to the application that created it. So you wont be able to update the icon on old shortcuts. On Thursday, August 4, 2011 8:00:49 AM UTC-4, mad stuntman wrote: Hi Willian, Did you solve the problem? I have the same

[android-developers] [Help!]Can't get any thread in DDMS window when debugging

2012-12-15 Thread 乌拉拉
Hi guys, I downloaded android source code and set up the development environment in eclipse. I wanted to debug some system apps(like mms, etc). But when I attached my galaxy nexus into my laptop, I can't see any thread in the ddms. I have already enabled debug mode in the setting page. The

Re: [android-developers] [Help!]Can't get any thread in DDMS window when debugging

2012-12-15 Thread Latimerius
I'm not quite sure I understand what you're trying to achieve, but if you want to debug pre-installed apps you should understand those are unlikely to be flagged as debuggable in their manifests. This is why they don't show up in DDMS. -- You received this message because you are subscribed to

[android-developers] Re: Android Geocoder yields inaccurate results only with MY package name

2012-12-15 Thread Nobu Games
What device did you test that one? According to the Geocoder documentation the actual implementation is device dependent. On Saturday, December 15, 2012 5:03:46 AM UTC-6, Franklin wrote: I have an app that is quite dependent on reverse geocoding results using the built-in Geocoding support

[android-developers] Testing in-app purchases is incompatible with monotonically increasing Android versions

2012-12-15 Thread Keith Wiley
I'm debugging in-app purchases. This requires me to create the app profile on the console and upload the apk (but not necessarily publish it). With an invited test gmail account, I can then test in-app purchases. The problem is, there is no way to upload changes to the app if I have to fix

Re: [android-developers] Testing in-app purchases is incompatible with monotonically increasing Android versions

2012-12-15 Thread Michael Banzon
In your manifest you should have both android:versionCode and android:versionName attributes. The versionCode is the one you need to increment but the versionName is the one the user sees and that one can be whatever you like afaik. On Sat, Dec 15, 2012 at 10:15 PM, Keith Wiley kbwi...@gmail.com

[android-developers] Re: set camera focus distance programmatically in the FOCUS_FIXED mode

2012-12-15 Thread Dawn Rhummy
Did you ever figure this out? On Friday, July 8, 2011 9:10:23 AM UTC-4, Qianqian Fang wrote: hi everyone I need to let the camera to focus to a user supplied distance. In the SDK, I only found getFocusDistance to inquire the focus distance, but not one to set the focus distance manually.

[android-developers] Re: Android Geocoder yields inaccurate results only with MY package name

2012-12-15 Thread Franklin
I tested it on a Galaxy Nexus, Galaxy S3, Nexus 7, and an emulator running 4.2. In all cases, the results were as I described. Op zaterdag 15 december 2012 18:21:05 UTC+1 schreef Nobu Games het volgende: What device did you test that one? According to the Geocoder documentation the actual

Re: [android-developers] Testing in-app purchases is incompatible with monotonically increasing Android versions

2012-12-15 Thread Keith Wiley
Yeah, I know, but I still want to use the versionCode to label public releases, not just one-off momentary debug versions. I'm not even talking about officially versioned betas here, I'm just talking about pushing the code through a rapid build-test-debug-fix cycle. Every time I want to try

Re: [android-developers] [Help!]Can't get any thread in DDMS window when debugging

2012-12-15 Thread 乌拉拉
Thanks, but I did debug pre-installed apps before, now I can't Is there any change in the 4.2.1? Or say if I want to debug them , I need a self-build rom? 在 2012年12月16日星期日UTC+8上午1时08分52秒,latimerius写道: I'm not quite sure I understand what you're trying to achieve, but if you want to

[android-developers] Fragment ID

2012-12-15 Thread Greenhand
At http://developer.android.com/guide/components/fragments.html, it mentions If you provide neither of the previous two, the system uses the ID of the container view. in the section of Adding a fragment to an activity. What does the ID of the container view means? -- You received this message

Re: [android-developers] Testing in-app purchases is incompatible with monotonically increasing Android versions

2012-12-15 Thread Raymond C. Rodgers
I may be mistaken, but I think that with the first apk uploaded to test with, you can then distribute updated debug copies outside of the Play Store/developer console and the correct (or at least updated) behavior will be exhibited in those debug copies. As far as I know, you only need to have

[android-developers] Custom theme for android ?

2012-12-15 Thread mohammed Nuhail
Hey I want to do custom theme for tablet. please help me out with this ? Thanks in advance . -- 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

Re: [android-developers] Custom theme for android ?

2012-12-15 Thread TreKing
On Sun, Dec 16, 2012 at 12:21 AM, mohammed Nuhail nuhail...@gmail.comwrote: Hey I want to do custom theme for tablet. please help me out with this ? http://www.catb.org/esr/faqs/smart-questions.html