DreadedLama / dnd-sync

Sync DND state and Bedtime mode between Android phone and watch
53 stars 5 forks source link

“Sleep Mode” overlay in GWC6 WearOS 4 #9

Open candiesdoodle opened 5 months ago

candiesdoodle commented 5 months ago

Hi, If i manually enable the bedtime mode through quick settings, i see a “Sleep Mode” overlay like in the first image. But if the bedtime mode is synced from the phone, there is no overlay, but the modes are successfully enabled (see second image) Screenshot_20240319_235152_settings_Original Screenshot_20240319_235258_sysui_Original . Is there a way to get this overlay? it’s nice to have this to quickly check the time etc during actual bed time :)

candiesdoodle commented 5 months ago

Just a follow up comment. the specific activity that needs to be fired up for the overlay, 'after' bedtime mode is enabled is com.google.android.apps.wearable.settings/com.samsung.android.clockwork.settings.advanced.bedtimemode.StBedtimeModeReservedActivity So the adb command on that the watch that works, after bedtime mode sync from the phone to the watch is: adb shell am start -n com.google.android.apps.wearable.settings/com.samsung.android.clockwork.settings.advanced.bedtimemode.StBedtimeModeReservedActivity the overlay goes away automatically when bedtime is switched off or disabled via sync from home. May i request you to look into to this and add an option for this in your app?