My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Last 30 days

  • Dec 23, 2009
    issue 6 (fbvncserver.c compile) reported by ilmare230   -   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.
    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.
  • Dec 16, 2009
    README Wiki page commented on by ilmare230   -   I run fbvncserver on my emulator. But I failed on my droid phone. Although it connected to vnc viewer (on my labtop), vncviewer shows black screen. I installed my droid phone in same method (like emulator). I don't know why this happned. Please sombody help me! Thanks...
    I run fbvncserver on my emulator. But I failed on my droid phone. Although it connected to vnc viewer (on my labtop), vncviewer shows black screen. I installed my droid phone in same method (like emulator). I don't know why this happned. Please sombody help me! Thanks...

Older

  • Dec 04, 2009
    issue 4 (Can not drag) commented on by Ryan.Beesley.swypeinc   -   It looks a little like dragging on the PC produces mouse up and down events on the device. In the device I'm testing, I'm seeing a lot of garbage mouse data that is unusable. On the flip side to that, the display isn't properly tracking the mouse data from the device to show a cursor.
    It looks a little like dragging on the PC produces mouse up and down events on the device. In the device I'm testing, I'm seeing a lot of garbage mouse data that is unusable. On the flip side to that, the display isn't properly tracking the mouse data from the device to show a cursor.
  • Dec 04, 2009
    README Wiki page commented on by Ryan.Beesley.swypeinc   -   I followed Meyerman's post mostly. Install SDK, ADB drivers, et al. Connect device via USB. In one command prompt: > adb push androidvncserver /data > adb shell chmod 755 /data/androidvncserver > adb shell /data/androidvncserver in another command prompt: > adb forward tcp:5900 tcp:5901 Then start favorite VNC Viewer (I used UltraVNC) and connect to localhost:5900 Why my port number is different, I don't know, but it works this way.
    I followed Meyerman's post mostly. Install SDK, ADB drivers, et al. Connect device via USB. In one command prompt: > adb push androidvncserver /data > adb shell chmod 755 /data/androidvncserver > adb shell /data/androidvncserver in another command prompt: > adb forward tcp:5900 tcp:5901 Then start favorite VNC Viewer (I used UltraVNC) and connect to localhost:5900 Why my port number is different, I don't know, but it works this way.
  • Dec 04, 2009
    issue 5 (Back and Close key not working) commented on by sop...@gmail.com   -   Btw, F1 for menu does not seem to work either.
    Btw, F1 for menu does not seem to work either.
  • Dec 04, 2009
    issue 5 (Back and Close key not working) reported by sop...@gmail.com   -   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.
    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.
  • Dec 04, 2009
    README Wiki page commented on by sop...@gmail.com   -   Works on my Magic, but unfortunately keyboard mapping seems very flaky and stops working?
    Works on my Magic, but unfortunately keyboard mapping seems very flaky and stops working?
  • Dec 04, 2009
    README Wiki page commented on by sop...@gmail.com   -   Works on my MAgic, but is seems extremely slow unfortunately!
    Works on my MAgic, but is seems extremely slow unfortunately!
  • Nov 26, 2009
    README Wiki page commented on by crangkouw   -   Please somebody help me. I cant get it running. Please can somebody tell me exacly what to doe? Thanks !
    Please somebody help me. I cant get it running. Please can somebody tell me exacly what to doe? Thanks !
  • Nov 22, 2009
    README Wiki page commented on by meyerman   -   I could not get the instructions on the README to work with Android 1.6 cynanopgen. I am running under root. What does work is: in one window adb shell ./androidvncserver & ( i run the server in a sdb shell window to see messages ) afterwards in another window adb forward tcp:5900 tcp:5901 vncviewer localhost:5901 Keymappings Android:Home = Keyboard:Home key Android:Back = Keyboard:ESC key Android Menu = Keyboard F1 key ANdroid:End = Keyboard End key The Keyboard works in text fields. Great job! Many thanks to the authors
    I could not get the instructions on the README to work with Android 1.6 cynanopgen. I am running under root. What does work is: in one window adb shell ./androidvncserver & ( i run the server in a sdb shell window to see messages ) afterwards in another window adb forward tcp:5900 tcp:5901 vncviewer localhost:5901 Keymappings Android:Home = Keyboard:Home key Android:Back = Keyboard:ESC key Android Menu = Keyboard F1 key ANdroid:End = Keyboard End key The Keyboard works in text fields. Great job! Many thanks to the authors
  • Nov 12, 2009
    README Wiki page commented on by jsheridan0   -   ESC key is back
    ESC key is back
  • Oct 07, 2009
    issue 4 (Can not drag) commented on by sa.McAndrews   -   I have the same error (HTC Hero)
    I have the same error (HTC Hero)
  • Oct 06, 2009
    issue 4 (Can not drag) reported by vekexasia   -   Hi there, probably i'm not doing it right but i can't drag the screen with the mouse..
    Hi there, probably i'm not doing it right but i can't drag the screen with the mouse..
  • Oct 05, 2009
    README Wiki page commented on by milindr   -   It took me a long time to get this running. I adb pushed it to /sdcard and tried changing the permissions to make it an executable. But chmod does not work on /sdcard. Finally, I deleted the file from /sdcard and pushed it to /data/local. I was able to chmod 766 there. Runs well. But haven't yet figured out all the key bindings Home key acts as "Home Screen" button. F1 as the menu. But can't get figure out "Back", "Call" and "Hang Buttons". Long Press works on the home screen, but not on selected elements. Also haven't yet figured out how to scroll down a list. eg. in Astro, I can't figure out how to get context popup on a file or how to scroll down to see the next page. "Page Down" and "Down Arrow" keys don't work. The mouse scroll wheel does not work either.
    It took me a long time to get this running. I adb pushed it to /sdcard and tried changing the permissions to make it an executable. But chmod does not work on /sdcard. Finally, I deleted the file from /sdcard and pushed it to /data/local. I was able to chmod 766 there. Runs well. But haven't yet figured out all the key bindings Home key acts as "Home Screen" button. F1 as the menu. But can't get figure out "Back", "Call" and "Hang Buttons". Long Press works on the home screen, but not on selected elements. Also haven't yet figured out how to scroll down a list. eg. in Astro, I can't figure out how to get context popup on a file or how to scroll down to see the next page. "Page Down" and "Down Arrow" keys don't work. The mouse scroll wheel does not work either.
  • Oct 05, 2009
    README Wiki page commented on by milindr   -   It took me a long time to get this running. I adb pushed it to /sdcard and tried changing the permissions to make it an executable. But chmod does not /sdcard. I tried various things to no avail. Finally, I deleted the file from /sdcard and pushed it to /data/local. I was able to chmod 766 there. Runs well. Home key acts as "Home Screen" button. And F1 as the menu. But can't get figure out "Back", "Call" and "Hang Buttons". Long Press works on the home screen, but not on selected elements. Also haven't yet figured out how to scroll down a list. eg. in Astro, I can't figure out how to get context popup on a file or how to scroll down to see the next page. "Page Down" and "Down Arrow" keys don't work. The mouse scroll wheel does not work either.
    It took me a long time to get this running. I adb pushed it to /sdcard and tried changing the permissions to make it an executable. But chmod does not /sdcard. I tried various things to no avail. Finally, I deleted the file from /sdcard and pushed it to /data/local. I was able to chmod 766 there. Runs well. Home key acts as "Home Screen" button. And F1 as the menu. But can't get figure out "Back", "Call" and "Hang Buttons". Long Press works on the home screen, but not on selected elements. Also haven't yet figured out how to scroll down a list. eg. in Astro, I can't figure out how to get context popup on a file or how to scroll down to see the next page. "Page Down" and "Down Arrow" keys don't work. The mouse scroll wheel does not work either.
  • Oct 01, 2009
    issue 3 (does not works on my HTC dream) reported by antilylimas   -   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
    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
  • Aug 11, 2009
    issue 2 (CPU at 90%) reported by guy.arieli   -   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
    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
  • Jun 27, 2009
    issue 1 (When running with windows version of android sdk getting err...) commented on by amacbeth   -   This appears to be working on the emulator using: #./androidvncserver -k "/dev/input/event0" -t "/dev/input/event0"
    This appears to be working on the emulator using: #./androidvncserver -k "/dev/input/event0" -t "/dev/input/event0"
  • Jun 27, 2009
    issue 1 (When running with windows version of android sdk getting err...) commented on by amacbeth   -   Same issue here running emulator on mac.
    Same issue here running emulator on mac.
  • Jun 26, 2009
    issue 1 (When running with windows version of android sdk getting err...) commented on by jjyst5   -   I also am having this problem. My guess is that the androidvncserver only works on a real device (not with the emulator) with a USB keyboard attached so that it can inject keypresses. Is this the case? There should be a way to tell the emulator that an external USB keyboard is attached which should get past the problem of: #./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 Any help is appreciated.
    I also am having this problem. My guess is that the androidvncserver only works on a real device (not with the emulator) with a USB keyboard attached so that it can inject keypresses. Is this the case? There should be a way to tell the emulator that an external USB keyboard is attached which should get past the problem of: #./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 Any help is appreciated.
  • Jun 15, 2009
    issue 1 (When running with windows version of android sdk getting err...) commented on by deepraj.patkar   -   When tried setting different Keyboard device and mouse device, got following lines of errors: #./androidvncserver -k "/dev/input/event0" -t "/dev/input/mouse0" Initializing framebuffer device /dev/graphics/fb0... xres=320, yres=480, xresv=320, yresv=960, xoffs=0, yoffs=480, bpp=16 Initializing keyboard device /dev/input/event0 ... Initializing touch device /dev/input/mouse0 ... cannot get ABS_X info, Not a typewriter #
    When tried setting different Keyboard device and mouse device, got following lines of errors: #./androidvncserver -k "/dev/input/event0" -t "/dev/input/mouse0" Initializing framebuffer device /dev/graphics/fb0... xres=320, yres=480, xresv=320, yresv=960, xoffs=0, yoffs=480, bpp=16 Initializing keyboard device /dev/input/event0 ... Initializing touch device /dev/input/mouse0 ... cannot get ABS_X info, Not a typewriter #
  • Jun 15, 2009
    issue 1 (When running with windows version of android sdk getting err...) reported by deepraj.patkar   -   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.
    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.
  • Jun 08, 2009
    README Wiki page added by letsgoustc
  • Jun 08, 2009
    r2 (The first version. ) committed by letsgoustc   -   The first version.
    The first version.
  • Jun 08, 2009
    androidvncserver (compiled binary) file uploaded by letsgoustc
  • Jun 08, 2009
    Project android-vnc-server created by letsgoustc   -   Android VNC Server
    Android VNC Server
 
Hosted by Google Code