ianka / android-vnc

Automatically exported from code.google.com/p/android-vnc
GNU General Public License v2.0
0 stars 0 forks source link

run fbvncserver on real device (not rooted) #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
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 havlenap...@gmail.com on 7 Sep 2009 at 11:22

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
to run fbvncserver on real not rooted device you must do:

1. copy fbvncserver to /data/local
2. run fbvncserver: type adb shell data/local/fbvncserver (now server is 
running on 
  port 5901). Maybe you will see permission denied error, so type adb shell, than cd
to data/local and type chmod 777 fbvncserver
3. run adb forward tcp:5901 tcp:5901
4. run in ubuntu for example xvncviewer, so type in cmd: xvncviewer 
localhost::5901

Original comment by havlenap...@gmail.com on 7 Sep 2009 at 1:48

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I was not able to copy the fbvncserver in a non rooted device 

I tried several ways like 

shell@android:/ $  mv  fbvncserver /data/local 

but i am getting "failed on 'fbvncserver' - Cross-device link"

also tried to use "cp" , "cat" commands 

Original comment by doriwald...@gmail.com on 15 Aug 2013 at 5:43