fcmfix icon indicating copy to clipboard operation
fcmfix copied to clipboard

通知到了手机以后无法唤醒app来显示通知

Open ForestL18 opened this issue 1 year ago • 8 comments

LSPosed的报错日志如下,显示找不到com.android.server.am.BroadcastQueueInjector.checkApplicationAutoStart

2023-06-12T11:51:06.500 1000: 1671: 1671 I/LSPosed-Bridge ] [fcmfix] com.android.server.am.BroadcastQueueInjector.checkApplicationAutoStart [ 2023-06-12T11:51:06.501 1000: 1671: 1671 I/LSPosed-Bridge ] [fcmfix] No Such Method com.android.server.am.BroadcastQueueInjector.checkApplicationAutoStart

ForestL18 avatar Jun 12 '23 05:06 ForestL18

@kooritea

ForestL18 avatar Jun 12 '23 05:06 ForestL18

我的设备是K50,系统是最新14.06,Android13

ForestL18 avatar Jun 12 '23 05:06 ForestL18

这个是允许自启动的hooker,miui14还没支持,手动给应用自启动权限试试

kooritea avatar Jun 12 '23 06:06 kooritea

这个是允许自启动的hooker,miui14还没支持,手动给应用自启动权限试试

大佬后续考虑支持hook MIUI14的自启动吗,手动自启动又费电又麻烦🥲

ForestL18 avatar Jun 12 '23 06:06 ForestL18

不好测试,我没有miui14的手机(

kooritea avatar Jun 12 '23 07:06 kooritea

感觉应该跟MIUI14没啥关系……?我也是MIUI14但是没有给对应应用自启动权限

TigerBeanst avatar Jun 12 '23 07:06 TigerBeanst

miui14不开启自启动一样正常推送,是墓碑问题

sujiuer5201314 avatar Jun 22 '23 05:06 sujiuer5201314

因为 MIUI12MIUI13 的自启动 Hook Class 不一样, 这里的报错只是没有找到 MIUI 12 存在的 Class, 二者任选其一即可, 在我的设备上(MI 12SU, MIUI14)看起来 MIUI 13 和 MIUI 14 的Hook 点是一致的, 所以这里并没有实际的错误

GSWXXN avatar Jul 12 '23 21:07 GSWXXN