2025-02-09 00:02:15 +01:00
2025-02-08 23:59:33 +01:00
2025-02-08 23:33:47 +01:00
2025-02-09 00:01:44 +01:00
2025-02-09 00:02:15 +01:00
2025-01-31 21:45:40 +01:00
2025-02-08 23:30:49 +01:00
2025-02-08 23:29:16 +01:00
2025-02-08 23:29:16 +01:00
2025-02-08 23:03:32 +01:00
2025-02-08 23:40:15 +01:00

Check Releases for Magisk modules

Module includes a built-in updater

Edit combos yourself

  • Download protoc as well as the ShannonUeCap .proto template files from this repo.
  • Then use protoc to decode the protobuf binary file. For NR combos, use:
protoc --decode=ShannonNrUECap ShannonNrUeCap.proto < PLATFORM_11376227466629817631.binarypb > decoded.txt

For LTE combos, use:

protoc --decode=ShannonLteUECap ShannonLteUeCap.proto < lte_2160127815.binarypb > decoded.txt

Then, edit, add or delete combos as you like.

After that, recompile to protobuf binary.

For NR combos, use:

protoc --encode=ShannonNrUECap ShannonNrUeCap.proto < decoded.txt > PLATFORM_11376227466629817631.binarypb

For LTE combos, use:

protoc --encode=ShannonLteUECap ShannonLteUeCap.proto < decoded.txt > lte_2160127815.binarypb
Description
Pixel 9 (tokay) modified LTE and 5G CA-combos
Readme MIT 410 KiB
2026-01-08 12:44:36 +01:00
Languages
Python 62.7%
Shell 37.3%