Drop92 / MusicAlarm

The goal of this project is to schedule music launch on android or android tv.
MIT License
0 stars 0 forks source link

Investigate how to wake up TV box from sleep mode #8

Open Drop92 opened 6 years ago

Drop92 commented 6 years ago

TV box is not woken up by alarm manager. If I turn it ON after alarm I can see that expected app is actually active. Probably there are 2 possibilities:

  1. It was started in correct time, but this was insufficient for TV box to wake up;
  2. It is started after I manually turn tv box on.
Drop92 commented 6 years ago

identified that plex app is started after tv box is turned on. Next steps:

  1. look around for possible issues with battery optimizations;
  2. try to acquire wakelock inside my app instead of other apps;
  3. implement basic fcm support and check if it is capable to wake up tv box.