yes it does, especially now that it's not dropping to 14Mhz when it does so.Chaser said:I take just using lower power mode quickly is ruled out, as why not just put it into low power,wipe screen, resume normal power again? Nothing registers on the touchscreen in low power.
cd /dev/input
sudo mv touchscreen0 notouch
That's because low power mode used to be 14Mhz: it was way too slow to register anything from the touchscreen. Now it's 125Mhz (because there's no power saved by going that slow) which is still plenty of CPU time to register movement on the touchscreen.Chaser said:Lol thats weird as I´d never noticed it before and tested twice before posting that. Now of course it behaves as you say it will.
Once the process have open a file (or device for that matter) it will have access to it no matter what.WizardStan said:If renaming touchscreen0 doesn't work, try
sudo mv event5 noevent5
Because I checked. It doesn't touch the /dev/input devices. So there must be another way.Pleng said:...how do you know that the Nokia 'lock screen' function doesn't do exactly that behind the scenes??