mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-22 20:43:07 +00:00
2.2 KiB
2.2 KiB
How to change Flipper name:
Instruction
- Read How to build and How to install to know how to build and install firmware
- Follow how to build instructions to prepare all things before continuing
- Run release build to verify all is ok -
./fbt COMPACT=1 DEBUG=0 updater_package
- Clear build files -
./fbt COMPACT=1 DEBUG=0 updater_package -c
- Run command with extra enviroment var before
./fbt
that variable should contain your custom name in alphanumeric characters - max length 8 charsCUSTOM_FLIPPER_NAME=Name ./fbt COMPACT=1 DEBUG=0 updater_package
- whereName
write your custom name - Copy
dist/f7-C/f7-update-local
folder to microSDupdate/myfw/
and runupdate
file on flipper from file manager app (Archive) - Flash from microSD card only, .dfu update from qFlipper will not work properly since name and serial number will be changed
- Done, you will have custom name, serial number and bluetooth mac address
Troubleshooting
I'm using Windows and name changing / building firmware doesn't work
- Use PowerShell or VSCode terminal(powershell by default)
- Clear build files -
.\fbt.cmd COMPACT=1 DEBUG=0 updater_package -c
- Enter this in same terminal
$Env:CUSTOM_FLIPPER_NAME="Name"
- Run release build -
.\fbt.cmd COMPACT=1 DEBUG=0 updater_package
- Flash as described before (see 6.)
- If something still not work - Run powershell or VSCode as Admin
Name stays same for every new build
- Clear build files -
./fbt COMPACT=1 DEBUG=0 updater_package -c
- Try again
I want to return my original name and serial number
- Flash stock FW or any CFW using microSD card offline update method
Or
- Clear build files -
./fbt COMPACT=1 DEBUG=0 updater_package -c
- Run release build -
./fbt COMPACT=1 DEBUG=0 updater_package
- Copy
dist/f7-C/f7-update-local
folder to microSDupdate/myfw/
and runupdate
file on flipper from file manager app (Archive) - Flash from microSD card only, .dfu update from qFlipper will not work properly since name and serial number will be changed