-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No touch in stock kernel #10
Comments
Searching for the text "tpd_i2c" in stock recovery kernel log file /cache/recovery/last_kmsg unveiled that the touch driver was indeed removed during initiation:
|
This issue has become quite common among newer devices with MTK SoCs. Here is a detailed but complicated tutorial on how to patch the kernel: |
Last part of the following tutorial is also helpful for fixing the issue: https://forum.xda-developers.com/t/doogee-s55-twrp-recovery-how-to-port-mtk-recovery.3836178/ |
This directory contains all the necessary files related to my R&D on the issue. You can also find my detailed workflow in the readme: https://github.com/theintel/twrpwaltonprimoh8/tree/main/work/kernelfix |
Kernel in stock recovery disables touch sensor in recovery boot.
The text was updated successfully, but these errors were encountered: