Making Ultimate Search suitable for more countries - Windows Mobile Development and Hacking General

Hello,
I'm using the "Ultimate Search" Application ( http://www.gx-5.com/products/ultimatesearch ) and I really like it. It's a great help in my everyday situations when I want to search for something real quick.
Sadly the Application is more or less designed for the US. Dictionary, News, Movies, etc. functions are searching on US-specific sites, so that I cant really use those functions as a German. The bad thing about the application is, that you cant edit the sites the program searches at. So my wish would be for example: that I can change the "google function" from searching at google.com to google.de,... or the "news function" from yahoo.com to n24.de, and so on.
Would it be illegal to modify the program? Does anybody know how to do that?
Best
Don

Related

Improved Opera 8.xx homepage: Add yours here

EDIT: UPDATE IN LATER POST BELOW
Here's a modified homepage I did for Opera. Looks best at 75% zoom
Supports many* search engines with one elegant dropdown (ie javascript page) - enter keywords and select engine (else press enter for Google as default). Makes Opera a far more useful tool. See list below.
Bookmark areas divided (you can change headings)
Area for built-in opera functions (eg opera:cache) for which I'd love some additions
If anyone out there is good at javascript, else has a history of collecting Opera widgets/bookmarklets that work under JS, it'd be great to start collating bigger n better homepages in this thread.
To install
Backup original home.html if u r worried this will not be nice, else just extract the home.html as another name and change Opera's homepage
Simply extract the files to \Application Data\Opera\startpage
Edit the home.html to insert your own bookmarks (either as text file else in html editor - it's easy)
*Search engines covered: Google, googleZA, google Images, Dictionary, Thesaurus, Quotations, Law dict, Medical dict, Encarta, How Stuff Works, WorldAltas, NationMaster, FactMonster, Wikipedia, Mythica, Britanicca (crap), Amazon, Song Lyrics/artist/titles, IMDb, Jokes (down so not tested). Can add anything else to this script without screen clutter - but that's all the truly useful stuff I could think of. If u want more, post the search string for me (ie the URL)
Forgot to attach zip - sorry. Improved search engines whilst I was at it tho.
This is amazing! Thank you for taking the time to do this. I was even able to cut and create it into a page suitable for my PIE homepage!
wow! didn't think PIE would support such javascript - thought that was one of the things that made Opera so cool. Good news tho - perhaps ppl have other PIE homepages they can post here for us to benefit from.
THX
Just SuperDuper !
Many Thanks for this
Great.
Cheers
hrb
lulugirl896 said:
This is amazing! Thank you for taking the time to do this. I was even able to cut and create it into a page suitable for my PIE homepage!
Click to expand...
Click to collapse
How did you do that ?
Cheers
hrb
fantastic job dude
i love the homepage
i was just wondering what the purpose is for secure bookmarks?
what is different about it? and how does it work?
Bartjan said:
fantastic job dude
i love the homepage
i was just wondering what the purpose is for secure bookmarks?
what is different about it? and how does it work?
Click to expand...
Click to collapse
Cool - glad it's appreciated.
Actually the only clever part is the search engine, rest is a simple table with dividers for whatever headings you want (ie copy the divider as many times as you like). In my case I keep all my https bookmarks separate (webmail, 3 banks, server admin, etc etc). You may prefer "News", "PPC", "Personal" or some other structure.
another search engine
First of all, many thanks for this homepage, it's what I've been dreaming all along... almost
Now, to make it perfect, I would need to change/add some other search engines, such as the portuguese "yellow pages", wich url is www.pai.pt.
Also, I would like to know how to set the bookmarks in the homepage.
Can you explain how can I do that? I have no experience in programming, but I believe these tasks are simple enough, if someone can explain them step by step.
Thanks again
vmiguel
EDITED: Ok, I've managed to understand the bookmarks. Now I only need some assistance in geting the correct url to query a search engine, like the one I've mentioned above. Naturaly, the simple page url is not enough, but I can not find what's missing. Can someone help? TIA
Attached is an update with more search engines and links.
The update has a whole load of new ideas - largely set up for for SA but there's a guide below on modifying to your country. Let's add to this list please, and PLEASE post your country-specific pages in this thread:
Normal searches (google, google images, google maps)
SA searches (google ZA, DSTV guide, resturants/nightspots, Braby's maps (serious Java works in Opera 8.60! AWESOME!!!), postal codes, Braby's business lookup, Ananzi shopping
Reference searches (dictionary, thesaurus, quotations, law dict, medical dict)
Encyclopedia searches (several)
Entertainment searches (Amazon, Songs by lyric/artist/title, IMDb, Jokes 1/2 both work well)
Bookmarks PDA
Bookmarks South African (exchange rates table, MyBroadband, ACSA flight schedules and late arrivals (useful!), venue search, current local movie reviews, netflorist, Yellow and WHITE pages!, CIPRO company search, SARS VAT number search) Could not turn last few into search items for drop box I'm afraid
Place for personal bookmarks (banking, share trading, webmail, etc)
Opera internals (History, cache, about, Bookmarks as text file, PPC browsing) If anyone knows the javascript for opening a bookmarks page that would be great cos text page is crap - I only did it cos cut-n-paste may be useful!
Future bookmark ideas (largely ZA):
Taxi booking
Local car rental firms
Local airline schedules
Booking for local hotel groups
Local auction sites
Locla Lottery numbers search
Property search
School friends search
vmiguel: editing is easy as you are finding - open in an html editor or just a text editor. Text may actually be easier cos the html editor will probably not render the CSS correctly.
To add search engines, surf them in your PC and note the URL when you search for a word like 'MYSEARCH'. Somewhere in the URL you will see a bit that says &xxx=MYSEARCH where xxx is usually q or query or keyword or something similar. You'll get the plot. Make sure this bit is put at the end of the URL, and remove the MYSEARCH bit. So, the URL will be:
htttp://www.searchengine.com/search.html?a=1&b=2&query=
The script will ad the entered words at the end.
Some tips:
Ignore other &... items
Remove any keys or session ID's that have complex strings
Don't miss the & before query unless...
..after the page URL should be a ? - all parameters follow this. So if query is the only parameter, it will look like htttp://www.searchengine.com/search.html?query=
Thanks a lot, I'll try it, and get back with a portuguese homepage!
EDITED: sorry, no & or = symbols, the resulting url, after performing a search is http://www.pai.pt/search/mysearch.html
"Mysearch" is a false query, because there is no portuguese company with that name, but if I perform a search for a existing company, as "Norma Básica", the result is similar: http://www.pai.pt/search/norma_básica.html
Any ideas?
vmiguel said:
Thanks a lot, I'll try it, and get back with a portuguese homepage!
EDITED: sorry, no & or = symbols, the resulting url, after performing a search is http://www.pai.pt/search/mysearch.html
"Mysearch" is a false query, because there is no portuguese company with that name, but if I perform a search for a existing company, as "Norma Básica", the result is similar: http://www.pai.pt/search/norma_básica.html
Any ideas?
Click to expand...
Click to collapse
Yep, it's a *****! Actually, it's a rather clever search page that remembers your recent inputs and allows you to select them from the drop box and a mouseover popup. Impressive. It works if you append .html to the string generated by the script, but I can't think of an elegant way to make the script do that for some sites and not for others. Think you'll have to do the same as I did for our SA yellow and white pages; just do a bookmark to that site rather than use the drop box. Sorry.
hrb said:
How did you do that ?
Cheers
hrb
Click to expand...
Click to collapse
Once I had my links all set up for Opera, I cut and pasted the links only and then used the instructions here: http://msexchangeteam.com/archive/2004/03/03/83349.aspx The javascript wont work, but at least you will end up with the same links in PIE and Opera, and you wont have to re-type!
Good enough for me. Thanks again, for such a great idea!
you are great !!! it makes opera much more useful now~~thanks a lot

betamax services "interface" application

Sup /Development and Hacking/,
just wanted to share some ideas and ask for advice on a troubling thing that's been bothering me for a few days already.
I believe that there are quite a lot of betamax (and their numerous clones/resellers) users in WM community.
It would be great to have an application which would provide user-friendly access to betamax services like sending cheap SMSes, making VoIP calls and using callback connection.
In fact, I've even stumbled over one at some russian website (http://www.moroko.ru/pda/). Problem is, not only is it not a freeware, but also it's impossible to purchase the app itself, as it only comes with the subscription those guys resell. Trial version is limited to 7 balance/connection requests. And yes, it seems they only have the version with russian interface.
But all the features i'm looking for are there-big iphone-like buttons (so i don't need to use a stupid stylus),VoIP calls, sms, callback service etc.
I've googled a lot looking for some alternative, but was sort of amused to find out that "native" voipbuster app is some java junk with total lack of usability and absence of some important features.
Can anyone put me in a right direction where to look for such application?

Writing apps for websites

Hi,
So this is a request for resources mainly, I want to make some apps that are mobile versions of websites. But I know very little about how to do this, anyone got any good links?
I have developed for Android before, just not done much web stuff
Thanks
I don't think there is a simple answer to your question, cause it all depends on structure of a website, features which you want to implement, etc.
General instructions are: HTML/XML parser + data parser targeted at specific website + view. And I think it's all you need
I've been wondering how to do this, too. What if it's something extremely basic like the "phandroid" news app or the "gizmodo droid" app? If you guys have seen those.
Easy..
ive done this for some friends.. hell i even have the popular porn website xnxx.com in an app for a buddy of mine
----------------------------------
Anyway...
If all you want is an app, that once opened will open a website.. its as easy as webview. (Use "webview" as a search topic, thats its native name.)
1. get the androidSDK
2. learn about webview, its ALLL over google's androidSDK tutorials.
3. Build the app, or if your lazy, look for a sample (ive found a few) then change the names and domains and stuff.. however, its quite a bit to tamper with, and should only be done if you know what your doing.
Either way, it takes a while.. the easiest way would be the LAZY way haha.
After you build it, compile, and sign!
Trust me, its kinda late, and im not in the mood to give you a full tutorial, but its all over google's help stuff on the androidsdk website. All you gotta do is look for the "WebView".
joeyx22lm said:
ive done this for some friends.. hell i even have the popular porn website xnxx.com in an app for a buddy of mine
----------------------------------
Anyway...
If all you want is an app, that once opened will open a website.. its as easy as webview. (Use "webview" as a search topic, thats its native name.)
1. get the androidSDK
2. learn about webview, its ALLL over google's androidSDK tutorials.
3. Build the app, or if your lazy, look for a sample (ive found a few) then change the names and domains and stuff.. however, its quite a bit to tamper with, and should only be done if you know what your doing.
Either way, it takes a while.. the easiest way would be the LAZY way haha.
After you build it, compile, and sign!
Trust me, its kinda late, and im not in the mood to give you a full tutorial, but its all over google's help stuff on the androidsdk website. All you gotta do is look for the "WebView".
Click to expand...
Click to collapse
So this basically just takes you to the website?

How to change the default map app?

I'm SURE this is possible, and I'm sure I've once came across on how to do this, but I'm ashamed to say I cannot find this information any more. Kind of pathetic, I know.
Anyway, I'd like to know how to change the default map application for stuff like Footnotes. Right now, using Energy ROM, the map links are both handled by Google Maps. Not bad, but I'd like to use TomTom for maps, and have the geographical coordinates link to the Compass.
I KNOW this is possible (or, to put it in another way: I'd be very surprised if it wasn't), and it drives me crazy that I cannot find out how. Please help me out.

The Communicator app: Where to start with Android app development

Hey guys
Aight so the idea is to create an app that lets the user speak to someone in a different language. You make a recording and using the same function that the voice search feature has that recording gets translated to typed words on the phone. The app then uses some translating service like google translate to convert that writing to a language of your choice. That writing will then get read* by the phone and can be heard through the speakers. So essentially you can talk to someone even if you dont speak the same language.
*I know this is possible because I used to have an app that did just this: it read out loud what you wrote down
I have no experience with android development, and not very much with programming either for that matter (ive done some python stuff). However, I thought of this, which dosen't seem too hard to create, and I thought this would be a great way for me to start off and learn about app development.
Ok so because most of the features already exist it should just be a matter of patching them all together (right?). This is where I need you guys' help. Any suggestions on where I could start?
I appreciate any help, no matter how big or small!
MODERATORS: I wasn't really sure if this was the right place to post this, so feel free to move it to where ever you find suiting if this isn't right.
I would love it if someone wanted to work on this together with me, but
PLEASE DONT BE A D*CK AND JUST STEAL THIS IDEA!
Hi,
I'm relatively new to Android myself. But in my understanding, I would suggest the best method to start coding this app is, to build a Service which is intended to do the network polling, and the translation for the App in Background. So I think you need a server which tracks your Messages, and serves the data for the app. U have to look at IPC (Inter Process Communication) to communicate with you service.
If you finished all these, then you can start to build an Android Activity to communicate with your user.

Categories

Resources