I am using latest stf and realme RMX3571 device with Android 14, security patch of April 5 2024 is causing issue in touch service.
While enrolling, it is trying to connect to touch service, but it is getting timed out.
getting this log frequently in adb logcat logs
failed to connect to socket 'localabstract:androidagent': could not connect to localabstract address 'localabstract:androidagent'
in stf logs, this keeps coming and lastly it fails because of failing more than thrice in given time.
read output after data: open: Permission denied
read output after data: Unable to open device /dev/input/event2 for inspectionopen: Permission denied
read output after data: Unable to open device /dev/input/event4 for inspectionopen: Permission denied
read output after data: Unable to open device /dev/input/event3 for inspectionopen: Permission denied
read output after data: Unable to open device /dev/input/event0 for inspectionopen: Permission denied
read output after data: Unable to open device /dev/input/event1 for inspectionUnable to find a suitable touch device
read output after data: connecting socket: Connection refused
Shell keeping minitouch running ended unexpectedly
Stopping minitouch service:
touch had an error Error: Failed more than 3 times in 10000ms
device is getting enrolled successfully, but touch is not working.
I am using latest stf and realme RMX3571 device with Android 14, security patch of April 5 2024 is causing issue in touch service. While enrolling, it is trying to connect to touch service, but it is getting timed out.
getting this log frequently in adb logcat logs
failed to connect to socket 'localabstract:androidagent': could not connect to localabstract address 'localabstract:androidagent'
in stf logs, this keeps coming and lastly it fails because of failing more than thrice in given time.
device is getting enrolled successfully, but touch is not working.
can anyone help what could be going wrong here?