Open chros73 opened 7 months ago
It probably uses zstd.
Thanks, it indeed does.
Installing libzstd-dev
package on Debian 12.5 and enabling it in the makefile of squashfs-tools then building current squashfs-tools and running ./unsquashfs rootfs.pak
solves this.
So, the squashfs part of this project needs to be updated to support zstd.
May I ask an unrelated question?
In the extracted rootfs, there are *.dbx
files under /usr/share/pqdb/index
directory that suppose to hold some default calibration data (e.g. peak brightness).
Do you know what file format that is or which application we can take a look at that data?
Thanks
No idea; sorry. If you want to reverse them, I'd start with /usr/lib/libpqdb.so.1
.
Hi, all previous firmwares worked fine so far but the new 13.30.55 branch of LG C2 throws this error:
It extracts the rootfs.pak file but it cannot decompress it.