It is currently Wed May 22, 2013 1:15 am

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 54 posts ]  Go to page Previous  1, 2, 3, 4  Next
Author Message
PostPosted: Sun Nov 16, 2008 4:07 am 

Joined: Thu Nov 13, 2008 7:53 pm
Posts: 7
SKTools has facility to choose your default browser. I think this is available in trial mode.

I've been trying a few different Opera 9.5 builds so have needed to use SKTools every time I install a newer version of Opera.

By the way, there are much later builds than the official beta which are much better. See:
http://forum.xda-developers.com/showthread.php?t=442252


Top
 Profile  
 
PostPosted: Sun Nov 16, 2008 11:30 pm 

Joined: Sun Nov 16, 2008 3:15 am
Posts: 2
Hello graefnz

I tried your recoommended Opera download at xda-developers.com and that htc version does not have the checkbox to turn off Opera as a default browser so it in itself doesn't solve the problem. I also prefer the graphics in the 1b1 build myself ;-) .


Top
 Profile  
 
PostPosted: Mon Nov 17, 2008 12:24 am 

Joined: Thu Nov 13, 2008 7:53 pm
Posts: 7
abbeca wrote:
Hello graefnz

I tried your recoommended Opera download at xda-developers.com and that htc version does not have the checkbox to turn off Opera as a default browser so it in itself doesn't solve the problem. I also prefer the graphics in the 1b1 build myself ;-) .


Yes you are right it doesn't have an option in Opera

But, as I said, I use SKTools to change the default browser.
http://s-k-tools.com/index.html?sktools/m_feat.html


Top
 Profile  
 
PostPosted: Tue Nov 25, 2008 10:31 pm 

Joined: Fri Mar 16, 2007 4:45 pm
Posts: 23
Just got an HTC Touch Pro today and now have this issue.

Couldn't you just hardcode WW Mobile to access PIE instead of relying on the default WM browser setting?

Not sure if that's possible, but that would be a nice solution.

As it stands now, WW Mobile isn't really usable.

Thoughts?


Top
 Profile  
 
PostPosted: Fri Dec 05, 2008 12:41 pm 

Joined: Fri Dec 05, 2008 12:04 pm
Posts: 6
I've managed to get Weather Watcher to function on my AT&T HTC Fuze (HTC Touch Pro) with Opera still installed as the default browser. This is a really cool app -- thanks! -- so I wanted to share what I've learned in hopes that it will help someone else. (This assumes that you're at least passingly familiar with editing the Windows registry.)

It appears that Weather Watcher just creates .html files for the various views and then launches them. That relies on the normal file association mechanism, i.e., it uses the value of the registry key HKCR\.html\Default as an indirect to another key in HKCR to determine the launch action. With Opera as the default browser, that value is _htmlfile_Opera, so Windows executes the command given in HKCR\_htmlfile_Opera\Shell\Open\Command\Default to launch the .html file.

The simplest edit would be to change the value of that key, HKCR\_htmlfile_Opera\Shell\Open\Command\Default, from its default value of "\Windows\OperaL.exe" "%1" to

iexplore.exe file: %1

However, making just that change would leave the icon for the various files in File Explorer as the Opera icon instead of the Internet Explorer icon. It also changes the file associations for several other suffixes, not just .html files. Also, it just "feels wrong" to change the application referred to in a key named _html_Opera to be something other than Opera. I wanted to make the change with the smallest impact possible and also to be consistent, so what I did was:

1) Clone the HKCR\_html_Opera subtree to a new subtree named _html_iexplore (this is really easy in Total Commander's registry editor, I don't know about others).

2) Change HKCR\_html_iexplore\DefaultIcon\Default to have the value iexplore.exe,-1003.

3) Change HKCR\_html_iexplore\Shell\Open\Command\Default to have the value "iexplore.exe file: %1" (without the quotes).

4) Change HKCR\.html\Default to have the value _html_iexplore.

This still leaves the file associations for .htm and .xml using Opera instead of Internet Explorer.

Anyhow, Weather Watcher now works, and Opera is still the default browser for everything except local .html files.

Hope this helps.


Top
 Profile  
 
PostPosted: Sun Dec 07, 2008 11:13 pm 

Joined: Fri Nov 28, 2008 8:30 pm
Posts: 3
wmm wrote:
Hope this helps.


Oh you have no idea! Thank you so much; it works perfectly!


Top
 Profile  
 
PostPosted: Mon Dec 15, 2008 2:27 pm 

Joined: Mon Dec 15, 2008 2:23 pm
Posts: 1
wmm wrote:
I've managed to get Weather Watcher to function on my AT&T HTC Fuze (HTC Touch Pro) with Opera still installed as the default browser. This is a really cool app -- thanks! -- so I wanted to share what I've learned in hopes that it will help someone else. (This assumes that you're at least passingly familiar with editing the Windows registry.)
...


Great, this worked perfectly! Good to know also that there is a more maintable way of doing this sort of registry hack. Thanks!


Top
 Profile  
 
PostPosted: Thu Dec 18, 2008 9:13 am 

Joined: Thu Dec 18, 2008 9:07 am
Posts: 4
Thanks for the tip, but I'm a little lost. I use Total Commander, but am relatively inexperienced with it (as you see).

I couldn't get to first base here.

Step 1 says:1) Clone the HKCR\_html_Opera subtree to a new subtree named _html_iexplore (this is really easy in Total Commander's registry editor, I don't know about others).

Where do I find the "HKCR\_html_Opera" subtree? I am in the registry, and then get to the HKCR directory, but don't find anything such as "_html_Opera" there. I see a directory labeled "_htmlfile_Opera", but that's not it. And then once I find it, how do I clone it? Does that mean just copy and paste it somewhere as the newly named _html_iexplore?

Thanks for your patience and help.


Top
 Profile  
 
PostPosted: Fri Dec 19, 2008 11:39 am 

Joined: Fri Dec 05, 2008 12:04 pm
Posts: 6
gmfeld wrote:
Where do I find the "HKCR\_html_Opera" subtree? I am in the registry, and then get to the HKCR directory, but don't find anything such as "_html_Opera" there. I see a directory labeled "_htmlfile_Opera", but that's not it. And then once I find it, how do I clone it? Does that mean just copy and paste it somewhere as the newly named _html_iexplore?


Actually, that "directory" is the "subtree" I was referring to.

So, to expand the steps that I abbreviated as "cloning", using Total Commander:

1) Navigate to \\\registry\HKCR.

2) Tap-and-hold on the name _html_Opera and tap on Copy/Move in the pop-up menu.

3) In the resulting dialog, replace the *.* in the text box with _html_iexplore, i.e., the line should read

\\\registry\HKCR\_html_iexplore

and tap the Copy button.

Bingo, you're done cloning. ;-) You can then proceed to the rest of the steps in the process.


Top
 Profile  
 
PostPosted: Sun Dec 21, 2008 9:17 am 

Joined: Thu Dec 18, 2008 9:07 am
Posts: 4
Thanks! Works perfectly.


Top
 Profile  
 
PostPosted: Sun Dec 21, 2008 12:58 pm 
Site Admin
User avatar

Joined: Wed Nov 06, 2002 9:24 am
Posts: 4177
Location: Harrisburg, PA
The following Weather Watcher Mobile build includes the above registry changes:
http://www.box.net/shared/static/lsi7xhq6jx.CAB


Top
 Profile  
 
PostPosted: Mon Dec 29, 2008 9:24 pm 
Site Admin
User avatar

Joined: Wed Nov 06, 2002 9:24 am
Posts: 4177
Location: Harrisburg, PA
Has anyone tried the Weather Watcher Mobile build in my post above? I've heard from a few people that it does not work. It seems to work okay on my phone, so I'm wondering if the registry keys are different on other phones.

For anyone that is experiencing this problem after installing this new Weather Watcher Mobile build, please confirm if you have the following registry keys:

Code:
HKEY_CLASSES_ROOT\_htmlfile_Opera\Default
HKEY_CLASSES_ROOT\_htmlfile_iexplore\Default
HKEY_CLASSES_ROOT\.html\Default


If you need a registry editor, I recommend RegEditCe 1.2:
http://www.soft32.com/Download/free-trial/Remote_Registry_Editor/4-158680-1.html


Top
 Profile  
 
PostPosted: Tue Dec 30, 2008 1:32 am 

Joined: Tue Dec 30, 2008 1:00 am
Posts: 1
I have an HTC Advantage X7510 and had the same Opera issue. I installed Opera Beta 9.5.1b1 and that solved my issue. I had a Chinese version of Opera anyway so this took care of two problems.

I stayed away from the registry hacks as I am not that comfortable using them yet.

Thanks all for your help.

rsilvia


Top
 Profile  
 
PostPosted: Sat Jan 03, 2009 12:32 am 

Joined: Fri Mar 16, 2007 4:45 pm
Posts: 23
I have an HTC Touch Pro with Opera in the ROM and also I installed a newer version of Opera.

I ran the newest cab today and it did create those entries, but I don't think WWM is working.

On my old phone, it looked great. On this phone, everything is real small and it takes forever for the pages to come up.

I think it's still using Opera, but how can I know for sure? Regardless of whether opera is set as the default browser or not, WWM looks the same to me.

I really like this program.

Any further progress?


Top
 Profile  
 
PostPosted: Sat Jan 03, 2009 4:27 pm 
Site Admin
User avatar

Joined: Wed Nov 06, 2002 9:24 am
Posts: 4177
Location: Harrisburg, PA
lexluthor, can you post a screenshot? It would be interesting to see how Weather Watcher Mobile responds if you uninstall Opera.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 54 posts ]  Go to page Previous  1, 2, 3, 4  Next

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group