Quote:
Originally Posted by nomoi
|
In the meantime I had some success debricking my PB740 with sw_20190709_U740_5.20.1010_user.zip and the awesome post @fotile96 gave at the top:
Code:
mount -o rw,remount /dev/root /
cd /lib/modules
grep -q 'device_touchpanel=26' && run ln -s ektf3908.ko tp.ko || ln -s cyttsp5.ko tp.ko
reboot
Big thanks to you, @fotile96, you're awesome!! How did you even find these?