chenxiaolong / BCR

A Basic Call Recorder for rooted Android devices
GNU General Public License v3.0
1.76k stars 113 forks source link

update-binary: Add support for A/B devices using static partitions #570

Closed chenxiaolong closed 3 months ago

chenxiaolong commented 3 months ago

There are devices using A/B with static partitions. Since the ro.boot.slot_suffix property is unset on non-A/B devices, we can just always append it to the block device name.

Fixes: #569