Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kooritea/fcmfix
Browse files Browse the repository at this point in the history
  • Loading branch information
kooritea committed Dec 20, 2021
2 parents 632d03f + 0ee2bd2 commit d8f705f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fcmfix的主要目的就是为了让即使不在后台的app也能顺利接收
---

## 下面是手动找hook点的方法,从0.3.0版本开始不再需要手动反编译查找hook点了,但不排除会自动查找失败的情况,如果gms频繁崩溃或者gms状态中一直显示无服务,可以先手动找hook点检查或者请带上gms.apk发issues
## gcm版本等于或等于150400-405802548则以下方法已经不适用,会找不到intent
## gms版本大于或等于150400-405802548则以下方法已经不适用,会找不到intent,新版本可以参考https://github.com/kooritea/fcmfix/issues/32#issuecomment-979728712
- 1. 确保xposed模块已经运行,如果存在/data/data/com.google.android.gms/shared_prefs/fcmfix_config.xml则证明模块已经成功运行,这是配置文件,之后都是编辑这个文件的内容。
- 2. 下载MT管理器等可以进行反编译的工具
- 3. 对/data/app/com.google.android.gms-/base.apk进行反编译(在MT管理器对apk文件选择查看,点击classes.dex使用Dex编辑器++打开,全选 -> 确认)
Expand Down

0 comments on commit d8f705f

Please sign in to comment.