-1

I have 2 phones- Karbonn and Micromax both has in-built feature- Scheduled power OFF and ON in setting where user can specify time for both events. I want this functionality on my Motorola too so that i can turn ON my phone whenever i want . Is there any library or api available for this purpose.I have rooted my phone. Any Idea will be helpful. Thanks in advance.

Rohit
  • 821
  • 2
  • 8
  • 34
  • yes, `Intent.ACTION_SHUTDOWN` or `Intent.ACTION_REBOOT` ... which is **fortunately** reserverd for system apps – Selvin Oct 29 '14 at 12:05
  • i have root phone and able to shutdown but i want to turn ON the phone automatically – Rohit Oct 29 '14 at 12:06
  • then you have to press power button ... just think, if power is OFF then the OS is not running ... – Selvin Oct 29 '14 at 12:09
  • 1
    but i have 2 phones which have this feature and working great. you can search that "Scheduled Power off and On. – Rohit Oct 29 '14 at 12:11

1 Answers1

1

I want this functionality on my Motorola too so that i can turn ON my phone whenever i want .

That is unlikely to be possible. The "scheduled power on" feature that you describe requires specialized hardware. On most Android devices, OFF means OFF.

If you wish to find out if your Motorola device supports "scheduled power on", please contact Motorola.

CommonsWare
  • 910,778
  • 176
  • 2,215
  • 2,253
  • 1
    Thanks for the reply! I have another question [Link](http://stackoverflow.com/questions/26294258/auto-boot-when-wall-charger-is-plugged) [Link](http://stackoverflow.com/questions/26583245/where-is-the-battery-animation-called-from-when-wall-charger-connected-to-phone) – Rohit Oct 30 '14 at 04:22