PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Diamond > CDMA Diamond Development

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-13-2009, 10:16 PM
Jmz's Avatar
Jmz
Jmz Software
Offline
Pocket PC: Thunderbolt
Carrier: Verizon
Location: Virginia Beach, VA
 
Join Date: Oct 2008
Posts: 986
Reputation: 4085
Jmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to Jmz
opera on start menu

I was wondering how to get opera mobile on the start menu. I know how to add it but how do I delete internet explorer from the start menu?

maybe I should say automatically in my rom.
__________________
If you like my work feel free to donate
Reply With Quote
  #2 (permalink)  
Old 01-13-2009, 10:28 PM
Calkulin's Avatar
VIP Member
Offline
Pocket PC: EVO 4G
Carrier: Sprint
 
Join Date: Sep 2008
Posts: 2,247
Reputation: 25440
Calkulin can't get a higher reputation levelCalkulin can't get a higher reputation levelCalkulin can't get a higher reputation levelCalkulin can't get a higher reputation levelCalkulin can't get a higher reputation levelCalkulin can't get a higher reputation levelCalkulin can't get a higher reputation levelCalkulin can't get a higher reputation levelCalkulin can't get a higher reputation levelCalkulin can't get a higher reputation levelCalkulin can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: opera on start menu

With an xml it can be done,

<characteristic type="%CE17%\Opera Mobile.lnk" translation="install">
<characteristic type="Move">
<parm name="Source" value="%CE11%\Opera Mobile.lnk" translation="install" />
</characteristic>
</characteristic>
__________________
If you like my work, donate to buy me a beer or 2

Reply With Quote
This post has been thanked 2 times.
  #3 (permalink)  
Old 01-14-2009, 05:52 AM
Jmz's Avatar
Jmz
Jmz Software
Offline
Pocket PC: Thunderbolt
Carrier: Verizon
Threadstarter
Location: Virginia Beach, VA
 
Join Date: Oct 2008
Posts: 986
Reputation: 4085
Jmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to Jmz
Re: opera on start menu

Quote:
Originally Posted by Calcu View Post
With an xml it can be done,

<characteristic type="%CE17%\Opera Mobile.lnk" translation="install">
<characteristic type="Move">
<parm name="Source" value="%CE11%\Opera Mobile.lnk" translation="install" />
</characteristic>
</characteristic>

Thanks
Reply With Quote
  #4 (permalink)  
Old 01-14-2009, 10:04 AM
Jmz's Avatar
Jmz
Jmz Software
Offline
Pocket PC: Thunderbolt
Carrier: Verizon
Threadstarter
Location: Virginia Beach, VA
 
Join Date: Oct 2008
Posts: 986
Reputation: 4085
Jmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to Jmz
Re: opera on start menu

This is what I have in a standalone XML that is used in Autorun. It is called in the config file as XML: \Windows\operastart.xml

I am completely new to the XML formats. Never had to mess with them. Is this correct?

Code:
<wap-provisioningdoc>
    <characteristic type="FileOperation">
        <characteristic type="%CE11%\Internet Explorer.lnk" translation="install" >
            <characteristic type="Move">
                <parm name="Source" value="%CE17%\Internet Explorer.lnk" translation="install"/>
            </characteristic>
        </characteristic>
        <characteristic type="%CE17%\Opera Mobile.lnk" translation="install" >
            <characteristic type="Move">
                <parm name="Source" value="%CE11%\Opera Browser.lnk" translation="install"/>
            </characteristic>
        </characteristic>        
    </characteristic>
</wap-provisioningdoc>
Reply With Quote
  #5 (permalink)  
Old 01-14-2009, 12:03 PM
briggs's Avatar
mcom
Offline
Pocket PC: Panther 850e, RhodiumW500, BlackBerry8220
Carrier: Telus & Rogers
Location: Ontario
 
Join Date: Oct 2008
Posts: 1,041
Reputation: 3380
briggs is still contributing even after becoming a VIPbriggs is still contributing even after becoming a VIPbriggs is still contributing even after becoming a VIPbriggs is still contributing even after becoming a VIPbriggs is still contributing even after becoming a VIPbriggs is still contributing even after becoming a VIPbriggs is still contributing even after becoming a VIPbriggs is still contributing even after becoming a VIPbriggs is still contributing even after becoming a VIPbriggs is still contributing even after becoming a VIPbriggs is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: opera on start menu

Quote:
Originally Posted by Calcu View Post
With an xml it can be done,

<characteristic type="%CE17%\Opera Mobile.lnk" translation="install">
<characteristic type="Move">
<parm name="Source" value="%CE11%\Opera Mobile.lnk" translation="install" />
</characteristic>
</characteristic>

OOooooo, more goodies to put in my [UC] setup files.
__________________
Touch Pro 2 O/C 749mHz: LEAD ROM Mar. 5 2011 6.5 Release Candidate multi carrier lite
Treo Pro ROM: Cooked my own 21911 6.5 from raiderfan's kitchen.
Reply With Quote
  #6 (permalink)  
Old 01-19-2009, 07:15 PM
indagroove's Avatar
AWOL
Offline
Pocket PC: HTC TouchPro 2 and Samsung Moment
Carrier: Sprint
 
Join Date: Nov 2007
Posts: 3
Reputation: 120
indagroove is keeping up the good workindagroove is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: opera on start menu

Does anyone have a tutorial on WM xml commands?
Reply With Quote
  #7 (permalink)  
Old 01-19-2009, 10:37 PM
Jmz's Avatar
Jmz
Jmz Software
Offline
Pocket PC: Thunderbolt
Carrier: Verizon
Threadstarter
Location: Virginia Beach, VA
 
Join Date: Oct 2008
Posts: 986
Reputation: 4085
Jmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to Jmz
Re: opera on start menu

Quote:
Originally Posted by indagroove View Post
Does anyone have a tutorial on WM xml commands?
+1 for that
Reply With Quote
  #8 (permalink)  
Old 01-20-2009, 03:47 AM
OMJ's Avatar
OMJ
Retired Staff
Offline
Pocket PC: Sprint HTC 10!!!!!
Carrier: Sprint
Location: MN
 
Join Date: Jun 2007
Posts: 4,767
Reputation: 20305
OMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation level
Mentioned: 11 Post(s)
Tagged: 0 Thread(s)
Re: opera on start menu

Quote:
Originally Posted by indagroove View Post
Does anyone have a tutorial on WM xml commands?
Here is a good start......

http://forum.xda-developers.com/showthread.php?t=366337

I thought Rstoyguy posted a link to a MS page that had good info, I'll see if I can find it.
__________________
Reply With Quote
This post has been thanked 1 times.
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Diamond > CDMA Diamond Development

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 02:01 PM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com