Samsung Galaxy S20's version 18.41.113 seems partially completed in the repository? Is that reasonable to get working? #629
Replies: 1 comment 1 reply
-
All you have to do is take the
Why would you want to do that? I recommend you to stick with the
Everything you need to make use of the
Same answer as above. |
Beta Was this translation helpful? Give feedback.
-
Configuration:
Samsung Galaxy S20+
e OS (SELinux permissive)
Rooted with Magisk, flashed apk in recovery
Patched BCM nexmon bcm4375b1/18.41.8.9 (Native unpatched from system is 18.41.117)
The long and short of it:
18.41.8.9 seems impossible for the S20, but version 18.41.113 seems partially completed in the repository? Is it reasonable to get it working?
So 18.41.8.9 won't work on the latest OneUI, and reverting the S20 to an earlier OneUI version seems impossible due to the Samsung bootloader restricting downgrades. So for the S20/S21 models, nexmon isn't possible anymore.
Patched BCM 18.41.8.9 almost works, I'm able to run tools like tcpdump/airodump-ng, however they receive no output or packets on screen. nexutil -m reports an error code, and I often get -22 error code with other operations. I compiled nexmon/the patches/utilities, including modifying the Makefiles to support arm64-v8a (64-bit), and made scripts to collect and install all 64-bit/32-bit binaries/libraries, which I could share here.
I notice there is another folder for a modern bcm firmware for this chip, and it's in nexmon/firmwares/18.41.113, but there is not a corresponding folder in nexmon/patches for 18.41.113. Does this mean it was never completed? Would that be something reasonable to do?
So my question is, what would the options be to get the firmware working on the S20?
Beta Was this translation helpful? Give feedback.
All reactions