Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Touchscreen

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Originally posted by neomode View Post
    Hello,

    AML Boxes are good. All you need is that driver and finish.
    Trust me done this before.
    Let me see to make you an update.zip that you can easy Install today.

    Regards
    Neomode

    Gesendet von meinem HT70 mit Tapatalk
    hallo
    what you need exactly?
    the rom image is this https://mega.nz/#!JJMQwI7T!9IeGflJkE...JO-aHSChs-B-50
    you need PID-VID of my touchscreen?
    thanks!

    Comment


      Hello,

      I need the company and model and is it connected with USB isent it?

      Neomode

      Comment


        Originally posted by neomode View Post
        Hello,

        I need the company and model and is it connected with USB isent it?

        Neomode
        this is the model,
        ABOX A1 MAX with S905W SoC from Amlogic
        https://androidpctv.com/firmware-abo...ic-12-11-2017/
        and is also the (working) imaged flashed
        for the usb connection i've used usb-usb cable with the usb burner tool (from guide)
        touchscreen is detected when i do lsusb command in terminal, but not works as input

        Comment


          Give me the output of lsusb dmesg and logcat.

          Thanks!

          Ray

          Comment


            Here is the update.zip to bring the Touchscreen alive.
            Go to Recovery and Flash it.
            Also Update&Backup App will work.

            Neomode

            update.zip ​​​​​​​

            Comment


              Originally posted by neomode View Post
              Here is the update.zip to bring the Touchscreen alive.
              Go to Recovery and Flash it.
              Also Update&Backup App will work.

              Neomode

              [ATTACH]n752848[/ATTACH]
              thanks Ray, i've flashed via recovery, crossed my fingers, but without success...
              later ill'try on another touchscreen and send you the logs
              monitors works well with androidx86... but on a midtower pc!

              ​​​​​​​maybe i have to manually put renamed .idc files in the right folder?
              thanks again

              Comment


                No, no need for IDC files.
                My packaged install the needed kernel drivers and load them on startup.
                Install Terminal Emulator and type in:

                su
                lsmod

                To see if the drivers has been loaded.

                Ray

                Comment


                  Originally posted by neomode View Post
                  No, no need for IDC files.
                  My packaged install the needed kernel drivers and load them on startup.
                  Install Terminal Emulator and type in:

                  su
                  lsmod

                  To see if the drivers has been loaded.

                  Ray
                  hallo
                  link
                  here you can find the logs, done with the monitor connected before the boot...
                  before i've also tried again to flash the zip via OTA but with the same results
                  Last edited by AltCtrlDroid; 04 December 2018, 19:47.

                  Comment


                    I see what's wrong, the driver are not loaded.
                    open terminal emulator and type in:

                    su
                    cd /system/lib
                    Now look for hid-touchscreen.ko and usbtouch*.ko
                    When you have the proper name try to load it with:
                    insmod /system/lib/modulname.ko

                    That's should load the drivers

                    Ray

                    Comment


                      Originally posted by neomode View Post
                      I see what's wrong, the driver are not loaded.
                      open terminal emulator and type in:

                      su
                      cd /system/lib
                      Now look for hid-touchscreen.ko and usbtouch*.ko
                      When you have the proper name try to load it with:
                      insmod /system/lib/modulname.ko

                      That's should load the drivers

                      Ray
                      i've tried but have an error "no file\directory"
                      so i've tried to mount -o remount,rw /system (su) but is the same....

                      here the copy of the terminal



                      3C All-in-One Toolbox (terminal)
                      ========================
                      =======================
                      mount -o remount,rw /system (su)
                      =======================

                      =======================
                      cd /system/lib (su)
                      =======================

                      =======================
                      ls (su)
                      =======================
                      8189es.ko
                      8189fs.ko
                      8723bs.ko
                      9082xs.ko
                      amplayer
                      audio_data.ko
                      bcmdhd.ko
                      btusb.ko
                      cfg80211.ko
                      cfg80211_9377.ko
                      compat_9377.ko
                      crtbegin_so.o
                      crtend_so.o
                      ddr_window_64.ko
                      dhd.ko
                      drm
                      dwc3.ko
                      dwc_otg.ko
                      egl
                      hid-dia-remote.ko
                      hid-keytouch.ko
                      hid-lenovo-tpkbd.ko
                      hid-logitech-dj.ko
                      hid-logitech.ko
                      hid-multitouch.ko
                      hid-sensor-hub.ko
                      hw

                      ::::\\\CUTTED\\\:::

                      libzvbi.so
                      mac80211.ko
                      mali.ko
                      rtkbt
                      soundfx
                      ssv6051.ko
                      usbtouchscreen.ko
                      wlan_9377.ko

                      =======================
                      insmod /system/lib/hid-multitouch.ko (su)
                      =======================

                      insmod: failed to load /system/lib/hid-multitouch.ko: No such file or directory
                      =======================
                      insmod /system/lib/hid-multitouch.ko (su)
                      =======================

                      insmod: failed to load /system/lib/hid-multitouch.ko: No such file or directory
                      =======================


                      what to do now?
                      thanks...

                      Comment


                        i've tried but have an error "no file\directory"
                        so i've tried to mount -o remount,rw /system (su) but is the same....

                        here the copy of the terminal



                        3C All-in-One Toolbox (terminal)
                        ========================
                        =======================
                        mount -o remount,rw /system (su)
                        =======================

                        =======================
                        cd /system/lib (su)
                        =======================

                        =======================
                        ls (su)
                        =======================
                        8189es.ko
                        8189fs.ko
                        8723bs.ko
                        9082xs.ko
                        amplayer
                        audio_data.ko
                        bcmdhd.ko
                        btusb.ko
                        cfg80211.ko
                        cfg80211_9377.ko
                        compat_9377.ko
                        crtbegin_so.o
                        crtend_so.o
                        ddr_window_64.ko
                        dhd.ko
                        drm
                        dwc3.ko
                        dwc_otg.ko
                        egl
                        hid-dia-remote.ko
                        hid-keytouch.ko
                        hid-lenovo-tpkbd.ko
                        hid-logitech-dj.ko
                        hid-logitech.ko
                        hid-multitouch.ko
                        hid-sensor-hub.ko
                        hw

                        ::::\\\CUTTED\\\:::

                        libzvbi.so
                        mac80211.ko
                        mali.ko
                        rtkbt
                        soundfx
                        ssv6051.ko
                        usbtouchscreen.ko
                        wlan_9377.ko

                        =======================
                        insmod /system/lib/hid-multitouch.ko (su)
                        =======================

                        insmod: failed to load /system/lib/hid-multitouch.ko: No such file or directory
                        =======================
                        insmod /system/lib/hid-multitouch.ko (su)
                        =======================

                        insmod: failed to load /system/lib/hid-multitouch.ko: No such file or directory
                        =======================


                        what to do now?
                        thanks...

                        Comment


                          Originally posted by neomode View Post
                          I see what's wrong, the driver are not loaded.
                          open terminal emulator and type in:

                          su
                          cd /system/lib
                          Now look for hid-touchscreen.ko and usbtouch*.ko
                          When you have the proper name try to load it with:
                          insmod /system/lib/modulname.ko

                          That's should load the drivers

                          Ray
                          i've tried but have an error "no file\directory"
                          so i've tried to mount -o remount,rw /system (su) but is the same....

                          insmod /system/lib/hid-multitouch.ko (su)
                          insmod: failed to load /system/lib/hid-multitouch.ko: No such file or directory
                          insmod /system/lib/hid-multitouch.ko (su)
                          insmod: failed to load /system/lib/hid-multitouch.ko: No such file or directory


                          what to do now?
                          thanks...

                          Comment


                            Maybe my fault.
                            Could me that I forget to chmod the ko File to the right corner.
                            Let me see.

                            Ray

                            Comment


                              Originally posted by neomode View Post
                              Maybe my fault.
                              Could me that I forget to chmod the ko File to the right corner.
                              Let me see.

                              Ray
                              .ko file inside update.zip\system\lib have 0755 permissions (group and others cant write and all the other permissions enabled)...
                              googling for insmod: failed No such file or directory
                              i've found https://forum.xda-developers.com/sho....php?t=1280489 ...any idea?

                              Comment


                                Hmm,

                                Let me think about.

                                Ray

                                Comment

                                Working...
                                X