hello
I have a problem.
i have a FLIR E5 1.2L v3.16.0.
This is what I saw.
https://www.eevblog.com/forum/thermal-imaging/flir-e4-wifi-resolution-and-menu-hack-thread/msg1397359/#msg1397359 Basic_3.12.0.zip
https://www.eevblog.com/forum/thermal-imaging/flir-e4-wifi-resolution-and-menu-hack-thread/msg2252082/#msg2252082 commondll 3.16
https://www.eevblog.com/forum/thermal-imaging/flir-e4-wifi-resolution-and-menu-hack-thread/msg1411369/#msg1411369 Flir E4 1.21 and 1.22 Resolution and Menu Hack
commondll 3.16 Is the commondll file a resolution file?
Does it work as it should in conf.cfg?
what is # CRC03 11223344
Everything is mixed up.
can not understand.
Please help me. Thank you.
I tried everything but it doesn't apply.
https://fubar.gr/hacking-the-flir-e4/ Created by Bud
Liberating FLIR E4 WiFi ver 3.12.0
'====================================================================================
Tools required:
+ FTP program (e.g. WinSCP)
+ Telnet program (e.g. Putty)
+ Python v2.7
+ FLIR Device Drivers software, if not using WiFI and using USB connection
1. Switch camera to RNDIS using USB connection or configure WiFi and connect to the camera with FTP.
tip: to find out the camera WiFi DHCP IP address, run a Ping from your computer command prompt:
ping IRCAMxxxx
(replace xxxx with last 4 digits of your camera serial number)
If you do not use camera's WiFi for whatever reason, you can install FLIR Device Drivers and connect to the camera via USB in RNDIS mode.
The camera IP address in that mode is 192.168.0.2
Procedure how to switch camera to RNDIS is out of scope of this writing.
Use the following credentials for FTP login to the camera:
user: flir
pass: 3vlig
2. Make a full backup of the camera to the local computer hard drive. Some files can't be copied but they will not be required to fully restore the firmware, so you can skip them.
------------------------------------------------------------------------------------------------------------------------------------
3. Obtain the camera SUID. Use one of the following methods Obtain the camera
3.1 Open this file in the backup archive or on the camera:
FlashIFS\version.rsc
copy the SUID (found at the beginning of the file) and save to your working folder
3.2. Connect to the camera with Telnet
user:flir
pass: 3vlig
and run the following command from Telnet command prompt:
"suid
it will return the SUID string, copy/save it to your working folder."
4. Obtain cfccfg.zip archive:
https://www.eevblog.com/forum/thermal-imaging/flir-e4-thermal-imaging-camera-teardown/msg596959/#msg596959 and extract cfccfg_V2.py from it.
5. Install Python 2.7 . The script may not work with later Python versions.
6. Open the supplied conf.cfg , scroll down to the very bottom to the line that starts with "# ID " and replace the 9-digit number with your camera serial number.
Save the file.
7. Encrypt the updated conf.cfg from step 6 with your suid by running this command from command line on your PC with Python:
python cfccfg_v2.py XXXXXXXXXXXXXXXX conf.cfg conf.cfc
(where XXXXXXXXXXXXXXXX is the suid string from step 3)
This step will produce a new encrypted conf.cfc .Save it to your working folder for transferring to the camera.
8. Double check to make sure you have made a backup of the original camera files (see step 2) !!!
9. With Telnet and FTP connected:
a) In Telnet enter this command:
stopapp
b) Using FTP program rename FlashBFS\system\common_dll.dll on the camera to common_dll_org.dll
10. Transfer the new common_dll.dll from the working folder to the camera -> FlashBFS\system\
11. Disconnect FTP program and power off the camera by press/hold the power button for 6 seconds
12. Power on the camera and cross you fingers. If it boot normally, it is good news. Skip step 13 and go to step 14
13. If the camera stuck in FLIR logo or in blank dark screen, things did not work for you well and you will have perform recovery procedure
14. If the camera started normally with the new common_dll, connect using FTP and transfer the new conf.cfc ->FlashFS\system\appcore.d\config.d\
15. Shut down the camera by holding the power button for 6 sec. Remove the battery for a few second and insert it back.
Power on the camera and see if you now have 320x240 resolution working. If not, chances are you did something wrong with the conf file. Double check the
procedure to create and encrypt the conf file with your SUID and replace it on the camera again.
16. Assuming res mod was successful, transfer the rest of the files in FTP program replacing old versions where required
pallette files (.pal) -> FlashBFS\system
ui_control.rsc -> FlashBFS\system\appcore.d\factory.d\
design_ui.xml -> FlashBFS\system\ui.d\
toolbar-config.xml -> FlashBFS\system\ui.d\
facet.rcc -> FlashBFS\system\ui.d\
preset files (preset_*.rsc) -> FlashBFS\system\ui.d\presets.d\
battery_frame.bmp -> FlashBFS\system\battery.icons\
flash_graybackground.bmp -> FlashBFS\system\battery.icons\
17. Shut down the camera by press and hold the power button for 6 sec. Remove the battery for a few second and insert it back.
Reboot the camera and check/browse the enhanced menu, new palettes, and new settings.
If all looking good, enjoy your Liberated E4 v3.12.0 !