Skip to content

Commit

Permalink
Add Pixel 8\
Browse files Browse the repository at this point in the history
  • Loading branch information
rushiranpise authored Oct 13, 2023
1 parent 316d1fa commit 4de0efc
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions app/src/main/java/balti/xposed/pixelifygooglephotos/DeviceProps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,28 @@ object DeviceProps {
getAndroidVersionFromLabel("T 13.0"),
),

DeviceEntries(
"Pixel 8", hashMapOf(
Pair("BRAND", "google"),
Pair("MANUFACTURER", "Google"),
Pair("DEVICE", "shiba"),
Pair("PRODUCT", "shiba"),
Pair("HARDWARE", "shiba"),
Pair("BOARD", "shiba"),
Pair("MODEL", "Pixel 8"),
Pair("ID", "UD1A.230803.041"),
Pair("DISPLAY", "shiba-user 14 UD1A.230803.041 10808477 release-keys"),
Pair("FINGERPRINT", "google/shiba/shiba:14/UD1A.230803.041/10808477:user/release-keys"),
Pair("BOOTLOADER", "ripcurrent-14.0-10807316"),
Pair("SOC_MANUFACTURER", "Google"),
Pair("SOC_MODEL", "Tensor G3"),
Pair("TYPE", "user"),
Pair("TAGS", "release-keys"),
),
"Pixel 2023 mid-year",
getAndroidVersionFromLabel("U 14.0"),
),

DeviceEntries(
"Pixel 8 Pro", hashMapOf(
Pair("BRAND", "google"),
Expand Down

0 comments on commit 4de0efc

Please sign in to comment.