0b1e0234c02688bf639f41016ced98cc6e98233a
add interband ULCA for the following combos: 32A + 8A + 7A + 3C 20A + 8A + 7A + 3C 32A + 20A + 7A + 3C
Check Releases for Magisk modules
Module includes a built-in updater
Edit combos yourself
- Download
protocas well as the ShannonUeCap.proto templatefiles 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
Releases
29
Release NR-v44
Latest
Languages
Python
62.7%
Shell
37.3%