Bimmer Scene - Latest BMW Coding / Retrofits / Maps
Service history editor - Printable Version

+- Bimmer Scene - Latest BMW Coding / Retrofits / Maps (https://www.bimmerscene.com)
+-- Forum: Bimmer Scene Coding & Navigation (https://www.bimmerscene.com/forumdisplay.php?fid=1)
+--- Forum: BMW F / G Series Coding & Retrofits & Diagnostics (https://www.bimmerscene.com/forumdisplay.php?fid=3)
+--- Thread: Service history editor (/showthread.php?tid=9562)



Service history editor - rxp2007 - 04-21-2026

Hi everyone, I accessed my BMW F10 CIC Professional via FTP using FileZilla to copy into my pc the servicehistorie.bin file located inside the \HBpersistence\Hmi\data\rw 

The method I used was: 

1. Set my laptop's wired connection IP to 192.168.0.1; subnet mask as 255.255.255.0 and default gateway 192.168.0.1. Left DNS blank.
2. Opened Tftpd64 application and did the following:

* Went to DCHP tab
* Set IP pool start address to: 192.168.0.2
* Set size of pool to: 10
* Set default router to: 192.168.0.1
* Set mask to: 255.255.255.0
* Pressed "OK" button
* Selected 192.168.0.1 (ethernet connection) from the "Server interfaces" dropdown

3. I then connected the ethernet to ODB2 cable to the car and started the car engine.
4. I pressed and held down the radio power/volume button for 30 seconds
5. The iDrive screen restarted
6. I then noticed that the tftp32 application indicated that it had assigned 192.168.0.2 and 192.168.0.3
7. I visited ftp://192.168.0.2/ in my web browser and was promoted for a username and password
8. I entered "root" and "Hm83stN)" and logged in successfully for testing.
9. open filezilla and connect with ip 192.168.0.2, user root and password Hm83stN)
10. navigate to \HBpersistence\Hmi\data\rw
11. transfer file servicehistorie.bin
12. open SHMLITE
13. open file, select *.* and open servicehistorie.bin

Now, with SHMLITE i can see all service history, but in reverse mode.

If I add a new service, it will be placed at the beginning, not the end, in chronological order. 

Is that possible to developers create an application for edit that bin file, like SHMLITE with more options , like to reverse order, etc.. etc.. ?

Via ftp we can replace a saved file with all service history with filename servicehistorie.bin .


RE: Service history editor - MV002 - 04-22-2026

i can create a small win app to do that, if i have free time