Jump to content
AVIC411.com

mgreinke

Members
  • Content Count

    26
  • Joined

  • Last visited

About mgreinke

  • Rank
    Member
  1. Are speedcam warning popups working in this version? In the emulator at least, I only see the speedcam icons appear on the road.
  2. Has anyone had any luck using navigation.near_speed_limit [or] navigation.over_speed_limit successfully? I've been testing these in the emulator but even when these variables should be TRUE, nothing seems to work.
  3. Check ui_pioneer\common\ui\navigatemap.ui
  4. You need to have some computer savy and see http://avic411.com/forum/viewtopic.php?f=34&t=26742&p=183917&hilit=navtec#p183917
  5. The code looks right but my guess is you have inserted in a layer that is only active when you have a route active. Mark
  6. Didnt seem to work on the stock 3.0 skin for me with IDT and a few of my simple mods. The signs are still large.
  7. I set the clocked speed and elevation signs to only show when the GPS has a valid signal. If you are using the emulator without a working GPS unit the signs will never display. You can remove &gps.valid from those two lines if you want the signs to show even when no GPS is valid. Mark
  8. Funny you should mention the turn restrictions. I updated to 3.01 Thursday evening and have been adding back some mods. This one I added it into my mod over the weekend and it's very unreliable. No where near the accuracy of the previous map files. I was going down a street in Chicago today that every other street is an opposite no left/no right turn street. The display kept telling no left turn on virtually every street for about a mile stretch. Just comment out the code in the navigatmap800_480 ui file. It should have a reference to turn restrictions in the code. Interesting. I wa
  9. You have to add tilt settings to your sys file. Ok if you guys want skies on your 3.0 unit here is how: Copy and replace the attached sys file in my flash disk/apl2/igo. Then go into your data.zip file and replace the gfx file with the one also provided in the zip file attached. Then you have to modify each scheme color.ini and color3d.ini. Copy and paste this code below, under [other] all the way at the bottom in the color.ini files. background_picture_0="gfx/day/cs.bmp" sun_picture_0 = "gfx/day/sp.bmp" This code just shows where the files are for the background to be displa
  10. Geeze. I should have thought of that. It was set to On. I can only assume the update did this. The problem was only intermittant so time will tell but I bet that does the trick. Thanks for pointing me the in right direction. Mark
  11. Sorry if this has been asked before. I searched the forum but it only pointed to a backup camera issue which I dont have installed. Is anyone else getting the message "WARNING, IMAGE MAY BE REVERSED" when booting after updating to 3.0? The unit still works fine but the message is annoying. Thanks, Mark
  12. Most likely reason is that you live in an area of the US that iGo simply does not report the posted speed limit. I havent been able to determine what their posted speed limit coverage is on a given map. Where I live, iGo only reports speeds on the highways; which in itself is practically useless for me too. It would be much more valuable on side streets where the posted speed limit isnt always obvious. I've heard their coverage in Europe is much better than the US.
  13. paQ, I see what you are saying... You are correct, the code I provided to remove the ROUTE INFO display when no route is selected, has the unintended side effect of forcing you to display distance_to_destination, time_to_destination and current_speed when a route IS selected. The stock code seems to pick up variable set in the AVIC UI so that it can be changed by the UI. If I was better at coding this stuff I would know a simple way to just turn off the ROUTE INFO display when no route is selected and keep it unchanged when a route IS selected. The sample code I used doesnt rea
  14. Sorry if I didnt post correct info. I started with an early version of Mav's mods. I could post my full DATA.ZIP but then you wouldnt have all of Mav's mods. Here is the entire layer which removes the ROUTE INFO display when not navigating and also adds the Speed Limit, Elevation and Your Speed displays. If this works, I will fix the first post and remove the incorrect data posted later on. ; start hidden hide ;end hidden ;Speed limit
×
×
  • Create New...