[android-developers] Eclipse tools don't exist!

2012-02-06 Thread Kieran
I can't get the Eclipse integration to work because the link 404's! http://dl-ssl.google.com/android/eclipse/ Please fix it ASAP Googlers! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Eclipse tools don't exist!

2012-02-06 Thread Kieran
Thanks Romain! After a bit of Wiresharking, playing around and talking to the proxy admin we worked out that the entry for a SOCKS proxy had to be cleared in the Eclipse settings. Eclipse always tries to use a SOCKS proxy if there's an entry and doesn't fall back to the HTTP or HTTPS proxy if

[android-developers] screen lock

2011-07-25 Thread Kieran Back
ok so i put the screen lock in to many times and it locked me out of the phone and i cant remember my google email account what do 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] Re: Programmatically check whether Market shows paid apps

2010-03-12 Thread Kieran
I'm on Optus in Australia. Optus is holding out waiting for a bigger cut from Google because they're greedy bastards. If you send a market intent everything seems to work but the user gets a program can't be found message. On Mar 2, 3:25 am, Bob Kerns r...@acm.org wrote: Thanks for raising this

[android-developers] Re: Preference change notifying the main Activity

2009-11-22 Thread Kieran
I ended up making up a value to commit - it's the only thing that seems to trigger the PreferenceListener. It works now anyway :) On Nov 19, 10:12 pm, Kieran kieran.flem...@gmail.com wrote: I found that this worked for every preference I had that persisted a value, but the 'Clear Cache' button

[android-developers] Re: Preference change notifying the main Activity

2009-11-19 Thread Kieran
){ callChangeListener(true); } super.onClick(dialog, which); } but I still get nothing back from the preference listener. Any ideas? By the way, I like your book a lot! Kieran On Nov 14, 1:38 am, Mark Murphy mmur...@commonsware.com wrote: Kieran wrote: Hi, I think

[android-developers] Re: Growing pains for Android developers??

2009-11-18 Thread Kieran
available for ADP? On Mon, Nov 16, 2009 at 2:54 AM, Dianne Hackborn hack...@android.comwrote: On Sat, Nov 14, 2009 at 9:14 PM, Kieran kieran.flem...@gmail.com wrote: Android 2 SDK released: 27th Oct Droid released: 6th Nov So that's 9 days (with a weekend) to test our apps at the new

[android-developers] Re: Growing pains for Android developers??

2009-11-14 Thread Kieran
Android 2 SDK released: 27th Oct Droid released: 6th Nov So that's 9 days (with a weekend) to test our apps at the new resolution, make any necessary fixes, then deploy to the Market. I don't think that's enough, and ultimately it's the Droid users that suffer. On Nov 15, 1:00 am, wonae

[android-developers] Preference change notifying the main Activity

2009-11-13 Thread Kieran
Hi, I think I've missed something in how Android is supposed to work! I have the main Activity with a menu option that opens the preferences screen. What I need is a way for any changes that were made to be communicated back to the main Activity as soon as the preference is activated. At the

[android-developers] Re: Growing pains for Android developers??

2009-11-13 Thread Kieran
I'm not sure about anyone else but I just could not work out how to buy an app from SlideMe. It had steps that it wanted you to do from my desktop which isn't a big help when I'm on the bus! I was hoping they would make it big as paid apps aren't available on Android Market for my phone carrier.

[android-developers] Building Dalvik

2009-02-04 Thread Kieran Bingham
for target `out/target/product/generic/obj/include/libpv/getactualaacconfig.h' make: *** No rule to make target `dalvik/libcore//home/kbingham/projects/android/dalvik/libcore/sub.mk'. Stop. kbing...@atlas:~/projects/android$ -- Regards Kieran Bingham

[android-developers] Re: Building Dalvik

2009-02-04 Thread Kieran Bingham
Solved this by following the instructions at http://www.mail-archive.com/android-port...@googlegroups.com/msg01340.html Also realised - that looks like a more appropriate mailinglist too :) -- Cheers Kieran 2009/2/4 Kieran Bingham kieranbing...@gmail.com: Hi, I've used repo to get android