Jump to content
AVIC411.com

pwnin o'brien

Members
  • Content Count

    108
  • Joined

  • Last visited

Posts posted by pwnin o'brien

  1. Are you absolutely sure you entered the service menu correctly?

     

    When I was updating WinCE I was pressing the buttons incorrectly. If you do not press them right, it will still go into the service menu, but the screen will shut off after 10 or so seconds while the power remains on. Also, if you only do a partial format (if the unit restarts during the WinCE updating process), the unit will go to a black screen on startup.

     

    The correct process to get into the service menu is as follows:

     

    1. Immediately after turning your key to accessory, you want to hold the Reset, Eject, Map, and Menu buttons.

    2. After four or five seconds (the screen will still be black), you want to release the reset button.

    3. After a couple of seconds, you will get the blue service menu screen, release the eject button.

    4. After you release the eject button, you can release the Menu and Map buttons simultaneously.

     

    Before pressing any buttons, wait to make sure the unit will stay booted in the service menu. Wait approximately 15 seconds to be sure. If it stays booted, then you are good and you should be able to restore the unit from there.

  2. I'm sorry, I gave you the wrong path to begin with...

     

    CommonLib.dll is in My Flash Disk\APL\

     

    You will need to copy the modified CommonLib.dll to your SD card along with the TestMode folder. Then when in Windows CE, you want to copy the original CommonLib.dll to your SD card, rename it something like CommonLib.bak. Then copy the new modified version to the APL folder, overwriting the old CommonLib.dll.

  3. You're avoiding the inevitable. After I got new 6.5's all around with the F900BT, I was seriously lacking bass. They just don't cut it, even with the bass booster and all.

     

    You need to get a subwoofer or two. I ended up putting in an R12 in to supplement the crappy bass.

  4. I think that this tutorial needs to be completely re-written. It is a great tutorial, don't get me wrong, but there are quite a few people that are having problems with the instructions. I even had some problems with the instructions and I've had the F900BT since the week it was first released and I'm a computer engineering grad student!

     

    The tutorial should be consolidated, it could probably be written in four or five steps with pictures accompanying each step. It should also be written for someone who has almost no knowledge of computers, because we ALL know that even people who have no idea how to copy and paste are going to attempt this update, and with an easier to understand tutorial we should be able to reduce some of the many posts from confused people.

     

    Just my two cents.

  5. Would it be possible to increase the Z value of the street name label/background so that it covers the AV title bar but not the AV input and album cover art?

     

    Maybe if I increase the road name background and icon to a much higher Z?

     

    Also increase the fonts Z so it is higher than the background?

    ;route name and housenumber(next and the third road name)

     

    I'll do some experimenting and report my findings.

  6. Question...

     

    I want to hide the AV title bar (song title bar) at the bottom of the map screen at all times but keep the street name bar. Where can I find the code for the AV title bar? What is the script/layer name for the AV title bar?

     

    Thanks!

     

    Have you tried clicking on the little arrow at the end of it? Or reading the owner's manual where it mentions it?

     

    No, I don't want to temporarily hide it. When you press the arrow, that only hides the bar until the next power cycle. The next time the unit turns on, the bar is right back where I don't want it. I am looking to remove the bar completely (like when the audio is OFF) and permanently.

  7. That's annoying. I'll see if I can disassemble some of the .exe's and comb through some assembly code and see if I can find anything useful. Does anybody know where I can obtain a copy of IDA Pro 5.5? The 5.4 demo is extremely annoying and the 4.9 free version can't disassemble the ARM executables/DLL's (PM me).

     

    Also, what's the easiest way to make my map icons (2D/3D/NorthUp and the other button under that one) semi-transparent (about 50% transparent)? Can I just change the alpha levels in navigatemap_800_480.ui?

  8. To remove the ruler/scale from the map page entirely (will not display with or without route entered), please do the following:

     

    In the scripts_800_480.ui file (DATA\ui_pioneer\800_480\ui) , you want to replace the red value with the value in blue:

     

    BEFORE:

     

    AFTER:

     

    In the navigatemap.ui file (DATA\ui_pioneer\common\ui) , you want to replace the red value with the value in blue:

     

    BEFORE:

    ; position map

    map.ZOOMCONTROL_X 8

    map.ZOOMCONTROL_Y 331

    map.ZOOMCONTROL_TEXTOFFSET -8

    map.ZOOMCONTROL_BARHEIGHT 8

    map.ZOOMCONTROL_TICKHEIGHT 0

    map.ZOOMCONTROL_ZOOMSIZE 150

    map.ZOOMCONTROL_FONT "tahoma"

    map.ZOOMCONTROL_FONTSIZE 24

    map.ZOOMCONTROL_GLOWSIZE 0

     

    map.ZOOMCONTROL_SHOW 1

     

    AFTER:

    ; position map

    map.ZOOMCONTROL_X 899

    map.ZOOMCONTROL_Y 331

    map.ZOOMCONTROL_TEXTOFFSET -8

    map.ZOOMCONTROL_BARHEIGHT 8

    map.ZOOMCONTROL_TICKHEIGHT 0

    map.ZOOMCONTROL_ZOOMSIZE 150

    map.ZOOMCONTROL_FONT "tahoma"

    map.ZOOMCONTROL_FONTSIZE 24

    map.ZOOMCONTROL_GLOWSIZE 0

     

    map.ZOOMCONTROL_SHOW 1

     

    Enjoy!

  9. Sure! You want to first open navigatemap_800_480.ui (in DATA\ui_pioneer\800_480\ui) and then scroll down and replace the following values in red:

     

    BEFORE:

     

     

    AFTER:

     

     

    Of course, you will want to select a Y value to your liking. My 2D/3D/Noth Up button has a Y value of 12, so it's really close ot the top of the screen. I made this button close to the 2D/3D/North Up button, thus the y=75 value.

     

    Then you want to open navigatemap.ui and start.ui (both files are in DATA\ui_pioneer\common\ui). You then want to search each file (using Ctrl + F) using btnNMB_Cursor as the search parameter. When going through the results, you want to replace the value 213 located next to each result (not every result will have 213 next to it, just skip those results) with your new Y value.

     

    Then you want to search those two files (navigatemap.ui and start.ui) using btnNMB_Pos as the search parameter. You will do the same thing as above (replacing the 213's with your new Y value).

     

    Example:

     

    BEFORE:

    runifnot vStateMode "0" 'btnNMB_Cursor.y 213'

     

    AFTER:

    runifnot vStateMode "0" 'btnNMB_Cursor.y 75'

     

    Hope this helps!

  10. So I have been able to successfully remove the clock and compass from my map screen. I was able to move the 3D/2D/Noth up icon and the icon under that up to the top of the screen in place of the clock and compass.

     

    I have one last thing that I want to remove completely and that is the ruler/scale thing above the displayed info box in the bottom left corner of the map screen.

     

    I have scoured every ui file and have had no luck. I don't even know what the programmers would have called that or what variable/script name they would have given it. If anybody can provide any help or knows what file to even look in or a hint as to what they called it in the files, that would be a HUGE help!

     

    Thanks!!!

  11. I've figured out the displayed info box. The following method will hide the box and the text completely whoile no route is entered. It should all display when a route is entered.

     

    The following excerpts are from navigatemap.ui under DATA/ui_pioneer/common/ui

     

    BEFORE:

    ;*********************************12.9*********************************

     

    vNavMode.set "OFFROUTE"

     

    map.ENABLEMAPMOVE 1

     

     

    vNavMode.set "OFFROUTE"

     

    map.ENABLEMAPMOVE 1

     

    btnNMB_RouteInfo.HIDE

     

    map.ISROUTEVALID vValidRoute vDeletableRoute

    ;runif vValidRoute 0 'vNavMode.set "NOROUTE", ui_RouteinfoBackground.hide'

    ;else_run 'ui_RouteinfoBackground.show'

     

    vNavMode.set "ONTHEROUTE"

     

    map.ENABLEMAPMOVE 1

     

    runif vOnFlyover 0 'btnNMB_RouteInfo.SHOW'

     

    runif vFullScreenCockpit 0 'ui_NavigateMapRouteNavigationInfos.SHOW'

    else_run 'ui_NavigateMapRouteNavigationInfos.HIDE'

     

    AFTER:

    ;*********************************12.9*********************************

     

    vNavMode.set "OFFROUTE"

     

    map.ENABLEMAPMOVE 1

     

     

    vNavMode.set "OFFROUTE"

     

    map.ENABLEMAPMOVE 1

     

    btnNMB_RouteInfo.HIDE

     

    map.ISROUTEVALID vValidRoute vDeletableRoute

    runif vValidRoute 0 'vNavMode.set "NOROUTE", ui_RouteinfoBackground.hide'

    else_run 'ui_RouteinfoBackground.show'

     

    vNavMode.set "ONTHEROUTE"

     

    map.ENABLEMAPMOVE 1

     

    runif vOnFlyover 0 'btnNMB_RouteInfo.SHOW'

     

    runif vFullScreenCockpit 0 'ui_NavigateMapRouteNavigationInfos.SHOW'

    else_run 'ui_NavigateMapRouteNavigationInfos.HIDE'

    You just need to un-comment those two lines in red.

     

    Enjoy!

×
×
  • Create New...