Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
curtana: update build desc to redfin feb
Browse files Browse the repository at this point in the history
  • Loading branch information
LeddaZ committed Feb 10, 2021
1 parent e0f8de3 commit 9d8a7fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions init/init_atoll.cpp
Expand Up @@ -104,12 +104,12 @@ void load_device_properties() {
if (region == "Global_TWO") {
set_device_props(
"google/redfin/redfin:11/RQ1A.210205.004/7038034:user/release-keys",
"curtana_global-user 10 QKQ1.191215.002 V11.0.9.0.QJWMIXM release-keys",
"redfin-user 11 RQ1A.210105.003 7005429 release-keys",
"Redmi", "curtana", "Redmi Note 9S");
} else if (region == "India") {
set_device_props(
"google/redfin/redfin:11/RQ1A.210205.004/7038034:user/release-keys",
"curtana_in-user 10 QKQ1.191215.002 V11.0.4.0.QJWINXM release-keys",
"redfin-user 11 RQ1A.210105.003 7005429 release-keys",
"Redmi", "curtana", "Redmi Note 9 Pro");
} else if (region == "Japan") {
set_device_props(
Expand All @@ -120,17 +120,17 @@ void load_device_properties() {
} else if (hwname == "excalibur") {
set_device_props(
"google/redfin/redfin:11/RQ1A.210205.004/7038034:user/release-keys",
"excalibur_in-user 10 QKQ1.191215.002 V11.0.4.0.QJXINXM release-keys",
"redfin-user 11 RQ1A.210105.003 7005429 release-keys",
"Redmi", "excalibur", "Redmi Note 9 Pro Max");
} else if (hwname == "gram") {
set_device_props(
"google/redfin/redfin:11/RQ1A.210205.004/7038034:user/release-keys",
"gram_in-user 10 QKQ1.191215.002 V11.0.3.0.QJPINXM release-keys",
"redfin-user 11 RQ1A.210105.003 7005429 release-keys",
"POCO", "gram", "POCO M2 Pro");
} else if (hwname == "joyeuse") {
set_device_props(
"google/redfin/redfin:11/RQ1A.210205.004/7038034:user/release-keys",
"joyeuse_global-user 10 QKQ1.191215.002 V11.0.5.0.QJZMIXM release-keys",
"redfin-user 11 RQ1A.210105.003 7005429 release-keys",
"Redmi", "joyeuse", "Redmi Note 9 Pro");
}
}
Expand Down

0 comments on commit 9d8a7fb

Please sign in to comment.