Skip to content

Commit

Permalink
Track more devices
Browse files Browse the repository at this point in the history
  • Loading branch information
ramabondanp committed Aug 6, 2024
1 parent 08d56d4 commit 36c9b1f
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# CONFIG SUPPORT
* TECNO PHANTOM V Fold2 5G (AE10)
* TECNO PHANTOM V Flip2 5G (AE11)
* TECNO CAMON 30 Pro 5G (CL8)
* TECNO SPARK 20 Pro+ (KJ7)
* TECNO POVA 5 (LH7n)
Expand Down
11 changes: 11 additions & 0 deletions configs/config-AE10.yml
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)
11 changes: 11 additions & 0 deletions configs/config-AE11.yml
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)
11 changes: 11 additions & 0 deletions configs/config-CK8n.yml
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)
11 changes: 11 additions & 0 deletions configs/config-X6838.yml
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)
11 changes: 11 additions & 0 deletions configs/config-X6852.yml
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)

0 comments on commit 36c9b1f

Please sign in to comment.