Open GoogleCodeExporter opened 9 years ago
The phones firmware is of course from Alcatel, not Android.
Original comment by szigeti....@gmail.com
on 1 Mar 2014 at 12:20
Here's the patch of the workaround.
Original comment by szigeti....@gmail.com
on 1 Mar 2014 at 12:30
Attachments:
Futher investigation shows that the flush and the synchronized keyword on
sendText as in the previous patch are not neccessary, but both sleepForAWhile
calls are.
Attached is a screenshot: the first two (or four, depending on how you count)
lines of Lorem ipsum were "typed" with a version of android-vnc-viewer without
the delay and they display both the wrong order (like doolr) of characters and
missing ones.
The bottom two lines were sent from a version of android-vnc-viewer with both
calls to sleepForAWhile as in the patch.
It's not visible on the picture, but sleeping between characters and not
keypresses worked about 99% of the time, but also made mistakes (also in the
word dolor, just like the first line).
This time I ran the tests in an android emulator, running two AVDs side-by-side
with the same virtual HW (7" 800x480 display, Android 2.2 - API Level 8, ARM
(armeabi), HW keyboard, no cameras, 512 MB Ram, 200 MB internal storage and no
SD Card).
Original comment by szigeti....@gmail.com
on 1 Mar 2014 at 1:37
Attachments:
Original issue reported on code.google.com by
szigeti....@gmail.com
on 1 Mar 2014 at 12:18