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
08d56d4
commit 36c9b1f
Showing
6 changed files
with
57 additions
and
0 deletions.
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: "TECNO" # The company that made your device (e.g. Samsung) | ||
product: "AE10-OP" # The product code. May be same as device code or model code. | ||
device: "TECNO-AE10" # The device code. May be same as model code. | ||
android_version: "14" # Only put in the major version number. | ||
build_tag: "UP1A.231005.007" # Example: RKQ1.211119.001 | ||
incremental: "240719V4080" # Example: 2206131341 | ||
model: "TECNO PHANTOM V Fold2 5G" # The model code. (e.g. SM-T380) |
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: "TECNO" # The company that made your device (e.g. Samsung) | ||
product: "AE11-OP" # The product code. May be same as device code or model code. | ||
device: "TECNO-AE11" # The device code. May be same as model code. | ||
android_version: "14" # Only put in the major version number. | ||
build_tag: "UP1A.231005.007" # Example: RKQ1.211119.001 | ||
incremental: "240725V2913" # Example: 2206131341 | ||
model: "TECNO PHANTOM V Flip2 5G" # The model code. (e.g. SM-T380) |
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: "TECNO" # The company that made your device (e.g. Samsung) | ||
product: "CK8n-GL" # The product code. May be same as device code or model code. | ||
device: "TECNO-CK8n" # The device code. May be same as model code. | ||
android_version: "14" # Only put in the major version number. | ||
build_tag: "UP1A.231005.007" # Example: RKQ1.211119.001 | ||
incremental: "240702V388" # Example: 2206131341 | ||
model: "TECNO CAMON 20 Pro 5G" # The model code. (e.g. SM-T380) |
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: "X6838-OP" # The product code. May be same as device code or model code. | ||
device: "Infinix-X6838" # The device code. May be same as model code. | ||
android_version: "14" # Only put in the major version number. | ||
build_tag: "UP1A.231005.007" # Example: RKQ1.211119.001 | ||
incremental: "240619V2151" # Example: 2206131341 | ||
model: "Infinix NOTE 40X 5G" # The model code. (e.g. SM-T380) |
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: "X6852-OP" # The product code. May be same as device code or model code. | ||
device: "Infinix-X6852" # The device code. May be same as model code. | ||
android_version: "14" # Only put in the major version number. | ||
build_tag: "UP1A.231005.007" # Example: RKQ1.211119.001 | ||
incremental: "240701V1656" # Example: 2206131341 | ||
model: "Infinix NOTE 40 5G" # The model code. (e.g. SM-T380) |