View Single Post
atmasphere's Avatar
Posts: 104 | Thanked: 9 times | Joined on Oct 2006
#12
Originally Posted by sattlert View Post
It is possible to add additional search engines to the applet if you have root access to your Nokia 770. The configuration files for the search applet are located under /usr/local/mis.

For example, for Google it looks like this:

--------------
<search name="Google"
icon="/usr/share/icons/hicolor/scalable/hildon/qgn_indi_search_google.png"
action="http://www.google.com/search"
user-input="q">
<input name="btnG" value="Search"/>
<input name="hl" value="en"/>
<input name="safe" value="medium"/>
<input name="client" value="ms-nokia-wifi"/>
</search>
--------------

The coloured parts refer to the search URL as follows:
http://www.google.com/search?q=<search-string>&btnG=Search&hl=en&safe=medium&client=ms-nokia-wifi

Is it possible to just kill the <input name="safe" value="medium"/> and nuke the safe search option altogether? I find the applet overrides any prefs you've set with Google directly based on how the search is submitted.