[Q] Replace T-Mobile as default search in IE? - Omnia 7 General

Does anyone know how to get rid of the awful T-Mobile/Google search which is set up as the default on T-Mobile Omnia 7s here in England?
Thanks

As far as i can see you pick the page you want as home and close all other windows.
go into favourites and delete t-mobile home
next open it should be on the page you want

markjaxx3 said:
As far as i can see you pick the page you want as home and close all other windows.
go into favourites and delete t-mobile home
next open it should be on the page you want
Click to expand...
Click to collapse
No, that's not it. The browser still uses that page to search by default.

This annoyed me so I just flashed a different rom.
Lost the option to switch between 2G and 3G for calls though. Doh!

You could have solved this easier =/ If you're able to use homebrew on your phone you could have installed WP7 root tools (<- full registry access on Samsung devices). With this tool you can change the search option to every provider (Google, Yahoo, etc.) you want! I changed mine to Google
Update:
1) Use a tutorial (for example mine: http://forum.xda-developers.com/showthread.php?t=1143999) to put your phone into developer state (ChevronWP7)
2) Install "WP7 root tools" (http://forum.xda-developers.com/showthread.php?t=1021135) if it's not already on your phone
3) Open the app and read the following (extracted from: http://forum.xda-developers.com/showthread.php?t=907971)
xboxmod said:
-Change default IE search engine
Bing
Code:
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes]
"DefaultScope"="Bing"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\Bing]
"URL"="http://m.bing.com/search/search.aspx?mid=8015&LC=en-us"
Google
Code:
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes]
"DefaultScope"="Google"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\Google]
"URL"="http://www.google.com/m?hl=en&gl=us&client=ms-hms-tmobile-us&q={searchTerms}"
Yahoo
Code:
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes]
"DefaultScope"="Yahoo"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\Yahoo]
"URL"="http://de.search.yahoo.com/search?p={searchTerms}"
-Add url to IE new Tabs.
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\AboutURLs]
"tabs"="http://www.google.fr"
Click to expand...
Click to collapse

If you empty the following key, it will open the Bing app instead of a browser page. I did the same for my T-Mo branded phone today. Now when I accidentally press the search button I can just press back and the webpage is still loaded.
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes]
"DefaultScope"="MAKE THIS EMPTY"
Click to expand...
Click to collapse

Related

How do I change O2 Internet Explorer default from O2's site?

I can't seem to figure out how to change that button left of space bar so that it launches IE to my home page (Google).
Everytime I click it, it goes to O2's pda site.
Any tips?
Thx.
It'll be in the registry, can't be arsed to look now
But if you copy the \windows\default.htm file (the web page you see when you open PIE every time) to your PC, you can open it up in Notepad and put a link to Google - meaning you can just click on the link on the page instead of click on the home page button whenever you want to go to Google.
The right HTML for that is
Go to Google
Just put that in anywhere (so long as it's inbetween the <body> and </body> tags, easiest way is to just paste that code in right before the </body> tag, which will put the link at the bottom of the page anyway.
That's one quick-and-dirty way of hacking the web page to show a link to Google - once you've done that and saved the modified page on your PC, just replace the html file on your PC with the copy in the \windows directory on your XDA.
Job's a good un!
AboutURLs
Look for the dword 'home' with value 'file://\Windows\default.htm' in key AboutURLs
Cheers, M
Look at the wiki. It's exlpained in there.
To save you the trouble: Go to HKEY_LOCAL_MACHINE\HARDWARE\OEM\KEYBD and change the key to whatever you want.
Thanks for following up with more definitive answers guys (I actually like hacking the O2 start page, call me weird) - I just didn't have the mental capacity to go sifting through the registry once more at 5am on a Thursday morning.

Favorites list as my IE homepage?

I see here for example how to change your homepage in Internet Exporer, but I wonder if it's possible to put my list of favorites as my homepage, or better yet, make the "Favorites" page (the one you get by going "Internet Explorer - Menu - Favorites...") come up every time I press the IE hardware button. By default, IE comes up on the last page visited, including on the "Favorites" page if it was last, or on the homepage if you are starting IE fresh.
You could always write your own webpage with links to all your favorite sites and have this as your home page.
Yeah, I thought of simply exporting mobile favorites to an html file and making that the homepage, but then I will need to update the file manually when I edit favorites in any way. Also, that registry tweak expects a site link, not an html file on the device. I could talk to our net admin at work to host the file, but it seems like a hassle.
Any way to attach a hardware button to the IE's "Favorites" page directly?
seugene said:
Also, that registry tweak expects a site link
Click to expand...
Click to collapse
You mean like "file://\My Documents\arse.html" :roll:
make your home page file://\windows\favorites
Thanks, guys. I got down to actually changing the registry, and found out that I do not have a "Start Page" value in HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main. I added it, it did not help. Tried to delete default.htm and substitute my own file there, the OS does not allow me. Total Commander says the file is "in ROM".
Then I went to Internet Explorer and found Tools - Options - General. You can change the home page there.
but only to the webpage you are visiting at that time. When I am in the favorites page, I cannot set that as homepage since it does not have the menu option at the bottom...
Export your mobile favorites to an *.htm file, open that file with IE, then go to the menu.

AT&T HTC Pure - Default Web Page

On the Pure, the default page when you click "Launch Web Browser" is att.net. How do I change this? Also, is there a way to change the "Add a new Push page" to just a regular bookmark? Thanks.
I could be wrong, but isn't there an option for select bookmark at the top of the page? If not, then you could just type in the address. It automatically launches att.net, just change your homepage to google and press the home button right after you launch it.
I have changed my home page on Opera to something else, however, I would like to avoid having to launch the web browser through the TouchFlo tab, and then having to interrupt the loading of a super heavy page by inmediately clicking the home page button. I would prefer to just click the "Launch Web Browser" page on go directly to my home page (yahoo mobile).
Here is how to set the default homepage in Internet Explorer:
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\AboutURLs]
"home"="http://www.google.com"
There should be a .xml file in "\Application Data\Manila" that you can edit the "Launch browser" address, as well as add & remove other shortcuts.
This was the case on my Touch Diamond with TouchFlo 2.1

Replacing Opera with Internet Explorer

Hi. I have recently got a Touch 2. On the tabs along the bottom of the screen, the fifth tab from the left is the one featuring a 'globe' icon. Tapping it opens the 'Opera' browser. I prefer using Internet Explorer and (at the moment) have to open that by using the 'Start' menu. Is there a way of making IE the default browser so that it starts when the 'globe' tab is tapped? I imagine this requires dumping of 'Opera' and making tapping of the 'globe' icon leading to IE. HTC gave me a solution, then, when that didn't work, said, 'It can't be done.' Any ideas? Cheers
I know exactly what you need...
1. Find application called M2DC on this forum.
2. Install it.
3. Run it. There are some tabs at the bottom of the screen.
4. Find tab "Internet" and click on it.
5. Then change the path to the Internet Explorer in the Windows folder.
6. That's it. You should be able to use globe icon to run IE.
(I am not sure, but you maybe need to softreset the phone after changing that.)
Hi, Mekki99.
I did that and it works, well almost. IE starts from the tab on the 'Today' screen, but then says 'Cannot find 'hxxp:///home'. Make sure the path or Internet address is correct.' If I advance to the relevant menu to go to the 'Home' page, it finds the one i have lodged as the Home Page. Where to from here? Cheers.
why do you wanna surf the net with internet explorer and not opera mini 5, which is super fast compared to the old opera or internet explorer?
Quite simply, I prefer IE. Thanks.
Hello, my solution for this problem:
In TotalCommander go into registry folder (\\Plugins\registry)and go to \HKLM\SOFTWARE\HTC\Manila2D\InternetWidget\
1.Changing browser- open file (WebBrowserType) and change value from 1 to 2.
2.Changing URL- open folder Customized and find file (BannerUrl) and change value to your favorite homepage.
3.Restart
Hi. Thanks for your solution.
Can you help me a bit further?
What is TotalCommander?
How do I get to the quoted registry folder?
Cheers
Hi, Ondrej.
Don't worry, I have followed your directions using a bit of lateral thinking and solved that issue. Thanks heaps.
Now can you turn your mind to the problem I relate in thread 730375 (On the 'Start' menu, there are a number of icons / applications. They all start with one tap. Except 'Internet Explorer'. The first tap on the IE icon, takes you back to the 'Today' screen, with 'Internet Explorer' briefly being able to be seen in place of 'Start', then the words disappear. However, the programme does not run. On tapping 'Start', again, and then tapping once on the 'IE' icon (again), it runs. This happens every time I want to use IE. Why? HTC Contact Centre suggested I place IE on the 'Programs' page and try that. It was the same. They have failed to respond to my response. Is there a remedy? The same behaviour occurs when opening from the 'Programs' tab on the 'Today' screen, or from the 'Browser' tab on the 'Today' screen'.)
Cheers. Dave
Hi, TotalCommander is a file manager program for windows. You have to download and install a pocket pc version. Because Iam new here, I cant write you url. Please find this program on internet. (Download cab for arm/pxa/xscale).
Start a TotalCommander and go into root (\) You will see a \\Plugins folder.
Hi, Ondrej.
Thanks. See my last post before yours. I have fixed that issue, but want to resolve the last one! Any help appreciated. Cheers.
I'm working on it.
Thanks, Ondrej.
ondrej.hynek said:
Hello, my solution for this problem:
In TotalCommander go into registry folder (\\Plugins\registry)and go to \HKLM\SOFTWARE\HTC\Manila2D\InternetWidget\
1.Changing browser- open file (WebBrowserType) and change value from 1 to 2.
2.Changing URL- open folder Customized and find file (BannerUrl) and change value to your favorite homepage.
3.Restart
Click to expand...
Click to collapse
Here with me, I don't want to use IE, I prefer to use Opera. The HTC im using came with Opera Mobile 9.5 and is the browser that opens when i click on the globe on one of the tabs of M2D. I downloaded mobile opera 10 for windows touch phones thinking that it will update the current opera browser, and to my dissatisfaction - it did not. Opera Mobile 10 appears on my program list.
How do I make it the browser that opens when i click on the globe? Should I follow the instructions provided in this thread? I don't want to mess up my registry and have irreversible issues.
Mekki99 said:
I know exactly what you need...
1. Find application called M2DC on this forum.
2. Install it.
3. Run it. There are some tabs at the bottom of the screen.
4. Find tab "Internet" and click on it.
5. Then change the path to the Internet Explorer in the Windows folder.
6. That's it. You should be able to use globe icon to run IE.
(I am not sure, but you maybe need to softreset the phone after changing that.)
Click to expand...
Click to collapse
Is this the same procedure if I would like to change it to any browser, say Opera Mobile 10? The person who started this thread wrote he got problems after he did this operation.

[TIP] For Opera Mobile users enable Desktop UA but keep getting Google mobile

So I've searched around a bit but I never found an answer to my problem - all my websites were coming up as the Desktop version except for my Google searches which kept being displayed in the awful mobile version.
Then it hit me - it's just that the search engine shortcut bar on Opera's top right is configured to search the mobile Google site.
In order to change this:
1. click on the drop-down arrow in the search bar
2. manage search engines
3. hold down on any search engine other than Google (Opera developers have made this entry unchangeable.)
4. Edit - change the Title to "Google" or whatever else you'd prefer AND change the address to " http://www.google.com/search?q=" without the quotes.
5. Save
You will now have a more complete Desktop browsing experience.
Hope this helps

Categories

Resources