-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Phone should turn on automatically when an alarm is set #92
Comments
Are you actually turning the phone off or did you just turn off the screen? Because the entire storage is encrypted and until it gets decrypted with your pin/password for first login it cannot be loaded. This is why you can't use fingerprint / face unlock when you are in before first boot state. This is an essential security feature of android and iphone's iOS. Some manufacturers have a custom firmware that includes an auto turn on timer and possibly a hookup into their own alarm app. https://android.stackexchange.com/questions/4206/does-the-alarm-work-when-my-phone-is-turned-off |
I am actually turning the phone off. So, are you saying that only apps installed by the manufacturer can (possibly) turn the phone on? |
Yes, but it depends on the phone. Not all phones support this. On my phone, alarms set using the Fossify clock app can turn on the phone. |
@roberto-sartori-gl Thank you. Good to know. |
Fossify Clock does use some of those permissions, not sure why they don't show up in your system: Clock/app/src/main/AndroidManifest.xml Lines 7 to 16 in 8a95708
But those permissions are not related to this feature request. From what I know and as Roberto has mentioned, it really is implemented on a hardware/firmware level and some vendors choose to implement it. Some devices with the 'hardware alarm' capability might consider the RTC alarms important enough even with third party clocks apps, some might just be directly integrated with their stock clock apps. Apparently, current behavior is now the expected behavior. We'll probably close this issue as we can not do anything about it, maybe just add a FAQ entry. |
@naveensingh Thank you for the kind explanation. So, do whatever you think it is right to do with this request. |
Checklist
Feature description
I put it as a feature, but maybe it is a bug.
When using my stock clock app, if I set an alarm and turn off the phone (as I do every night), it 'magically' turn on by itself a few minutes before the scheduled alarm, so that it can work properly.
With Fossify Clock the phone remains turned off and the alarm is skipped.
It would be great if Fossify Clock were able to turn on the phone when needed.
Why do you want this feature?
Alarms are important for those who set them and should always work, irrespective on whether the phone is turned on or off (voluntarily or by accident).
Additional information
Maybe somewhat related with #17.
The text was updated successfully, but these errors were encountered: