Roger Cas
Roger Cas
Additional info: I'm running v1.1RC0 from the Play Store on i9505 phone with ProBAM ROM 1.2.4 (KitKat-based). There's no image on the VNC viewer but the tap/drag/keyboard events work.
Changing from PLD() to PLD[] worked! Thanks for the solution @giridhart!
The virtual device is already rooted, it passes with Root Checker Basic. I will try that. I will also probably try copying from the SO from an installation on a...
OK, it may have been a bad idea to copy .so files from real device into emulator due to the difference in architecture. The device is arm(?) and the Genymotion...
Updates: Still not working but I got these logs from running libandroidvncserver.so from shell: ``` /data/data/org.anaips.vnc/lib/libandroidvncserver.so -r 0 -s 100 -P 5901 ``` ``` rotating to 0 degrees scaling to...
Okay, I looked at the logs more carefully and the framebuffer.c code. In the logs, it says: ``` line_lenght=0 xres=600, yres=1024, xresv=600, yresv=1024, xoffs=0, yoffs=0, bpp=16 .. mmap failed ```...
I'm starting to compare the logs of a working setup and the failing one. It's only til now that I shouldn't be looking in /data/data/org.anaips.vnc/lib but in /data/data/org.anaips.vnc/files instead. Working...
I found a bit of difference in the logs when using packaged `androidvncserver` binary vs. the one I compiled. This is when using the one I compiled: ``` V/VNCserver(17454): RECEIVED...
Krish, no keyboard problem. Only the delay. That's weird, since I compiled the code straight from checkout. It should just work, right? But yeah, I'll try looking into what you...
OK, I sort of fixed the mouse not being detected. It involves updating jni/vnc/inputMethods/input.c Change line 51 from ``` if((inputfd = suinput_open("Generic", &id)) == -1) ``` to ``` if((inputfd =...