Modification of Diagbox software with SQL to make hidden options available

Mitsubishi i-MiEV Forum

Help Support Mitsubishi i-MiEV Forum:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.

hjdlsnbc

Well-known member
Joined
Feb 2, 2023
Messages
66
Some years ago people reported that they have done modification at the database files to make hidden options available. Especially in ETACS coding section.

1. Connect to C:\AWRoot\dtrd\comm\data\DSD.FDB.
2. Execute this command: UPDATE STATES SET STATES.STAVALUE = '0001' WHERE STATES.STASNAME = 'Type_S1_2861'
3. In Vehicle options change Sunroof type from Unknown to LIN.

This is how a person could enable the sunroof option on a Mitsubishi car in Diagbox.

Someone here is experienced with SQL and could take a look? It would make sense to split the work so that i wont have to learn and research all of that alone.
 
Back
Top