GithubHelp home page GithubHelp logo

android-vnc-server's People

Watchers

 avatar

Forkers

jwave

android-vnc-server's Issues

Graphics are messed up on Nexus One and input doesn't work.



See screenshot.
Initializing framebuffer device /dev/graphics/fb0...
xres=480, yres=800, xresv=480, yresv=1600, xoffs=0, yoffs=0, 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...
12/03/2010 15:15:12 Listening for VNC connections on TCP port 5901
12/03/2010 15:15:25 Got connection from client 127.0.0.1
12/03/2010 15:15:25   other clients:
12/03/2010 15:15:25 Client Protocol Version 3.8
12/03/2010 15:15:25 Protocol version sent 3.8, using 3.8
Dirty page: 480x800+0+0...
12/03/2010 15:15:25 rfbProcessClientSecurityType: executing handler for type 1
12/03/2010 15:15:25 rfbProcessClientSecurityType: returning securityResult for c
lient rfb version >= 3.8
12/03/2010 15:15:25 Pixel format for client 127.0.0.1:
12/03/2010 15:15:25   8 bpp, depth 8
12/03/2010 15:15:25   true colour: max r 3 g 3 b 3, shift r 4 g 2 b 0
12/03/2010 15:15:25 Enabling full-color cursor updates for client 127.0.0.1
12/03/2010 15:15:25 Enabling NewFBSize protocol extension for client 127.0.0.1
12/03/2010 15:15:25 Using ZRLE encoding for client 127.0.0.1
12/03/2010 15:15:26 Pixel format for client 127.0.0.1:
12/03/2010 15:15:26   16 bpp, depth 15, little endian
12/03/2010 15:15:26   true colour: max r 31 g 31 b 31, shift r 0 g 5 b 10
12/03/2010 15:15:26 Enabling full-color cursor updates for client 127.0.0.1
12/03/2010 15:15:26 Enabling NewFBSize protocol extension for client 127.0.0.1
12/03/2010 15:15:26 Switching from ZRLE to hextile Encoding for client 127.0.0.1

Same for all color depth settings.

Original issue reported on code.google.com by [email protected] on 12 Mar 2010 at 11:17

Attachments:

Back and Close key not working

I can use Home on my keyboard and that consistenly gets me the android home-
screen, but ESC does not work as back, nor does End work as close.

Original issue reported on code.google.com by [email protected] on 4 Dec 2009 at 8:03

fbvncserver.c compile

I try to compile android-vnc-server source code.

I succeed to compile library. But I don't know how to 
compile fbvncser.c file. May I get fbvncserver binary file, if
I secceed to compile fbvncserver.

Thanks.



Original issue reported on code.google.com by [email protected] on 23 Dec 2009 at 12:52

No keyboard

I have screen and  mouse but nothing with keyboard

last version on android v1.5 with windows xp (realvnc)


我使用的是ihkc x1 是android 1.5的系统 屏幕和鼠标点击正常 
就是不能使用键盘输入。请问这个是一个没解决的BUG吗?


Original issue reported on code.google.com by [email protected] on 26 Dec 2010 at 2:42

Compile error with android 2.3.4

What steps will reproduce the problem?
1. cd android-vnc-server
2. mm
target Executable: androidvncserver 
(out/target/product/ti814xevm/obj/EXECUTABLES/androidvncserver_intermediates/LIN
KED/androidvncserver)
prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/../../
../../arm-eabi/bin/ld: 
out/target/product/ti814xevm/obj/EXECUTABLES/androidvncserver_intermediates/LibV
NCServer-0.9.7/libvncserver/rfbserver.o: in function 
rfbSendFileTransferChunk:android-vnc-server/LibVNCServer-0.9.7/libvncserver/rfbs
erver.c:1364: error: undefined reference to 'compress'
prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/../../
../../arm-eabi/bin/ld: 
out/target/product/ti814xevm/obj/EXECUTABLES/androidvncserver_intermediates/LibV
NCServer-0.9.7/libvncserver/rfbserver.o: in function 
rfbProcessFileTransfer:android-vnc-server/LibVNCServer-0.9.7/libvncserver/rfbser
ver.c:1626: error: undefined reference to 'uncompress'
prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/../../
../../arm-eabi/bin/ld: 
out/target/product/ti814xevm/obj/EXECUTABLES/androidvncserver_intermediates/LibV
NCServer-0.9.7/libvncserver/rfbserver.o: in function 
rfbClientConnectionGone:android-vnc-server/LibVNCServer-0.9.7/libvncserver/rfbse
rver.c:525: error: undefined reference to 'deflateEnd'
prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/../../
../../arm-eabi/bin/ld: 
out/target/product/ti814xevm/obj/EXECUTABLES/androidvncserver_intermediates/LibV
NCServer-0.9.7/libvncserver/rfbserver.o: in function 
rfbClientConnectionGone:android-vnc-server/LibVNCServer-0.9.7/libvncserver/rfbse
rver.c:531: error: undefined reference to 'deflateEnd'
prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/../../
../../arm-eabi/bin/ld: 
out/target/product/ti814xevm/obj/EXECUTABLES/androidvncserver_intermediates/LibV
NCServer-0.9.7/libvncserver/zlib.o: in function 
rfbSendOneRectEncodingZlib:android-vnc-server/LibVNCServer-0.9.7/libvncserver/zl
ib.c:160: error: undefined reference to 'deflateInit2_'
prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/../../
../../arm-eabi/bin/ld: 
out/target/product/ti814xevm/obj/EXECUTABLES/androidvncserver_intermediates/LibV
NCServer-0.9.7/libvncserver/zlib.o: in function 
rfbSendOneRectEncodingZlib:android-vnc-server/LibVNCServer-0.9.7/libvncserver/zl
ib.c:175: error: undefined reference to 'deflate'
prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/../../
../../arm-eabi/bin/ld: 
out/target/product/ti814xevm/obj/EXECUTABLES/androidvncserver_intermediates/LibV
NCServer-0.9.7/libvncserver/zrleoutstream.o: in function 
zrleOutStreamOverrun:android-vnc-server/LibVNCServer-0.9.7/libvncserver/zrleouts
tream.c:179: error: undefined reference to 'deflate'
prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/../../
../../arm-eabi/bin/ld: 
out/target/product/ti814xevm/obj/EXECUTABLES/androidvncserver_intermediates/LibV
NCServer-0.9.7/libvncserver/zrleoutstream.o: in function 
zrleOutStreamFlush:android-vnc-server/LibVNCServer-0.9.7/libvncserver/zrleoutstr
eam.c:132: error: undefined reference to 'deflate'
prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/../../
../../arm-eabi/bin/ld: 
out/target/product/ti814xevm/obj/EXECUTABLES/androidvncserver_intermediates/LibV
NCServer-0.9.7/libvncserver/zrleoutstream.o: in function 
zrleOutStreamFree:android-vnc-server/LibVNCServer-0.9.7/libvncserver/zrleoutstre
am.c:99: error: undefined reference to 'deflateEnd'
prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/../../
../../arm-eabi/bin/ld: 
out/target/product/ti814xevm/obj/EXECUTABLES/androidvncserver_intermediates/LibV
NCServer-0.9.7/libvncserver/zrleoutstream.o: in function 
zrleOutStreamNew:android-vnc-server/LibVNCServer-0.9.7/libvncserver/zrleoutstrea
m.c:88: error: undefined reference to 'deflateInit_'
prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/../../
../../arm-eabi/bin/ld: 
out/target/product/ti814xevm/obj/EXECUTABLES/androidvncserver_intermediates/LibV
NCServer-0.9.7/libvncserver/tight.o: in function 
CompressData:android-vnc-server/LibVNCServer-0.9.7/libvncserver/tight.c:920: 
error: undefined reference to 'deflateInit2_'
prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/../../
../../arm-eabi/bin/ld: 
out/target/product/ti814xevm/obj/EXECUTABLES/androidvncserver_intermediates/LibV
NCServer-0.9.7/libvncserver/tight.o: in function 
CompressData:android-vnc-server/LibVNCServer-0.9.7/libvncserver/tight.c:937: 
error: undefined reference to 'deflateParams'
prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/../../
../../arm-eabi/bin/ld: 
out/target/product/ti814xevm/obj/EXECUTABLES/androidvncserver_intermediates/LibV
NCServer-0.9.7/libvncserver/tight.o: in function 
CompressData:android-vnc-server/LibVNCServer-0.9.7/libvncserver/tight.c:944: 
error: undefined reference to 'deflate'
collect2: ld returned 1 exit status
make: *** 
[out/target/product/ti814xevm/obj/EXECUTABLES/androidvncserver_intermediates/LIN
KED/androidvncserver] Error 1
make: Leaving directory `/home/tranzdawebbsp/workspace/rowboat_8148' 


Original issue reported on code.google.com by [email protected] on 9 May 2012 at 12:01

Can I use android-vnc-server on a board without display controller ( no fb HW)

I am working on porting android to a mips board ( currently no display 
controller onboard)
I hope to use vnc server for the display.

When using with in-kernel virtual frame buffer. I am able to start vnc and 
connect from host . However I am seeing a blank screen.

Am I doing the right thing ( going with virtual fb) or is there any better way 
to do achieve my requirement.

Thanks
Anoop  


Original issue reported on code.google.com by [email protected] on 9 Mar 2011 at 2:18

ndk-build error

What steps will reproduce the problem?

on android-ndk-r8d folder,execute "./ndk-build -C 
samples/droid-VNC-server-master"

What is the expected output? What do you see instead?

Compile arm    :jpeg <= jidctfst.S
jni/jpeg/jidctfst.S:Assember messages:
jni/jpeg/jidctfst.S:Error:66: missing ')'
jni/jpeg/jidctfst.S:Error:66:garbage following instruction -- `pld (r2,$0)`
jni/jpeg/jidctfst.S:Error:259: missing ')'
jni/jpeg/jidctfst.S:Error:259:garbage following instruction -- `pld (r2,$0)`
jni/jpeg/jidctfst.S:Error:271: missing ')'
jni/jpeg/jidctfst.S:Error:271:garbage following instruction -- `pld (r2,$0)`


What version of the product are you using? On what operating system?
the latest
Ubuntu 11.10

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 25 Jan 2013 at 7:32

greened screen and no action on HTC legend

What steps will reproduce the problem?
1. adb shell /data/local/androidvncserver
2. adb forward tcp:5901 tcp:5901
3. vncviewer localhost:1


What is the expected output? What do you see instead?
expected output : effective vncviewer
actual output : greened screen and no event transmitted

What version of the product are you using? On what operating system?

HTC Legend with android 2.1 with fa62aa8ae6b7a75103fd285b060a5fa660d0b77e  
androidvncserver of Jun 08, 2009

Please provide any additional information below.

( i'd like to learn how to troubleshoot this issue )

Original issue reported on code.google.com by [email protected] on 23 Jun 2010 at 9:16

Attachments:

Colaboration question

Hi, sorry for posting here, i dont know how to contact you :S

I've been patching your application to support autodetection of input devices, 
and added a simple GUI, are you interested in merging the code to provide users 
a better user experience?

I'll send you the code after you manifest your interest, of course you are free 
to modify it, i'd love to colaborate with you.

Thanks
onaips at gmail.com

Original issue reported on code.google.com by [email protected] on 15 Jun 2010 at 11:11

vnc server not work: Width (1366) is not a multiple of 4

What steps will reproduce the problem?
1. just enable vncserver_x86
2. ...
3.  WARNING: Width (1366) is not a multiple of 4. VncViewer has problems with 
that

What is the expected output? What do you see instead?
Then vnc viewer is black and seems width 1366 causes problem.

What version of the product are you using? On what operating system?
Android 4.2.2, in intel x86 platform. 

Please provide any additional information below.
Initializing VNC server:
        width:  1366
        height: 768
        bpp:    32
        port:   5901

Can VNC server configure to width 1368 or 1364..?

Thanks

Original issue reported on code.google.com by [email protected] on 6 Nov 2013 at 2:58

Missing defines in the SVN project: build is broken at keysym2scancode (can't find KEY_SOFT1, KEY_SOFT2, KEY_CENTER etc.)

What steps will reproduce the problem?
1. copy the checked out version of the project to  <android build root 
dir>/external
2.  mmm external/android-vnc-server-read-only
3.

What is the expected output? What do you see instead?
I expect it to build


What version of the product are you using? On what operating system?
Host: Ubuntu 11.10 x64
Target: ICS emulator (Master branch)



Please provide any additional information below.
There are two issues:
The first one is negligible, and is an easy warning resolved by adding
 LOCAL_MODULE_TAGS := optional  to the Android.mk file.

The second one, is that some defines are missing, and I don't know what to add 
to the make file in order to resolve them. I believe it is an easy issue:


~/Android/ICS_Master$ mmm external/android-vnc-server-read-only

============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=4.0.1
TARGET_PRODUCT=generic
TARGET_BUILD_VARIANT=eng
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_ID=ICS_MR0
============================================


make: Entering directory `/home/ronm/Android/ICS_Master'
target thumb C: androidvncserver <= 
external/android-vnc-server-read-only/fbvncserver.c
external/android-vnc-server-read-only/fbvncserver.c: In function 
'keysym2scancode':
external/android-vnc-server-read-only/fbvncserver.c:246: error: 'KEY_SOFT1' 
undeclared (first use in this function)
external/android-vnc-server-read-only/fbvncserver.c:246: error: (Each 
undeclared identifier is reported only once
external/android-vnc-server-read-only/fbvncserver.c:246: error: for each 
function it appears in.)
external/android-vnc-server-read-only/fbvncserver.c:246: error: 'KEY_SOFT2' 
undeclared (first use in this function)
external/android-vnc-server-read-only/fbvncserver.c:267: error: 'KEY_CENTER' 
undeclared (first use in this function)
external/android-vnc-server-read-only/fbvncserver.c:267: warning: assignment 
makes integer from pointer without a cast
external/android-vnc-server-read-only/fbvncserver.c:269: error: 'KEY_SHARP' 
undeclared (first use in this function)
external/android-vnc-server-read-only/fbvncserver.c:269: warning: assignment 
makes integer from pointer without a cast
external/android-vnc-server-read-only/fbvncserver.c:270: warning: assignment 
makes integer from pointer without a cast
external/android-vnc-server-read-only/fbvncserver.c:283: error: 'KEY_STAR' 
undeclared (first use in this function)
external/android-vnc-server-read-only/fbvncserver.c:283: warning: assignment 
makes integer from pointer without a cast
external/android-vnc-server-read-only/fbvncserver.c: In function 
'update_screen':
external/android-vnc-server-read-only/fbvncserver.c:393: warning: comparison 
between signed and unsigned integer expressions
external/android-vnc-server-read-only/fbvncserver.c:397: warning: comparison 
between signed and unsigned integer expressions
external/android-vnc-server-read-only/fbvncserver.c: In function 'print_usage':
external/android-vnc-server-read-only/fbvncserver.c:458: warning: too few 
arguments for format
external/android-vnc-server-read-only/fbvncserver.c: In function 'main':
external/android-vnc-server-read-only/fbvncserver.c:516: warning: implicit 
declaration of function 'cleanup_kdb'
make: *** 
[out/target/product/generic/obj/EXECUTABLES/androidvncserver_intermediates/fbvnc
server.o] Error 1



Original issue reported on code.google.com by [email protected] on 5 Dec 2011 at 1:20

issue with keyboad or mouse events updation on client side

What steps will reproduce the problem?
1. when i give key events or mouse events from vnc viewer (client side)
2.
3.

What is the expected output? What do you see instead?

When i generate key events or mouse events from vnc client , events should be 
updated on SERVER SIDE .

What version of the product are you using? On what operating system?

version: 2
OS: android gingerbread

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 21 Oct 2011 at 1:43

Does not work on EMATIC EGL26BL

Running the server with no parameters give me the error message bellow.
./androidvncserver

Initializing framebuffer device /dev/graphics/fb0...
xres=800, yres=480, xresv=800, yresv=960, xoffs=0, yoffs=0, bpp=32
Initializing keyboard device /dev/input/event3 ...
Initializing touch device /dev/input/event1 ...
cannot get ABS_X info, Invalid argument

would be more than happy to provide other info as needed and test any fix on my 
tablet.


Original issue reported on code.google.com by [email protected] on 4 Aug 2013 at 10:07

CPU at 90%

I install and run it and it works very nice.
The only problem I'm facing is that the CPU taken by the process is ~90%. 

Any think can be done to improve it?


    STAT   VSZ %MEM CPU %CPU COMMAND
  745  2289 root     R     8360  6.6   0 87.9 ./androidvncserver -k
/dev/input/e
  564   537 1000     S     213m173.3   0  1.8 system_server
  865   537 10018    S     123m100.4   0  1.8 com.android.browser
  746  2289 root     R     1796  1.4   0  1.0 top
  622   537 10006    S     101m 82.1   0  0.0 android.process.acore
  618   537 1001     S      98m 80.3   0  0.0 com.android.phone
  655   537 10006    S      97m 79.5   0  0.0 com.android.inputmethod.latin
  681   537 10012    S    95308 75.6   0  0.0 android.process.media
  753   537 1000     S    94944 75.3   0  0.0 com.android.settings
  663   537 10008    S    93668 74.3   0  0.0 com.android.calendar
  641   537 10009    S    92484 73.3   0  0.0 com.android.mms
  714   537 10012    S    92256 73.2   0  0.0 com.android.camera

Original issue reported on code.google.com by [email protected] on 11 Aug 2009 at 1:00

APP ERROR

This program has not made a new version of the operating system running 
inside, and if anyone can upgrade, solve the problem?


Original issue reported on code.google.com by [email protected] on 21 Apr 2010 at 11:15

getting half the screen with greenish shade

Hi,

We are running androidvncserver on sitara platform with android gingerbread.

As we are accessing server from vnc viewer , we are getting HALF OF THE SCREEN 
(FROM TOP) WITH GREENISH SHADE.

Could you provide any solution for this.


Thanks
-------

Rakesh


Original issue reported on code.google.com by [email protected] on 18 Oct 2011 at 4:27

Moving mouse causes delayed framebuffer update on client

What steps will reproduce the problem?
1. Run android vnc server and try to access the UI from client using mouse 
instead of touch
2. Try to draw something using mouse.
3.

What is the expected output? What do you see instead?
Frame update on the client should happen with out delay when mouse is used.

What version of the product are you using? On what operating system?
android 2.3 on x86/ARM

Please provide any additional information below.
Frame-buffer update will not happen until some event is processed. Should be 
able to send modified rectangles while buffer comparison going on.

Original issue reported on code.google.com by [email protected] on 9 Dec 2011 at 8:17

Android Vnc Server

Hi 

I was not able to install this on a non rooted device

I am getting permission error 

Can you please provide details how to install and run this VNC server on 
android 

Thanks 

Original issue reported on code.google.com by [email protected] on 15 Aug 2013 at 6:45

No keyboard and mouse on galaxy

I installed with succes vncserver on galaxy 
android v 1.5
I have screen but nothing with keyboard and mouse.





What version of the product are you using? On what operating system?
last version on android v1.5 with windows xp (realvnc) and ubuntu karmic
(xtighvnc, xvncviewer etc etc)




Original issue reported on code.google.com by osmoze.linux on 13 Jan 2010 at 4:37

Can not drag

Hi there, probably i'm not doing it right but i can't drag the screen with 
the mouse..

Original issue reported on code.google.com by [email protected] on 6 Oct 2009 at 8:29

[PATCH] Running vncserver on beagleboard/0xdroid

Hi,

Attached patch fixed running vncserver on beagleboard/0xdroid and possibly 
any device without a touch screen. Because faketouch screen always report 
zero when query device information, coordinates transformation is not 
needed.

Original issue reported on code.google.com by ckanru on 15 Jan 2010 at 9:40

Attachments:

How to complie it on mips-ics source

I download the binary file and put it in my mips android device's /data/local/ 
dir,and then run it,but it is failed.So I want to rebuilt it in my mips ics 
source.What should I do? THX


Original issue reported on code.google.com by [email protected] on 26 Mar 2012 at 11:15

Can't create virtual keyboard and mouse

What steps will reproduce the problem?
1. Running server on my Zenithink C91 tablet running ICS with kernel 2.6.34
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
Zenithink C91 tablet running ICS with kernel 2.6.34

Please provide any additional information below.
looks like the kernel is not compiled with uinput module. How do I install 
uinput module. I did a grep for uinput.ko but didn't find anything.

Original issue reported on code.google.com by [email protected] on 3 Jan 2012 at 7:33

The screen is garbled on Samsung Galaxy 5

I'm running tightvncviewer on Ubuntu Linux 10.04.2 accessing the device over 
the wifi. I am able to access it but all I can see is a garbled screen as in 
the attached screenshot. The log of androidvncserver can be seen below and the 
raw framebuffer contents is also attached.

I tried several different configurations on the client side but none worked. 
Could you please help?

Euler

------------------- log follows ------------------------------------

Initializing framebuffer device /dev/graphics/fb0...
xres=240, yres=320, xresv=240, yresv=640, xoffs=0, yoffs=0, bpp=32
Initializing keyboard device /dev/input/event3 ...
Initializing touch device /dev/input/event1 ...
Initializing VNC server:
    width:  240
    height: 320
    bpp:    32
    port:   5901
Initializing server...
25/02/2011 07:46:42 Listening for VNC connections on TCP port 5901
$ 25/02/2011 07:47:32 Got connection from client 192.168.0.237
25/02/2011 07:47:32   other clients:
25/02/2011 07:47:32 Client Protocol Version 3.8
25/02/2011 07:47:32 Protocol version sent 3.8, using 3.8
Dirty page: 240x320+0+0...
25/02/2011 07:47:32 rfbProcessClientSecurityType: executing handler for type 1
25/02/2011 07:47:32 rfbProcessClientSecurityType: returning securityResult for 
client rfb version >= 3.8
25/02/2011 07:47:34 Pixel format for client 192.168.0.237:
25/02/2011 07:47:34   32 bpp, depth 24, little endian
25/02/2011 07:47:34   true colour: max r 255 g 255 b 255, shift r 16 g 8 b 0
25/02/2011 07:47:34 Using compression level 1 for client 192.168.0.237
25/02/2011 07:47:34 Using image quality level 6 for client 192.168.0.237
25/02/2011 07:47:34 Enabling X-style cursor updates for client 192.168.0.237
25/02/2011 07:47:34 Enabling full-color cursor updates for client 192.168.0.237
25/02/2011 07:47:34 Enabling cursor position updates for client 192.168.0.237
25/02/2011 07:47:34 Enabling LastRect protocol extension for client 
192.168.0.237
25/02/2011 07:47:34 Using tight encoding for client 192.168.0.237
Dirty page: 240x18+0+12...
Dirty page: 240x280+0+40...
Dirty page: 240x280+0+40...
Dirty page: 240x320+0+0...
Dirty page: 240x320+0+0...
Dirty page: 240x108+0+212...
Dirty page: 240x63+0+256...
Dirty page: 240x308+0+12...
Dirty page: 240x152+0+168...
Dirty page: 240x111+0+209...
Dirty page: 240x313+0+7...
Dirty page: 240x108+0+212...
Dirty page: 240x57+0+263...
Dirty page: 240x110+0+210...
Dirty page: 240x313+0+7...
Dirty page: 240x280+0+40...
Dirty page: 240x280+0+40...
Dirty page: 240x280+0+40...
Dirty page: 240x313+0+7...
Dirty page: 240x27+0+40...
25/02/2011 07:48:24 Client 192.168.0.237 gone
25/02/2011 07:48:24 Statistics             events    Transmit/ RawEquiv ( saved)
25/02/2011 07:48:24  FramebufferUpdate   :     21 |         0/        0 (  0.0%)
25/02/2011 07:48:24  LastRect            :     21 |       252/      252 (  0.0%)
25/02/2011 07:48:24  tight               :    521 |    352411/  4192812 ( 91.6%)
25/02/2011 07:48:24  PointerPos          :      1 |        12/       12 (  0.0%)
25/02/2011 07:48:24  RichCursor          :      1 |       255/      255 (  0.0%)
25/02/2011 07:48:24  TOTALS              :    565 |    352930/  4193331 ( 91.6%)
25/02/2011 07:48:24 Statistics             events    Received/ RawEquiv ( saved)
25/02/2011 07:48:24  PointerEvent        :    257 |      1542/     1542 (  0.0%)
25/02/2011 07:48:24  FramebufferUpdate   :     22 |       220/      220 (  0.0%)
25/02/2011 07:48:24  SetEncodings        :      1 |        52/       52 (  0.0%)
25/02/2011 07:48:24  SetPixelFormat      :      1 |        20/       20 (  0.0%)
25/02/2011 07:48:24  TOTALS              :    281 |      1834/     1834 (  0.0%)

Original issue reported on code.google.com by [email protected] on 25 Feb 2011 at 11:26

Attachments:

androidvncserver program problem

What steps will reproduce the problem?(2 problem)
1. client starting.
2. view only upperside only. don't view downside.
3. client click don't received server.

What is the expected output? What do you see instead?
2. client screen by server full screen.
3. client click by received server.

What version of the product are you using? On what operating system?
server running on Desire
client running on ubuntu linux 9.04

Please provide any additional information below.
Attach the client screen image.

Original issue reported on code.google.com by [email protected] on 15 Jun 2010 at 7:53

Attachments:

no mouse on mini-PC

version 1.1rco, June 12, 2012 on rooted miniPC ICS 4.0.3
1. connection established, even turning screen works fine
2. access tried via tightVNC viewer (PC) or Jump Desktop (Tablet)
3. cursor is moving but mouse click does not do anything










Original issue reported on code.google.com by [email protected] on 24 Aug 2012 at 3:53

couldn't start server

What steps will reproduce the problem?
1. Start APP
2. Click on Start Server
3. couldn't start server

What is the expected output? What do you see instead?
"couldn't start server"

What version of the product are you using? On what operating system?
Gingerbread On Samsung Galaxy Scl

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 25 May 2012 at 8:00

Return application

When i've an application (Ragnarok Valkyrie Uprising open) and when i click in 
the game, ofter time, the click seems to click on the return button on my 
Samsung Galaxy S3 and ask to exit the game.

Original issue reported on code.google.com by [email protected] on 3 Jul 2013 at 8:52

show the IPv6 address in ICS 4.0

What steps will reproduce the problem?
1. In android 4.0 the main screen show the connected address with IPv6,no IPv4 
as android 2.3.*
2.
3.

What is the expected output? What do you see instead?
show the IPv4 address

What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 6 Jun 2012 at 1:44

cannot work on Moto Atrix

when i try to start the server using /data/local/androidvncserver &,the screen 
showed cannot open fb device /dev/graphic/fb0

what should i do??

Original issue reported on code.google.com by [email protected] on 20 Apr 2011 at 2:10

Pressing left mouse button and moving the mouse without releasing it generates touch events badly.

What steps will reproduce the problem?
1. Press left mouse button in the vncviewer screen.
2. Move the mouse without releasing the left button.

What is the expected output? What do you see instead?
Expected output is a pressing button event, then a lot of moving mouse
events, and in the end a releasing button event when you release the mouse
button.
I see instead a lot of press and release events with a lot of moving mouse
events.

What version of the product are you using? On what operating system?
Debian GNU/Linux Sid. Android emulator (eclair version)

Please provide any additional information below.
I provide a patch to solve it:
$ cd android-vnc-server-read-only
$ patch -p2 <patch.fbvncserver   

Hope it helps,
Vicente.

Original issue reported on code.google.com by [email protected] on 18 May 2010 at 4:50

Attachments:

does not works on my HTC dream

What steps will reproduce the problem?

first, i use a HTC dream with a cyanogen 4.1.11.1 rom, the file
"androidvncserver" is in /system/bin

1. Open the terminal emulator
2. launch androidvncserver (androidvncserver &)
3. an error message comes : cannot open fb for device /dev/graphics/fb0

Please provide any additional information below.

i downloaded the june 08 version

Original issue reported on code.google.com by [email protected] on 1 Oct 2009 at 11:33

Remote Control

What steps will reproduce the problem?
1. How i can remote control from windows 7?
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 30 Mar 2012 at 8:40

When running with windows version of android sdk getting error: cannot open kbd device /dev/input/event3

What steps will reproduce the problem?
1. When executed through windows sdk i am getting following sequence of 
messages.
#./androidvncserver
Initializing framebuffer device /dev/graphics/fb0...
xres=320, yres=480, xresv=320, yresv=960, xoffs=0, yoffs=0, bpp=16
Initializing keyboard device /dev/input/event3 ...
cannot open kbd device /dev/input/event3


What is the expected output? What do you see instead?
android vnc server should start running without any error message.

What version of the product are you using? On what operating system?
latest one, released on Jun 08 2009

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 15 Jun 2009 at 2:01

How to use JNI to open the fb0 ?

What steps will reproduce the problem?
1.
Edit int main(int argc,char **argv) to void start()
2.
Add a JNI function to call start().

JNIEXPORT jint JNICALL Java_com_vnc_start(JNIEnv *env, jobject this)
{
   start();
}

compile vnc server to libandroidvncserver.so.
3.
In java file,add code System.loadLibrary(androidvncserver);
And call start().

What do you see instead?
can't open fb0.Maybe don't hava the permission.

Is there a method to use JNI to call vnc-server? I want to use it as a dynamic 
library.


Original issue reported on code.google.com by [email protected] on 19 Jan 2011 at 1:35

Just viewing first frame

What steps will reproduce the problem?
1. just viewing first frame
2.
3.

What is the expected output? What do you see instead?
just viewing first frame

What version of the product are you using? On what operating system?
LG optimus 2X
android platform ver.2.2.1 

Please provide any additional information below.
I installed busybox version 1.18.3

Original issue reported on code.google.com by [email protected] on 23 Mar 2011 at 8:34

[PATCH] Running on Samsung Charge

This patch corrects resolution issues on 32 bit framebuffers. I coded and 
tested it against the Samsung Charge. I was also able to reduce the memory 
footprint of this application by 50% as well do to in incorrect size allocation 
error when calloc'ing' buffers.







Original issue reported on code.google.com by [email protected] on 22 Jul 2011 at 2:41

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.