This program is designed to obtain URLs to over-the-air (OTA) update packages from Google's servers for a specified device.
- Python 3
- Build fingerprint of your stock ROM
- Install needed dependencies:
python -m pip install -r requirements.txt
- Modify
config.yml
correctly, as described in the file itself. python probe.py
If you wish to download the OTA file, pass --download
as an argument on your terminal.
- This only works for devices that use Google's OTA update servers.
- The prober can only get the latest OTA update package that works on the build specified in
config.yml
. - Unless it is a major Android upgrade (11 -> 12), the prober will only get links for incremental OTA packages.
- https://github.com/MCMrARM/Google-Play-API/blob/master/proto/gsf.proto
- https://github.com/microg/GmsCore/blob/master/play-services-core-proto/src/main/proto/checkin.proto
- https://chromium.googlesource.com/chromium/chromium/+/trunk/google_apis/gcm/protocol/android_checkin.proto
- https://github.com/p1gp1g/fp3_get_ota_url