I'm at fault for not having tested before proposing something, I've based my experience on wince but it seems that some userdata="......" are not supported by some versions on android
However, there are still some elements that seem to work.
starting from an internal memory-installed iGO-Israel with by default the personal poi in "storage/emulted/0/iGO_Israel/content/userdata/POI" I moved any POI to the external memory (renamed it to mypoi to complicate it
) in /storage/6230-3232/iGO_Israel/content/userdata/mypoi"
in the section of sys.txt I put the original path of "content" the retention and made a redirection for the "mypoi" folder
Code:
Please Login or Register to see the links
And I have all my personal poi accessible in the map settings.
"storage" being a parent directory common to the external and internal memory, it is possible to lighten as follows:
Code:
Please Login or Register to see the links
it is necessary to correctly identify the folder "content" and add as many ../ as necessary to go to storage or the root, then we add the path of the SD leading to the chosen directory
some additional elements are available with default values
kmlpermit="userdata/PERMIT"
kmlavoid="userdata/AVOID"
kmlroute="userdata/ROUTE"
on the other hand for icons "userdata/USERICON" I didn't detect equivalence to place them out of default context.
LAST EDIT :
For icons associated with kml, it is necessary to go to another section and proceed as follows:
Code:
Please Login or Register to see the links
in normal use the default value recorded in the application is
kml_icon_path="%content%/userdata/USERICON"
Now the most urgent is to have a good night to get clear ideas tomorrow
Bookmarks