Ķ
ĶESAKOPARIS
Membre
- Inscrit
- 2 Septembre 2018
- Messages
- 2
- Points
- 1
- #1
Bonjour j 'ai acheté un stick android rmk le vendeur m'a certifié que ca fonctionne directement avec la plupars des écrans tactiles dès qu'on les branche.
En fait ca ne marche pas avec le mien , j'ai contacté le support IIhyama ( marque de mon moniteur ) ils m'ont indiqué un lien de téléchargement pour un drivers android
avec des instructions ( voir ci dessous ) , mais je n'ai strictement rien compris.
Autre souci le driver semble avoir été conçu pour android 4.2 et mon stick android est android 7.
Est ce que cela peut marcher ?
Sinon est ce qu'il y a par ici quelqu'un d'assez calé pour faire ça pour moi contre rémunération ?
Merci
1. Description
Sharp TPC driver for Android 4.2.2(Jelly Bean)
2. Operation Environment
Platform: PandaBoard ES Rev.B3
Android 4.2.2
3. Contents
hid-multitouch.c
hid-ids.h
Vendor_04DD_Product_9570.idc
4. Copy files and build kernel
copy two driver files shown below to the specified directory
---+kernel/drivers/hid/hid-multitouch.c
|
+------------------/hid-ids.h
modify the section of HID_MULTITOUCH in the HID configuration file
(kernel/drivers/hid/Kconfig)
e.g)
config HID_MULTITOUCH
tristate "HID Multitouch panels"
depends on USB_HID
default y (<-- add this line)
deploy Vendor_04DD_Product_9570.idc file (input device configuration)
in appropriate directory on Android system.
build the kernel
En fait ca ne marche pas avec le mien , j'ai contacté le support IIhyama ( marque de mon moniteur ) ils m'ont indiqué un lien de téléchargement pour un drivers android
avec des instructions ( voir ci dessous ) , mais je n'ai strictement rien compris.
Autre souci le driver semble avoir été conçu pour android 4.2 et mon stick android est android 7.
Est ce que cela peut marcher ?
Sinon est ce qu'il y a par ici quelqu'un d'assez calé pour faire ça pour moi contre rémunération ?
Merci
1. Description
Sharp TPC driver for Android 4.2.2(Jelly Bean)
2. Operation Environment
Platform: PandaBoard ES Rev.B3
Android 4.2.2
3. Contents
hid-multitouch.c
hid-ids.h
Vendor_04DD_Product_9570.idc
4. Copy files and build kernel
copy two driver files shown below to the specified directory
---+kernel/drivers/hid/hid-multitouch.c
|
+------------------/hid-ids.h
modify the section of HID_MULTITOUCH in the HID configuration file
(kernel/drivers/hid/Kconfig)
e.g)
config HID_MULTITOUCH
tristate "HID Multitouch panels"
depends on USB_HID
default y (<-- add this line)
deploy Vendor_04DD_Product_9570.idc file (input device configuration)
in appropriate directory on Android system.
build the kernel