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
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-02-2008, 12:15 PM
catchacold's Avatar
PPCGeeks Regular
Offline
Pocket PC: Driod Moto
Carrier: Verizon
 
Join Date: Oct 2008
Posts: 99
Reputation: 65
catchacold is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
OEMVERSION Folder

I am looking at the mxipupdate_zzPIED_100 file in the OEMVERSION Folder - I see some entries to delete pictures

-----------------------------------------------
<characteristic type="FileOperation">
<characteristic type="%CE5%\My Pictures\Grass.jpg" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete"/>
</characteristic>
-------------------------------------------------------

I could use this to delete the Games Icon from \Windows\Start Menu\Programs

<characteristic type="FileOperation">
<characteristic type="%CE5%\Windows\Start Menu\Programs\Games.LNK" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete"/>
</characteristic>

If not how could I do this?

TIA


Sorry this might need to go in the How to Kitchen Folder

Last edited by catchacold; 12-02-2008 at 12:20 PM.
Reply With Quote
  #2 (permalink)  
Old 12-02-2008, 01:32 PM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OEMVERSION Folder

Quote:
Originally Posted by catchacold View Post
I am looking at the mxipupdate_zzPIED_100 file in the OEMVERSION Folder - I see some entries to delete pictures

-----------------------------------------------
<characteristic type="FileOperation">
<characteristic type="%CE5%\My Pictures\Grass.jpg" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete"/>
</characteristic>
-------------------------------------------------------

I could use this to delete the Games Icon from \Windows\Start Menu\Programs

<characteristic type="FileOperation">
<characteristic type="%CE5%\Windows\Start Menu\Programs\Games.LNK" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete"/>
</characteristic>

If not how could I do this?

TIA


Sorry this might need to go in the How to Kitchen Folder
That would work fine. Just delete the following in orange...And you should be fine. I specify the link directly and don't use the variables much...

Code:
 
<characteristic type="FileOperation">
<characteristic type="%CE5%\Windows\Start Menu\Programs\Games.LNK" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete"/>
</characteristic>
__________________
If this post was helpfull, let me know by clicking Thanks!

Reply With Quote
This post has been thanked 1 times.
  #3 (permalink)  
Old 12-02-2008, 01:45 PM
catchacold's Avatar
PPCGeeks Regular
Offline
Pocket PC: Driod Moto
Carrier: Verizon
Threadstarter
 
Join Date: Oct 2008
Posts: 99
Reputation: 65
catchacold is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OEMVERSION Folder

Thanks - I will give it a try!
Reply With Quote
  #4 (permalink)  
Old 12-02-2008, 04:08 PM
vboyz103's Avatar
Halfway to VIP Status
Offline
Pocket PC: HTC Diamond
Carrier: Sprint
 
Join Date: Dec 2006
Posts: 527
Reputation: 293
vboyz103 is becoming a PPCGeeks regularvboyz103 is becoming a PPCGeeks regularvboyz103 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OEMVERSION Folder

how can we use wildcard on delete?

Let's say I want to delete *.dat.
Reply With Quote
  #5 (permalink)  
Old 12-02-2008, 04:30 PM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OEMVERSION Folder

xml as far as I know doesn't allow dos-type wildcards.
Reply With Quote
  #6 (permalink)  
Old 12-02-2008, 05:26 PM
catchacold's Avatar
PPCGeeks Regular
Offline
Pocket PC: Driod Moto
Carrier: Verizon
Threadstarter
 
Join Date: Oct 2008
Posts: 99
Reputation: 65
catchacold is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OEMVERSION Folder

Didnt work - I tried with and without the backslash in front of Windows

<characteristic type="FileOperation">
<characteristic type="\Windows\Start Menu\Programs\Games.LNK" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete"/>
</characteristic>

I am going to read some of your tutorials



Quote:
Originally Posted by rstoyguy View Post
That would work fine. Just delete the following in orange...And you should be fine. I specify the link directly and don't use the variables much...

Code:
 
<characteristic type="FileOperation">
<characteristic type="%CE5%\Windows\Start Menu\Programs\Games.LNK" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete"/>
</characteristic>
Reply With Quote
  #7 (permalink)  
Old 12-02-2008, 05:33 PM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OEMVERSION Folder

Sorta long, but here is an example xml file I use out of the attached OEM that organizes the start menu. Basically I delete what is there, then move it where I want to. Remember, this can't delete files cooked into your rom, it can overwrite them, and if there are any syntax errors in what your doing, the whole file is no good.

Quote:
Originally Posted by mxipcold_MyStartMenu_ppck_100.provxml

<wap-provisioningdoc>
<!-- Delete Program locations installed by ppcKitchen and moved to initflashfiles.txt -->
<characteristic type="FileOperation">

<!-- \Windows\Start Menu -->
<characteristic type="\Windows\Start Menu\Windows Media.lnk" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete"/>
</characteristic>
</characteristic>

<characteristic type="\Windows\Start Menu\Calendar.lnk" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete"/>
</characteristic>
</characteristic>

<characteristic type="\Windows\Start Menu\Contacts.lnk" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete"/>
</characteristic>
</characteristic>

<characteristic type="\Windows\Start Menu\Phone.lnk" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete"/>
</characteristic>
</characteristic>

<!-- \Windows\Start Menu\Programs -->
<characteristic type="\Windows\Start Menu\Programs\ActiveSync.lnk" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete"/>
</characteristic>
</characteristic>

<characteristic type="\Windows\Start Menu\Programs\Calculator.lnk" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete"/>
</characteristic>
</characteristic>
<characteristic type="\Windows\Start Menu\Programs\Bluetooth Explorer.lnk" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete"/>
</characteristic>
</characteristic>

<characteristic type="\Windows\Start Menu\Programs\Camera.lnk" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete"/>
</characteristic>
</characteristic>

<characteristic type="\Windows\Start Menu\Programs\File Explorer.lnk" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete"/>
</characteristic>
</characteristic>

<characteristic type="\Windows\Start Menu\Programs\Pictures &amp; Videos.lnk" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete"/>
</characteristic>
</characteristic>

<characteristic type="\Windows\Start Menu\Programs\Internet Sharing.lnk" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete"/>
</characteristic>
</characteristic>

<characteristic type="\Windows\Start Menu\Programs\Notes.lnk" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete"/>
</characteristic>
</characteristic>
<characteristic type="\Windows\Start Menu\Programs\QuickMenu.lnk" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete"/>
</characteristic>
</characteristic>
<characteristic type="\Windows\Start Menu\Programs\Search.lnk" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete"/>
</characteristic>
</characteristic>
<characteristic type="\Windows\Start Menu\Programs\Tasks.lnk" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete"/>
</characteristic>
</characteristic>

<characteristic type="\Windows\Start Menu\Programs\Windows Media.lnk" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete"/>
</characteristic>
</characteristic>

</characteristic>
</wap-provisioningdoc>
Attached Files
File Type: zip zzz_My_Start_Menu_Diav2.0_OEM.zip (3.4 KB, 4 views) Click for barcode!
Reply With Quote
  #8 (permalink)  
Old 12-02-2008, 05:41 PM
catchacold's Avatar
PPCGeeks Regular
Offline
Pocket PC: Driod Moto
Carrier: Verizon
Threadstarter
 
Join Date: Oct 2008
Posts: 99
Reputation: 65
catchacold is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OEMVERSION Folder

Instead of me trying to put my changes in the mxipupdate_zzPIED_100 file I think I should be putting them in the OEMizer XML location -

Thanks for the help -
Reply With Quote
Reply

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


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 04:26 PM.


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