Skip to content

Instantly share code, notes, and snippets.

@kototoibashi
Last active June 8, 2021 06:36
Show Gist options
  • Save kototoibashi/1670a0a08ad73b4b958c682be8d9f94f to your computer and use it in GitHub Desktop.
Save kototoibashi/1670a0a08ad73b4b958c682be8d9f94f to your computer and use it in GitHub Desktop.
Galaxy Fold 5G nv_lte_bc_config
num = 565011723196639
print(num)
for i in range(45):
print("{}: {}".format(i+1,(num>>i)&0x01))
565011723196639
1: 1
2: 1
3: 1
4: 1
5: 1
6: 0
7: 1
8: 1
9: 0
10: 0
11: 0
12: 1
13: 1
14: 0
15: 0
16: 0
17: 0
18: 1
19: 1
20: 1
21: 0
22: 0
23: 0
24: 0
25: 1
26: 1
27: 0
28: 1
29: 0
30: 0
31: 0
32: 0
33: 0
34: 0
35: 0
36: 0
37: 0
38: 1
39: 1
40: 1
41: 1
42: 0
43: 0
44: 0
45: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment