View Single Post
  #4312 (permalink)  
Old 11-13-2010, 10:16 PM
1sae's Avatar
1sae
PPCGeeks Regular
Offline
 
Join Date: Nov 2009
Posts: 124
Reputation: 125
1sae is keeping up the good work1sae is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [Kitchen] WVGA Touch Pro 2 Collaboration

So I'm trying to cook Opera Mini as the default browser, and I've found the right keys in the registry to add them. But when I cook them the don't get added in a way that works.

This is what I have in my app.reg:

Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\Rai\:DEFBROWSER]
"0"="Opera Mobile 10"
"1"="\\Program Files\\Opera Mobile 10\\Opera10-armv4i.exe"
When I cook it, the registry key shows without the quotes. Without quotes in the registry makes the manila links not work.
Code:
\Program Files\Opera Mobile 10\Opera10-armv4i.exe
If I try
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\Rai\:DEFBROWSER]
"0"="Opera Mobile 10" 
"1"=""\\Program Files\\Opera Mobile 10\\Opera10-armv4i.exe""
the kitchen shows an error and the registry key is blank.

How do I go about cooking this?

EDIT: For anyone interested I figured it out. It shoud look like this:

Code:
REGEDIT4

[HKEY_CLASSES_ROOT\http\Shell\Open\Command]
"Default"="\"\\Program Files\\Opera Mobile 10\\Opera10-armv4i.exe\" %1" 

[HKEY_CLASSES_ROOT\https\Shell\Open\Command]
"Default"="\"\\Program Files\\Opera Mobile 10\\Opera10-armv4i.exe\" %1" 

[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Rai\:DEFBROWSER]
"0"="Opera Mini 5.1"
"1"="\"\\Program Files\\Opera Mobile 10\\Opera10-armv4i.exe\""

Last edited by 1sae; 11-16-2010 at 06:25 PM.
Reply With Quote