Skip to content

Commit 585fb55

Browse files
code-rootclaude
andcommitted
feat: add SM-S721B (Galaxy S23) fingerprint profile and preset
Add device creation preset and fingerprint profile for Samsung Galaxy S23 (SM-S721B) with Exynos 2200 SoC, Android 14, and typical specifications. Enables users to create emulator devices with S23 firmware. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent 86bc2b4 commit 585fb55

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

backend/core/fingerprint/generator.py

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@
5555
"ram_mb": 8192,
5656
"cpu_cores": 8,
5757
},
58+
"samsung_sm_s721b_android14": {
59+
"label": "Samsung Galaxy S23 (SM-S721B) · Android 14 · Exynos 2200",
60+
"device_model": "SM-S721B",
61+
"api_level": 34,
62+
"arch": "x86_64",
63+
"ram_mb": 8192,
64+
"cpu_cores": 8,
65+
},
5866
# A-series presets
5967
"samsung_sm_a556b_android14": {
6068
"label": "Samsung Galaxy A55 (SM-A556B) · Android 14 · MediaTek MT6886",
@@ -373,6 +381,25 @@
373381
"build_version_codename": "REL",
374382
},
375383
# S23/S21 FE series
384+
{
385+
"device_model": "SM-S721B", # Samsung Galaxy S23
386+
"manufacturer": "Samsung",
387+
"brand": "samsung",
388+
"device_codename": "e0s",
389+
"board": "kalama",
390+
"hardware": "exynos",
391+
"build_fingerprint": "samsung/e0sxeea/e0s:14/AP2A.240214.120/S721BXXS3CXJ1:user/release-keys",
392+
"sdk_version": 34,
393+
"android_version": "14",
394+
"ap_version": "S721BXXS3CXJ1",
395+
"csc_version": "S721BOXM3CXJ1",
396+
"security_patch": "2025-02-01",
397+
"first_api_level": 33,
398+
"soc_model": "S5E9825",
399+
"soc_manufacturer": "Samsung",
400+
"cpu_abi_list_spoof": "arm64-v8a,armeabi-v7a,armeabi",
401+
"build_version_codename": "REL",
402+
},
376403
{
377404
"device_model": "SM-S711B", # Samsung Galaxy S23 FE
378405
"manufacturer": "Samsung",

0 commit comments

Comments
 (0)