Christian Beier

Results 642 comments of Christian Beier

@krystofkrticka thanks for reporting! Can you let us know which of the security types in https://github.com/rfbproto/rfbproto/blob/master/rfbproto.rst this is?

Hi! Thanks for reporting! Is this maybe a duplicate of #113 ? In any way, we need detailed logcat output leading to the point that no connections are accepted, possibly...

Yes you're right, the symptoms are different. I used https://stackoverflow.com/questions/6854127/filter-logcat-to-get-only-the-messages-from-my-application-in-android to get all per-app-PID logs usually.

Hmm, to be honest, I don't know what to make of this... Can you maybe try with another device?

1. Yes, there is functionality that keeps the screen from locking when a client is connected. 2. Is unrelated but this is actually a defect, yes. Tracking in #329

Yes, contribution welcome. What would speak against re-using HandleCursorPos / GotCursorShape ? What would a testcase look like? No example needed.

> `HandleCursorPos` can be used as-is, but the `GotCursorShape` will need to interpret data differently. * maybe it makes sense to introduce additional callbacks just to be explicit and not...

> Both could work. Another option would be that the code translates the vmware format to the existing rcMask/rcSource format? > > This is really a question of api-design, so...

Then it seems you need to go for approach b) > if that's not feasible, stores data in an additional rfbClient member and theres a Big Fat Warning in the...