From a1ff1555fe6ac1aedcbdfede023fdc67b0ac8a81 Mon Sep 17 00:00:00 2001 From: Luxferre <3335173-suborg@users.noreply.gitlab.com> Date: Fri, 31 Dec 2021 01:06:37 +0200 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1999467..86e18d9 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ For example, if you have found signed FDL loaders for Nokia 105 2019 somewhere a The main syntax is as follows: `python uniflash.py stone-unpack [stone-file.bin] [-d target_dir]` -The firmware is going to be unpacked into the following files in the target directory (specified with `-d` parameter, defaults to the same directory as the source stone image file): +The firmware is going to be unpacked (and uncompressed if necessary) into the following files in the target directory (specified with `-d` parameter, defaults to the same directory as the source stone image file): - `ps.bin` - protocol station image, always uncompressed, the first in the binary; - `kern.bin` (optional) - single-block LZMA-SPD compressed kernel partition;