View Single Post
Posts: 329 | Thanked: 505 times | Joined on Jul 2008 @ Israel
#82
Originally Posted by sdpkom View Post
yes it does.

another thing, if i long tap on the map, i can successfuly navigate there (e.g bypassing the searchbox).

i think itss related to the searchbox thing, because afterwords, even if i do the same search from my log of last places, it still works.

i use ukeybord to be able to type hebrew characters.
I use my modified fastsms to write Hebrew characters, but I don't think this is the case as @scarcow doesn't use Hebrew at all.

Anyway, please @sdpkom & @scarcow, if you can, please do the following before running waze - it should provide me with enough info to continue my investigation:
Code:
rm /home/user/MyDocs/.waze/postmortem
cp /home/user/MyDocs/.waze/preferences /home/user/MyDocs/.waze/preferences.bak
echo "General.Log level: 1" >> /home/user/MyDocs/.waze/preferences
This will remove the existing log file and raise the log level to the highest and create a backup of the original preferences file (so that you can easily revert the change).

After that please run waze and redo the search, this time it will produce a very big log file which you might need to zip in order to upload it to the thread. When I tried searching for Jerusalem for example I found the following result in the log which is the expected result:
Code:
AddressCandidate,waze,35.210370296460354,31.78015076092996,,,Jerusalem,,
Thanks.