Tasker & daydream!

Search This thread

D33KK

Senior Member
Sep 20, 2009
653
85
Hi, I'm looking for someone to please explain how I can enable daydream through pressing the sleep button and without being on charge. (I presume tasker will be the way to do this)

I love the feature but I only ever charge it before I go to bed making it pointless!

Sent from my SM-G900F using XDA Free mobile app
 

Lox_Dev

Senior Member
Oct 7, 2007
345
30
Kanaky-New-Caledonia
Bump!

Sent from my SM-G900F using XDA Free mobile app

You can do it with some apps, like Daydream Launcher

You can automate it with Tasker and either Daydream Launcher Plus or Secure settings

If you are rooted, a shell command can be used to switch to Desk Dock mode and thus launch Daydream id configured:

- turn it on: am broadcast -a android.intent.action.DOCK_EVENT --ei android.intent.extra.DOCK_STATE 1
- turn it off: am broadcast -a android.intent.action.DOCK_EVENT --ei android.intent.extra.DOCK_STATE 0
 
  • Like
Reactions: D33KK
Oct 28, 2015
42
3
50
Albuquerque
Samsung

Sorry for the late response; I've been trying to figure this out for so long.

Run Shell (root not checked):
service call dreams 1
(pluralized on Samsung devices)
 

Top Liked Posts