Hi,
I am using linux envirnment,
adbd is running on device , I am also able to connect with device with sudo
adb shell command.
If I run following command on adb shell:
*fbset -fb /dev/fb0 -depth 16* , then adb is working properly.
but if I execute
*fbset -fb /dev/fb0 -depth 32 * , then after some time adb gets
disconnected.
*Is there any relevance between, framebuffer depth and adb protocol.
*
I have gone through framebuffer service, which only support 16 bits depth.
But As I am using adb shell command, not hitting framebuffer service code
path.
Pointers/comments are welcome. Thanks in advance.
Thanks,
Yogesh
--
You received this message because you are subscribed to the Google Groups
"Android Discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/android-discuss?hl=en.