alokvnair / android-screenshot-library

Automatically exported from code.google.com/p/android-screenshot-library
Other
0 stars 0 forks source link

For some devices No screenshot will be taken #33

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

I just installed native service and I tried taking screen shot on Samsung 
Galaxy S4 but I got FBIOGET_FSCREENINFO Bad file descriptor error.

I tried on Galaxy Y also but its not giving any screenshot it just gets stuck 
in read function.

What is the expected output? What do you see instead?
Screenshot should be taken.

What version of the product are you using? On what operating system?
I am using asl 1.2 android 4.3 on Galaxy S4 and its 2.3.6 on Galaxy Y

Please provide any additional information below.

Original issue reported on code.google.com by DIPI24...@gmail.com on 2 Dec 2013 at 7:21

GoogleCodeExporter commented 8 years ago
In latest mobiles like Samsung Galaxy S3 there are multiple frame buffers like 
fb0, fb1, fb2..... and none of them is accessible. I need to understand which 
one is the primary buffer where I can get Frames. Can someone please help me 
with this ?

Original comment by DIPI24...@gmail.com on 31 Dec 2013 at 5:59