Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 43 of 63 FirstFirst ... 33414243444553 ... LastLast
Results 421 to 430 of 624
  1. #421
    Member + Skin Avicsync by pongo + Weather Service by Neoss75 gtop's Avatar
    Join Date
    Sep 2012
    Location
    Athens, GREECE
    Posts
    61
    Rep Power
    21

    Default

    Quote Originally Posted by frontzosd View Post
    If you mean the small digital speed which is on the left and near the bottom , double click to the_skin zip file >
    ui_nextgen > common > ui > the_skin.CSS
    Open in and about
    In the
    End you will found this point
    SPEEDTEXT.speed{...
    -----------

    For example I change it with this:
    Code:
    Spoiler: code
    SPEEDTEXT.speed{
    paddingleft:0;
    paddingright:10;
    font:"defaultbd";
    fontsize:50;
    glowsize:3;
    glowtype:1;
    glowcolor:#ffffff;
    color%lua.RMShowSpeedColor ? (ui_PropLayer.RMOverSpeedColor==2 ? #FFFFFF : #0000FF) : #0000FF);
    }


    If you want bigger font.
    Give bigger number than 50 to fontsize:50

    If you want to change the
    Color

    In this line
    Spoiler: code
    color%lua.RMShowSpeedColor ? (ui_PropLayer.RMOverSpeedColor==2 ? #FFFFFF : #0000FF) : #0000FF);



    Replace these #0000FF which is blue
    Or this #FFFFFF which is white , to whatever color
    You like...

    Here you can find

    Spoiler: url
    http://www.w3schools.com/cssref/css_colors.asp


    all the colors in hexadecimal mode.

    But before you do anything remember this:
    The above code gives white fonts ( inside red box)
    When our speed is bigger than speed limit.
    And
    blue fonts( inside green box) when is smaller than
    Speed limit...
    If our speed limit is ENABLE!

    Different color in different conditions. and two colors
    each time...so sometimes when we mix colors we don't have the best results
    Hello Dimitris,

    Thanks for your nice modifications.

    How I can remove the gps signs shown in the picture from the skin?

    Spoiler: picture
    [Only registered and activated users can see links. ]


    Thanks in advance
    Gtop
    Last edited by catymag; 19th February 2016 at 03:23 PM. Reason: please use spoiler for screens!!

  2.    Advertissements


  3. #422
    Master
    Join Date
    Jun 2012
    Location
    Greece
    Posts
    469
    Rep Power
    1244

    Default

    Quote Originally Posted by gtop View Post
    Hello Dimitris,

    Thanks for your nice modifications.

    How I can remove the gps signs shown in the picture from the skin?

    Spoiler: pic
    [Only registered and activated users can see links. ]


    Thanks in advance
    Gtop
    Settings > Navigation view > Map Appearance and
    Disable > Gps status and altitude

  4. #423
    Master
    Join Date
    Jun 2012
    Location
    Greece
    Posts
    469
    Rep Power
    1244

    Default

    Quote Originally Posted by De5i View Post
    I have question regards to the picture below, I would like to know where the red dialogue is located within the skin as I would like to change this. Does anyone one know where this is located and can point this out to me. many Thx
    Double click to the speedcam zip ux file > ui_nextgen > common > ui > speedcam.ui

    Open this file
    And you will find this code
    Spoiler: code

    <userlist lm_extendedSpeedCamList text="str" id="int" visual="bool" audio="int" visible="bool" speedlimit="bool" useroadspeedlimit="bool">
    <implementation>
    <property speedcam_visibility value=(%warning.speedcam.allowed_in_the_country && !sc_IsInHVACountry(%map.cursor.position))/>
    </implementation>

    <view visibility_filter=visible/>
    <default visible=1 speedlimit=true useroadspeedlimit=true audio=0 visual=0>
    <row text="Speed Camera" id=0 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (0)) visible=(speedcam_visibility && %warning.speedcam.type_allowed_by_pos(%map.cursor. position, 0 ))>
    <row text="Mobile Speed Camera" id=1 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (1)) visible=(speedcam_visibility && %warning.speedcam.type_allowed_by_pos(%map.cursor. position, 1 ))>
    <row text="Built-in Speed Camera" id=2 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (2)) visible=(speedcam_visibility && %warning.speedcam.type_allowed_by_pos(%map.cursor. position, 2 ))>
    <row text="Average Speed Camera" id=3 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (3)) visible=(speedcam_visibility && %warning.speedcam.type_allowed_by_pos(%map.cursor. position, 3 ))>
    <row text="Red Light Camera" id=4 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (4)) visible=(speedcam_visibility && %warning.speedcam.type_allowed_by_pos(%map.cursor. position, 4 )) >
    <row text="Strelka Camera" id=5 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (5)) >
    <row text="Red Light and Speed Camera" id=11 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (11)) visible=(speedcam_visibility && %warning.speedcam.type_allowed_by_pos(%map.cursor. position, 11 ))>
    <row text="Bus Lane Camera" id=7 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (7)) visible=(speedcam_visibility && %warning.speedcam.type_allowed_by_pos(%map.cursor. position, 7 ))>
    <row text="Railroad Crossing" id=6 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (6))>
    <row text="High Accident Zone" id=8 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (8))>
    <row text="School Zone" id=9 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (9))>
    <row text="Town Entry Point" id=10 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (10))>
    <row text="el greco" id=12 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (12))>
    <row text="Hospital, Ambulance" id=13 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (13))>
    <row text="Fire Station" id=14 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (14))>
    <row text="Congestion Charge Zone" id=15 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (15))>
    <row text="Give Way" id=16 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (16))>
    <row text="Fixed Mobile Camera" id=17 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (17))>
    <row text="Speed Breaker" id=18 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (18))>
    <row text="Children" id=19 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (19))>
    <row text="Dangerous Turn" id=20 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (20))>
    <row text="Tunnel" id=21 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (21))>
    <row text="POI" id=22 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (22))>
    <row text="RPS Post" id=23 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (23))>
    <row text="Dangerous Railroad Crossing" id=24 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (24)) >
    <row text="Highway Exit" id=25 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (25)) >
    <row text="Speed Boards" id=26 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (26)) >
    <row text="Dynamic Traffic Light" id=27 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (27)) >
    <row text="Max Height" id=28 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (28)) >
    <row text="Pedestrian crossing" id=29 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (29))>
    <row text="SC camera" id=30 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (30)) >
    <row text="Dangerous Area" id=31 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (31))>


    For example the first camera
    With id=0

    You can write for example

    <row text="Be careful, Speed Camera"

    Etc
    Last edited by frontzosd; 19th February 2016 at 06:01 PM.

  5. #424
    Member known's Avatar
    Join Date
    Jan 2016
    Location
    Greece
    Posts
    5
    Rep Power
    0

    Default

    [QUOTE=fordeverest;1060569]Hi there,
    how i can fix "online search"
    get always not available in this region.

    "Online search" ux works with a special license only. The same is for "Fuel price" and "Online parking".
    Last edited by known; 19th February 2016 at 05:53 PM.

  6. #425
    Master
    Join Date
    Jun 2012
    Location
    Greece
    Posts
    469
    Rep Power
    1244

    Default

    [QUOTE=known;1061338]
    Quote Originally Posted by fordeverest View Post
    Hi there,
    how i can fix "online search"
    get always not available in this region.

    "Online search" ux works with a special license only. The same is for "Fuel price" and "Online parking".
    You answer alone to your question...
    Only with special license..and paying once a year
    Or half year etc.

  7. #426
    Master
    Join Date
    Mar 2013
    Location
    Blath
    Posts
    287
    Rep Power
    67

    Default

    Quote Originally Posted by frontzosd View Post
    Double click to the speedcam zip ux file > ui_nextgen > common > ui > speedcam.ui

    Open this file
    And you will find this code
    Spoiler: code

    <userlist lm_extendedSpeedCamList text="str" id="int" visual="bool" audio="int" visible="bool" speedlimit="bool" useroadspeedlimit="bool">
    <implementation>
    <property speedcam_visibility value=(%warning.speedcam.allowed_in_the_country && !sc_IsInHVACountry(%map.cursor.position))/>
    </implementation>

    <view visibility_filter=visible/>
    <default visible=1 speedlimit=true useroadspeedlimit=true audio=0 visual=0>
    <row text="Speed Camera" id=0 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (0)) visible=(speedcam_visibility && %warning.speedcam.type_allowed_by_pos(%map.cursor. position, 0 ))>
    <row text="Mobile Speed Camera" id=1 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (1)) visible=(speedcam_visibility && %warning.speedcam.type_allowed_by_pos(%map.cursor. position, 1 ))>
    <row text="Built-in Speed Camera" id=2 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (2)) visible=(speedcam_visibility && %warning.speedcam.type_allowed_by_pos(%map.cursor. position, 2 ))>
    <row text="Average Speed Camera" id=3 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (3)) visible=(speedcam_visibility && %warning.speedcam.type_allowed_by_pos(%map.cursor. position, 3 ))>
    <row text="Red Light Camera" id=4 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (4)) visible=(speedcam_visibility && %warning.speedcam.type_allowed_by_pos(%map.cursor. position, 4 )) >
    <row text="Strelka Camera" id=5 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (5)) >
    <row text="Red Light and Speed Camera" id=11 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (11)) visible=(speedcam_visibility && %warning.speedcam.type_allowed_by_pos(%map.cursor. position, 11 ))>
    <row text="Bus Lane Camera" id=7 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (7)) visible=(speedcam_visibility && %warning.speedcam.type_allowed_by_pos(%map.cursor. position, 7 ))>
    <row text="Railroad Crossing" id=6 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (6))>
    <row text="High Accident Zone" id=8 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (8))>
    <row text="School Zone" id=9 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (9))>
    <row text="Town Entry Point" id=10 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (10))>
    <row text="el greco" id=12 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (12))>
    <row text="Hospital, Ambulance" id=13 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (13))>
    <row text="Fire Station" id=14 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (14))>
    <row text="Congestion Charge Zone" id=15 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (15))>
    <row text="Give Way" id=16 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (16))>
    <row text="Fixed Mobile Camera" id=17 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (17))>
    <row text="Speed Breaker" id=18 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (18))>
    <row text="Children" id=19 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (19))>
    <row text="Dangerous Turn" id=20 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (20))>
    <row text="Tunnel" id=21 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (21))>
    <row text="POI" id=22 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (22))>
    <row text="RPS Post" id=23 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (23))>
    <row text="Dangerous Railroad Crossing" id=24 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (24)) >
    <row text="Highway Exit" id=25 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (25)) >
    <row text="Speed Boards" id=26 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (26)) >
    <row text="Dynamic Traffic Light" id=27 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (27)) >
    <row text="Max Height" id=28 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (28)) >
    <row text="Pedestrian crossing" id=29 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (29))>
    <row text="SC camera" id=30 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (30)) >
    <row text="Dangerous Area" id=31 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (31))>


    For example the first camera
    With id=0

    You can write for example

    <row text="Be careful, Speed Camera"

    Etc
    Thank you for this information very useful to know, I think you misunderstood what I am asking, I would like to where the red dialogue box (red background box) is located as I would like to change that to a different background. Are you able to tell me where this is located.

  8. #427
    Member + Skin Avicsync by pongo + Weather Service by Neoss75Skin Avicsync by pongo + Weather Service by Neoss75Skin Avicsync by pongo + Weather Service by Neoss75
    Join Date
    Jun 2014
    Location
    Germany
    Posts
    94
    Rep Power
    11

    Default

    Nice to have for the pongo skin:
    Hi, i like the pongo skin ... but there a a few things i'm missing when coming from primo with pongo skin.

    1. Is it possible to put the speed in the menu button like primo? So there is more space on the map
    2. Is there a way to integrate auto shutdown after reaching destination? So I don't have to klick 4 Times to end Avic next?
    3. Is there a way to disable the warning when disconnect the powercable?
    4. It is very complcated to put in another destination in the route? It is alway putting a new destination at the end of the route?

    Thank you

  9. #428
    Junior Member
    Join Date
    Feb 2016
    Location
    mugla
    Posts
    4
    Rep Power
    0

    Default

    You can add music player?

  10. #429
    Junior Member
    Join Date
    Jan 2016
    Location
    USA
    Posts
    1
    Rep Power
    0

    Default

    I have been trying to install the weather service, but could not get it to work. I went though the forum reading the posts and finally got it to work. It seems that many people are having the same issues. Hence, I am posting this mini guide which worked for me:

    Install instructions:
    Install NextGen Weatherservice apk.
    It will install two apps: WeatherNextGen and Weather service

    Put in UX folder these 2 files: (files for pongo skin)
    weather_ng_pongo.zip
    scheme_sky.zip

    Unpack and copy in Scheme folder:
    Scheme.zip
    scheme_sky.zip for Non FHD screen resolution.
    or
    scheme_sky_FHD.zip for FHD (1920x1080) screen resolution
    Note: add only one schemes version according to your phone resolution.

    Start the WeatherNextGen app, go to settings and Enter the path for iGO NextGen (it may be /mnt/extSdCard/iGO_Avic or /storage/extSdCard/iGO_Avic (case sensitive)
    Choose Imperial for F, or metric for celsius
    When you run, the app, It should create file weather.txt in save/profiles/01/userlists. If it is not created, it means the Avic folder path is incorrect in the app

    Now Start the iGO NextGen, go to Settings > Weather > Choice Sky > on

    It should change the skies to reflect the weather

    Now you can run Weather Service app to run the weather service and automatically start the iGO NextGen

    To get correct appearance of sky, Weather service should be on. Otherwsie, appearance of the sky goes back to Default Day Colors

    Hope it helps for most people.

    Thank you to all the developers for their hard work.

  11. #430
    Member
    Join Date
    Jan 2016
    Location
    UK
    Posts
    15
    Rep Power
    0

    Default

    I've changed the colour of the planned road to orange, which helps routing...works great for me
    [Only registered and activated users can see links. ]

    Feel free to download from here.
    Attached Files Attached Files

 

 

Tags for this Thread

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
  •