diff options
author | Christian Beier <dontmind@freeshell.org> | 2011-07-25 11:05:01 +0200 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2011-07-25 11:05:01 +0200 |
commit | 5dfe0b05a2f800d6f100e0442ba61ec3860f4d8d (patch) | |
tree | 98e8d89299df68c60590165746345c7322fccdbc | |
parent | 8235cf8be7ed3a372bc96df39af039697d486e16 (diff) | |
download | libvncserver-android.zip libvncserver-android.tar.gz |
Add installation hints to android example README.android
-rw-r--r-- | examples/android/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/android/README b/examples/android/README index 5baea22..57e14cf 100644 --- a/examples/android/README +++ b/examples/android/README @@ -52,3 +52,12 @@ some files manually. +Installing && Running +--------------------- + +This can be done via + + adb push androidvncserver /data/local/ + adb shell /data/local/androidvncserver + + |