This is a Foxconn linux application for dell wwan DW5932e and DW5934e devices.
FoxFlss: Tool to unlock Fcc and write RF_Files dynamically(It is not open source).
All open source codes are GPLv2+.
- FoxFlss binary file was built in Ubuntu20.04, it can be used above (include) 20.04
- This application runs only on ubuntu22.04 and ubuntu24.04,other ubuntu versions and other OS have unverified.
- All details of build or install steps could be found in below:
pushd Applicationautoreconf --force --install./configure --prefix=<path>makesudo make installsudo systemctl daemon-reloadsudo systemctl enable FoxFlss.servicesudo systemctl start FoxFlss.servicepopd
- In order to enable FoxFlss unlock Fcc function automatically by ModemManager, you shall put our third party tool script into ${libdir}/ModemManager/fcc-unlock.d
sudo mkdir -p /usr/lib/x86_64-linux-gnu/ModemManager/fcc-unlock.dsudo ln -sft /usr/lib/x86_64-linux-gnu/ModemManager/fcc-unlock.d/ /opt/foxconn/fcc-unlock.d/*
-
FoxFlss version:1.0.14
- Add DW5934e CY26 platform support.
- Add DW5934e CY26 platform support.
-
FoxFlss version:1.0.13
- Limit the non-secured device from switching to online mode.
- Limit the non-secured device from switching to online mode.
-
FoxFlss version:1.0.12
- Update RF data.
- Add more DW5934e platform support.
- Update RF data.
-
FoxFlss version:1.0.11
- Apply low power suspend solution for new MM.
- Apply low power suspend solution for new MM.
-
FoxFlss version:1.0.10
- Update DW5934e RF data files.
- Update DW5934e RF data files.
-
FoxFlss version:1.0.9
- Update DW5932e support platform list.
- Fix DW5934e can't connect to NW when host cold boot.
- Set DW5934e with --test-quick-suspend_resume parameter.
- Update DW5932e support platform list.
-
FoxFlss version:1.0.8
- Update RF data.
- Correct tuner number for some platform.
- Update RF data.
-
FoxFlss version:1.0.7
- Update RF data.
- Update RF data.
-
FoxFlss version:1.0.6
- Support dell wwan DW5934e device of writing RF data function.
- Automatically set test parameter of MM according to MM version.
- Support dell wwan DW5934e device of writing RF data function.
-
FoxFlss version:1.0.5
- Fixed MM calls FoxFlss to unlock without waiting time.
- Add test-quick-suspend-resume.conf, fix failed to enter suspend while browsing web pages.
- Fixed MM calls FoxFlss to unlock without waiting time.
-
FoxFlss version:1.0.4
- Support dell wwan DW5934e device of Fcc unlock function.
- Support dell wwan DW5934e device of Fcc unlock function.
-
FoxFlss version:1.0.3
- Fixed some issues caused by abnormal module exits.
- Modify prefix parameter setting to perform different operations.
- Fixed some issues caused by abnormal module exits.
-
FoxFlss version:1.0.2
- Rename of the RF_Files as "DW5932e_RF.dat".
- Add a reliable way to detect modem devices automatically.
- Remove FoxFlss.service sleep time.
- Rename of the RF_Files as "DW5932e_RF.dat".
-
FoxFlss version:1.0.1
- Write default configuration for platform which has not RF_Files.
- Add step reboot the module to take effect after writing RF data.
- Write default configuration for platform which has not RF_Files.
-
FoxFlss version:1.0.0
first version, add FoxFlss tool.