View Single Post
Old 31-12-2019, 08:39 PM   #266
JasonACT
Away on leave
 
Join Date: Apr 2019
Location: ACT
Posts: 1,731
Tech Writer: Recognition for the technical writers of AFF - Issue reason: Outstanding work on the FG ICC issues. Technical Contributor: For members who share their technical expertise. - Issue reason: The insane amount of work he has put into the Falcon FG ICC is unbelievable. He has shared everything he has done and made a great deal of it available to us all. He has definitely helped a great deal of us with no personal gains to himself. 
Default Re: FORD technical service bulletin : ICC touch screen display

How To: Removing the "Drive Carefully" message from the ICC unit's Sat-Nav:

Download the iGoLua.zip from this guy's website (links are near the bottom)

https://sites.google.com/site/tweakr...s/igo-from-nng

Having made a backup of your files, like someone who looks after their car with pride, you will find a data.zip file in /packages/factory/navi/root/usr/navngo/MobileNavigator

Extract from the data.zip archive data.zip\ui_sumitomo\common\ui\general.lua
Decompile it with the iGoLua tool
Edit the resulting general.luad text file and add "sc_accept_drive_carefully()" as shown (somewhere in the middle of the text file):

sc_drive_carefully_init = function()
sc_drive_carefully_show()
KEY("RETURN")
KEY("REC")
KEY("UP")
KEY("DOWN")
sc_accept_drive_carefully()
end


Use the iGoLua decompiler/compiler to recompile the text version to a .lua file
delete the original general.lua file from where you are working so you can..
rename 2_general.lua to general.lua
copy data.zip to data2.zip (save the old data.zip and mod the data2.zip one)
Open data2.zip in WinRAR 3.30 (research suggests you need an old version not 4! Not WinZip and not 7zip - they all failed)
Navigate to data2.zip\ui_sumitomo\common\ui
Copy the new general.lua over the old one (drag and drop - accept the change)

run these commands on the ICC when the usb stick has the data2.zip file on it:

cd /fs/usb0
mv /packages/factory/navi/root/usr/navngo/MobileNavigator/data.zip /packages/factory/navi/root/usr/navngo/MobileNavigator/data_o.zip
cp data2.zip /packages/factory/navi/root/usr/navngo/MobileNavigator/data.zip
shutdown


I'm bloody happy with that!

Last edited by JasonACT; 31-12-2019 at 08:54 PM. Reason: Use Notepad++ too :)
JasonACT is offline   Reply With Quote
3 users like this post: