I'm having a Windows based software, installed on the internal memory.
I would like the application to recognize also an external SD memory card, with additional maps.
How can I do it ?
I'm having a Windows based software, installed on the internal memory.
I would like the application to recognize also an external SD memory card, with additional maps.
How can I do it ?
Hi Buddy,
What Device? That (symbol apk)?
Show here your sys.txt.
All Program folder in SDcard, or only Map folder in SDcard?
regards wojpen
Last edited by wojpen; 24th June 2015 at 10:09 PM.
------------------
Hi,
I have the program running on the internal memory, as it originally came (maps as well).
I want to add additional maps I'm having and have them stored in external SD card (I have many maps...).
I would be happy if the program will be able reading both locations while looking for maps (and other content...)
Here is the system.txt file:
[device]
;type="Delco_QX-BH751T"
[folders]
has_secondary_root=0
[interface]
show_exit=1
show_minimize=1
extra_settings=1
connection_enabled=2
enable_natural_guidance=1
enable_stateanim=1
[gps]
baud=4800 ;- write "baud rate"
port=1 ;- write port
source="virtserial"
set_messages="0" ;
[debug]
skip_eula=1
experimental_features=1
;hnr_silent_startup=1
;max_memory=73400320
;reserve_memory=5242880
[route]
;hnr_ignored_missing_country_ids=*
;Allow_save_route=0
save_route_after_auto_recalc=0
[navigation]
show_current_city=1
parking_ad_enabled=0
congestion_ad_enabled=0
[quickdetour]
;enabled=0
[navigation.sudden_detour]
;enabled=0
[route.histspeed]
enabled=1
show=1
use_timeslice=1
[map_update_checker]
enabled=0
[sound]
pool_size=4096
speech_delay=4000
config="maximum"
csv_voice_enabled=1
[scheduler]
idle_execution_restrained=1
[2d]
traffic_lights=1
[other]
demo_enabled=0
asr_enabled=1
[poi]
featured_provider=netlocalsearch.naviextras.google
provider_filtering=1
[network]
available=0
[http]
enabled=1
[naviextras]
boot_service_address="http://zippy.naviextras.com/services/index/rest/2/boot"
[tmc-http]
enabled=1
start=1
dt_dl_0=120.0
dl_dist_0_km=500.0
servers.size=1
servers[0].url="http://zippy.naviextras.com/services/tmclite/data/nng-igo-tmc-iphone/0/"
[vr]
disabled=0
use_low_conf_question=0
timeout_trailing_silence_ovde=2000
;Microphone scratch
open_microphone_early=1
microphone_early_delay=150
after_ding_delay=300
;ding_file_name="!msgbox"
[tmc]
tmcprovider_rssi_stability=0
tmcprovider_rssi_average=0
Hello,
You have not entered the information that device? and what the apk?
And one more question - The entire program on the SD card? - Such a solution would be better for the need to update files.
I have little information - wrote in the post, but you can try:
1. At the root directory of the SD Card (SDMMC) create a new folder called "addons"
2. Inside you create another - called "content".
3. To this folder (content) of memory devices move the entire folder named "content" - which have in the device memory.
3. You open the file in notepad sys.txt
4. You write:
This post requires you to click the "LIKE this post" button and hit F5 to read this content.
IMO - > Definitely better solution is to install the entire all program on the SD card !!!
regards wojpen
PS.
In addition to this to work you need to check record in the file "utility.ini" - which is in the folder "utility"
example:
[general]
DirContent = \ ResidentFlash 'is the name of your internal memory.' \ Primo'name your program's main directory on the device '\ content
DirSave = \ ResidentFlash \ Primo \ save
Exename = Primo.exe ' name exe file of your apk'
Sound = set.wav
/ Three first lines of the file contain statements path and file names for the apk.
They have to be your name and path - otherwise it will not work !!!
Last edited by wojpen; 26th June 2015 at 08:47 AM.
For iGO8 or Primo, make an 'iGo' or 'Addons' folder on the root of SD-card and 'content' inside it. You can move map, poi, dem folders into it.
Delete all rows in [folders] section in your sys.txt.
The program will read the content from SD-card.
Last edited by Gigya; 26th June 2015 at 11:23 AM.
Bookmarks