Describe the bug
When I recieve an sms while the app is off the app does not automatically open to recieve and notify me of the message, and when reloaded the message is not recieved despite the system reciveing it (seen through logcat) and it being shown as delivered on the other device. Before this issue was being caused by battery optimizations, but I've now found that the even with the app set as the default sms app and battery optimizations off the app will not be woken up and will never give me any notification that a message was sent.
This seems to be an issue with my phone model specifically as other users of QUIK on this phone seem to have similiar issues. The default app as well as google messages (alledgedly from what I've heard) will recieve messages fine however.
Steps to reproduce the behavior
- Be using a A202KC
- Set QUIK as default for sms
- Force close the app through system settings or the close button (Hang up/power button)
- Recieve an sms and confirm in logcat
- Reopen QUIK
- Message will not be recieved
Expected behavior
I would expect that the system would automatically open QUIK since it is the default and then a notification would appear immediatly. Also I would assume that QUIK would have the message be recieved upon being reopened but it does not.
Smartphone
- Device: A202KC
- OS: Android 10, Kyocera's own custom ROM
- App Version: 4.1
Additional context
The work around for the time being seems to be just making sure to never have the app closed manually, the app also does open automatically upon phone startup.
According to Tomcat12789 in this Reddit post, (https://www.reddit.com/r/dumbphones/comments/1i61egh/a202kc_wont_get_pending_messages_messages_out_of/) they have found that the issue may be linked to the app being installed into the user directory instead of the Priv directory. They also had this output from their logs when recieving messages:
01-21 21:47:40.131 914 1085 D AmsExtImpl: the static_broadcast can't start, related packageName: dev.octoshrimpy.quik is in the suppress list
as well as:
01-21 22:00:11.479 2352 3269 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1046 android.content.ContextWrapper.sendBroadcast:448
I am unsure if because of this it means that the phone is actively suppressing the messages or what it could be. Would appreciate any input on it as I am utterly burnt out on the subject.
Describe the bug
When I recieve an sms while the app is off the app does not automatically open to recieve and notify me of the message, and when reloaded the message is not recieved despite the system reciveing it (seen through logcat) and it being shown as delivered on the other device. Before this issue was being caused by battery optimizations, but I've now found that the even with the app set as the default sms app and battery optimizations off the app will not be woken up and will never give me any notification that a message was sent.
This seems to be an issue with my phone model specifically as other users of QUIK on this phone seem to have similiar issues. The default app as well as google messages (alledgedly from what I've heard) will recieve messages fine however.
Steps to reproduce the behavior
Expected behavior
I would expect that the system would automatically open QUIK since it is the default and then a notification would appear immediatly. Also I would assume that QUIK would have the message be recieved upon being reopened but it does not.
Smartphone
Additional context
The work around for the time being seems to be just making sure to never have the app closed manually, the app also does open automatically upon phone startup.
According to Tomcat12789 in this Reddit post, (https://www.reddit.com/r/dumbphones/comments/1i61egh/a202kc_wont_get_pending_messages_messages_out_of/) they have found that the issue may be linked to the app being installed into the user directory instead of the Priv directory. They also had this output from their logs when recieving messages:
01-21 21:47:40.131 914 1085 D AmsExtImpl: the static_broadcast can't start, related packageName: dev.octoshrimpy.quik is in the suppress list
as well as:
01-21 22:00:11.479 2352 3269 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1046 android.content.ContextWrapper.sendBroadcast:448
I am unsure if because of this it means that the phone is actively suppressing the messages or what it could be. Would appreciate any input on it as I am utterly burnt out on the subject.