Answer the question
In order to leave comments, you need to log in
VNC input device not emulated on tablet (android 4.1.1)
I tried a bunch of VNC servers on a tablet (ainol Novo 10 Hero QuadCore), settled on two VNC Servers and a droid VNC server . The second has open sources ( github ).
In any case, the problem is the same - you can’t control the device in any way, but you can only observe. Here is a screenshot of the VNC viewer yadi.sk/d/wvsA1wHD6oqC6 The cursor is always like this. The VNC Server program has an input device setting. I tried this and that (for example / dev / input / event0). Here is a screen of settings yadi.sk/d/N_64JkDC6oqly and a screen of devices yadi.sk/d/M0VGT8CC6osgC
I tried a little differently with the droid VNC server program. She swears when running "cannot create virtual input device". On the forum w3bsit3-dns.comadvice to make a link to the input devices in the folder / dev / uinput /, because in the sources of the search path for input devices the following are written:
char* UINPUT_FILEPATHS[] = {
"/android/dev/uinput",
"/dev/uinput",
"/dev/input/uinput",
"/dev/misc/uinput",
};
suinput.c
It did not help.
On the advice from the same forum, I output data from input devices to the console to determine which touchscreen device:
cat /dev/uinput/event0 does not give anything
cat /dev/uinput/event1 reacts to pressing the volume buttons
cat /dev/uinput/ event2 reacts to the touchscreen
cat /dev/uinput/event3 reacts to the accelerometer (most likely)
cat /dev/uinput/mice nothing
It's embarrassing that event0 is not a touchscreen...
In general, I'm asking for advice on what to do to make vnc work fully?
Answer the question
In order to leave comments, you need to log in
And how to find out exactly if this is the reason (in niks, an advanced user is not strong, let's say, above average)? There is no desire to collect your firmware from source codes yet.
Ps In principle, the question has lost its relevance, because the MyMobiler program somehow still allows you to control the tablet. There was a problem in the inability to properly install the adb driver on win7x64, which is required for the initial launch of the program.
pps MyMobiler is not vnc, as far as I understand...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question