Resolución TwoNav Android 3.3.12

Commentaires

13 commentaires

  • Avatar
    Uwe B.

    It is possible, the gps.ini entry is either:

    [Windows]

    WindowsScale4=

    or

    [Windows]

    UIWindowsScale=

    You need either root to do this or have to manipulate the apk especially the options.cxml inside with something like this:

    <Property name="{G199}" type="4" c1="Windows" c2="WindowsScale4">
            <Value id="-1" Text="{K74}"/>
              <Value id="0" Text="X0"/>
            <Value id="0.5" Text="X0.5"/>
            <Value id="0.6" Text="X0.6"/>
            <Value id="0.7" Text="X0.7"/>
            <Value id="0.8" Text="X0.8"/>
            <Value id="0.9" Text="X0.9"/>
            <Value id="0.5" Text="X0.5"/>
            <Value id="0.6" Text="X0.6"/>
            <Value id="0.7" Text="X0.7"/>
            <Value id="0.8" Text="X0.8"/>
            <Value id="0.9" Text="X0.9"/>
            <Value id="1" Text="X1"/>
            <Value id="1.1" Text="X1.1"/>
            <Value id="1.2" Text="X1.2"/>
            <Value id="1.3" Text="X1.3"/>
            <Value id="1.4" Text="X1.4"/>
            <Value id="1.5" Text="X1.5"/>
            <Value id="1.6" Text="!!!!X1.6!!!!!"/>
            <Value id="1.7" Text="X1.7"/>
            <Value id="1.8" Text="X1.8"/>
            <Value id="1.9" Text="X1.9"/>
            <Value id="2" Text="X2"/>
            <Value id="3" Text="X3"/>
            <Value id="4" Text="X4"/>
          </Property>

    0
    Actions pour les commentaires Permalien
  • Avatar
    Manuel Oteros Ortega


    Hello

    Thanks for the information, I have located the options.cxml file within the "assets" folder, the content of the section G199 is :

          <Property name="{G199}" type="4" c1="Windows" c2="WindowsScale4">
            <Value id="-1" Text="{K74}"/>
            <Value id="0" Text="X1"/>
            <Value id="2" Text="X2"/>
            <Value id="3" Text="X3"/>
            <Value id="4" Text="X4"/>
          </Property>


    I literally changed it for the following? or just a part?

    <Property name="{G199}" type="4" c1="Windows" c2="WindowsScale4">
            <Value id="-1" Text="{K74}"/>
              <Value id="0" Text="X0"/>
            <Value id="0.5" Text="X0.5"/>
            <Value id="0.6" Text="X0.6"/>
            <Value id="0.7" Text="X0.7"/>
            <Value id="0.8" Text="X0.8"/>
            <Value id="0.9" Text="X0.9"/>
            <Value id="0.5" Text="X0.5"/>
            <Value id="0.6" Text="X0.6"/>
            <Value id="0.7" Text="X0.7"/>
            <Value id="0.8" Text="X0.8"/>
            <Value id="0.9" Text="X0.9"/>
            <Value id="1" Text="X1"/>
            <Value id="1.1" Text="X1.1"/>
            <Value id="1.2" Text="X1.2"/>
            <Value id="1.3" Text="X1.3"/>
            <Value id="1.4" Text="X1.4"/>
            <Value id="1.5" Text="X1.5"/>
            <Value id="1.6" Text="X1.6"/>
            <Value id="1.7" Text="X1.7"/>
            <Value id="1.8" Text="X1.8"/>
            <Value id="1.9" Text="X1.9"/>
            <Value id="2" Text="X2"/>
            <Value id="3" Text="X3"/>
            <Value id="4" Text="X4"/>
          </Property>

    I have also located the gps.default file within the assets folder and there is a parameter called "WindowsScale4" which by default is -1, I have tried with 3 different installers setting this value to 0, 1 and -2 and it does not change the resolution .

    Thanks

    0
    Actions pour les commentaires Permalien
  • Avatar
    Uwe B.

    Hi Manuel, I'm in the mountains, internet is scare. G199= "Interface size".

    -1 means it is using the default value.

    gps.default is providing the standard values for the installation. No need to change it. Change it later within the settings (Interface size is located in the advanced section.

    Just replace the values with mine gives more finetuning options, since your GUI seems to be to big, try this (interesting for you are the values between 0 and 1):

    <Property name="{G199}" type="4" c1="Windows" c2="WindowsScale4">
            <Value id="-1" Text="{K74}"/>
              <Value id="0" Text="X0"/>

             <Value id="0.1" Text="X0.1"/>
            <Value id="0.2" Text="X0.2"/>
            <Value id="0.3" Text="X0.3"/>
            <Value id="0.4" Text="X0.4"/>
            <Value id="0.5" Text="X0.5"/>
            <Value id="0.6" Text="X0.6"/>
            <Value id="0.7" Text="X0.7"/>
            <Value id="0.8" Text="X0.8"/>
            <Value id="0.9" Text="X0.9"/>
           <Value id="1" Text="X1"/>
            <Value id="1.1" Text="X1.1"/>
            <Value id="1.2" Text="X1.2"/>
            <Value id="1.3" Text="X1.3"/>
            <Value id="1.4" Text="X1.4"/>
            <Value id="1.5" Text="X1.5"/>
            <Value id="1.6" Text="X1.6"/>
            <Value id="1.7" Text="X1.7"/>
            <Value id="1.8" Text="X1.8"/>
            <Value id="1.9" Text="X1.9"/>
            <Value id="2" Text="X2"/>
            <Value id="3" Text="X3"/>
            <Value id="4" Text="X4"/>
          </Property>

    0
    Actions pour les commentaires Permalien
  • Avatar
    Manuel Oteros Ortega

    Good morning,

    I have tried both the tablet and the Android radio and when the resolutions appear, they do nothing.

    Maybe some other step is missing?

    Thank you.

    0
    Actions pour les commentaires Permalien
  • Avatar
    Uwe B.

    I just checked it for you. You are right, there are no changes visible in the system. They must have disabled that option somewhere in the version 3 line. Neither changing [Windows] UIWindowsScale= nor WindowsScale4= does have any effect on the outcome. Tested in version 3.3.12 and 5.91.

    0
    Actions pour les commentaires Permalien
  • Avatar
    Uwe B.

    Found what you are looking for, but only for the actual Android version. This is not working with v 3.3.12 but tested to work with 5.91:

    <Property name="{G199}" type="4" c1="Windows" c2="millimetersPerMpa" auxparam="restartSW">

    <Value id="3.4" Text="3.4mm/Mpa"/>

    <Value id="3.6" Text="3.6mm/Mpa"/>
                    <Value id="3.8" Text="3.8mm/Mpa"/>
            <Value id="4.0" Text="4.0mm/Mpa"/>
                    <Value id="4.1" Text="4.1mm/Mpa"/>
                    <Value id="4.2" Text="4.2mm/Mpa"/>
                    <Value id="4.3" Text="4.3mm/Mpa"/>
                    <Value id="4.5" Text="4.5mm/Mpa"/>
                    <Value id="4.7" Text="{H1455} 4.7mm/Mpa"/>
                    <Value id="5.2438" Text="{H349} 5.2438mm/Mpa"/>
                    <Value id="5.6" Text="{H1456} 5.6mm/Mpa"/>
                    <Value id="6" Text="{H1457} 6mm/Mpa"/>
            <Value id="6.2" Text="6.2mm/Mpa"/>
            <Value id="6.5" Text="6.5mm/Mpa"/>
            <Value id="6.7" Text="6.7mm/Mpa"/>
            <Value id="6.9" Text="6.9mm/Mpa"/>
                </Property>

    0
    Actions pour les commentaires Permalien
  • Avatar
    Manuel Oteros Ortega

    What a shame... I need to continue using version 3 since I use routes with Waypoints a lot, which from version 5 onwards no longer work... something I don't understand!!

    Thank you very much for everything... let's see if someone gets it in version 3!

    0
    Actions pour les commentaires Permalien
  • Avatar
    Uwe B.

    You could use tracks with integrated waypoints, which are working quite well in recent versions.

    I've never understood the in my eyes artificial distinction between routes and tracks and ... activities, since they don't provide autorouting between the fixed points in the above mentioned creations.

    0
    Actions pour les commentaires Permalien
  • Avatar
    Thierry CHARLÈS

    Hello,

    In principle in the latest versions it is again possible to use a succession of WayPoints linked either:

    • By a straight line (Bird Fly type),
    • By a path that follows the roads, paths or trails

    In principle we can either:

    • Integrate Ways points into one or other type of path;
    • Integrate Road Book Points after the design of the route
    • Either integrate them by building the circuit with fast track. Which is starting to work more or less correctly... Although there are always surprises.

    Best regards

    0
    Actions pour les commentaires Permalien
  • Avatar
    Manuel Oteros Ortega

    Hello, does this mean that waypoint route files (.rte) work in TwoNav 5? I still do these routes with CompleLand 8 or even if they give me a .gpx I transform it to .rte

    When I go in a group they usually give us routes through Waypoints and we navigate by arrow, this is TwoNav 3 it works very well but I thought that in TwoNav 5 they had removed it, I even think that in CompeLand 9 (which I have registered) they could no longer be created .

    Thank you.

    0
    Actions pour les commentaires Permalien
  • Avatar
    Thierry CHARLÈS

    Hello,

    Hello, does this mean that waypoint route files (.rte) work in TwoNav 5? I still do these routes with CompleLand 8 or even if they give me a .gpx I transform it to .rte

     

    Yes *.rte format work with Land and Two Nav.

    You ca open and save in *.rte & Add Wpt in an *.rte

    TwoNav App can open this *.rte format

    Best regards

    0
    Actions pour les commentaires Permalien
  • Avatar
    Manuel Oteros Ortega

    Hello

    Is there a repository where you can directly download the .apk of the latest available version of TwoNav for Android without having to access the Google store?

    0
    Actions pour les commentaires Permalien
  • Avatar
    Uwe B.

    Hi, Compe changed to XAPK which can be downloaded here:

    https://apkpure.net/twonav-gps-maps-routes/com.compegps.twonav/download

    So there is a need to convert to apk with f.i. Split APK Packer by Kirlif:

    https://www.andnixsh.com/2020/06/sap-split-apks-packer-by-kirlif-windows.html

    After changing the options, icons etc. I use APK_EASY_Tool to sign and zipalign.

     

     

    0
    Actions pour les commentaires Permalien

Vous devez vous connecter pour laisser un commentaire.