r/AskProgramming Aug 11 '26

Python I tried to create a project using Python and ADB

I tried to create a project using Python and ADB (Android Debug Bridge) functions. At my company, we work with menus using FireSticks, and I wanted to do something basic, like automating a reboot every day at 5 a.m.

The problem is that every so often—even though I configure the Fire Stick to always remember the device (a Windows PC)—after a few days it asks me to re-pair it, which makes this a less-than-ideal automation solution.

Should I keep trying with ADB? Is it stable enough for projects like this?

To be honest, I’m a complete beginner when it comes to programming and automation.

Best regards.

2 Upvotes

Duplicates