Is there an android app (without using root) that lets you set a timer to automatically reboot if you haven't unlocked it for some time? (In order to turn AFU mode back to BFU mode)
There's literally an app does let's you wipe your phone for a period of not unlocking your phone (Its called "Wasted" available on Fdroid), so there has to be one that could do a reboot (without the wipe), right? ๐ค
(If not, can anyone of you try to make one? I'm kinda jealous of Apple having that feature built in to iPhones. ๐)
ShizuTools allows you to run ADB command through intents, which means that you can use Tasker (or other similar app) to run the ADB reboot command. I tested this part and it works.
The problem is that you would need to start Shizuku manually after each restart.
Searching TaskerNet for shizuku, I was able to find some projects that can start shizuku for you, although I haven't tried them out.
So, it does seem possible, but with quite a bit of setup.
Hmmm, I tried that but then I looked into system "Up time" and nothing changed, even when the it says the "last auto restart" did indeed happen. So I'm assuming that its a "soft reboot" that clears the ram and shut down every process, not turning AFU mode to BFU mode.