Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 10 of 613

Threaded View

  1. #37
    Master
    Join Date
    Nov 2017
    Location
    europa
    Posts
    123
    Rep Power
    244

    Default

    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
    Last edited by lunapark; 29th December 2024 at 01:14 AM.

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •