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.
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.