Hybrixe
New Head-Fier
- Joined
- Jan 3, 2015
- Posts
- 1
- Likes
- 10
Hey guys!
Just made an account to share this with you.
I wanted to make custom themes for the Fiio X1 but couldn't find much about it. I had a good look at the FirmwareTools package that Fiio uploaded earlier and saw that the tool is capable to unpack and repack the X1's firmware! I made some batch files to make it easier for everyone to pack and unpack it. Here they are:
X1 Unpack:
@ECHO OFF
packtools --unpack -i x1.fw -o x1firmware
pause
X1 Pack:
@ECHO OFF
packtools --pack -i x1firmware -o x1.fw -m x1
pause
X3 Unpack:
@ECHO OFF
packtools --unpack -i x3.fw -o x3firmware
pause
X3 Pack:
@ECHO OFF
packtools --pack -i x3firmware -o x3.fw -m x3
pause
I hope that we can come up with some great themes together and maybe even some software tweaks! If anybody needs the tools again or wants the BAT files directly I'm happy to provide them
Just made an account to share this with you.
I wanted to make custom themes for the Fiio X1 but couldn't find much about it. I had a good look at the FirmwareTools package that Fiio uploaded earlier and saw that the tool is capable to unpack and repack the X1's firmware! I made some batch files to make it easier for everyone to pack and unpack it. Here they are:
X1 Unpack:
@ECHO OFF
packtools --unpack -i x1.fw -o x1firmware
pause
X1 Pack:
@ECHO OFF
packtools --pack -i x1firmware -o x1.fw -m x1
pause
X3 Unpack:
@ECHO OFF
packtools --unpack -i x3.fw -o x3firmware
pause
X3 Pack:
@ECHO OFF
packtools --pack -i x3firmware -o x3.fw -m x3
pause
I hope that we can come up with some great themes together and maybe even some software tweaks! If anybody needs the tools again or wants the BAT files directly I'm happy to provide them
