-
Notifications
You must be signed in to change notification settings - Fork 459
Google Play services and other special cases
CHEF-KOCH edited this page Mar 29, 2016
·
5 revisions
Guru meditation until all is done 😑
The latest Google Play-services always can be found over here or as full package directly flashable via TWRP over here
Google Play-services (com.google.android.gms) is an important and possible the most discussed .apk. The .apk is very important and should not be removed, it provides several features which are depending if an app developer included XYZ APi in his app, which then will be parsed by play services. The main benefit is that you always get the latest API's + it's not depending on OEM system images (also includes self-update mechanism).
Android limitations (affects everything)
Tether:
- In VPN mode tethering is forbidden by Android itself.
- In Proxy mode it works, but the Firewall's (non iptables based ones) is not fully functional in this case.
- https://github.com/thermatk/FakeGApps
- http://repo.xposed.info/module/mobi.acpm.sslunpinning
Research:
Footer