These forums are specific to the Waze mobile app. Post here if you experienced a problem while using the app, have a question about the app functionality or a feature such as navigation or search.

Post Reply
Forum rules
Waze App Useful Resources

Android Client - Community Knowledge Base

Post by pvaladares
Hello!

After the Monster Mood was released, the Waze team told community to look deep in the files - a hint to discover correct voice command to activate this hidden mood.
A side effect was users started to get interested in other files, namely the 'preferences' file.

Because there is no existing thread, about this subject, I had the initiative make a kick off start :-)

Let the discussion start!


Sent from my LT18i using Tapatalk 2
pvaladares
Map Editor - Level 5
Map Editor - Level 5
Posts: 957
Has thanked: 74 times
Been thanked: 159 times

POSTER_ID:8339653

1

Send a message

Post by pvaladares
Let's start then :)

In Android, after Waze is installed we get the following structure


\Waze

Folders
\crash_logs
\debug
\gps
\maps
\skins
\sound
\tts

Menus
alerts.menu
alerts_nopolice.menu
alerts_offline.menu
help.menu
map_updates.menu
more.menu
quick.menu
recommend.menu
recommend_50.menu
report_list.menu
report_list_nopolice.menu
search.menu
settings.menu

Logs
waze_log.txt ## Limited to 5MB
archive_waze_log.txt
asr_cmd ## Automatic Speech Recognition commands

Languages
lang.conf ## List of all languages available
lang.xxxxxxxxxxxx ## Languages files
history ## Favourites and history
preferences ## Settings for server / client
prompt_list.txt
prompts.conf
search_conf ## Settings about search engines
session ## Data from last sessions (points, zoom, last GPS position, etc)
sprites

Others
.nomedia



\Waze\gps

If "GPS.CSV Tracker" enabled in the preferences file as below,

Code: Select all

GPS.CSV Tracker: yes
Whenever velocity is higher than 0 and precision better than 120m, data will be saved in a CSV file with the format:

GPS_track_DDMMYY__HH_MM.csv

Code: Select all

DD = day
MM = month
HH = hour
MM = minute

Note: If MM < 10min then it will be saved just as M (example: 9min)
pvaladares
Map Editor - Level 5
Map Editor - Level 5
Posts: 957
Has thanked: 74 times
Been thanked: 159 times
Send a message
Last edited by pvaladares on Mon Dec 31, 2012 1:17 pm, edited 2 times in total.

Post by pvaladares
\Waze\preferences

Hidden Chinese microblogging support

Code: Select all

SinaWeibo.Feature enabled: no
SinaWeibo.Follow Url: 
SinaWeibo.Secured Url: 
SinaWeibo.Share Url: 
SinaWeibo.Show Munching: no
SinaWeibo.Url: 

TencentWeibo.Feature enabled: no
TencentWeibo.Follow Url: 
TencentWeibo.Secured Url: 
TencentWeibo.Share Url: 
TencentWeibo.Show Munching: no
TencentWeibo.Url: 
pvaladares
Map Editor - Level 5
Map Editor - Level 5
Posts: 957
Has thanked: 74 times
Been thanked: 159 times
Send a message