Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ControlService: added possibility to manage the VNC under the control of another apps #84

Closed
wants to merge 11 commits into from

Conversation

anreis75
Copy link
Contributor

allows any other application that has been given the "net.christianbeier.droidvnc_ng.VNC_IPC_CONTROL" permissions to send intends to start a VNC session in listening/reverse or repeater mode

… of another apps bk138#83

allows any other application that has been given the "net.christianbeier.droidvnc_ng.VNC_IPC_CONTROL" permissions to send intends to start a VNC session in listening/reverse or repeater mode
@anreis75
Copy link
Contributor Author

Hello Christian,
Are you not completely satisfied with the solution? Let me know if you see a need to change anything or if you need a test application for remote control.
Kind regards
Andre

@bk138
Copy link
Owner

bk138 commented May 30, 2022

Oh, I didn't know it was ready. I'll review time permitting (rather busy this week).

app/src/main/AndroidManifest.xml Show resolved Hide resolved
app/src/main/res/values/strings.xml Outdated Show resolved Hide resolved
go away from different types of intents and only use the "start" intent to start any type of VNC connection
-Read/write settings moved away from MainService.  Settings are always a part of the start intent EXTRAS
moved retrieval of network information from MainService to MainActivity
… on the running server bk138#84

stop the existing VNC server instance  and start a new one only if both PORT and HOST extras are set.  So we can start reverse and repeater connections using the current VNC server instance
…8#84

stop MainService and don't  try to start a repeater or a reverse connection if no instance of VNC server is running
@bk138
Copy link
Owner

bk138 commented Jun 15, 2022

Thanks for the changes. Will take some time to review as I'm busy with €€€ work this week.

@bk138
Copy link
Owner

bk138 commented Aug 14, 2022

Closing in favour of #98, but rest assured I'm thankful for the groundwork done! I'll use this as a "code quarry" for #98 :-)

@bk138 bk138 closed this Aug 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants