- I set the timeout of screen to 5 minutes
- Have tasker do its thing and send the following intent when complete.
Send Intent [
Action:timur.event.gotoSuspend
...
The result now is ... well .. nothing.
This is because... you don't call timur.event.gotoSuspend.
timur.event.gotoSuspend intent broadcast calls you:
https://timur.mobi/timurs-kernel-n7-2013/faq/#broadcast-intents
What about this? Use timur.event.gotoSuspend event to turn the screen off (via tasker),
then do your data processing "in the dark" and finally, suspend transition will happens at
the +5 minute mark.
@chaserwaser25: Don't know wugfresh, but if it...
- unlocks the bootloader (what you can use "fastboot oem unlock" for)
- installs a custom recovery system (like CWM recovery)
- installs SuperSU (or something providing the same functionality)
...then yeah, this is all it takes.
---------- Post added at 04:44 PM ---------- Previous post was at 04:36 PM ----------
anyone got a grabber card working win timurs kernel?
does this kernel support DVB modules like last gens did?
v2 for 4.4.4 (unlike v1 for 4.4.2 - and unlike stock Android kernel) enables you to load kernel modules (loadable device drivers) at startup.
I am providing easycap + powermate modules (.ko files, via separate download).
Timur's Kernel v2 also makes /dev/video* devices accessible to 3rd party apps. No need to change permissions for the video devices. (Also working post suspend.)
I am not currently providing DVB drivers.