[android-developers] phone reboot breaks app

2009-10-21 Thread Greg Donald
tried renaming the button image names and the xml file. Nothing helps there. My phone is the HTC Hero. In Eclipse I'm building using the 1.5 SDK. Any idea why rebooting my phone breaks my app? Thanks, -- Greg Donald http://destiney.com/ --~--~-~--~~~---~--~~ You

[android-developers] Re: phone reboot breaks app

2009-10-24 Thread Greg Donald
On Wed, Oct 21, 2009 at 11:22 AM, Greg Donald gdon...@gmail.com wrote: In my project, in the res/drawable directory I have: icon.png go_bg.png go_bg2.png go.xml The contents of the go.xml: ?xml version=1.0 encoding=UTF-8? selector xmlns:android=http://schemas.android.com/apk/res

[android-developers] Re: phone reboot breaks app

2009-10-24 Thread Greg Donald
. -- Greg Donald http://destiney.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

[android-developers] Re: phone reboot breaks app

2009-10-24 Thread Greg Donald
On Sat, Oct 24, 2009 at 1:34 PM, Mark Murphy mmur...@commonsware.com wrote: The button that uses the go.xml no longer works either. When you say no longer works, what do you mean? None of the code in the button's onclick handler runs. The button clicks and nothing happens. -- Greg Donald

[android-developers] Re: phone reboot breaks app

2009-10-26 Thread Greg Donald
.  Can you check that out and post your results?  Thanks! Mine is still set to @string/app_name. Are you using 1.5 still? -- Greg Donald http://destiney.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] showDialog() fails to show anything

2009-10-26 Thread Greg Donald
up. Any ideas? TIA. -- Greg Donald http://destiney.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

[android-developers] Re: showDialog() fails to show anything

2009-10-28 Thread Greg Donald
On Mon, Oct 26, 2009 at 9:49 PM, Greg Donald gdon...@gmail.com wrote: I'm having problems getting showDialog() to show anything. I have this for my onCreateDialog() callback: private static final int ID_DIALOG_X = 1; protected Dialog onCreateDialog(int id) {  if (id == ID_DIALOG_X

[android-developers] Re: showDialog() fails to show anything

2009-10-28 Thread Greg Donald
) { Dialog pg = new ProgressDialog(this); return pg; } return super.onCreateDialog(id); } Didn't help. -- Greg Donald http://destiney.com/ --~--~-~--~~~---~--~~ You

[android-developers] Re: App name/icon problems on Hero after reboot

2009-10-29 Thread Greg Donald
the emulator, but I can't reproduce the issues there. -- Greg Donald http://destiney.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

[android-developers] Re: App name/icon problems on Hero after reboot

2009-10-29 Thread Greg Donald
is the Android bug reporting site? -- Greg Donald http://destiney.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

[android-developers] Re: App name/icon problems on Hero after reboot

2009-10-29 Thread Greg Donald
com.example.foo, other times it's a color like you noted. -- Greg Donald http://destiney.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

[android-developers] Re: App name/icon problems on Hero after reboot

2009-10-29 Thread Greg Donald
posted anything. Has anyone tried installing an alternate home app and seeing if it still happens there?  I wonder if this is something in their custom home app. I'd be happy to try if I can. What would you suggest I try? (I wasn't previously aware I could install a new home app.) -- Greg

[android-developers] Re: App name/icon problems on Hero after reboot

2009-10-29 Thread Greg Donald
on reboot. -- Greg Donald http://destiney.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

[android-developers] Re: App name/icon problems on Hero after reboot

2009-10-29 Thread Greg Donald
? Thanks. -- Greg Donald http://destiney.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

[android-developers] Re: App name/icon problems on Hero after reboot

2009-10-30 Thread Greg Donald
are there at this point? -- Greg Donald http://destiney.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

Re: [android-developers] Re: App name/icon problems on Hero after reboot

2009-11-01 Thread Greg Donald
On Sun, Nov 1, 2009 at 7:14 PM, mscwd01 mscw...@gmail.com wrote: I have an HTC Hero, have used many of the above apps and have never seen these problems... What firmware version do you have? -- Greg Donald http://destiney.com/ -- You received this message because you are subscribed

Re: [android-developers] Documentation deficiencies.

2009-11-03 Thread Greg Donald
On Tue, Nov 3, 2009 at 5:21 PM, Mark Murphy mmur...@commonsware.com wrote: Google does not get a 30% take on all our app sales -- that goes to the carriers. Ahh.. carriers.. companies who get to charge $36 to put a row in a customer database. -- Greg Donald http://destiney.com/ -- You

Re: [android-developers] Documentation deficiencies.

2009-11-03 Thread Greg Donald
doesn't understand market:// urls. -- Greg Donald http://destiney.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

Re: [android-developers] Extremely slow Android SDK download (5 kB/sec)

2009-11-11 Thread Greg Donald
something like 215 minutes left. I tried it a couple of times the last days but it didn't get better. I had the same problem, it was really slow the day I installed the 2.0 SDK. -- Greg Donald http://destiney.com/ -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Where does Email go?

2009-11-12 Thread Greg Donald
Checkout. Seems Google wants to keep all the buyer's personal info to themselves. Or perhaps they are sending it to the carriers along with my 30%. -- Greg Donald http://destiney.com/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] HTC Hero, missing applications from Market after firmware update

2009-11-20 Thread Greg Donald
in the Market now either. I first noticed it several hours after HTC firmware upgrade yesterday. Is this some issue with the Market or more HTC bugs? -- Greg Donald http://destiney.com/ -- You received this message because you are subscribed to the Google Groups Android Developers group

Re: [android-developers] Re: HTC Hero, missing applications from Market after firmware update

2009-11-20 Thread Greg Donald
. One of my missing apps has no permissions at all, so that can't be the issue. I think it's most likely HTC breaking stuff. The firmware upgrade from yesterday doesn't even fix the icon issues I told them about a month ago. -- Greg Donald http://destiney.com/ -- You received this message

Re: [android-developers] Re: HTC Hero, missing applications from Market after firmware update

2009-11-20 Thread Greg Donald
On Fri, Nov 20, 2009 at 4:51 PM, Greg Donald gdon...@gmail.com wrote: One of my missing apps has no permissions at all, so that can't be the issue. I think it's most likely HTC breaking stuff. My app sales are really down since yesterday too, so I'm pretty sure this is affecting others besides

Re: [android-developers] Re: HTC Hero, missing applications from Market after firmware update

2009-11-20 Thread Greg Donald
On Fri, Nov 20, 2009 at 5:15 PM, Mark Murphy mmur...@commonsware.com wrote: One of my missing apps has no permissions at all, so that can't be the issue. Is it copy-protected? Yes. Is that known to cause issues? -- Greg Donald http://destiney.com/ -- You received this message because you

Re: [android-developers] Re: HTC Hero, missing applications from Market after firmware update

2009-11-20 Thread Greg Donald
will plummet again. What to do, what to do.. -- Greg Donald http://destiney.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

Re: [android-developers] Re: HTC Hero, missing applications from Market after firmware update

2009-11-20 Thread Greg Donald
confirmed, whomever it belongs to. -- Greg Donald http://destiney.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

Re: [android-developers] Re: HTC Hero, missing applications from Market after firmware update

2009-11-20 Thread Greg Donald
.  I'm also trying to find one of my users that could help me test as I flipped it. So users bitten by this bug should solve it by uninstall/reinstall ? -- Greg Donald http://destiney.com/ -- You received this message because you are subscribed to the Google Groups Android Developers group

Re: [android-developers] Our app is not visible on market for some devices

2009-11-23 Thread Greg Donald
On Mon, Nov 23, 2009 at 3:10 PM, Klaus Kartou kar...@gmail.com wrote: Our app does not show up on the market on HTC Tattoo/Dragon devices. Copy protection bug. If you disable it your app will probably appear. -- Greg Donald http://destiney.com/ -- You received this message because you

[android-developers] toast

2009-11-27 Thread Greg Donald
they continue to show on the desktop after I quit out of the game. t.cancel() doesn't seem to cancel out the previous message, anyone know what I might be doing wrong? Thanks, -- Greg Donald http://destiney.com/ -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: toast

2009-11-30 Thread Greg Donald
On Fri, Nov 27, 2009 at 11:53 AM, Greg Donald gdon...@gmail.com wrote: How can I keep Toast from building up a queue of messages? I'm working on a board game and I'm sending status messages back to the user with this wrapper function I created for Toast:        private void toast( String s

Re: [android-developers] toast

2009-11-30 Thread Greg Donald
On Mon, Nov 30, 2009 at 10:57 PM, Suchand Ghosh chand4andr...@gmail.com wrote: Dear Greg Donald,   There is problem with Toast cancel() function, t.cancel() will not cancel the inflight notification. Better option use t.hide() instead of t.cancel(). t.hide() doesn't

Re: [android-developers] Re: toast

2009-12-01 Thread Greg Donald
not work on the current one. t.cancel() does not cancel queued entries. I see toast messages on the desktop even after leaving the app. -- Greg Donald http://destiney.com/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

Re: [android-developers] Re: toast

2009-12-01 Thread Greg Donald
itself, I never want more than one message queued up to be shown. -- Greg Donald http://destiney.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

Re: [android-developers] toast

2009-12-01 Thread Greg Donald
On Mon, Nov 30, 2009 at 11:30 PM, Suchand Ghosh chand4andr...@gmail.com wrote: what code base you r using? there should be function to hide toast. Hide generally post a msg to mHandler to hide the Toast. I'm still developing against 1.5. I guess hide() appears in 1.6 or 2.0 ? -- Greg Donald

Re: [android-developers] Anyone using Greystripe for ads?

2009-12-01 Thread Greg Donald
to load and run, like it can't connect to their ad servers. Eventually the app will run if I try a few times, but I never see anything besides test ads. I'm gonna wait a couple days and see if it improves, it's not looking good so far. -- Greg Donald http://destiney.com/ -- You received

Re: [android-developers] Re: toast

2009-12-01 Thread Greg Donald
(); } -- Greg Donald http://destiney.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

Re: [android-developers] Working in Windows 2000

2010-01-18 Thread Greg Donald
painful on Linux than anything else. -- Greg Donald destiney.com | gregdonald.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

Re: [android-developers] Re: ATTENTION ANDROID TEAM: Take back control of Android.

2010-01-18 Thread Greg Donald
they then want to also support it? -- Greg Donald destiney.com | gregdonald.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

Re: [android-developers] Re: Working in Windows 2000

2010-01-18 Thread Greg Donald
. Some time ago i saw someone in the internet saying that the Android SDK would work in win2k without problems. Can someone confirm that the earlier Google SDK (version 1.0 maybe) could run on win2k? If they said it's winxp and up then I doubt you'll ever get win2k support. -- Greg Donald

Re: [android-developers] Re: ATTENTION ANDROID TEAM: Take back control of Android.

2010-01-18 Thread Greg Donald
impacted developers' Active User numbers to normal. Four weeks and 3 days later, nothing. And after the hell me and a colleague went through proving to HTC they had the icon crash bug some months back, please forgive me if I don't believe an update is coming until I see it first hand. -- Greg

Re: [android-developers] Re: ATTENTION ANDROID TEAM: Take back control of Android.

2010-01-18 Thread Greg Donald
can't respond to. -- Greg Donald destiney.com | gregdonald.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

Re: [android-developers] AdWhirl - any experience with it?

2010-01-18 Thread Greg Donald
an ad from an alternate or not. I've suggested this functionality be added to both Admob and Mobclix, but I haven't heard either of them say they will implement it yet. I agree, some sort of standardization would be good to have. -- Greg Donald destiney.com | gregdonald.com -- You received

Re: [android-developers] Re: ATTENTION ANDROID TEAM: Take back control of Android.

2010-01-18 Thread Greg Donald
of testing time, especially for a non-trivial app with lots of different execution paths. -- Greg Donald destiney.com | gregdonald.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

Re: [android-developers] Re: ATTENTION ANDROID TEAM: Take back control of Android.

2010-01-18 Thread Greg Donald
make alternate graphics, what? It's a mess. -- Greg Donald destiney.com | gregdonald.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

Re: [android-developers] AdWhirl - any experience with it?

2010-01-19 Thread Greg Donald
how much you can potentially make this way. My experience has been more profitable with Greystripe, they have the full screen ads and seem to perform better than the smaller banner ads from AdMob. -- Greg Donald destiney.com | gregdonald.com -- You received this message because you

Re: [android-developers] Re: ATTENTION ANDROID TEAM: Take back control of Android.

2010-01-19 Thread Greg Donald
of phones and Android versions that it's pretty much impossible for me test everything It's like reliving the past decade of fighting browser compatibility issues. Only this time around I don't know where to put my ie6.css file. -- Greg Donald destiney.com | gregdonald.com -- You received

Re: [android-developers] Re: ATTENTION ANDROID TEAM: Take back control of Android.

2010-01-20 Thread Greg Donald
think it's possible to twist the arm of a phone vendor? Once they sell you the phone they're done. You're not buying promises of future firmware updates, or even bug fixes for that matter, you're just buying the hardware. -- Greg Donald destiney.com | gregdonald.com -- You received this message

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

2010-01-22 Thread Greg Donald
On Thu, Jan 21, 2010 at 10:30 PM, Seni Sangrujee sangru...@gmail.com wrote: Sorry to bump this old thread, but has anyone had their active percentages completely recover since the fix?  Mine's still down quite a bit from before the problem started. Still not fixed. -- Greg Donald

[android-developers] OpenGL ES

2010-01-22 Thread Greg Donald
of OpenGL experience but it's with 2.0 and apparently things were very different back in the ES 1.0 world. I guess my question boils down to, is OpenGL ES 2.0 support coming to Android anytime soon?And what OpenGL ES 1.0 + Android learning resources already exist? Thanks, -- Greg Donald

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

2010-01-22 Thread Greg Donald
featured. I've never once seen any kind of casino app/game featured for example. At least with iTunes there's a rotation and some variety. -- Greg Donald destiney.com | gregdonald.com -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Re: OpenGL ES

2010-01-22 Thread Greg Donald
happily purchase it if I could find it. -- Greg Donald destiney.com | gregdonald.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

Re: [android-developers] Re: OpenGL ES

2010-01-22 Thread Greg Donald
is not something I favor. -- Greg Donald destiney.com | gregdonald.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

Re: [android-developers] Re: OpenGL ES

2010-01-22 Thread Greg Donald
, GL_FIXED, and GL_FLOAT are accepted. The initial value is GL_FLOAT. Thank you, this part of your post was most helpful. -- Greg Donald destiney.com | gregdonald.com -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Android 2.1 backward Compatability? Urgent Question

2010-01-22 Thread Greg Donald
is still less than 1% for my apps. It's climbing, but very slowly. If you can possibly add a webview to your app, you can get all sorts of Android version info about your users via Google Analytics. -- Greg Donald destiney.com | gregdonald.com -- You received this message because you

Re: [android-developers] What About Oversize Apps?

2010-01-27 Thread Greg Donald
. Knowing the specs of my last several phones, I predict my next phone will indeed have more ram than the one I have now. -- Greg Donald destiney.com | gregdonald.com -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] How can I force the display mode of my android activity

2010-01-27 Thread Greg Donald
). How can one do that?  Thank you. Num-Lock, then press 7. -- Greg Donald destiney.com | gregdonald.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

Re: [android-developers] How can I force the display mode of my android activity

2010-01-27 Thread Greg Donald
.. setRequestedOrientation( ActivityInfo.SCREEN_ORIENTATION_PORTRAIT ); -- Greg Donald destiney.com | gregdonald.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

Re: [android-developers] Parsing HTML

2010-01-28 Thread Greg Donald
On Thu, Jan 28, 2010 at 4:34 PM, Jason Proctor jason.android.li...@gmail.com wrote: there ain't no XML parser in the world that will let an unclosed tag pass. You mean aside from every web browser ever built? -- Greg Donald destiney.com | gregdonald.com -- You received this message because

Re: [android-developers] Parsing HTML

2010-01-28 Thread Greg Donald
look for and close unclosed tags before rendering. My point stands. There is also HTML Tidy which parses XML for errors. It can and does close unclosed tags if you ask it to. So that's another case where your analogy fails. -- Greg Donald destiney.com | gregdonald.com -- You received

Re: [android-developers] Parsing HTML

2010-01-28 Thread Greg Donald
be XML parsers doesn't matter, they still parse XML, high quality or other. -- Greg Donald destiney.com | gregdonald.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

Re: [android-developers] android and google docs

2010-02-04 Thread Greg Donald
On Thu, Feb 4, 2010 at 8:56 AM, David Toledo dtole...@gmail.com wrote: How to read spreadsheets from google docs in android app ? Have you tried a WebView? http://developer.android.com/intl/fr/reference/android/webkit/WebView.html -- Greg Donald destiney.com | gregdonald.com -- You

[android-developers] Android drivers removed from mainstream kernel

2010-02-04 Thread Greg Donald
(fellow Android developers, I'm looking at you) seems to just want to put their hands over their ears and sing la la la la. Android is not being handled in the true spirit of open source, and Greg KH's assessment of the situation is even more proof of that fact. -- Greg Donald destiney.com

Re: [android-developers] Android drivers removed from mainstream kernel

2010-02-04 Thread Greg Donald
as to when or how the situation is to be resolved has been sent down from on high. Google's actions speak much louder than your words. -- Greg Donald destiney.com | gregdonald.com -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Android drivers removed from mainstream kernel

2010-02-04 Thread Greg Donald
On Thu, Feb 4, 2010 at 6:48 PM, Dianne Hackborn hack...@android.com wrote: This very much does not belong on android-developers.  How about android-kernel? I totally understand your need to keep this as quiet as possible, sorry. -- Greg Donald destiney.com | gregdonald.com -- You received

Re: [android-developers] Android drivers removed from mainstream kernel

2010-02-04 Thread Greg Donald
developers as to when or how the situation is to be resolved has been sent down from on high. Entirely different issue I think. It's a perfect example of Google's failure to communicate on yet another front. -- Greg Donald destiney.com | gregdonald.com -- You received this message because you

Re: [android-developers] Android drivers removed from mainstream kernel

2010-02-05 Thread Greg Donald
On Thu, Feb 4, 2010 at 7:41 PM, Dianne Hackborn hack...@android.com wrote: Nope, it's more important for you to get on a soapbox. If that's what it takes to get our Marketplace stats fixed.. -- Greg Donald destiney.com | gregdonald.com -- You received this message because you

Re: [android-developers] Android drivers removed from mainstream kernel

2010-02-05 Thread Greg Donald
not been the cases I've seen in the past, IMO it's much more likely to be exactly how Greg KH explained it. -- Greg Donald destiney.com | gregdonald.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

Re: [android-developers] Re: OpenGL ES 2.0 on Eclair

2010-02-09 Thread Greg Donald
ETA for this, sorry. How about a ballpark guess? Months? Years? -- Greg Donald destiney.com | gregdonald.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

Re: [android-developers] Re: OpenGL ES 2.0 on Eclair

2010-02-10 Thread Greg Donald
On Wed, Feb 10, 2010 at 12:04 PM, Romain Guy romain...@android.com wrote: We understand your frustration but we need to get this right. OpenGL ES 2.0 is coming. Months? Years? We need to make our business plans. -- Greg Donald destiney.com | gregdonald.com -- You received this message

Re: [android-developers] Problems testing applications on HTC Hero device

2010-02-11 Thread Greg Donald
testing on my HTC Hero I had issues very similar to this. A firmware update fixed it. -- Greg Donald destiney.com | gregdonald.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

[android-developers] $3.00 Marketplace chargeback ?!?!

2010-02-20 Thread Greg Donald
stats since fucking December, now I'm being raped by Google over some petty thieves. This is messed up. -- Greg Donald destiney.com | gregdonald.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

Re: [android-developers] To all android developers

2010-02-22 Thread Greg Donald
of these groups while I search for quality groups. You are so funny. Google engineers can't even run Marketplace stats, much less be your censor-guardian. -- Greg Donald destiney.com | gregdonald.com -- You received this message because you are subscribed to the Google Groups Android Developers group

Re: [android-developers] Re: What does the prefix 'm' stand for ?

2010-02-22 Thread Greg Donald
On Mon, Feb 22, 2010 at 4:45 PM, TreKing treking...@gmail.com wrote: THIS IS A COMPLETELY SUBJECTIVE MATTER. Computer science teaches us to 'always do the simplest thing that will work'. -- Greg Donald destiney.com | gregdonald.com -- You received this message because you are subscribed

Re: [android-developers] Re: Intercepting incoming/outgoing email messages

2010-02-26 Thread Greg Donald
On Fri, Feb 26, 2010 at 2:06 PM, Anonymous Guy anonymousguygen...@gmail.com wrote: You want to protect users by not giving developers APIs.  I want to give developers APIs and have the users protect themselves. Exactly. Android is as only as open as Google allows it to be. -- Greg Donald

Re: [android-developers] Re: Height of device in portrait mode?

2009-12-03 Thread Greg Donald
a how to contend with different resolutions URL handy? -- Greg Donald http://destiney.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

[android-developers] can't access AlertDialog list items

2009-12-06 Thread Greg Donald
(); View v = (View) lv.getItemAtPosition( 0 ); v.setEnabled( false ); skillLevelAlert.show(); v is always null. How can I get an item to disable it? Thanks, -- Greg Donald http://destiney.com/ -- You received this message because you are subscribed to the Google Groups Android Developers group

Re: [android-developers] Re: Anyone using Greystripe for ads?

2009-12-06 Thread Greg Donald
be a decent dev experience once they've launched on Android. And talk about responsive. I signed up and within 20 minutes a sales rep had contacted me personally.. on a Friday evening no less. -- Greg Donald http://destiney.com/ -- You received this message because you are subscribed

Re: [android-developers] can't access AlertDialog list items

2009-12-06 Thread Greg Donald
your own ListAdapter that implements areAllItemsEnabled() and isEnabled(). Thanks. -- Greg Donald http://destiney.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

Re: [android-developers] Block Switch App

2009-12-09 Thread Greg Donald
, not everyone cares for gestures. -- Greg Donald http://destiney.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

Re: [android-developers] Block Switch App

2009-12-09 Thread Greg Donald
On Wed, Dec 9, 2009 at 2:51 PM, Dianne Hackborn hack...@android.com wrote: Sorry, the platform currently does not support replacing the lock screen from a third party app. Open platforms rule, or something. -- Greg Donald http://destiney.com/ -- You received this message because you

Re: [android-developers] Block Switch App

2009-12-09 Thread Greg Donald
do quite what you wanted. -- Greg Donald http://destiney.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

Re: [android-developers] Block Switch App

2009-12-09 Thread Greg Donald
something into a random Linux repo somewhere does not guarantee acceptance.) Apples and oranges. -- Greg Donald http://destiney.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

Re: [android-developers] Re: Block Switch App

2009-12-10 Thread Greg Donald
://groups.google.com/group/android-developers/msg/4dfceeda40b4950c?hl=en That's not in the spirit of open source. -- Greg Donald http://destiney.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

Re: [android-developers] Re: Block Switch App

2009-12-10 Thread Greg Donald
On Thu, Dec 10, 2009 at 3:33 PM, TreKing treking...@gmail.com wrote: I think that's in the spirit of fixing exploits that were not supposed to have been there in the first place. Not allowing someone to change out the lock app is a choice Google made, it's not an exploit. -- Greg Donald http

Re: [android-developers] Re: Block Switch App

2009-12-10 Thread Greg Donald
is hypocrisy. The current lock app disables the home button the same as the original poster's proposed app would. Not everyone wants a gesture-based lock app. If the Android platform were truly open, anyone would have the option to make a better lock app. -- Greg Donald http://destiney.com

Re: [android-developers] Re: Block Switch App

2009-12-10 Thread Greg Donald
if you want. -- Greg Donald http://destiney.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

Re: [android-developers] Re: leaked window?

2009-12-11 Thread Greg Donald
and smart people typically don't like to do documentation. -- Greg Donald http://destiney.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

Re: [android-developers] Re: Block Switch App

2009-12-15 Thread Greg Donald
On Tue, Dec 15, 2009 at 1:58 PM, esavard savard.etie...@gmail.com wrote: Hey, don't feed the trolls... Hey, don't think everyone who disagrees with you is a troll. -- Greg Donald http://destiney.com/ -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: How to build apk from multiple Eclipse projects?

2009-12-16 Thread Greg Donald
for those of us with apps that have both free and non-free versions. You can't count on the user to keep the free version once they buy the non-free, so in my particular case the services, broadcast receivers, and content providers aren't a good replacement for a shared library. -- Greg Donald

Re: [android-developers] Are the market stats for developers broken?

2009-12-20 Thread Greg Donald
On Sun, Dec 20, 2009 at 10:19 AM, Greg Donald gdon...@gmail.com wrote: In the past 48 hours my active installs went from a very steady 83% down to 68% but with the same usual amount of downloads.  Something seems broken. I have also observed market stats getting several small updates the past

Re: [android-developers] Re: Are the market stats for developers broken?

2009-12-21 Thread Greg Donald
, including all the buyers. I find it really difficult to believe everyone who ever bought my app is now suddenly choosing to uninstall it, at a steady rate of a few percent per day. Is anyone at Google looking into this? -- Greg Donald http://destiney.com/ -- You received this message because you

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

2009-12-21 Thread Greg Donald
/a16e23d9e6f5eea3?hl=en -- Greg Donald http://destiney.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

Re: [android-developers] Re: Are the market stats for developers broken?

2009-12-21 Thread Greg Donald
mentioned above are paid. I have paid and free apps that are both showing lost/reduced stats. -- Greg Donald http://destiney.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

Re: [android-developers] Re: Is it ever OK to use AbsoluteLayout?

2009-12-22 Thread Greg Donald
, lp ); -- Greg Donald http://destiney.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

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

2009-12-22 Thread Greg Donald
On Tue, Dec 22, 2009 at 10:16 AM, Justin Giles jtgi...@gmail.com wrote: I haven't touched those settings.  Still have 17% drop. Same here. I released recently but no min/max sdk changes. -- Greg Donald http://destiney.com/ -- You received this message because you are subscribed

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

2009-12-22 Thread Greg Donald
released my app targeting 1.5 and haven't ever changed it. -- Greg Donald http://destiney.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

[android-developers] button padding

2009-12-24 Thread Greg Donald
=@drawable/button2 style=@style/buttonPressed / item android:drawable=@drawable/button1 / /selector When I click on the button I do not see the padding change. What am I doing wrong? Thanks, -- Greg Donald http://destiney.com/ -- You received this message because you are subscribed

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

2009-12-26 Thread Greg Donald
On Sat, Dec 26, 2009 at 11:37 AM, matt smith mattsmith...@googlemail.com wrote: still not fixed :( Still not fixed here either. -- Greg Donald http://destiney.com/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

Re: [android-developers] open sourcing an app

2009-12-29 Thread Greg Donald
On Tue, Dec 29, 2009 at 4:39 PM, Christine christine.kar...@gmail.com wrote: I haven't seen many open source android apps yet. There are quite a few actually: http://code.google.com/hosting/search?q=label:android -- Greg Donald http://destiney.com/ -- You received this message because you

[android-developers] color animation

2009-12-31 Thread Greg Donald
How can I animate a color change? Like with AlphaAnimation there is fromAlpha and toAlpha, I need something like ColorAnimation that provides fromColor and toColor. Is there anything like that already? Thanks, -- Greg Donald http://destiney.com/ -- You received this message because you

  1   2   3   >