I recently downloaded a aosp based rom from xda for my Xiaomi redmi note 3 pro(kenzo) device. It's name is "Pixel experience android 8.1". when extract the rom zip file, there is a file name "system.new.dat.br" , I want to extract it or unpack. but i can't do it. please can any one help me about this how to unpack the new type system.
On Linux this can be decompressed with brotli like this (Ubuntu):
$ sudo apt install brotli
$ brotli --decompress system.new.dat.br -o system.new.dat
system.new.dat.br
is system.new.dat
compressed into a .br (brotli) file.
On Windows, you can use Eric Lawrence's Brotli.exe to decompress the .br file to system.new.dat
which you can extract as before.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With