PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Touch Pro 2 (http://forum.ppcgeeks.com/forumdisplay.php?f=97)
-   -   Internet Tab and Opera 10 Beta 2u...?? (http://forum.ppcgeeks.com/showthread.php?t=106193)

Jsunn 01-13-2010 11:02 PM

Internet Tab and Opera 10 Beta 2u...??
 
What do I need to put in the Internet-portal-en-us.xml file to get my internet tab to open Opera 10??

Quote:

<?xml version="1.0" encoding="utf-16"?>
<InternetPortal>
<BrowserExe>\ProgramFiles\OperaMobile10\om10qs.exe</BrowserExe>
<IncludeUserFavorites>False</IncludeUserFavorites>
<Banner
DefaultImagePath="\Windows\HTC\Assets\Images\Inter netPortal\banner.qtc"
SelectedImagePath="\Windows\HTC\Assets\Images\Inte rnetPortal\banner_selected.qtc"
Text="Launch Browser"
NavigateUrl=" "
UrlText="Google"
Width="480"
Height="215" />
<OperatorLinks>
<Link
Text="CNN"
NavigateUrl=http:
ImagePath="\Windows\_Bookmark_icon.qtc" />
<Link
Text="eBay"
NavigateUrl=http:
ImagePath="\Windows\_Bookmark_icon.qtc" />
<Link
Text="woot!"
NavigateUrl=http:
ImagePath="\Windows\_Bookmark_icon.qtc" />
</OperatorLinks>
</InternetPortal>
Have have tried both the om10qs.exe file and the Opera10-armv4i.exe, both of which give me the:

Quote:

The file cannot be opened. Either it is not signed with a trusted certificate ... etc
I can launch the program from the "Programs" Tab, but not from the internet tab.

Thanks for the help!

-Jason

fr0st 01-13-2010 11:07 PM

Re: Internet Tab and Opera 10 Beta 2u...??
 
I would try to reinstall opera 10 beta 2u. I installed mine and made it default browser and it works in the internet tab.

Jsunn 01-13-2010 11:07 PM

Re: Internet Tab and Opera 10 Beta 2u...??
 
I will try

Jsunn 01-14-2010 12:06 AM

Re: Internet Tab and Opera 10 Beta 2u...??
 
I just gave it a try without any luck.

The Internet tab still launches Opera 9L?? I did a full ROM restore and re-install of the Opera 10 Beta 2u cab that I downloaded from Opera.

Anyone have any ideas??

Thanks!

shatner 01-14-2010 12:24 AM

Re: Internet Tab and Opera 10 Beta 2u...??
 
yeah no luck here either, maybe someone WITH luck could post the txt from their xml file.

Jsunn 01-14-2010 12:50 AM

Re: Internet Tab and Opera 10 Beta 2u...??
 
I went into the registry and found that the values were already set to have Opera 10 as the default.

I again tried to edit the xml file and I still get the

The file cannot be opened. Either it is not signed with a trusted certificate ... etc

I was able to go into the "File Explorer" and manually click on the Opera10-armv4i.exe and Opera 10 will start without a problem.

I am not sure what is happening with the "Internet tab" that is causing the error.

I am running a "leaked version of 6.5 for t-mobile" but I am going to try an install the official version signed and released by t-mobile to see if that makes the difference.

-Jason

Jsunn 01-14-2010 12:54 AM

Re: Internet Tab and Opera 10 Beta 2u...??
 
Never mind....I do have the correct version....

-sigh-

Help anyone!

InsomniacJedi 01-14-2010 12:56 AM

Re: Internet Tab and Opera 10 Beta 2u...??
 
Don't edit the XML file. Just edit the registry.

Here is a link to a topic I made about it.

http://forum.ppcgeeks.com/showthread.php?t=101578

jit 01-14-2010 12:58 AM

Re: Internet Tab and Opera 10 Beta 2u...??
 
I have Opera as my default browswer but when I click on the bookmarks or the globe it gives me an error saying the file could not be found...

Any help?

Jsunn 01-14-2010 01:05 AM

Re: Internet Tab and Opera 10 Beta 2u...??
 
Ok,

Sorry to be so dense.... :(

My Registry under HKLM\Microsoft\Shell\Rai\: DEFBROWSER reads

Quote:

0 Opera Browser
1 "\Program Files\Opera Mobile 10\Opera10-armv4i.exe"
What do I need to change in the registry????

Jsunn 01-14-2010 01:20 AM

Re: Internet Tab and Opera 10 Beta 2u...??
 
This is what my .xml file currently reads:

Code:

<?xml version="1.0" encoding="utf-16"?>
<InternetPortal>
  <BrowserExe>\ProgramFiles\OperaMobile10\Opera10-armv4i.exe</BrowserExe>
  <IncludeUserFavorites>False</IncludeUserFavorites>
  <Banner
    DefaultImagePath="\Windows\HTC\Assets\Images\InternetPortal\banner.qtc" 
    SelectedImagePath="\Windows\HTC\Assets\Images\InternetPortal\banner_selected.qtc"
    Text="Launch Browser"
    NavigateUrl="http://www.google.com"
    UrlText="Google"
    Width="480"
    Height="215" />
  <OperatorLinks>
    <Link
      Text="XDTalk"
      NavigateUrl="http://www.xdtalk.com/forums/"
      ImagePath="\Windows\_Bookmark_icon.qtc" />
    <Link
      Text="USAA"
      NavigateUrl="http://www.usaa.com"
      ImagePath="\Windows\_Bookmark_icon.qtc" />
    <Link
      Text="CNN"
      NavigateUrl="http://tmobile.cnn.mlogic.mobi"
      ImagePath="\Windows\_Bookmark_icon.qtc" />
    <Link
      Text="eBay"
      NavigateUrl="http://m.ebay.com"
      ImagePath="\Windows\_Bookmark_icon.qtc" />
  </OperatorLinks>
</InternetPortal>


leepriestenator 01-14-2010 05:36 PM

Re: Internet Tab and Opera 10 Beta 2u...??
 
Here's what you need to do.

1) Goto your \Windows folder
2) Locate a file by name 27c65cbd_manila and copy it to your Storage Card
3) Copy that same file again to your PC
4) Open the file in any text editor (works with notepad) on your PC.

It should look something like this

Code:

<?xml version="1.0" encoding="utf-16"?>
<InternetPortal> 
  <IncludeUserFavorites>True</IncludeUserFavorites>
  <Banner
    SelectedImagePath=""
    Width="0"
    Height="20" />
  <OperatorLinks>
    <Link
      Text="Opera"
      Executable="\windows\OperaL.exe"
      ImagePath="\windows\startopera_sm.png" />
    <Link
      Text="Internet Explorer"
      Executable="\windows\iexplore.exe"
      ImagePath="\windows\startie_sm.png" />
    <Link
      Text="Facebook"
      Executable="\windows\Start Menu\Programs\Internet\Facebook.lnk"
      ImagePath="\windows\startface_sm.png" />
    <Link
      Text="Bing"
      Executable="\windows\Start Menu\Programs\Internet\Bing.lnk"
      ImagePath="\windows\startBing_sm.png" />
  </OperatorLinks>
</InternetPortal>

5) Change what you see UNDERLINED to the path of your installation of Opera Mobile 10.
6) Copy the edited file back into your Windows folder. I would recommend turning off the Sense UI (Settings --> Today) before copying the file to your \Windows folder.
7) Soft Reset the device.


Keep the original copy of the file that you copied to your Storage Card as a backup just in case it doesn't work the way it's supposed to.

FAQ
Q. Why can't I edit this file on my PPC itself?
A. Well you can, but it won't work, atleast as far as the regular Notes program is concerned. The file has some additional characters (null I suppose) that need to be saved intact which won't happen if you use the Notes program on your PPC.

Q. I copied the file to my PC but can't see the file anywhere.
A. The file has "Read Only" and "System" file attributes. You either have to allow your Windows to Show Hidden and System files, or you need to remove the "System" file attribute from the file before copying it to your PC.

Q. This is too damn hard. Can you do it for me?
A. Sure, attach a copy of the original file here and i'll edit it for you.



If it works for you, then please don't forget to hit the Thanks button ;)

Jsunn 01-14-2010 06:18 PM

Re: Internet Tab and Opera 10 Beta 2u...??
 
I located the file that you specified...

The Only Code that was in the file was:

Code:

<?xml version="1.0" encoding="utf-16"?>
<InternetPortal> 
  <IncludeUserFavorites>True</IncludeUserFavorites>
  <Banner
    DefaultImagePath="\Windows\HTC\Assets\Images\InternetPortal\banner.qtc"
    SelectedImagePath="\Windows\HTC\Assets\Images\InternetPortal\banner_selected.qtc"
    Width="480"
    Height="215" />
  <OperatorLinks>
    <Link
      Text="YouTube"
      Executable="\windows\youtube.exe"
      ImagePath="\Windows\HTC\Assets\Images\InternetPortal\youtube.qtc" />
  </OperatorLinks>
</InternetPortal>


Jsunn 01-14-2010 06:27 PM

Re: Internet Tab and Opera 10 Beta 2u...??
 
Additionally, I cannot edit the file and then place it back into the Windows Folder on the ppc.

Ist says I do not have permission on this device???


Thanks,
J

leepriestenator 01-14-2010 06:31 PM

Re: Internet Tab and Opera 10 Beta 2u...??
 
1. Can you post a screen shot of your existing Internet tab as it is?
2. You will need to use a program like Resco Explorer or Total Commander to copy the file back into the \Windows folder.

leepriestenator 01-14-2010 06:34 PM

Re: Internet Tab and Opera 10 Beta 2u...??
 
I also noticed in your code (your XML file) that your path reads as

Code:

<?xml version="1.0" encoding="utf-16"?>
<InternetPortal>
  <BrowserExe>\ProgramFiles\OperaMobile10\Opera10-armv4i.exe</BrowserExe>

It should be Opera Mobile 10 instead of OperaMobile10. You forgot the spaces which is why you are getting the "Cannot find file" error. Check the path again properly.

Jsunn 01-14-2010 06:36 PM

Re: Internet Tab and Opera 10 Beta 2u...??
 
I don't know how to take a screen shot of the Internet Tab.

It does behave exactly like the xml file is configured:

Code:

<?xml version="1.0" encoding="utf-16"?>
<InternetPortal>
  <BrowserExe>\Windws\OperaL.exe</BrowserExe>
  <IncludeUserFavorites>False</IncludeUserFavorites>
  <Banner
    DefaultImagePath="\Windows\HTC\Assets\Images\InternetPortal\banner.qtc" 
    SelectedImagePath="\Windows\HTC\Assets\Images\InternetPortal\banner_selected.qtc"
    Text="Launch Browser"
    NavigateUrl="http://www.google.com"
    UrlText="Google"
    Width="480"
    Height="215" />
  <OperatorLinks>
    <Link
      Text="XDTalk"
      NavigateUrl="http://www.xdtalk.com/forums/"
      ImagePath="\Windows\_Bookmark_icon.qtc" />
    <Link
      Text="USAA"
      NavigateUrl="http://www.usaa.com"
      ImagePath="\Windows\_Bookmark_icon.qtc" />
    <Link
      Text="CNN"
      NavigateUrl="http://tmobile.cnn.mlogic.mobi"
      ImagePath="\Windows\_Bookmark_icon.qtc" />
    <Link
      Text="eBay"
      NavigateUrl="http://m.ebay.com"
      ImagePath="\Windows\_Bookmark_icon.qtc" />
  </OperatorLinks>
</InternetPortal>


Jsunn 01-14-2010 06:42 PM

Re: Internet Tab and Opera 10 Beta 2u...??
 
Quote:

Originally Posted by leepriestenator (Post 1488986)
I also noticed in your code (your XML file) that your path reads as

Code:

<?xml version="1.0" encoding="utf-16"?>
<InternetPortal>
  <BrowserExe>\ProgramFiles\OperaMobile10\Opera10-armv4i.exe</BrowserExe>

It should be Opera Mobile 10 instead of OperaMobile10. You forgot the spaces which is why you are getting the "Cannot find file" error. Check the path again properly.


I would like to say that the solution was much more complex, it wasn't! That fixed it!

The Internet tab loads Opera 10 now!

Didn't have to change anything else!

jit 01-14-2010 07:13 PM

Re: Internet Tab and Opera 10 Beta 2u...??
 
Do you still get an error message when clicking on bookmarks or the globe?

I get file/localhost/home could not be found

Jsunn 01-14-2010 08:19 PM

Re: Internet Tab and Opera 10 Beta 2u...??
 
I do not get any types of errors.

It works perfectly

Here is my xml file in
\Aplication Data\Manila

Code:

<?xml version="1.0" encoding="utf-16"?>
<InternetPortal>
  <BrowserExe>\Program Files\Opera Mobile 10\Opera10-armv4i.exe</BrowserExe>
  <IncludeUserFavorites>False</IncludeUserFavorites>
  <Banner
    DefaultImagePath="\Windows\HTC\Assets\Images\InternetPortal\banner.qtc" 
    SelectedImagePath="\Windows\HTC\Assets\Images\InternetPortal\banner_selected.qtc"
    Text="Launch Browser"
    NavigateUrl="http://www.google.com"
    UrlText="Google"
    Width="480"
    Height="215" />
  <OperatorLinks>
    <Link
      Text="XDTalk"
      NavigateUrl="http://www.xdtalk.com/forums/"
      ImagePath="\Windows\_Bookmark_icon.qtc" />
    <Link
      Text="USAA"
      NavigateUrl="http://www.usaa.com"
      ImagePath="\Windows\_Bookmark_icon.qtc" />
    <Link
      Text="CNN"
      NavigateUrl="http://tmobile.cnn.mlogic.mobi"
      ImagePath="\Windows\_Bookmark_icon.qtc" />
    <Link
      Text="eBay"
      NavigateUrl="http://m.ebay.com"
      ImagePath="\Windows\_Bookmark_icon.qtc" />
  </OperatorLinks>
</InternetPortal>


jit 01-15-2010 05:26 PM

Re: Internet Tab and Opera 10 Beta 2u...??
 
I'm having trouble locating this file...I looked in the directory you specified, but I had no such thing as application data/manila?

shatner 01-15-2010 11:36 PM

Re: Internet Tab and Opera 10 Beta 2u...??
 
Located the file but this is all I got! :SCRATCHESHEAD
Quote:

<?xml version="1.0" encoding="utf-16"?>
<InternetPortal>
<IncludeUserFavorites>True</IncludeUserFavorites>
<Banner
DefaultImagePath="\Windows\HTC\Assets\Images\Inter netPortal\banner.qtc"
SelectedImagePath="\Windows\HTC\Assets\Images\Inte rnetPortal\banner_selected.qtc"
Width="480"
Height="215" />
<OperatorLinks>
<Link
Text="YouTube"
Executable="\windows\youtube.exe"
ImagePath="\Windows\HTC\Assets\Images\InternetPort al\youtube.qtc" />
</OperatorLinks>
</InternetPortal>

jit 01-16-2010 03:19 AM

Re: Internet Tab and Opera 10 Beta 2u...??
 
Ok, I got the globe to open properly, but it tells me that OperaL.exe cant be found when I click bookmarks

shatner 01-16-2010 05:24 PM

Re: Internet Tab and Opera 10 Beta 2u...??
 
I keep tryin, no luck.

Jsunn 01-17-2010 12:56 AM

Re: Internet Tab and Opera 10 Beta 2u...??
 
Which xml file are you trying to edit?

shatner 01-17-2010 02:06 AM

Re: Internet Tab and Opera 10 Beta 2u...??
 
this one:
27c65cbd_manila

the contents of which are in my post. What to do?

mic_check 02-17-2010 06:03 PM

Re: Internet Tab and Opera 10 Beta 2u...??
 
bump i have a sprint tp and tried to edit the reg. and still get the 'the file opera10-armv4i' cannot be opened. Error any other ideas


All times are GMT -4. The time now is 04:29 PM.

Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0