[android-developers] Re: Collecting my Market installation statistics

2010-11-07 Thread deg
that a small group of thoughtful, committed people can change the world. Indeed. It is the only thing that ever has - Margaret Mead On 05/11/2010 5:52 AM, deg wrote: That sounds like a real possibility. (I'm curious, though: What's the advantage of writing it on the phone, instead

[android-developers] Re: Collecting my Market installation statistics

2010-11-05 Thread deg
That sounds like a real possibility. (I'm curious, though: What's the advantage of writing it on the phone, instead of as a desktop Java app? Are the SDKs more available on the phone, or is it just a matter of your being more familiar with the dev env?) David On Nov 3, 6:32 pm, Brad Gies

[android-developers] Re: Collecting my Market installation statistics

2010-11-01 Thread deg
are the successful happy ones - Brad Gies Adversity can make or break you... It's your choice... Choose wisely - Brad Gies Never doubt that a small group of thoughtful, committed people can change the world. Indeed. It is the only thing that ever has - Margaret Mead On 31/10/2010 3:16 AM, deg

[android-developers] Re: Collecting my Market installation statistics

2010-10-31 Thread deg
treking...@gmail.com wrote: On Thu, Oct 28, 2010 at 4:40 AM, deg d...@degel.com wrote: Is this info available anywhere on the Market site? Nope. And don't trust the numbers you see there anyway.  If not, has anyone written a screen-scraping utility (or equivalent) that can harvest the data

[android-developers] Collecting my Market installation statistics

2010-10-28 Thread deg
On the Market web page, I can see how many copies of my apps have been installed. But, this only shows the current total. If I want to see historical trends, I need to check the page daily and record the numbers myself -- an annoyance at best. Is this info available anywhere on the Market site?

[android-developers] Re: How can I find unneeded permission?

2010-07-14 Thread deg
at 11:54 AM, deg d...@degel.com wrote: But, I do hope that some toolmeister inside Google sees this thread and picks up the gauntlet someday. You don't need Google to do such things. -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private

[android-developers] Re: Android libraries

2010-07-13 Thread deg
, deg d...@degel.com wrote: 1) With both projects open in Eclipse, sometimes I make a change to source in the library and rebuild. The .class file gets rebuilt in the library project's bin directory, but not in the bin directory of the main app. This problem persists across multiple builds

[android-developers] Re: Android libraries

2010-07-13 Thread deg
Thanks Mark! Your parcels look VERY interesting. I'll check if I can use them in my admittedly complex app structure. David On Jul 12, 9:17 pm, Mark Murphy mmur...@commonsware.com wrote: On Mon, Jul 12, 2010 at 5:16 AM, deg d...@degel.com wrote: 2) The key reason I've divided the project

[android-developers] Re: How can I find unneeded permission?

2010-07-13 Thread deg
hard to annotate the SDK and and a static permissions check to the build cycle. I can imagine pathological cases, but this should catch 99% of the problems. David On Jul 12, 9:39 pm, TreKing treking...@gmail.com wrote: On Sat, Jul 10, 2010 at 2:26 PM, deg d...@degel.com wrote: (I know that I

[android-developers] Re: How can I find unneeded permission?

2010-07-13 Thread deg
, Jul 13, 2010 at 9:00 AM, deg d...@degel.com wrote: Actually, I can imagine two very common cases: 1) Code or even functionality is changed in an application, possibly in some minor way. The developer does not realize that he has removed the last SDK call using a permission. The permission

[android-developers] Re: Android libraries

2010-07-12 Thread deg
an Android component to other developers in a binary form? (Source shipments are unacceptable, because of management security concerns). Thanks, David On Jun 27, 12:59 am, deg d...@degel.com wrote: Will do. I did try to duplicate this on a second machine, but no luck. I think I've already trained

[android-developers] How can I find unneeded permission?

2010-07-10 Thread deg
I am doing radical surgery on a large existing Android app, creating a much smaller app from just part of it. The existing app requests many permissions that I no longer need. I have removed the obvious ones, but I very likely have removed too many or too few. Is there any static way to

[android-developers] Re: Android libraries

2010-06-26 Thread deg
. If this happens again, can you check if you have the corresponding .class files in the bin folder of your project? Xav On Fri, Jun 25, 2010 at 2:10 AM, deg d...@degel.com wrote: I mean that it did not include the library classes at all. Somehow, even though all classes were visible

[android-developers] Re: Android libraries

2010-06-25 Thread deg
/easier. It's in the preferences under General Workspace. On Thu, Jun 24, 2010 at 6:07 AM, deg d...@degel.com wrote: Thanks. It would be great if you could publish a roadmap of how the library feature will look in the future. For example, it would be great if library project could

[android-developers] Re: Android libraries

2010-06-24 Thread deg
) we'll be able to merge the content of the library manifest so that you don't have to do it manually for all projects using the library. Xav On Wed, Jun 23, 2010 at 8:52 AM, String sterling.ud...@googlemail.com wrote: On Jun 23, 11:06 am, deg d...@degel.com wrote: Also, what

[android-developers] Re: Android libraries

2010-06-23 Thread deg
manifest, or that of the application (or both)? - etc. David On Jun 22, 4:38 pm, Mike dg vinb...@gmail.com wrote: Android libraries can include resources. Java libraries can not. On Jun 22, 8:47 am, deg d...@degel.com wrote: Managing an Android project in Eclipse, which I need to divide

[android-developers] Android libraries

2010-06-22 Thread deg
Managing an Android project in Eclipse, which I need to divide into several libraries... What, exactly, are the differences between Android Libraries (made with Properties | Android | Library | Add) and Referenced libraries (made with Properties | Java Build Path | Libraries | Add JARs). I've

[android-developers] Converting audio format

2010-06-09 Thread deg
My app captures audio to PCM (.wav) format using android.media.AudioRecord. Now, I'd like to convert the captured audio to a compressed format (MP3 or anything else reasonably standard). I can't find how to do this. Is there any supported way? Thanks, David -- You received this message

[android-developers] Accessing input method completions

2010-03-07 Thread deg
I need to offer the user an EditText with some extra completion choices. MultiAutoCompleteTextView does almost everything I want, but it offers the user only the choices from my Adapter. I want the completion choices to include the entries I've added, and also the standard completions offered by

[android-developers] Building a copy of a native Android system app

2010-02-21 Thread deg
I need to create a slightly modified version of one of the native Android apps (to be precise: of packages/apps/Mms). For the sake of this discussion, please ignore the fact that this is a bad thing to do; that it will be version-dependent and fragile; etc. I'm aware of these issues and need to