Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
adb logcat > cat.log
adb shell dmesg > dmesg.txt
adb shell cat /proc/last_kmsg > kmsg.txt
I'm using TWRP, CyanogenMod 10.1, stock bootloader, 4.2.2. Getting those logs right now.What is the current setup for that log? What ROM, recovery, bootloader, Android version, etc?
Nothing in it jumps out at me as a red flag (but I'm far from a genius at this sort of thing). Would it also be possible for you to pull your dmesg and last_kmsg logs as well?
Code:adb shell dmesg > dmesg.txt adb shell cat /proc/last_kmsg > kmsg.txt
Those are a bit lower level and may give us info about any drivers that fail to load.
[ 15.611816] [Touch E] [synaptics_ts_get_data 217] Interrupt_status reg is 0. -> ignore
[ 15.628692] [Touch E] [synaptics_ts_get_data 217] Interrupt_status reg is 0. -> ignore
[ 15.645751] [Touch E] [synaptics_ts_get_data 217] Interrupt_status reg is 0. -> ignore
[ 15.662902] [Touch E] [synaptics_ts_get_data 217] Interrupt_status reg is 0. -> ignore
How would I go about flashing a kernel?I'm seeing some pretty obvious touch-related errors in the kmsg:
Code:[ 15.611816] [Touch E] [synaptics_ts_get_data 217] Interrupt_status reg is 0. -> ignore [ 15.628692] [Touch E] [synaptics_ts_get_data 217] Interrupt_status reg is 0. -> ignore [ 15.645751] [Touch E] [synaptics_ts_get_data 217] Interrupt_status reg is 0. -> ignore [ 15.662902] [Touch E] [synaptics_ts_get_data 217] Interrupt_status reg is 0. -> ignore
LOTS of them. It does seem that it's loading up the touch driver (as best I can tell), but seems to be ignoring all input because reasons (again, I'm getting a bit out of my depth here!).
Have you tried flashing an alternative kernel to see if that does anything? Just make sure it's built for the same Android/CM version.
Yeah, it's really a strange thingWell damn. I'm running out of ideas. I really don't get why it would work with 4.3+ but not 4.2. Very strange.
Maybe a smarter person can get more useful information from the logs.
Is it possible that it's a hardware thing?
Yeah, it really seems like just a software issue, but I have no idea what would be causing it. When I did MultiROM with 4.4 and Firefox OS (based on 4.4), Android wouldn't respond to touch on the base ROM. I've tried AOKP, CM, LuneOS, ColorOS, Sailfish, and stock. Maybe I'm just getting unlucky and there is one ROM that doesn't have this issue.I suppose it's possible, but I'd really expect a hardware touch issue to manifest at all times rather than just on older software.
So am I. Now I really don't want to mess with it anymore. LuneOS Wi-Fi isn't working right, but I know the fix for when this happens again. It might be a thing that Google did too block 4.2 because of the unstated LTE that can be enabled in 4.2, but who knows. Probably not though.Holy carp! That's dedication!!
Glad you got it working though!
I still don't understand what would cause the software to act so dumb, but it's awesome that you were able to work past it.
It might be a thing that Google did too block 4.2 because of the unstated LTE that can be enabled in 4.2, but who knows. Probably not though.
I didn't know it would work on all of them. It isn't my main phone, so that's probably why I haven't bothered looking too much into it.I've got LTE on mine with 5.0.1 - and have always had LTE thanks to some hybrid radios
So I don't think that's the issue. Still mega-curious if you do figure it out though!