diff --git a/ReadMe.md b/ReadMe.md
index e2aad0229..cbfc6a7d3 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -67,7 +67,6 @@
- [Configure Sub-GHz Remote App](https://github.com/RogueMaster/flipperzero-firmware/blob/420/documentation/SubGHzRemotePlugin.md)
-
- To avoid Application errors, delete /ext/apps before doing the RM firmware update
- To install new FW, extract the [latest release zip file](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/releases) to a folder, put the folder in the update folder on your SD card, and run the update file inside the folder using the Archive app (down from flipper desktop). If you were previously unleashed, you need to update your extend_range.txt file. **UPDATE IGNORE FLAG TO TRUE TO UNLEASH YOUR FLIPPER!!** On any update, you may need to update this file and your unirf map file, so keep backups. 😄
- [
GAMES ONLY MODE PASSWORD: UP UP DOWN DOWN LEFT RIGHT LEFT RIGHT IN CLOCK
](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/blob/420/GAMES_ONLY.md)
diff --git a/applications/main/subghz/scenes/subghz_scene_save_name.c b/applications/main/subghz/scenes/subghz_scene_save_name.c
index fe1587bdb..f6b455e87 100644
--- a/applications/main/subghz/scenes/subghz_scene_save_name.c
+++ b/applications/main/subghz/scenes/subghz_scene_save_name.c
@@ -19,7 +19,7 @@ void subghz_scene_save_name_get_timefilename(string_t name, uint32_t frequency)
furi_hal_rtc_get_datetime(&datetime);
string_printf(
name,
- "%.4d%.2d%.2d-%.2d%.2d%.2d-RAW-%d.%.2dMHz",
+ "R_%.4d.%.2d.%.2d-%.2d.%.2d.%.2d-%d.%.2dMHz",
datetime.year,
datetime.month,
datetime.day,
diff --git a/documentation/HowToInstall.md b/documentation/HowToInstall.md
index b51e74b44..88b573950 100644
--- a/documentation/HowToInstall.md
+++ b/documentation/HowToInstall.md
@@ -23,12 +23,14 @@
- And if all flashed successfully - you will have all needed assets pre installed
- Done
+
+
-## With qFlipper (1.2.0-rc1)
+## With qFlipper (1.2.0)
-- Download qFlipper that allows `.tgz` installation [Download qFlipper 1.2.0-rc1 (official link)](https://update.flipperzero.one/builds/qFlipper/1.2.0-rc1/)
+- Download qFlipper that allows `.tgz` installation [Download qFlipper 1.2.0 (official link)](https://update.flipperzero.one/builds/qFlipper/1.2.0/)
- Be sure you updated to latest official release before(only if installing for the first time), and verify that microSD card is installed
- Open latest release page - [Releases](https://github.com/Eng1n33r/flipperzero-firmware/releases/latest)
- Download `flipper-z-f7-update-(version).tgz`
@@ -39,6 +41,7 @@
- And wait, if all flashed successfully - you will have all needed assets pre installed
- Done
+
@@ -57,33 +60,7 @@
- Update will start, wait for all stages
- Done
-
-
-### **Replace (CURRENT VERSION) with version that you downloaded from releases**
-- Connect your device and select `Update from file`
-then select **`flipper-z-f7-full-(CURRENT VERSION).dfu`**
-
-- And wait, if all flashed successfully - you can manually upload IR libs and other stuff to sd card
-
-- If you doing install for first time or migrating from official fw, unpack files from archive `sd-card-(CURRENT VERSION).zip` onto your microSD card
-
-
-
-
-
-## With USB DFU
-
-1. Download latest [Firmware](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/releases)
-
-2. Reboot Flipper to Bootloader
- - Press and hold `← Left` + `↩ Back` for reset
- - Release `↩ Back` and keep holding `← Left` until blue LED lights up
- - Release `← Left`
-
-### **Replace (CURRENT VERSION) with version that you downloaded from releases**
-3. Run `dfu-util -D flipper-z-f7-full-(CURRENT VERSION).dfu -a 0`
-
-4. If you doing install for first time or migrating from official fw, unpack files from archive `sd-card-(CURRENT VERSION).zip` to your microSD card
+
diff --git a/site_scons/environ.scons b/site_scons/environ.scons
index c61f29616..cb370ef26 100644
--- a/site_scons/environ.scons
+++ b/site_scons/environ.scons
@@ -15,6 +15,7 @@ forward_os_env = {
for env_value_name in (
"WORKFLOW_BRANCH_OR_TAG",
"DIST_SUFFIX",
+ "CUSTOM_FLIPPER_NAME",
"HOME",
"APPDATA",
"PYTHONHOME",