Can an Android be powered on remotely? My intent is to find my phone if it's turned off.
Asked
Active
Viewed 296 times
3
-
Related/duplicate from older Q&A: Is there way to remotely turn on your Android phone? – Andrew T. Mar 26 '24 at 17:19
1 Answers
5
Android itself does not provide any functionality to automatically boot itself (except from a simple reboot directly after shutdown).
Some manufacturer modify Android to provide scheduled power on, but the scheduled power-on times have to be configured in the device before power down.
But a remotely initiated boot is impossible, because how would you tell Android to boot? Wifi is powered off, Bluetooth is off, only on some phone USB is active even when powered off (e.g. MTK SoC based devices).

Robert
- 20,025
- 6
- 47
- 66
-
It might be possible in the (near) future, but as you stated it is not possible currently. https://www.androidauthority.com/pixel-find-my-device-powered-off-3365389/ – Reddy Lutonadio Mar 26 '24 at 12:07
-
@ReddyLutonadio Yes, that would solve the problem, but not answer the question as the question is about power on the phone remotely. – Robert Mar 26 '24 at 12:09