[android-developers] Re: Option to unlock the boot loader for Sony Ericsson Android Gingerbread phones now available.

2012-07-10 Thread kev
carl can you help ok with instruction on how o unlock boot loader untill item 14.. open a command window and go to the tools folder within the android sdk folder ??? does it mean run the windows cmd.exe file and go to the adb exe ??? or fastboot exe or other plus if it is this i

[android-developers] how to change the media volume and keep the notification in bar even when music is paused in mediaplayer service?

2011-08-24 Thread Kev Liu
Hi everyone, I am kind of new to programming. I want to develop a music player app with a service that plays music in the background. Is there a way to keep the notification in bar and change the media volume even when the music in paused? Thanks! -- You received this message because you are

[android-developers] android volume change listener

2011-08-24 Thread Kev Liu
Hello Is there any way to listen for volume changes with an android service and react to that? Btw how do the google music app allow the user to control the media volume even when the music is playing in the background? Thanks! -- You received this message because you are subscribed to the

[android-developers] Use the content observer to detect changes in the ringer volume and log it?

2011-08-24 Thread Kev Liu
Can someone give me a piece of code which can use the content observer to detect changes in the ringer volume and log it please?? Thanks!! -- 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: NFC intent filters

2011-07-20 Thread Kev
that caused the app to be launched, not the 'launching' intent. Does that makes sense? or seem logical? :) On Jul 20, 5:11 am, Michael Roland mi.rol...@gmail.com wrote: Hallo Kev, I wouldn't call that odd behavior but rather an exact match what you have written in your code

[android-developers] NFC intent filters

2011-07-19 Thread Kev
Hi all, I have a simple NFC app to read a tag with a specified mineType (https://github.com/m00sey/Readie) I seem to be able to replicate some odd behavior When I launch the app, scan a tag - the read happens fine when I hit the 'home' button, rescan the tag 'sometimes' it fails to read the

[android-developers] NFC resuming an application

2011-05-23 Thread Kev
Hi all, I hope I am missing something simple. I have a trivial NFC application, it starts using the tech discovered action. When the app is running I have a pendingIntent which works fine. I also have an intent filter set up in the same way in my manifest, which appears to be working correctly

[android-developers] Android market ratings

2010-12-09 Thread Kev
to comment when providing one or two star ratings? Thanks, Kev -- 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

[android-developers] Re: onListItemClick won't fire.

2009-01-12 Thread Kev
No easy solution, its been addressed already in the list. Have a look at: http://groups.google.com/group/android-developers/browse_thread/thread/1fde30269b97f998/8f982b5c68febcf5 Rgds, Kevin. On Jan 5, 8:01 am, chrispix chris...@gmail.com wrote: This is what I am trying to accomplish. -