Hey I have the 2017 Nvidia Shield tv. I'm wondering if I can run python on it? and set up cron jobs? Android is linux isn't it? Seems to me like it would be possible.
Hey I have the 2017 Nvidia Shield tv. I'm wondering if I can run python on it? and set up cron jobs? Android is linux isn't it? Seems to me like it would be possible.
I haven't tried Termux on AndroidTV but I've used it a bit on my phone and I know it has crond. I highly recommend Termux if you haven't tried it yet.
What are you going to set up cron jobs for?
It can definitely run Python - Kodi includes a Python interpreter which addons make use of.
Android doesn't have a crond service so you can't easily schedule tasks that way. I think it might be possible with BusyBox and some hacking around.