Open GoogleCodeExporter opened 9 years ago
Same issue here.
Original comment by pllewi...@gmail.com
on 14 May 2010 at 4:31
Same issue here
Original comment by jdi...@gmail.com
on 6 Jun 2010 at 3:47
Same here :(
Original comment by street...@gmail.com
on 15 Jun 2010 at 10:08
please attach the content of fb0.raw, you can get it using
adb push /dev/graphics/fb0 fb0.raw
thanks
Original comment by onaips@gmail.com
on 24 Jun 2010 at 5:22
[deleted comment]
Same on HTC Desire
Initializing framebuffer device /dev/graphics/fb0...
xres=480, yres=800, xresv=480, yresv=1600, xoffs=0, yoffs=800, bpp=32
Initializing keyboard device /dev/input/event3 ...
Initializing touch device /dev/input/event1 ...
Initializing VNC server:
width: 480
height: 800
bpp: 32
port: 5901
Initializing server...
19/11/2010 10:00:05 Listening for VNC connections on TCP port 5901
19/11/2010 10:03:09 Got connection from client 127.0.0.1
19/11/2010 10:03:09 other clients:
19/11/2010 10:03:09 Client Protocol Version 3.3
19/11/2010 10:03:09 Protocol version sent 3.3, using 3.3
Dirty page: 480x800+0+0...
19/11/2010 10:03:09 Using raw encoding for client 127.0.0.1
19/11/2010 10:03:09 Pixel format for client 127.0.0.1:
19/11/2010 10:03:09 8 bpp, depth 8
19/11/2010 10:03:09 true colour: max r 7 g 7 b 3, shift r 5 g 2 b 0
Framebuffer content attached
Original comment by dass2...@gmail.com
on 19 Nov 2010 at 10:10
Attachments:
I am also having similar issues on the Samsung Charge. Inputs do not work, the
hard keys at the bottom are on /dev/input/event1 and the touch screen is on
/dev/input/event8.
./vnc -k /dev/input/event1 -t /dev/input/event8
I attached my log of the connection, the raw framebuffer data, the converted fb
data and the vnc screen shot.
I converted from the raw data to the png with this command:
ffmpeg -vframes 1 -vcodec rawvideo -f rawvideo -pix_fmt rgb32 -s 480x800 -i fb0
-f image2 -vcodec png image.png
Original comment by Bill.c.R...@gmail.com
on 21 Jul 2011 at 8:12
Attachments:
Original issue reported on code.google.com by
alon.alb...@gmail.com
on 12 Mar 2010 at 11:17Attachments: