bk138 / droidVNC-NG

VNC server app for Android that does not require root privileges.
GNU General Public License v2.0
1.22k stars 177 forks source link

Copy Configfile to <external files directory>/Android/data/net.christianbeier.droidvnc_ng/files/ #165

Closed guzzzi closed 10 months ago

guzzzi commented 10 months ago

Hello, first of all I want to apologize, I am not so sure in the subject of Android. Currently I am trying to install a Zebra mobile scanner (MC33ax) with DroidVNC, which also works without problems. Now I would also like to give a Config but I can probably no longer write to the path /sdcard/Android/data/net.christianbeier.droidvnc_ng/files/ from Android 11. Does anyone have a tip?

Thank you in advance

bk138 commented 10 months ago

Hi, please use the chat for asking questions, as outline in the README: https://github.com/bk138/droidVNC-NG#readme :-)

Quick answer though: you need to use adb push et. al, see https://www.thecustomdroid.com/adb-push-pull-commands/ for instance.