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 android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/9aacf2aa-af46-41bf-b051-ff422b64cda6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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 android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/66881bef-9bbd-4384-aa6b-2493e9a409a3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 group to discuss this on.  You may have better 
luck on android-platform since this is something that requires changes in 
SystemUI. 

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 
http://developer.android.com/reference/android/hardware/Camera.PreviewCallback.html
for more information about the data received by this callback.


On Apr 17, 7:46 pm, Taylor Niver tniver1...@gmail.com wrote:
 I asked a question yesterday but didn't get much guidance (at least not
 enough to get me where I need to be), so I figured it would be best to even
 know if exactly what I want is possible. I currently have a code that opens
 the camera and displays it over 'Preview' onto a SurfaceView. I need to do
 some off-android vision processing so, is it possible to extract a frame
 from the surfaceview? And if I can extract a frame, what type of variable
 would it be stored at? Constantly taking pictures, writing them to a file,
 and then sending the image over BT doesn't seem possible.

 Thanks in advance!
 Taylor

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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, Tom tomtomtomtom...@gmail.com wrote:
 how do i get ice cream sandwich on my nexus one?
 i'm not sure if it's possible.

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en