How to connect a Windows Mobile PDA to Windows 10

Unfortunately the Windows Mobile Device Center stopped working out of the box after the Creators Update for Windows 10. The application won’t open and therefore it’s impossible to get the sync working. In order to get it running now we need to modify the ActiveSync registry settings. Create a BAT file with the following contents … Read more

Format of /dev/input/event*

A simple and raw reader can be just done using: #!/usr/bin/python import struct import time import sys infile_path = “/dev/input/event” + (sys.argv[1] if len(sys.argv) > 1 else “0”) “”” FORMAT represents the format used by linux kernel input event struct See https://github.com/torvalds/linux/blob/v5.5-rc5/include/uapi/linux/input.h#L28 Stands for: long int, long int, unsigned short, unsigned short, unsigned int “”” … Read more

Cordova android emulation – Error: Cannot read property ‘semver’ of null

This is due using an emulator with an unstable Developer Preview API version. You probably have a device using API 27 (Android 8.1). Open your AVD, remove that device and re-run. It’s also useful to use –target <emulator_name> when launching the emulator if you have more than one. To get a list of available names … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)