Jump to content
AVIC411.com

Chuck88

Members
  • Content Count

    1,401
  • Joined

  • Last visited

Everything posted by Chuck88

  1. I didn't see any difference ... Enjoy gibear2k5!
  2. Folks, this is my latest build with new DestinationMenu BMP image. If you have my previous upload, just replace all files with new in the attached zip. Enjoy! 20110923.My Flash Disk.zip
  3. ryar, it has to be 480x240, or it will not fit. I have mine working now and will upload tomorrow or so (from my car).
  4. Well, the BMP should be 480x240, normal and pushed icon. I will test it myself.
  5. No ryar, not UI scripting! All you have to do is to use the same technique as the actual Button.exe and create a new one of 240x240, in the same position as the Destination Menu big icon.
  6. ryar, I am working to replace the function of the Destination Menu icon (240x240 pixels) of the MainMenu (once Primo was launched), to have the same function as your button.exe.bmp. But this depends ultimately on the Image.res that you're using. Did you ever try that before?
  7. Well the steering wheel control doesn't come with the X710BT; there is another $100 or so. Please note that X710BT doesn't have traffic info, so if you're in Europe, get the X910BT instead for TMC, which is a much better alternative for the upcoming Primo 2.0 (traffic-sensitive routing).
  8. OK then, sorry, and that makes lot of sense now.
  9. ryar, you're probably right about the problem with volume and next/prev songs controls (I have to check again mine when AEkmapscan was launched) ... I didn't have to use them because the steering wheel controls that I have. So for those of you who want native functions of the hard key buttons, please use ryar's CwGoPrimo.mscr, as follow: kill ("ezrider") kill ("ezrider.exe") waitfor ("MortScript V4.2", -1) SendOK Run ("\My Flash Disk\APL2\Primo\extension\Button\button.exe") Run ("\My Flash Disk\APL2\Primo\Primo.exe" )
  10. With thanks to ryar, my setup is now completely functional, with soft and hard key to swtich between MainMenu and Primo. Below is my CwGoPrimo.mscr file contents: kill ("ezrider") kill ("ezrider.exe") waitfor ("MortScript V4.2", -1) SendOK Run ("\My Flash Disk\APL2\Primo\extension\AEKMap\AEKMapScan.exe" ) sleep 2000 kill ("AEKMapScan.exe") Run ("\My Flash Disk\APL2\Primo\extension\AEKMap\AEKMap.exe" ) Run ("\My Flash Disk\APL2\Primo\extension\Button\button.exe") Run ("\My Flash Disk\APL2\Primo\Primo.exe" ) Attached is the complete set of files that I use now, and I made real Pri
  11. Hi all, I finally found the gimmick again for the AVIC X710BT rebooting after exiting from Primo v1.2 (same for all units???), either the navigation is completed or user-requested exit: play radio (or A/V turned OFF) is not good enough, you have to have USB or SD or iPod playing to prevent rebooting! However, you can just switch to SD or USB or iPod then go back to radio (or turned OFF???), there is no rebooting neither! As long as the audio channel is opened with SD/USB/iPod, it will be OK thereafter. Unlike ryar, I don't have rebooting problem after exiting Primo in TestMode, tho
  12. Patper, looks at this message and follow-up, it might save your day for the GPS issue: http://www.mobilepassion.org/viewtopic.php?f=73&t=6026&sid=2b309362feba3a1b02b2682a44fa5873&start=2080
  13. If you're seeing a open sky when that happens, then I don't know what to say my friend!
  14. The BMP file is the same as the one provided to you, so you can safely pack it in my UI to provide autolaunch capability, in the meantime. Later.
  15. Patper, check you GPS antenna! If you say the GPS is working fine when you're stopped, then this is not software related. If the antenna is not obstructed and can see the sky, then it might be some wiring faults or connection problem or worst, your AVIC is broking down.
  16. ryar, I think the kill() command on HardKey is OK, better than close(). The WinCE fatal msg is happened before the kill() command, so no need to change it. Do you think that we can minimize() the Mortscript v4.2 application ... it is a bit annoying during Primo startup.
  17. ryar, WinCE "Fatal application error" for AEKMapScan.exe, but after the kill() command, the message disappears by itself, and guess what, all intented hard keys are still working ... weird! Looks like 3000 ms is enough before the kill() command. Why do you put 5 seconds? However, the "Primo crashing on exit" has returned, even after launching Primo directly from Explorer, so the only change that caused the crash should be in SYS.txt (since my post on the 17th of September). Any idea ryar?
  18. I still hang on to the HardKeyTest.exe and will try again. Rather than calling manually, I embed its contents to the CwGoPrimo.mscr (with 3 seconds sleeping). One thing for sure, when the command was executed without error, the MAP key does bring the screen back to Primo, MENU key show top level menu, ZOOMIN and ZOOMOUT work too, which is the intents. kill ("ezrider") kill ("ezrider.exe") Run ("\My Flash Disk\APL2\Primo\extension\AEKMap\AEKMapScan.exe" ) sleep 3000 kill ("AEKMapScan.exe") Run ("\My Flash Disk\APL2\Primo\extension\AEKMap\AEKMap.exe" ) Run ("\My Flash Disk\APL2\Primo\extens
  19. ryar, don't know what was wrong: 1) I would say 40% of the time when HardKeyTest is launching, my AVIC (X710BT) reboots. 2) Numerous times, showprimo.exe said there is no enough memory while TaskManager reported 130 MB available. Can you confirm whether the following command will launch Primo IF not yet done, and will maximize/restore Primo IF already launched? Run ("\My Flash Disk\APL2\Primo\Primo.exe" )
  20. 1) In the iGo8 SYS.txt, select the device matching your AVIC. 2) Use the proper script to Kill("EzRider") within CwGoPrimo.mscr. Please wait for ryar to release the "Official" one soon.
  21. ryar, thank you for your efforts by digging so far; I think your solution is viable enough for almost everybody. Good find on the Close() vs Kill() command, I just realized the same. The CwGoPrimo.mscr is the only file to put inside iGo\Extension, but please add Kill("EzRider.exe") in addition to the Kill("EzRider") command, because if you chose to launch again iGo8, the process name will be EzRider.exe instead of EzRider (initial process name). I will probably tweak further my scripts to facilitate my wife's life, because she still doesn't know how to use Primo and prefers iGo8, s
  22. There are many, mine is among those here: http://avic411.com/index.php?/topic/29851-chuck88s-igo-nav-mod-v33-updated-2011-07-15/page__fromsearch__1
×
×
  • Create New...