• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Android device screenshot captured problems

khoapn

Lurker
Hi, folks
I found a problem need your ideas
I captured Android screen shots from device using Dalvik Debug Monitor. On the same screen, after I manipulate smth and come back, the screen captured at this moment is not completely identical.

Especially when viewing an image in Gallery and capture screen, next time view him again and capture. Use some graphical editor i saw that the brightness or contrast is different (by human eye we couldn't see that)
(see ex, the red color shows the different

1st time capture

4252991345_6ee5777bf5_o.png


2nd time capture

4252991349_eaa88929c5_o.png


diff:

4252991353_6c2e6fe5fa_o.png


Another example:

1st time capture

4252991355_19e730208a_o.png



2nd time capture

4252991357_38e379973a_o.png


diff:

4252991361_dff7b60b28_o.png


Anyone get this problem before???
 
Maybe your problems relate to one of these reasons:
- Power management mechanism: the background brightness or contrast was adjusted to adapt power status (?)
- Double-buffer management: Android display works by flipping these buffers. Due to some problem of buffer status, the display can be difference (?). I am not sure this part, hope it is a clue for you.
- Problems in applications them-self ?
 
Back
Top Bottom