virenchaudhary / android-vnc

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

Installation Failure #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Steps performed to reproduce the bug:

1. Run the kernel image using command 'emulator -kernel zImage -noskin'
2. Push the fbvncserver using command 'adb push fbvncserver /data'
3. And then try to execute the command 'adb shell /data/fbvncserver' but
its giving following error. 
"/data/fbvncserver: permission denied"

I tried to change the rights of fbvncserver using chmod command, but i
wasnt able to change the rights and of course unable to execute it.

Original issue reported on code.google.com by adnan.ra...@gmail.com on 1 Feb 2008 at 6:59

GoogleCodeExporter commented 8 years ago
No help here, but I can verify that I have the same problem using ubuntu.

Original comment by joetier...@gmail.com on 14 Feb 2008 at 7:27

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Execute the command
adb shell chmod 777 /data/fbvncserver
to set the permission to execute the fbvncserver

I saw your comment about the chmod, but this worked fine for me.

Original comment by danielbf...@gmail.com on 19 Feb 2008 at 2:02

GoogleCodeExporter commented 8 years ago
It's the root problem on android. You should execute adb shell > cd data > su 
chmod 777 fbvncserver and then you execute adb shell /data/fbvncserver. If your 
android was not rooted, root it first and install a new busybox.

Original comment by yuio4...@gmail.com on 18 Aug 2011 at 7:50