Open GoogleCodeExporter opened 8 years ago
[deleted comment]
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
[deleted comment]
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
Original issue reported on code.google.com by
havlenap...@gmail.com
on 7 Sep 2009 at 11:22