Re: [android-developers] Hello to All my partners

2016-07-05 Thread ScheffsBlend
ok.. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. To post to this group, send email to

Re: [android-developers] Screen on event

2016-04-26 Thread ScheffsBlend
If a broadcast is sent with the following flag http://developer.android.com/reference/android/content/Intent.html#FLAG_RECEIVER_REGISTERED_ONLY then the receiver must already be registered via some other component, like a service. -- You received this message because you are subscribed to the

[android-developers] Volume slider on tablet notification panel

2012-09-19 Thread ScheffsBlend
Probably because most devices do have hardware volume buttons. The percentage of devices that do not is probably too small to justify the effort of adding this in. The picture you provided is from a custom jellybean ROM for the Kindle Fire, which I worked on. Unfortunately this is not the

[android-developers] Re: Is frame extraction possible?

2012-04-18 Thread ScheffsBlend
It is indeed possible. You'll want to register a callback using setPreviewCallback http://developer.android.com/reference/android/hardware/Camera.html#setPreviewCallback(android.hardware.Camera.PreviewCallback). Check out

[android-developers] Re: Rendering Problem with GLSurfaceView

2012-01-21 Thread ScheffsBlend
I can't figure out what I'm doing wrong. I think it might have to do with the colors you are using. You clear the screen with (0,0,0,1) and you draw with Colorado (0,0,0,1). Things may be working right, but you just can't see them. -clark- -- You received this message because you are

[android-developers] Re: ice cream sandwich

2011-12-06 Thread ScheffsBlend
It is possible. Go check out the forums at forum.xda-developers.com There is currently an alpha build that is coming along nicely. Because of the size of the system image you will need to use the BlackRose hboot. There are links to all that in the threads there. Enjoy! :-P On Dec 2, 7:14 pm,