
Originally Posted by
seeyoujimmy
Are the NA-2000 navi boxes locked to an SD card serial? If so, does anyone know how to unlock them?
Do you still require any information on the Zenec ZE-NA2000? As I have just successfully upgraded the version to 8.3.5 - you can use the generic download with a couple of tweaks:
File folder must be called MobileNavigator
Executable must be renamed MobileNavigator.exe
You will need the latest maps in order to work with 8.3.5 as the old maps for 8.0.0 will not work.
sys.txt -
Code:
[device]
type="zenec_mc2000"
Add the following lines into !aliases.ini (data.zip\config\devices)
Code:
;ACR Zenec
ARM9-NV3110-AVX=zenec_mc2000
Create an ini file called zenec_mc2000.ini and drop into zip file (data.zip\config\devices)
Code:
info_names="ACR-ZENEC ZE-MC2000"
[gps]
port=1
baud=9600
[interface]
show_exit=0
skin="ui_igo8"
; Workaround for voice distortion of the MC2000 device
recalc_voice=0
[modules]
IEXTERNAL_BACKGROUND_PLAYBACK_MANAGER="ACR_EXT_BGPLAYBACK_MGR"
[rawdisplay]
driver="GDI"
screen_x=480
screen_y=234
[sound]
ding=2
use_method=1
queue_length=200
voice_volume=64
Finally, if the device hangs at startup (loading languages) do the following:
create a folder in the MobileNavigator folder called save (if it is there previously delete all prior data in folder)
create system.ini file and paste the following into the folder -
Code:
[keyboard]
panel_numeric="Numbers"
panel_alpha="US English (QWERTY)"
panel_phone="Phone"
panel_custom="Numbers"
[local]
voice_key="Eng_uk_f3"
voice_path_hint="voice\voice_eng-uk-f3.zip"
language_lcid="2057"
language_key="english GB"
lang_path_hint="lang\lang_english-uk.zip"
dateformat="7"
Please check the paths for the voice zip file and also the language zip file as your file structure may differ.
Hope it helps