Jump to content
AVIC411.com

johnny2d

Members
  • Content Count

    7
  • Joined

  • Last visited

About johnny2d

  • Rank

  1. I've been through all the possible files for the safety/caution message, either its in too deep to decompile, or its defined as InitializeCriticalSection and DeleteCriticalSection That's all I can gather.
  2. Don't bother confirming it, it's in the mainmenu.exe That .ui file is using and interesting...... anyways...what this is doing is that after launching the prog, it's setting that value DriveCarefully to 0 which is what we want...but prior though, so it has to be shoved in somewhere else......into mainmenu.exe Mainmenu.exe has to be decompiled....it's the source...don't bother with anything else..... So this is what's happening.......... Mainmenu.exe is setting DriveCarefully variable to 1 at the beginning. So if you shove DriveCarefully=0 somewhere else...it wont do y
  3. Ok, Mainmenu.exe contains the source of the safety message. I placed var vDriveCarefully=0 with lots of different formats i.e. DriveCarefully=0,etc... I tried different values such as -1 and 1 and 0. I only had the mainmenu.exe file with the .dlls and the ini files ....parrot, etc.. in them from its parent directory and I also had only the sys.ini file going in the appropriate folder to keep everything controlled, so in other words there were no other files on the flash disk. DriveCarefully variable was placed in all the .ini files. Result: Message still comes up. Next Actions t
  4. Ok. EULA and Legal are not part of the caution screen that pops up prior to opening GPS. These have Text Title's that are: EULA and Safety Instructions and that's what they pertain to. EXCITING NEWS! In Folder ui_pioneer/common/ui File Name: variable_def.ui This is shown: ;Show or not the drive carefully message layer I'm assuming this is the variable associated with the "Caution" screen advising you how to drive carefully =) Oh side note: The Caution screen shows up under application heading iGO8 in windows CE ok, somebody will have to look into this varia
  5. Furthermore: Find the graphics such as the OK button via a bmp file associated with the Caution screen and do a search on those items to see what scripts/statements/strings they are associated with. By doing so will make finding the actual caution screen more easy.
  6. Ok, so the screen info for the safety warning when first logging onto GPS is not part of the Data.zip:ui_pioneer folders. My current assumption is that this is something which could be seperate from the GPS application and maybe part of the mainmenu.exe. the xmllegal is not it which is referred to in the ui_pioneer folder under file: legal.ui & legal_800_480.ui. I will investigate the matter further. Ok, The screen is not located in the Data.zip file. 100% certain. When you remove the folder - APL2 and load up Mainmenu.exe. It will load the application. When you click
  7. Ok, So apparently the F-Series uses Windows CE as its operating system if I understand this correctly. I loaded up a Windows CE emulator and loaded up some of the F-Series Apps, and no go. CE doesn't recognize the apps as being windows CE compatible. Also, it would be nice to work on a topology of the F-Series variables in its programs. To show how they're all interconnected, making programming easier and more towards being flawless.
×
×
  • Create New...