Hi,
I will like to configure my new HP 23tm Touchscreen with the MK908II mini Android PC
.
I read on the internet that I might have to add a fille called "Vendor_XXXX_Product_YYYY.idc" in folder
/system/usr/idc/Vendor_XXXX_Product_YYYY.idc
where the XXXX is the VendorID and YYYY is the ProductID
by running the command “lsusb” when the 23tm touchscreen is connected in the USB port, I obtain as result
1926:033c
where the 1926 is the VendorID and the 033c is the ProductID.
So I created a file called “Vendor_1926_Product_033c.idc” that I have put in folder
/system/usr/idc/Vendor_1926_Product_033c.idc
As it is specified at web site
http://source.android.com/devices/tech/input/input-device-configuration-files.html
Now I need to include this content in the file (see 3 lines below), based on the same web site.
device.internal = 0
touch.deviceType = touchScreen
touch.orientationAware = 1
where device.internal = 0 given the devide is connected throught the USB and is external
If the value is 0, the device is external.
If the value is 1, the device is internal.
If the value is not specified, the default value is 0 for all devices on the USB (BUS_USB) or Bluetooth (BUS_BLUETOOTH) bus, 1 otherwise.
Finally save the file and reboot the Android
Unfortunately it didn’t worked at 100%, when a touch the screen a see my cursor or a round circle but it doesn’t move
Can someone give me some help or hint ?
Thanks
Eric