Honda Ridgeline Owners Club Forum

Go Back   Honda Ridgeline Owners Club Forums > Honda Ridgeline Accessories, Care and Mods > Mobile Electronics
Register FAQ / How To's Dealer Directory ROC Events ROC Merch Online Store Search Today's Posts Mark Forums Read

CarDomain.com Speaker Sale, Every Make is on Sale. Huge savings on all speakers every make every model.
Reply
 
LinkBack Thread Tools Display Modes
  #161 (permalink)  
Old 09-09-2006, 08:01 PM
Junior Member
 
Join Date: Sep 2006
Posts: 5
Re: Hack the nav - enable trip computer and AC

i can tell you that on the '04 TL (older generation navi), the files were all in the bin just not linked in the on screen menus. There has also been good progress made with a modifed version of TSX utility that works with the newer Honda nav units. Unfortunately, my ridgeline isn't here right now, so i can't look at the disc to see what i can find.

I believe its possible to get the screens up with some software tweaks, but i have no clue about the data on them. It was stated here by someone far smarter than i that modified hardware would be needed to get this working right.

I can tell you that the TL required only 1 modified file and it enabled AC, Trip and a button to access the diag menus all from the info screen.
Reply With Quote


Hey Guest!
Not Registered with the ROC? Register on our forums today!

Registration is FREE and you'll be joining the #1 Honda Ridgeline owner and enthusiast club in the world! You'll also be removing this ad, so please join the Ridgeline Owners Club today!
  #162 (permalink)  
Old 09-09-2006, 11:58 PM
Junior Member
 
Join Date: Sep 2006
Posts: 5
Re: Hack the nav - enable trip computer and AC

theres a sizable number of files that are different between the ridgeline and the others that have this feature. probably over my head. here's to hoping someone else comes along to the rescue...
Reply With Quote
  #163 (permalink)  
Old 01-20-2007, 06:46 PM
Junior Member
 
Join Date: Dec 2006
Posts: 1
Re: Hack the nav - enable trip computer and AC

Looks like this effort may be stalled, but as I just got my Ridgeline and I am very interested in making it happen. I was able to copy the factory DVD and the copy is working in my NAV. I used Verbatim DVD+R DL rated for 2.4X. The software was Roxio Creator Classic using Data Disk mode. I set it for DVD-ROM as well.
Reply With Quote
  #164 (permalink)  
Old 01-20-2007, 06:55 PM
Junior Member
2007 Steel Blue Metallic RTL
 
Join Date: Jan 2007
Location: Houston, TX
Posts: 10
Re: Hack the nav - enable trip computer and AC

I am a programmer, and just got my ridge on Jan. 9th. I was very bummed to hear that there is no trip computer by default and then excited to read that it *may* be able to be enabled with software. I have actually done a bit of reverse engineering in the past, so I checked out the files on the DVD... It seems that the file structure is different than it was in the 04's models of other vehicles that were hacked in the past... Those hacks relied on modifying exe files inside the bin file. I extracted the bin, and instead of having that data in exe files, they seem to be contained in dll files now. This is unfortunately a bit above my head. All my "hacks" (white-hat, i swear) in the past have been with windows programs, where I could run the program and debug in real time. I wouldn't even know where to begin trying to hack these files
Bummer!
Reply With Quote
  #165 (permalink)  
Old 01-20-2007, 08:30 PM
Lingered_I's Avatar
Senior Member
2006 Nighthawk Black / Beige RTL
 
Join Date: Aug 2005
Location: Maryland
Posts: 1,700
Re: Hack the nav - enable trip computer and AC

Here's a starting point. The splash screen has been done. No news on the nag screen or trip functions yet.

Changing the Navi Splash Screen
__________________
Have Navi? Change the Splash Screen!
Reply With Quote
  #166 (permalink)  
Old 01-20-2007, 09:02 PM
Junior Member
2007 Steel Blue Metallic RTL
 
Join Date: Jan 2007
Location: Houston, TX
Posts: 10
Re: Hack the nav - enable trip computer and AC

Quote:
Originally Posted by Lingered_I
Here's a starting point. The splash screen has been done. No news on the nag screen or trip functions yet.

Changing the Navi Splash Screen
Thanks! I actually got the files extracted fine, and I found the nag screen text in HMIManager.dll in the 07Touch2.bin file... unfortunately, after using a hex editor to edit the nag screen, I was not able to get the dll back into 07Touch2.bin. I gave up at that point. I was really excited about having the ability to at least change that nag text, even if I couldn't get rid of it completely...
I will have to try the splash screen edit.
Reply With Quote
  #167 (permalink)  
Old 01-20-2007, 09:49 PM
Lingered_I's Avatar
Senior Member
2006 Nighthawk Black / Beige RTL
 
Join Date: Aug 2005
Location: Maryland
Posts: 1,700
Re: Hack the nav - enable trip computer and AC

This has rekindled my interest in this whole subject. I'm in the process of extracting all the files and have installed the Windows CE emulator on my PC. I'm wondering if the trip computer is related to Telemetrics.exe. AirconProcess.exe and AirConControl.dll look promising too.
__________________
Have Navi? Change the Splash Screen!
Reply With Quote
  #168 (permalink)  
Old 01-21-2007, 01:11 AM
Senior Member
 
Join Date: Oct 2006
Posts: 270
Re: Hack the nav - enable trip computer and AC

Quote:
Originally Posted by Lingered_I
This has rekindled my interest in this whole subject. I'm in the process of extracting all the files and have installed the Windows CE emulator on my PC. I'm wondering if the trip computer is related to Telemetrics.exe. AirconProcess.exe and AirConControl.dll look promising too.
Any idea which is the boot program?

I have IDA PRo_5.0.0.879_advanced but not sure how to get started with the dissambly or which file to start with.
Reply With Quote
  #169 (permalink)  
Old 01-21-2007, 10:18 AM
Junior Member
2007 Steel Blue Metallic RTL
 
Join Date: Jan 2007
Location: Houston, TX
Posts: 10
Re: Hack the nav - enable trip computer and AC

Ok, so I have spent a bit of time playing with the disassembled code...
I really don't have the time to really devote to this for the next couple of weeks... too many work commitments... but, it seems like all we would need to do is find the jump reference that calls the suspend mode if OK isn't pressed, and find the jump reference that calls the normal mode of OK is pressed. once we have those two... we would simply need to change it so that if OK isn't pressed, it calls normal mode instead of suspend mode... OR what would be even less annoying... we could call the normal mode instead of calling the nag screen in the first place. just ideas.. what do you think?
__________________
2007 RTL w/Navi Steel Blue Metallic
No good pics yet!
Reply With Quote
  #170 (permalink)  
Old 01-21-2007, 12:01 PM
Lingered_I's Avatar
Senior Member
2006 Nighthawk Black / Beige RTL
 
Join Date: Aug 2005
Location: Maryland
Posts: 1,700
Re: Hack the nav - enable trip computer and AC

To be honest I've been concentrating on the Trip Computer functionality, but your reasoning on the OK button seems logical. Talk about a needle in a haystack. Hopefully it will get easier as the pieces fall into place.
__________________
Have Navi? Change the Splash Screen!

Last edited by Lingered_I : 01-21-2007 at 02:40 PM.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Trip Computer Possible vertrkr Mobile Electronics 64 01-15-2007 12:05 PM
Trip computer enabled using Acura MDX/RL DVD vertrkr Mobile Electronics 48 05-15-2005 04:04 PM
Useless information from Honda Customer Relations maybearidge Exterior 18 05-03-2005 04:55 PM

Honda Ridgeline Owners Club Forums > Honda Ridgeline Accessories, Care and Mods > Mobile Electronics > Hack the nav - enable trip computer and AC

All times are GMT -6. The time now is 08:51 PM.


Views and opinions expressed on this forum are not necessarily those of Siteworthy, Inc. or the forum management. All rights reserved.
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
(c) 2005-2008 - Siteworthy, Inc.