forked from tangalbert919/google-ota-prober
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1d84bae
commit 756e868
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Configure this correctly. Otherwise, the prober will not succeed in getting OTA URLs! | ||
# All Android fingerprints follow the following format: | ||
# <oem>/<product>/<device>:<android_version>/<build_tag>/<incremental>:user/release-keys | ||
|
||
oem: "Infinix" # The company that made your device (e.g. Samsung) | ||
product: "X6731-GL" # The product code. May be same as device code or model code. | ||
device: "Infinix-X6731" # The device code. May be same as model code. | ||
android_version: "13" # Only put in the major version number. | ||
build_tag: "TP1A.220624.014" # Example: RKQ1.211119.001 | ||
incremental: "240613V4001" # Example: 2206131341 | ||
model: "Infinix ZERO 30 5G" # The model code. (e.g. SM-T380) |