Open GoogleCodeExporter opened 9 years ago
Seeing the same issue on SE X10mini.
Original comment by conrad....@gmail.com
on 4 May 2011 at 11:46
Try installing androidvncserver from this location:
https://github.com/oNaiPs/droid-VNC-server/tree/master/res/raw
It is from the Android App VNC Server and clears up a similar issue in my
device (BeagleBoard).
Original comment by jonyoung...@gmail.com
on 13 Jun 2011 at 1:48
Attachments:
This might be the cause:
http://code.google.com/p/android-vnc-server/source/browse/trunk/fbvncserver.c
Line 191: /* TODO: This assumes scrinfo.bits_per_pixel is 16. */
Line 192: vncscr = rfbGetScreen(&argc, argv, scrinfo.xres, scrinfo.yres, 5,
2, 2);
As you can see the screen is always initialized for 16-bit color depth. All
devices that do not work use 32-bit depth.
Too bad this project seems to be abandoned and not maintained any more...
Original comment by robert.p...@gmail.com
on 21 Jul 2011 at 9:05
m having the same problem on samsung galaxy pop gt-s5570. Any solutions for
this?
vnc viewer screenshot is attached
Original comment by nkbspidy...@gmail.com
on 18 Sep 2013 at 9:55
Attachments:
Original issue reported on code.google.com by
eulerdgr...@gmail.com
on 25 Feb 2011 at 11:26Attachments: