Posts: 468 | Thanked: 610 times | Joined on Jun 2006
#1
Currently you can only select "Google" in order to search the internet using the internet search applet on the home screen. Does anybody know how to add more website? I would love to be able to select Wikipedia or IMDB. But there doesn't seem to be an options I can change in the applet menu.
 
=DC='s Avatar
Posts: 564 | Thanked: 8 times | Joined on Nov 2005 @ Fayetteville, GA
#2
A fan of Firefox/Opera I see. That feature would be great to have, but as far as I know, there's no way to add other engines.

Here that Nokia? We want more search bar options. This shouldn't be too hard to do.
__________________
NET9 - The Future of Mobile Information Technology
solid.gold.code - Is Your Code Solid Gold?
Internet Tablet Art Gallery - Artwork Made Using Internet Tablets
3pm - So good, it's illegal
 
Posts: 468 | Thanked: 610 times | Joined on Jun 2006
#3
I think it is already possible with this applet. If you click on the Google icon you will notice that it is a pull-down menu (But it only contains 1 item). So they probably just didn't finish the setting menu for this applet, and decided to add it in any event.
So we just need to know where these options are saved (probably some config file)
I think they shouldn't have added these applets this way. The google search applet isn't much more usefull than a link to the google site. Also the "web link" applet isn't very usefull. Only for promotion is it usefull.
If you want a bookmark then you use the bookmark list, if you want to use a page as a home page you just alter that setting.

I would like a applet where I could select a contact from my phone and type in a SMS text message and send.
Or a plugin for Gaim or another (less resource intensive) MSN client, that displays who is online.
 
Posts: 114 | Thanked: 7 times | Joined on Jan 2006
#4
Originally Posted by Bernard
I would like a applet where I could select a contact from my phone and type in a SMS text message and send.
There is the phonelink app, which does handle this. I suppose it shouldn't be too hard to convert that into an applet (just change the base framework calls, I do believe).

I'd try, but I can't even get phonelink to work properly with my phone (cingular's 2125 WM5).
 
Posts: 3 | Thanked: 1 time | Joined on Sep 2006
#5
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

In analogy to this format I made up a configuration file for Wikipedia:

--------------
<search name="Wikipedia"
icon="/usr/share/icons/hicolor/scalable/hildon/qgn_indi_search_wikipedia.png"
action="http://en.wikipedia.org/w/wiki.phtml"
user-input="search">
<input name="go" value="Go"/>
</search>
--------------

Save this file as wikipedia-search.xml under /usr/local/mis and reboot your device. And you're done.

BTW: The Wikipedia icon was already there on my Nokia 770. Seemingly, the developers at Nokia were close to adding the Wikipedia search engine.
 

The Following User Says Thank You to sattlert For This Useful Post:
Posts: 3 | Thanked: 1 time | Joined on Sep 2006
#6
Of course, the path has to be "/usr/share/mis", not "/usr/local/mis".

Sorry for the mistake.
 
Posts: 468 | Thanked: 610 times | Joined on Jun 2006
#7
thanks!! it works perfectly!!

I just want to add the IMDB also. (I'm going to experiment with that, when I have more time)
The idea is the same as the search engines bar in Firefox. somebody have an idea what the urls are that these engines use. If so, then maybe we could port all of them to this internet search applet. that would be cool!
 
Posts: 19 | Thanked: 1 time | Joined on Mar 2006
#8
I'm a real newb here. I'm logged in as root with ssh, but how to I save the file to add the wikipedia search bar? I'm using windows fyi I have saved the file to the 770 but when I try to move it to /usr/share/mis it won't let me. I added root to my file manager and I am tryong to move it that way. any help please

Last edited by paulrb02; 2006-10-08 at 20:15.
 
Posts: 19 | Thanked: 1 time | Joined on Mar 2006
#9
Never mind I have figured it out, thanx for info that this could be done. Does anyone know where I can get a listing of the search addresses so I can make more of these?

Last edited by paulrb02; 2006-10-08 at 22:03.
 
Posts: 14 | Thanked: 0 times | Joined on Sep 2006
#10
Originally Posted by paulrb02
Never mind I have figured it out, thanx for info that this could be done. Does anyone know where I can get a listing of the search addresses so I can make more of these?
If you need more addresses you can check out the Mozilla site:
http://mycroft.mozdev.org/
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 08:02.