Fake/mock Google 播放服务
Fake/mock Google Play Services
我在没有 Gapps 的 LG2 上安装了 CyanogenMod。我只使用开源软件——除了 Slack 应用程序,它是我从备份中恢复的
Slack 应用程序运行良好,但总是要求我安装 "Google Play Services"。我只是忽略它,它起作用了。
是否有可能 mock/fake Google 以某种方式播放 API,以便每当 Slack 要求 "Are the Google Play Services installed" 时,假 API 将 return true
?
我不是 Android 开发人员 - 我知道 Java 和 Linux 所以成为一个应该可以解决这个小问题。
这也是 Slack 方面的问题。
我已经举报了。所以他们可能会尝试让应用程序查看系统上是否存在 google 服务,然后尝试使用它。它应该修复有关 Google 服务未安装的恼人警报。
关于嘲讽的事情。
已经有人在努力了。
可能值得研究 https://fralef.me/using-android-without-google-apps.html
microG (requires root and a ROM with support for signature spoofing or Xposed with FakeGApps module) aims to be an open "re-implementation" of Google Play Services, but the project is at alpha-stage and missing intended features。我已经成功地在应用程序中欺骗了 GSF,这些应用程序抱怨缺少 Google Play 服务,否则可能无法正常运行。
我在没有 Gapps 的 LG2 上安装了 CyanogenMod。我只使用开源软件——除了 Slack 应用程序,它是我从备份中恢复的
Slack 应用程序运行良好,但总是要求我安装 "Google Play Services"。我只是忽略它,它起作用了。
是否有可能 mock/fake Google 以某种方式播放 API,以便每当 Slack 要求 "Are the Google Play Services installed" 时,假 API 将 return true
?
我不是 Android 开发人员 - 我知道 Java 和 Linux 所以成为一个应该可以解决这个小问题。
这也是 Slack 方面的问题。 我已经举报了。所以他们可能会尝试让应用程序查看系统上是否存在 google 服务,然后尝试使用它。它应该修复有关 Google 服务未安装的恼人警报。
关于嘲讽的事情。 已经有人在努力了。 可能值得研究 https://fralef.me/using-android-without-google-apps.html
microG (requires root and a ROM with support for signature spoofing or Xposed with FakeGApps module) aims to be an open "re-implementation" of Google Play Services, but the project is at alpha-stage and missing intended features。我已经成功地在应用程序中欺骗了 GSF,这些应用程序抱怨缺少 Google Play 服务,否则可能无法正常运行。