sure... basically, i created two profiles: one is triggered by the connection to my car's bluetooth... the other, triggered by the arrival of a notification and turns the display on when this happens... profile one shoots a task called driver mode, which is a job in progress and i plan to do many things related to be in the car: launch maps, launch media player, read text messages, and of course, toggle on the profile two so that way i only turn the display on with the arrival of a notification in the car... then you have exit task once the car's bluetooth is turned off, driver mode off, where i reverse what i did in driver mode on... however, it's not working as i wanted, to be able to actually see the toast notification the screen has to be on before the arrival of it, if it is off, then with the arrival of the notification the screen will turn on but i cannot see the incoming toast message...