|
||||
Re: Modifying Internet tab in Touch Pro
Quote:
Quote:
Not sure what you're saying here. are you trying to make your own .cab files?
__________________
|
|
||||
Re: Modifying Internet tab in Touch Pro
Ok, great. I'll look at the Opera favorites. I'm assuming that also takes care of that Youtube link....
yes.. i'm looking at making my own cab files. I'd hate to ask silly questions if there a 'manual' or documentation on the basic structure. Thanks again for the response. |
|
||||
Re: Modifying Internet tab in Touch Pro
Quote:
Check out this link: http://forum.ppcgeeks.com/showthread.php?t=44689 Post #2 "Changing the Internet Globe Icon or Remove the YouTube Link" |
|
||||
Re: Modifying Internet tab in Touch Pro
The youtube link opens a special browser window. What's the deal youtube, facebook, and myspace having stock links that you have to 'hack' to remove? It seems neat at first but its really annoying after having the TP for a while now.
|
|
||||
Re: Modifying Internet tab in Touch Pro
I checked the registry using PHM for facebook and myspace but it found nothing.
Any other ideas on where the Internet tab gets facebook.com and myspace.com links from? |
|
||||
Re: Modifying Internet tab in Touch Pro
You need to open opera, tap on the star tab at the bottom, then delete the myspace and facebook bookmarks. As stated earlier, youtube is a different story, but it sounds like you have that under control.
__________________
|
|
||||
Re: Modifying Internet tab in Touch Pro
Quote:
Like wavezero, you should be able to go into the bookmarks folder and delete the myspace and facebook bookmarks...give it a shot. |
|
||||
Re: Modifying Internet tab in Touch Pro
Ok, i found the bookmark. I also found it in the OS (/Windows/_opera6.adr, /Windows/Opera9/opera6.adr and /Application Data/Opera9\opera6.adr).
I tried creating the following script, to remove them but it error'ed out saying. "i didn't have sufficient permissions." Code:
<wap-provisioningdoc> <characteristic type="Install"> <parm name="InstallPhase" value="install" /> <parm name="OSVersionMin" value="5.0" /> <parm name="OSVersionMax" value="7.0" /> <parm name="AppName" value="Sprint Touch Pro Cleanup" /> <parm name="InstallDir" value="%CE1%\Tweaks" translation="install" /> </characteristic> <characteristic type="FileOperation"> <characteristic type="%CE2%\Opera9\_opera6.adr" translation="install"> <characteristic type="Delete"> <parm name="ForceDelete" /> </characteristic> </characteristic> <characteristic type="%CE2%\_opera6.adr" translation="install"> <characteristic type="Delete"> <parm name="ForceDelete" /> <parm name="WarnIfSkip" /> </characteristic> </characteristic> <characteristic type="Application Data\Opera9\opera6.adr" translation="install"> <characteristic type="Delete"> <parm name="ForceDelete" /> </characteristic> </characteristic> </characteristic> </wap-provisioningdoc> Thanks again for all the help. |
|
||||
Re: Modifying Internet tab in Touch Pro
Instead of messing with script, why don't you just delete them from the opera app?
Sometimes those permission errors can be overcome by using Total Commander if you want to do it that way. |
![]() |
|
|
|