[android-developers] Making the Account API better

2010-05-27 Thread dadical
Recently I added usage of the Android Account APIs to my application. I'm using the user's google account credentials to perform a read operation from a specific Google site, and consequently, my app requires the GET_ACCOUNTS and USE_CREDENTIALS permissions. Surprisingly, I have NOT had a huge

[android-developers] Re: I've found a way to stop piracy of my apps

2010-05-18 Thread dadical
...@gmail.com wrote: On Mon, May 10, 2010 at 11:06 AM, dadical keyes...@gmail.com wrote:  The point here is to get this past the pain threshold where it won't be worth the trouble for an app that is only a few bucks. It's not clear that piracy translates into lost sales: http

[android-developers] Re: Participate in app promotion experiment

2010-05-18 Thread dadical
Hey John. Sounds like a good idea. Can you compare/contrast this to Flurry's App Circle concept? I don't think that they offer this for Android yet, but it sounds similar... Dave On May 14, 9:38 pm, Maps.Huge.Info (Maps API Guru) cor...@gmail.com wrote: Here's the deal. I have an app

[android-developers] Re: To copy protect or not to copy protect!? That is the question!

2010-05-13 Thread dadical
Just make up your mind before hand. I would recommend NOT using copy protection, but don't decide to after the fact, as you will cause your installed user base all kinds of pain when their phones go berserk after you switch it on. It's not pretty. I ultimately decided to go a different route,

[android-developers] Re: I've found a way to stop piracy of my apps

2010-05-10 Thread dadical
That argument assumes that I don't respond to those cracks with improvements to AAL that will make it more difficult! :) Also, each app will need to be cracked individually, and I'm trying to work out some ways to make that a job that isn't cookie-cutter. The point here is to get this past the

[android-developers] Re: I've found a way to stop piracy of my apps

2010-05-09 Thread dadical
apps are being pirated or not. On May 5, 9:20 am, dadical keyes...@gmail.com wrote: I've spent the last few weeks developing a new tool to stoppiracyof my paid apps on the Android Market.  In a nutshell, licensing is tied directly to purchase verification.  There is no license server

[android-developers] Re: I've found a way to stop piracy of my apps

2010-05-07 Thread dadical
, but came to the conclusion fairly quickly that it was just too fat. There is not a single piece of code from that project in AAL. On May 6, 3:36 am, a1 arco...@gmail.com wrote: On May 5, 8:09 pm, dadical keyes...@gmail.com wrote: Hey Tim. You're correct that validating purchase with the market

[android-developers] Re: I've found a way to stop piracy of my apps

2010-05-07 Thread dadical
Hello Lee. Regardless of whether anyone purchases AAL, it has been a worthwhile investment for us. It took several days (almost a week) for crackers to decompile Screebl Pro and find a way to circumvent AAL. Typically it takes about 90 secs from the time that we publish to the market for the

[android-developers] Re: I've found a way to stop piracy of my apps

2010-05-07 Thread dadical
You've pretty much got the major parts down. We validate with Google market servers using a hand-rolled and highly-efficient implementation of Google's binary protobuf protocol. Once the hard part (validation of purchase) is done, a unique key that is tied to user, phone, and app is generated,

[android-developers] Re: I've found a way to stop piracy of my apps

2010-05-05 Thread dadical
Market solutions would be more interesting to me. I'd like some way to stick an apk on my website and allow users to pay using paypal. Everything else would work seamlessly... On May 4, 11:20 pm, dadical keyes...@gmail.com wrote: I've spent the last few weeks developing a new tool

[android-developers] Re: I've found a way to stop piracy of my apps

2010-05-05 Thread dadical
be the best one I've seen yet on the market, but that's still a nice chunk of money to charge for it. -Tim On May 4, 5:20 pm, dadical keyes...@gmail.com wrote: I've spent the last few weeks developing a new tool to stoppiracyof my paid apps on the Android Market.  In a nutshell, licensing

[android-developers] Re: I've found a way to stop piracy of my apps

2010-05-05 Thread dadical
might want to ease up on your license a little. Al. On May 5, 7:09 pm, dadical keyes...@gmail.com wrote: Hey Tim. You're correct that validating purchase with the market is a key piece of our solution.  Figuring out how exactly to do that using Google's binary market protocol

[android-developers] Re: I've found a way to stop piracy of my apps

2010-05-05 Thread dadical
to do if validation fails, including anything from lock out to nag, so risk to end users can be controlled. Thanks for your feedback and contrasting points with SlideMe's technologies. Dave On May 5, 4:01 pm, George | SlideME george.slid...@gmail.com wrote: Dear dadical, * *I salute your

[android-developers] I've found a way to stop piracy of my apps

2010-05-04 Thread dadical
I've spent the last few weeks developing a new tool to stop piracy of my paid apps on the Android Market. In a nutshell, licensing is tied directly to purchase verification. There is no license server to manage, no key for the user to enter. User experience is basically uninterrupted from

[android-developers] Deauthorizing account access in AccounManager

2010-04-25 Thread dadical
I'm wading through the poorly documented AccountManager API and am a bit confused on a few points. There's nothing like having to reverse- engineer public APIs :). Anyway, I'm curious about how to test the use of this API in an end-to- end fashion. One very tricky aspect of the account manager

[android-developers] Re: Current consensus on whether to use Copy Protect mode when publishing in Market?

2010-04-16 Thread dadical
Let me share a nightmare with you that I'm still going through now. I have two apps on the market (screebl lite/pro) that have seen moderate success in Android Market terms, approaching 80k downloads. For the pro version, I had never enabled copy protection because of the problems that had been

[android-developers] Re: How to reset the price of application

2010-03-11 Thread dadical
Grokking, parsing, compiling... Ahhh... the real question is which movie are we all going to see? How about a charming low-budget sci fi winner such as http://www.imdb.com/title/tt0083557/ ? That seems appropriate. On Mar 11, 12:57 am, Dianne Hackborn hack...@android.com wrote: On Wed, Mar

[android-developers] Market Weirdness?

2010-03-05 Thread dadical
Anyone else noticing some strange behavior on the market lately? Most notably, I've been seeing fairly significant swings in the active install count (on the order of 3 points in a sinlge day) which has been highly unusual for my app so far. Also downloads have been way down over the past few

[android-developers] What must one do to become a member of android-discuss?

2010-03-02 Thread dadical
It's very annoying to wait 3 days before seeing messages hit the group. What are the criteria for getting by moderation? Is it some number of posts? Begging? Bribery? :) -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Android, send me logs! - code library for detecting force-close and sending logs

2010-02-26 Thread dadical
For those of you that are comfortable using Flurry, a similar approach works nicely. Flurry already collects uncaught exceptions, but for some reason doesn't actually log the stack trace. To get around this, I add an exceptionHandler that logs a Flurry event with the stack trace as a parameter,

[android-developers] Piracy sucks, or does it?

2010-02-24 Thread dadical
I've been selling my app on the Android market for a bit over a month now. I've had pretty decent success so far, making it into the top ten in my category. Recently, I noticed a major discrepancy between Flurry's reported new users and the market's stats (what little of them Google does

[android-developers] Re: In-app payment options

2010-02-19 Thread dadical
This is a nice summary Bob. I've learned a lot about the Android Market over the last few months, and I'm a big fan of the Lite/Pro approach to rolling out an app for a couple of reasons. 1. Feedback. Users are more forgiving of beta-quality and rough edges in a free Lite version. Use this

[android-developers] Re: What does a good app review look like?

2010-02-02 Thread dadical
I'm biased since you guys actually have reviewed my app, but I think you have some interesting ideas. Here are some of my observations with respect to reviews. 1. Reviews always result in a significant bump up in sales/downloads. It actually doesn't matter whether the review was positive or

[android-developers] Mobile App Socialization - We Need an API

2010-01-18 Thread dadical
I've been thinking a lot lately about how to gain visibility for mobile apps. It's getting more and more difficult as an independent developer to get your application noticed among the piles of crap that are stacking up in the market. I think that we need some way to socialize our applications

[android-developers] Re: Mobile App Socialization - We Need an API

2010-01-18 Thread dadical
categories. iPhone could benefit from the same feature. On Mon, Jan 18, 2010 at 11:15 AM, dadical keyes...@gmail.com wrote: I've been thinking a lot lately about how to gain visibility for mobile apps.  It's getting more and more difficult as an independent developer to get your application

[android-developers] Re: Anyone noticing more uninstalls of their app than usual over last weekend/today?

2010-01-07 Thread dadical
://www.google.com/support/forum/p/Android+Market/thread?tid=4c575... On Tue, Dec 22, 2009 at 4:55 PM, dadical keyes...@gmail.com wrote: Same thing with my application, Screebl.  Dropped by around 10% in one night.  I've released lots of updates over the past few months, averaging about one/week

[android-developers] Re: Anyone noticing more uninstalls of their app than usual over last weekend/today?

2009-12-23 Thread dadical
, dadical keyes...@gmail.com wrote: I've released lots of updates over the past few months, averaging about one/week, and have never seen this happen. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: Anyone noticing more uninstalls of their app than usual over last weekend/today?

2009-12-22 Thread dadical
Same thing with my application, Screebl. Dropped by around 10% in one night. I've released lots of updates over the past few months, averaging about one/week, and have never seen this happen. Perhaps Google has changed the definition of an active installation? Disturbing as active install

[android-developers] Re: Sorry Cant play this video.. trying to play video from youtube

2009-12-14 Thread dadical
I've had limited succes with the YouTube RTSP route. I've written a view that demonstrates one way to watch YouTube to a VideoView using an mp4 stream. I use this in my own products, and it works quite well. You can find information on that approach here:

[android-developers] Re: ADC2 Results?

2009-11-30 Thread dadical
You forgot a twitter adc2 search. On Nov 30, 3:44 pm, justinh henderson.jus...@gmail.com wrote: Doing this every 4 minutes today has yielded nothing yet: *refresh email* *refresh official android blog* *refresh this group* *filter google results for Past hour on adc2 search tems* =) On

[android-developers] making notification icons that look good on white or black backgrounds

2009-11-30 Thread dadical
What's the best way to do this? My icons look like crap on the Hero. I don't see a way to name resources such that one set will be selected on the Hero, and another set on some other theme. If I'm an idiot and have just missed this, please point to the right place in the dev docs. -- You

[android-developers] Re: Saving service killing without startForeground

2009-11-20 Thread dadical
If you're running on a G1, and have even low-mid memory reqs, you are pretty much SOL. Android will kill off processes to free resources for new foreground activities, and services, particularly those running in a background process, will get axed first. Watch logcat in verbose mode to validate

[android-developers] Re: AccountManager and Google App Engine

2009-11-20 Thread dadical
I am also interested in this. If it is indeed possible to access the authentication token for the Google accounts associated with the phone itself, and to subsequently pass those to GAE so that backend functionality can proceed to use the various GAE and other Google services without requiring

[android-developers] Re: com.google Authenticator for the new android.accounts.AccountManager API.

2009-11-20 Thread dadical
It would be really cool to have an optional and very simple reflective layer over the top of this, that would allow use in pre-2.0 scenarios. Unless of course it's possible to extract the AccountManager out of 2.0 and back-port to 1.5/1.6 On Nov 12, 7:11 am, Micah mi...@zoltu.net wrote: I

[android-developers] Low Memory: No more background processes.

2009-11-13 Thread dadical
Can someone describe the semantics behind this situation? What I'm seeing is that obviously my application process that has a running background service getting killed off, but in some scenarios it never seems to get restarted, or at least takes much longer to restart than I would have expected.

[android-developers] Re: ADC2 Judging App FC

2009-11-11 Thread dadical
Yeah I'm happy on the lack of 2.0 as well. I just wish that there was a way that G could be a bit more forthcoming about things. I understand silence and the benefits that go with it, but the entire Android development experience is going to give me an ulcer before it's over :). So far I don't

[android-developers] Re: AsyncTaskPool | Tutorial

2009-11-11 Thread dadical
One strange thing that I've seen in my usage of AsycTask is that the Thread associated with an AsyncTask seems to live on after the task has completed. It appears to be in some kind of idle/finalized state, but the resources associated with the Thread itself remain visible in the debugger. As

[android-developers] Re: ADC2 Judging App FC

2009-11-10 Thread dadical
That's exactly what it is. I have confirmation from a Google engineer that there were updates to the market that caused things to break. Same engineer also unofficially said that things are unlikely to be fixed, as they are getting lots of votes anyway, and that someone further up the foodchain

[android-developers] Re: networkInfo.getSubtype() for 3G on Verizon/DROID

2009-11-09 Thread dadical
Thanks for this. Wouldn't EDGE be considered 2g though? Or maybe 2.5? On Nov 9, 4:06 pm, String sterling.ud...@googlemail.com wrote: FYI, the DROID user tells me I've got it fixed now. What I did was to include every subtype which isn't pure 2G in my test:    ((netSubtype ==

[android-developers] Re: Does ADC2 Entry DroCap Exploit a Root Hack?

2009-11-07 Thread dadical
. On Nov 6, 9:54 pm, dadical keyes...@gmail.com wrote: Just curious if this app does what it appears to do, in effect gaining root access to the device. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: ADC2 Judging App FC

2009-11-07 Thread dadical
this, or is the role of user judging just going to be revisited/ eliminated? On Nov 6, 12:37 pm, dadical keyes...@gmail.com wrote: Is anyone else seeing problems with the ADC2 judging app throwing a FC when trying to install manually?  It's a big miss, since the requirement to install manually happens

[android-developers] Re: ADC2 Results Post

2009-11-05 Thread dadical
Screebl's into the final round in Productivity/Tools. http://www.keyeslabs.com/projects/screebl. All of my conspiracy theories about what was happening behind the Google blast door seem to be false :). I'm pleasantly surprised to say the least... On Nov 5, 7:56 pm,

[android-developers] Re: ADC2 Results Post

2009-11-05 Thread dadical
Screebl's in the final round (http://keyeslabs.com/joomla/index.php/ projects/screebl) in the Productivity/Tools category. Looks like all of my conspiracy theories about what's been happening behind the Google blast door have been false :). I'm pleasantly surprised to say the least... On Nov 5,

[android-developers] Re: ADC2 Results Post

2009-11-05 Thread dadical
Screebl's in the final round in the Productivity/Tools category. Looks like all of my conspiracy theories about what's been happening behind the Google blast door have been false :). I'm pleasantly surprised to say the least... http://keyeslabs.com/joomla/index.php/projects/screebl On Nov 5,

[android-developers] Re: ADC2 Results Post

2009-11-05 Thread dadical
Screebl's in the final round in the Productivity/Tools category. Looks like all of my conspiracy theories about what's been happening behind the Google blast door have been false :). I'm pleasantly surprised to say the least... http://keyeslabs.com/joomla/index.php/projects/screebl On Nov 5,

[android-developers] Re: The mysterious disappearing progress bar...

2009-11-04 Thread dadical
the video view. That worked in 1.5, but stopped since 1.6. On Nov 2, 11:36 pm, dadical keyes...@gmail.com wrote: The following code used to render an indeterminate progress bar with a message below, all on top of a video view.  Once the video was ready, the message and the progress bar would be made

[android-developers] Re: The mysterious disappearing progress bar...

2009-11-04 Thread dadical
in Donut and it was all white. So I had a white progressbar in a white background. Not sure if that's your problem though. -Mika On Nov 4, 5:02 pm, dadical keyes...@gmail.com wrote: Anyone have a clue?  I'm guessing it has something to do with changes in Donut related to buffering

[android-developers] Re: The mysterious disappearing progress bar...

2009-11-04 Thread dadical
yup, that was it. My activity had a background color of black, but my application had set the theme to lite. I simply set the theme of the activity to black (the background was black anyway) and the progress bar reappeared. Thanks again! dk On Nov 4, 11:55 am, dadical keyes...@gmail.com wrote

[android-developers] Re: adc 2 Second Round

2009-11-04 Thread dadical
That's one of the stupidest things I've ever heard. Yes, G has made a royal stinking mess of ADC2. Yes, G has alienated their hardcore small-to-medium-sized dev teams by being silent and frustrating the hell out everyone Yes, G has done the worst job at coordinating major releases of a platform

[android-developers] Re: adc 2 Second Round

2009-11-04 Thread dadical
You have a better chance than most. I like your stuff John. Seriously though, black helicopters aside, I'm convinced that G has done the NDA thing for round 2, and given a chance to update to 1.6/2.0. Most people can keep their mouths shut for a few weeks if given a 1-in-7 chance at winning at

[android-developers] Anyone know what happened to Cyrket?

2009-11-02 Thread dadical
I love, love, love that application, and have been missing it terribly since it went offline about a week ago. Google's lack of any kind of real console for devs was made less painful by cyrket. Anyone have any clues as to where it went and if it will be back? -- You received this message

[android-developers] The mysterious disappearing progress bar...

2009-11-02 Thread dadical
The following code used to render an indeterminate progress bar with a message below, all on top of a video view. Once the video was ready, the message and the progress bar would be made invisible. Ever since cupcake, the progress bar doesn't show at all. Anyone have any clues? dk

Re: [android-developers] Re: Anyone know what happened to Cyrket?

2009-11-02 Thread dadical
, 4:46 pm, sm1 sergemas...@gmail.com wrote: androidlib does not list all apps when searching for a specific developer. serge On Nov 2, 8:21 pm, Streets Of Boston flyingdutc...@gmail.com wrote: www.androlib.comisstillup. On Nov 2, 5:50 pm, dadical keyes...@gmail.com wrote

[android-developers] Re: NEEDED: Apps to feature on Sprint Microsite

2009-10-30 Thread dadical
More evidence... I've suspected that G selected their ADC2 r2 candidates about then, offered them an NDA (and a phone?) and a chance to upgrade to android 2.0. Nothing else that I can think of would explain the lame silence. On Oct 30, 6:36 pm, Chister Nordvik cnord...@gmail.com wrote: Just

[android-developers] Re: adc 2 Second Round

2009-10-26 Thread dadical
My guess is that if you haven't received a notification from Google about being in round two by now, you didn't make it. I'd wager that they gave an upgrade period to devs that made the cut so that they could deal with the fairly significant issues introduced in the mid- contest upgrade to

[android-developers] Re: Google: please change your release process

2009-10-26 Thread dadical
Can you imagine the huge stinking mess that ADC2 is going to be if G does ANOTHER o/s upgrade in the middle of the contest? Perhaps that's the holdup -- letting the round-two contestants upgrade to Eclair before the next round of judging begins. If that's the case, round two wouldn't begin

[android-developers] Re: Anyone else notice more frequent GC in 1.6?

2009-10-19 Thread dadical
I've noticed that background services seem to get killed more aggressively in 1.6, particularly when memory is low. Does that make sense? Also, OCCASIONALLY, background services that have their processes killed to recover resources don't seem to restart. This has been incredibly difficult for

[android-developers] Re: Stream youtube to a videoview?

2009-10-13 Thread dadical
I've done this before. I blogged about it here: http://keyeslabs.com/joomla/index.php/blogs/i-think-im-becoming-an-android/51-polish-your-app-free-embeddable-android-youtube-activity. There is source code in the blog entry. Enjoy! Dave On Oct 13, 7:28 am, furby wookie...@gmail.com wrote:

[android-developers] Re: Stream youtube to a videoview?

2009-10-13 Thread dadical
activity implementation. dk On Oct 13, 8:26 am, dadical keyes...@gmail.com wrote: I've done this before.  I blogged about it here:http://keyeslabs.com/joomla/index.php/blogs/i-think-im-becoming-an-an There is source code in the blog entry.  Enjoy! Dave On Oct 13, 7:28 am, furby wookie

[android-developers] Re: Where have all the Google employees gone?

2009-10-08 Thread dadical
Dianne is there any chance that such threading changes would affect the playback of media in a VideoView? I've noticed that since 1.6, when I'm on a low-bandwidth connection (e.g., EDGE) videos being loaded over HTTP start playing, but then pause until the file is pretty much completely

[android-developers] What does Battery Usage Mean?

2009-10-08 Thread dadical
I have an application that runs a background service. This background service wakes and runs once every 2 seconds. The background service registers as a listener with the orientation sensor with the lowest possible rate of event delivery (application). When my service thread wakes it uses the

[android-developers] Re: Where have all the Google employees gone?

2009-10-08 Thread dadical
like that might be a candidate as well. On Oct 8, 12:34 pm, Dianne Hackborn hack...@android.com wrote: Not that I know of.  All of those threads should be in the foreground. On Thu, Oct 8, 2009 at 9:09 AM, dadical keyes...@gmail.com wrote: Dianne is there any chance that such threading

[android-developers] Re: Where have all the Google employees gone?

2009-10-08 Thread dadical
of data at the end. On Thu, Oct 8, 2009 at 9:09 AM, dadical keyes...@gmail.com wrote: Dianne is there any chance that such threading changes would affect the playback of media in a VideoView?  I've noticed that since 1.6, when I'm on a low-bandwidth connection (e.g., EDGE) videos being

[android-developers] Re: What does Battery Usage Mean?

2009-10-08 Thread dadical
an alarm event.  Sleeping is bad ... see lots of posts by Dianne Hackborn on this very subject. -- RichardC On Oct 8, 5:55 pm, dadical keyes...@gmail.com wrote: I have an application that runs a background service.  This background service wakes and runs once every 2 seconds

[android-developers] Re: What does Battery Usage Mean?

2009-10-08 Thread dadical
Guy romain...@google.com wrote: I would have to check but 40% does not mean that your app used 40% of the battery but that your app was responsible for 40% of the battery consumption. Even if that consumption was only 3% of the total battery capacity. On Thu, Oct 8, 2009 at 11:41 AM, dadical

[android-developers] ADC2 - We're running out of days in Sept

2009-09-21 Thread dadical
I'm guessing Google is going to have to let the dates slip, or cut some of the rounds short. Has anyone heard how things are progressing? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: YouTube in the emulator?

2009-09-19 Thread dadical
automatically launch and play that video? On Sep 19, 4:36 am, dadical keyes...@gmail.com wrote: If you just want to be able to play YouTube videos, you're welcome to use my free Activity that I wrote.  Just drop the source in your project and change the package and you should be pretty

[android-developers] Re: YouTube in the emulator?

2009-09-18 Thread dadical
If you just want to be able to play YouTube videos, you're welcome to use my free Activity that I wrote. Just drop the source in your project and change the package and you should be pretty close to ready to play YouTube videos. It's barebones, but it takes care of all of the hard stuff with

[android-developers] Re: Could anyone make mediaplayer play the rtsp streaming work successfully on the standard HTC Android 1.5 image ???

2009-09-16 Thread dadical
RTSP won't work over WiFi generally, as it seems that it's a bidi protocol and firewalls interfere with it. I've gotten it to work just fine when connected over EDGE. I was originally planning on using RTSP, as it seems that this is what YouTube suggests be done using GData for mobile, but

[android-developers] Re: Request to official ADC2 team.

2009-09-15 Thread dadical
+ On Sep 14, 2:40 pm, Mobidev android.mobi...@gmail.com wrote: .               Once upon a time, we had this little group…http://groups.google.com/group/android-challengeAndroid Challenge: Discuss the Android Developer Challenge, including questions on contest details. You can also seek

[android-developers] Free YouTube Activity Source

2009-09-15 Thread dadical
Recently, I started a thread about the need for polish in Android applications: http://groups.google.com/group/android-developers/browse_thread/thread/5517eb767ca20aa/0d9230173a996ab4 After considering the posts to that thread, I decided to contribute portions of my ADC2 application, Screebl

[android-developers] Re: ADC2 entries so far...

2009-09-14 Thread dadical
Screebl is in the Prod/Tools category. On Sep 13, 1:12 pm, Mobidev android.mobi...@gmail.com wrote: Its mid September and ADC team will soon launch the ADC 2 judging application. So far its been a great job by the ADC team with sticking to the submission deadline and swift uploads(leaving

[android-developers] Lesson from ADC2 - Polish Your App!

2009-09-11 Thread dadical
As I've wound down from the ADC2 adrenaline rush over the past few days, I've been thinking about a few things that I (re)-learned during the development of my entry. I blogged about it here: http://keyeslabs.com/joomla/index.php/blogs/i-think-im-becoming-an-android/53-polish-your-apps-people

[android-developers] Re: Is it possible to use the accelerometer in a background service?

2009-09-09 Thread dadical
I register a listener to orientation sensor from within a background service with no trouble. Perhaps the following code may help. These methods are called from my service's onCreate and onDestroy methods: private void startMonitoring(){ SensorManager lMgr =

[android-developers] Re: ADC app conflicting with marketplace app

2009-09-04 Thread dadical
I asked these same questions on this forum a couple of days ago. My conclusion was that unless I'm willing to go through the pain of testing and tweaking my marketplace version of the app so that it can behave nicely with the ADC vertsion, I'm going to wait until ADC is over to publish to the

[android-developers] ADC2 acknowledgment of submission

2009-09-02 Thread dadical
Is there any kind of acknowledgement of submissions for ADC2? I submitted, but am of course nervous that something went wrong. The ADC home page doesn't give any kind of acknowledgement or record of the submission or its state... --~--~-~--~~~---~--~~ You

[android-developers] Re: ADC2 acknowledgment of submission

2009-09-02 Thread dadical
Ahh... There seems to be some bugginess in the web app when viewed in IE7. In that browser, the entry does not show. When I viewed in FF3, everything appeard fine. Thanks for the answer... On Sep 2, 3:35 pm, ander...@phdgaming.com ander...@phdgaming.com wrote: While logged into your gmail

[android-developers] Any advantage to NOT posting ADC2 entry in marketplace now?

2009-09-02 Thread dadical
Now that my submission to ADC2 is complete, I'm wondering if there is any advantage/disadvantage to holding off on posting to marketplace now. Things that occur to me: 1. If I post to market, and people download in the mass quantities that I expect them to :), will they be less inclined to

[android-developers] Re: Hmm... at last ADC2 is out of our way ... tell about your app and experience

2009-09-02 Thread dadical
My submission to ADC2 grew out of a utility application that I wrote for myself. It's called Screebl (see: http://www.keyeslabs.com). I became so annoyed with the phone timing out (screen blanking) while doing passive activities like showing a friend a picture, reading a long email, loading a

[android-developers] Re: CPU usage api's query

2009-07-15 Thread dadical
Is there any way to monitor CPU usage of a java thread from android? It doesn't seem that android supports the ThreadMXBean or the ManagementFactory. What is available? I noticed that Process offers some very limited information, but I don't think that I can narrow that down to actual thread

[android-developers] Thread CPU Usage Monitoring

2009-07-15 Thread dadical
Is there a way to monitor the resource usages of a Thread in Android? Resources of interest include CPU, memory, etc. It doesn't seem like ManagementFactory or ThreadMXBean are supported in Android. Are there other options? I would want to do this at runtime, from within a deployed

[android-developers] ADC 2 - Can I post my app to the app store after August 1st?

2009-07-15 Thread dadical
I want to post to app store, get an application ID, and modify my application to point to the right app in the app store for eventual user upgrade after the challenge. I'll need to upload the app to get the proper application search criteria. Is this valid to do according to the ADC rules, or

[android-developers] Indication of user activity from a service

2009-07-10 Thread dadical
I need to determine if a user has interacted with the screen, keyboard, or trackball from a background service. I don't need to know coordinates, or actual keystrokes. I just need to understand if they have interacted with the phone in any way. Anyone have any creative ways to do this? It