Nokia E55 Firmware : Aggiornamento rilasciato anche per il Nokia E55. Il changelog disponibile qui di seguito: * Update to Maps 3 SR3 offering Free Navigation * Shows your position with both network and A-GPS positioning * Quickly find places with the new one-box search * Share your location on Facebook * Store favourite places and regular routes and copy …
Leggi tutto l'articoloTag Archives: speed limit
Fix for voices in Nokia Maps 3.0.0302
- Delete the line require(\"common\") - Three lines down, replace the line get_common_code() with the following chunk: (Copy/paste) if trigger == \"GPS_SIGNAL_LOST\" or trigger == \"GPS_SIGNAL_RESTORED\" or trigger == \"NO_GPS_SIGNAL\" or trigger == \"ROUTE_RECALCULATION\" then process_gps_triggers() end if trigger == \"COMMAND\" or trigger == \"REMINDER1\" or trigger == \"REMINDER2\" or trigger ==\"ANNOUNCEMENT\" then process_maneuver_triggers() end if trigger == \"SAFETYSPOT_WARNER\" then if above_speed_limit == true then table.insert(result_list, misc ) else table.insert(result_list, misc ) end end if trigger == \"SPEED_WARNER\" then table.insert(result_list, misc ) end if trigger == \"TRAFFIC_WARNER\" then if avoidance_mode == \"AUTOMATIC_AVOIDANCE\" then table.insert(result_list, misc ) elseif avoidance_mode == \"MANUAL_AVOIDANCE\" then table.insert(result_list, misc ) else table.insert(result_list, misc ) end end if trigger == \"PEDESTRIAN_COMMAND\" then if maneuver_1.id == \"STOPOVER\" then table.insert(result_list, misc ) elseif maneuver_1.id == \"END\" then table.insert(result_list, misc ) else table.insert(result_list, misc ) end end Save, and you are done.
Leggi tutto l'articoloGarmin XT Mobile Ver. 5.00.10 – Aggiornamento
Per tutti gli appassionati del programma Garmin ecco l\'aggiornamento del programma alla versione 5.00.10. * Correct the blank green screen displayed when switching to the map page.
Leggi tutto l'articolo