• Car enthusiast? Join us on Cars Connected! iOS | Android | Desktop
  • Hint: Use a descriptive title for your new message
    If you're looking for help and want to draw people in who can assist you, use a descriptive subject title when posting your message. In other words, "I need help with my car" could be about anything and can easily be overlooked by people who can help. However, "I need help with my transmission" will draw interest from people who can help with a transmission specific issue. Be as descriptive as you can. Please also post in the appropriate forum. The "Lounge" is for introducing yourself. If you need help with your G70, please post in the G70 section - and so on... This message can be closed by clicking the X in the top right corner.

Software update

Pics will be posted once I have it detailed next week. Still very dirty after the drive up from Sydney. Also killed a tyre on a giant pothole. :|
 
What does the rim look like?
 
Fine surprisingly. The tyre was only just compromised, but on the sidewall. Tyre was brand new as well.
 
Fine surprisingly. The tyre was only just compromised, but on the sidewall. Tyre was brand new as well.
That sucks…. It’s always the brand new tyres never the old almost bald ones
 
Looking to update and upgrade your Genesis luxury sport automobile? Look no further than right here in our own forum store - where orders are shipped immediately!
Looks familiar :) I use an AA dongle that works really well.
Sorry to revive this, but I got my 2015 Genesis Ultimate this week, when you get the chance is it possible for you to link me that Android auto dongle?
 
@Gertsy thanks for taking the time to upload the map files but it needs all the contents of the SD Card, specifically the AppUpgrade file. Otherwise the maps won't / can't update.
Also I tried to PM but seems to be disabled on this site. You have a lot of photos public on your OneDrive so just double check them and make sure you're comfortable with them being out in the open...
 
@Gertsy thanks for taking the time to upload the map files but it needs all the contents of the SD Card, specifically the AppUpgrade file. Otherwise the maps won't / can't update.
Also I tried to PM but seems to be disabled on this site. You have a lot of photos public on your OneDrive so just double check them and make sure you're comfortable with them being out in the open...
Sorry, That's everything that's in the root of the Update SD Card. I have to admit I never tried it as they did it in the service. Is yours the Ultimate?
 
Not a problem. The attached image is what I believe the entire update should look like with the "Bin" folder holding all of the navigation data. Unfortunately, the US updates also upgrade the firmware of the head unit and there's definitely a few differences between the AU/NZ HUs and the US ones. Too risky to try it as it'll probably brick the head unit.

And yes, I've got the Ultimate. The files you provided have been useful - I've found where it sets the HUD to show turn-by-turn but the values are unknown and it's hard to patch. I'll keep looking.

1672354647390.webp
 
Not a problem. The attached image is what I believe the entire update should look like with the "Bin" folder holding all of the navigation data. Unfortunately, the US updates also upgrade the firmware of the head unit and there's definitely a few differences between the AU/NZ HUs and the US ones. Too risky to try it as it'll probably brick the head unit.

And yes, I've got the Ultimate. The files you provided have been useful - I've found where it sets the HUD to show turn-by-turn but the values are unknown and it's hard to patch. I'll keep looking.

View attachment 50469
Damn that’s a real shame we can’t get this update here in NZ, last thing i want to do is brick the unit then have to pay serious money to have it reset by a dealership.
Have even gone as far as raising this through Hyundai Korea who seem unable to help with this which is a real pity because I do love the car
 
Damn that’s a real shame we can’t get this update here in NZ, last thing i want to do is brick the unit then have to pay serious money to have it reset by a dealership.
Have even gone as far as raising this through Hyundai Korea who seem unable to help with this which is a real pity because I do love the car
It's really strange. You can put Gertsy's map files on an SD card and put them in the car but it won't load due to licensing. My guess is when the headunit gets updated, some keys are rotated or added. Still not sure if it's running the maps from the AppNavi binary on the SD card or the headunit. I have an idea about slapping newer maps from a different Hyundai update and seeing if it works but I'm not holding my breath.
 

Attachments

  • IMG20221230101006.webp
    IMG20221230101006.webp
    42.7 KB · Views: 12
Any of you here have enough programming/coding experience to figure out how to modify the file that controls which screen comes up at startup?

Used to be it always started with the screen that was up when you shut the car off, and on mine it was whatever song was playing on the stereo. That started to change a couple updates back when it would split between the map and the stereo. After the last update, it's full time map. 99% of my driving is local, so I don't need the map screen. I contacted MapNSoft and they claim that's what Hyundai wants.

Would sure be nice to not have to go through four or five button pushes every time I start the car.
 
Any of you here have enough programming/coding experience to figure out how to modify the file that controls which screen comes up at startup?

Used to be it always started with the screen that was up when you shut the car off, and on mine it was whatever song was playing on the stereo. That started to change a couple updates back when it would split between the map and the stereo. After the last update, it's full time map. 99% of my driving is local, so I don't need the map screen. I contacted MapNSoft and they claim that's what Hyundai wants.

Would sure be nice to not have to go through four or five button pushes every time I start the car.
It's hard to say without access to the files, especially between upgrades. I'll keep an eye out for anything in my searches.

I did find a file in `/data/uish/bootingSequence.xml` that looks like this but unsure yet if it's related.

XML:
<Applications>
    <application id="1">
        <appID>APP_NONE</appID>
        <selectGroup>eInvalid</selectGroup>
        <dependentGroup>eInvalid</dependentGroup>
        <defaultGroup>eInvalid</defaultGroup>
    </application>
    <application id="2">
        <appID>APP_UI_MANAGER</appID>
        <selectGroup>eInvalid</selectGroup>
        <dependentGroup>eInvalid</dependentGroup>
        <defaultGroup>eInvalid</defaultGroup>
    </application>
    <application id="3">
        <appID>APP_IDLE</appID>
        <selectGroup>eDepends</selectGroup>
        <dependentGroup>eGroup1</dependentGroup>
        <defaultGroup>eGroup3</defaultGroup>
    </application>
    <application id="4">
        <appID>APP_MAIN_MENU</appID>
        <selectGroup>eGroup2_1</selectGroup>
        <dependentGroup>eNone</dependentGroup>
        <defaultGroup>eNone</defaultGroup>
    </application>
    <application id="5">
        <appID>APP_AUDIO</appID>
        <selectGroup>eInvalid</selectGroup>
        <dependentGroup>eNone</dependentGroup>
        <defaultGroup>eNone</defaultGroup>
    </application>
    <application id="6">
        <appID>APP_RADIO</appID>
        <selectGroup>eDepends</selectGroup>
        <dependentGroup>eGroup2_2</dependentGroup>
        <defaultGroup>eGroup4_2</defaultGroup>
    </application>
    <application id="7">
        <appID>APP_VIDEO</appID>
        <selectGroup>eInvalid</selectGroup>
        <dependentGroup>eNone</dependentGroup>
        <defaultGroup>eNone</defaultGroup>
    </application>
...
</Applications>
 
Interesting.... On the latest update, I don't see that folder nor do I see that file anywhere.

I've dug through pretty much every file (up to 20mg), using text or hex editors and have found nothing (that isn't machine code) that resembles a configuration file.

I would install the original firmware that came with the car but Hyundai nixed that option once you upgraded. I'd like to know the reasoning behind removing that option. Why? Thanks Hyundai.
 
Back
Top