JeffLIrion / python-androidtv

Communicate with an Android TV or Fire TV device via ADB over a network.
MIT License
170 stars 59 forks source link

Android 12 support #333

Open Blacksli opened 1 year ago

Blacksli commented 1 year ago

Android 11 and 12 has changed the way to set the volume, the current version does not work. The corrected version is tested and works. Also added indications of the android version in other places

Blacksli commented 1 year ago

Can you help me with PR?

JeffLIrion commented 1 year ago

You should be able to run make black from the root of the repo, or run these commands manually: https://github.com/JeffLIrion/python-androidtv/blob/428e835ee14ff7f0f274513a2d386c9cc22ab6b5/Makefile#L36-L38