Search results

  1. tommasov

    Diagnostic VDI, VNCI, MDI with MG4

    Yes it could be. It's what i was asking here: https://www.mgevs.com/threads/mg4-software-update-thread.7699/page-199#post-328092
  2. tommasov

    MG4 Software Update Thread

    The step 7 says: Update the MCU of FICM to the latest version by SIPS Obviously we can't do it at home, unless we have a SIPS (SAIC Integrated Program System) system which costs a lot and is not easy. What happens if you don't update the FICM MCU?
  3. tommasov

    MG4 Secret Menu Mode...

    This is valid for the Trophy model and all others that use iSmart Full
  4. tommasov

    MG4 Secret Menu Mode...

    The password should be visible exporting the log. @Geekice may could help you
  5. tommasov

    MG4 Secret Menu Mode...

    Ok, turned out that the password calculation is different for for R21 and below
  6. tommasov

    MG4 Secret Menu Mode...

    No, it's in settings->system: Entertainment System Version (just last part RXX)
  7. tommasov

    MG4 Secret Menu Mode...

    What's your infotainment version?
  8. tommasov

    Thank me later... (engineering menu)

    I updated the code. Now the date is derived following the time zone set in the device and not from UTC
  9. tommasov

    Diagnostic VDI, VNCI, MDI with MG4

    I don't think it's ever been discussed, but it's common on Wordpress to add automatically -number when there are files with the same name So this: https://mgtrip.smil.com/wp-content/uploads/2023/08/Mg4-SE-1.pdf is the reupload of: https://mgtrip.smil.com/wp-content/uploads/2023/08/Mg4-SE.pdf...
  10. tommasov

    Thank me later... (engineering menu)

    is the date on the car correct? The script uses today's date to generate the password
  11. tommasov

    MG4 Secret Menu Mode...

    It adds the zero automatically if the SN is 15 chars
  12. tommasov

    MG4 Secret Menu Mode...

    Yes the code is updated to the last Java code above, but i did few tweaks today
  13. tommasov

    Thank me later... (engineering menu)

    Ok updated. I passively converted the logic from Java to Javascript, but I didn't follow the discussion precisely. I also added info box. Updated code at same url https://ws2.tommasovietina.it/mg4/se/password.html
  14. tommasov

    Thank me later... (engineering menu)

    Yes, SHA256 is not needed. I updated the code and also added: if (serialNumber.length === 15) { serialNumber += "0"; //Add 0 if lenght is 15 } Now it should work as intended: https://ws2.tommasovietina.it/mg4/se/password.html
  15. tommasov

    Thank me later... (engineering menu)

    I tried to implement this in Javascript. https://ws2.tommasovietina.it/mg4/se/password.html
  16. tommasov

    MG4 Undertray dip/bulge

    I wasn't aware of this issue until today, but after checking, I discovered that mine has little bulge and is cracked near the bolt What sticks out is soft fabric. I pushed it back into place
  17. tommasov

    MG4 Secret Menu Mode...

    Yes the code is Java, using standard Java classes like BigInteger, SimpleDateFormat, and Date, with custom utility methods (HMAC-MD5 and SHA-256 hashing) It generates a validation or authentication key based on a serial number and the current date
  18. tommasov

    MG4 internet, data limits

    During the last days of September, I also experienced a lack of connectivity, but I am certain that I did not use up all the available data. Connectivity was restored on the 1st of October.
  19. tommasov

    New MG4 Xpower experience so far

    A youtuber friend did few tests and the air conditioning is about 6/7 degrees below what you set it to. I usually I keep it between 26-28.
  20. tommasov

    MG4 Secret Menu Mode...

    Maybe we need a separate topic, but actually I didn't try any unencrypted http url. So far: Javascript ajax get calls: JS works, but call failed iframe with my own web server (to avoid CORS): NET::ERR_CACHE_MISS Tried to load local pdf inside iframe: White page Anyway i did few steps forward...
Back
Top Bottom