View Single Post
Posts: 1,414 | Thanked: 7,547 times | Joined on Aug 2016 @ Estonia
#16
@ljo: you can find touch device in recovery. Boot into recovery, telnet into it, and then check what input devices do you have in /dev/input/

Code:
# ls -l /dev/input/
crw-rw----    1 root     root       13,  64 Jan  1 00:00 event0
crw-rw----    1 root     root       13,  65 Jan  1 00:00 event1
crw-rw----    1 root     root       13,  66 Jan  1 00:00 event2
crw-rw----    1 root     root       13,  67 Jan  1 00:00 event3
crw-rw----    1 root     root       13,  63 Jan  1 00:00 mice
Now go through event* ones by cat'ing them:

Code:
cat /dev/input/event3
While in cat, touch your screen (swipe or tap). If its correct device, it will produce noise chars on the terminal. Note that you maybe not able to Ctrl-C out of cat stream. Use Ctrl-Z and "kill %1" to get rid of it.

As soon as you know device, change it as explained in my prev post and boot into full SFOS.

Later, we will have to find a rule for XZ3 that we will add to https://github.com/sailfishos-sony-t...chscreen.rules
 

The Following 2 Users Say Thank You to rinigus For This Useful Post: