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 01-06-2010, 01:57 PM
amikam's Avatar
VIP Member
Offline
Pocket PC: HTC Evo 4G
Carrier: Sprint
 
Join Date: Oct 2008
Posts: 982
Reputation: 4105
amikam should be added to the payroll for their contributionsamikam should be added to the payroll for their contributionsamikam should be added to the payroll for their contributionsamikam should be added to the payroll for their contributionsamikam should be added to the payroll for their contributionsamikam should be added to the payroll for their contributionsamikam should be added to the payroll for their contributionsamikam should be added to the payroll for their contributionsamikam should be added to the payroll for their contributionsamikam should be added to the payroll for their contributionsamikam should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OMJ's HTC Sense Kitchen | WM 6.x / WM 6.5.x | 21055 / 21887 / 28014 | 12/25/09

i've got a question, and i hope someone can actually help me to figure out a way to do this.
anyways...
when we add packages and customize our start menu or direct any ringtone to a different folder or any file using provxml or app.dat, we always get two copies of the files one in the windows folder and the other where ever we set it to be copied to.
now, my question is like this... i've been digging through the wm mobile forums and been trying to add a delete command like in mxip_office_100.provxml that should actually delete things, i've managed to get rid of all the duplicate shortcuts that exists in the windows folder but had zero luck with moving or deleting any other duplicate files like ringtones or files that get copied into any other folders from windows dir.
this is really important since every time that we add a package or create a shortcut, in reality some of them if not most or all just take double space on the device not to mention that in order to get a windows system running fast the windows root dir should ideally have less files.
if we can slove that issue we can actually end up with a fully loaded rom and about 70-80 mb free, not to mention a faster device.
i've spent a few good hours reading threads at xda and official wm website, and couldn't find anything or anyway to get this done proper if anyone has some information please share.
Reply With Quote
  #2 (permalink)  
Old 01-10-2010, 12:26 PM
OMJ's Avatar
OMJ
Retired Staff
Offline
Pocket PC: Sprint HTC 10!!!!!
Carrier: Sprint
Threadstarter
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: OMJ's HTC Sense Kitchen | WM 6.x / WM 6.5.x | 21055 / 21887 / 28014 | 12/25/09

Quote:
Originally Posted by amikam View Post
i've got a question, and i hope someone can actually help me to figure out a way to do this.
anyways...
when we add packages and customize our start menu or direct any ringtone to a different folder or any file using provxml or app.dat, we always get two copies of the files one in the windows folder and the other where ever we set it to be copied to.
now, my question is like this... i've been digging through the wm mobile forums and been trying to add a delete command like in mxip_office_100.provxml that should actually delete things, i've managed to get rid of all the duplicate shortcuts that exists in the windows folder but had zero luck with moving or deleting any other duplicate files like ringtones or files that get copied into any other folders from windows dir.
this is really important since every time that we add a package or create a shortcut, in reality some of them if not most or all just take double space on the device not to mention that in order to get a windows system running fast the windows root dir should ideally have less files.
if we can slove that issue we can actually end up with a fully loaded rom and about 70-80 mb free, not to mention a faster device.
i've spent a few good hours reading threads at xda and official wm website, and couldn't find anything or anyway to get this done proper if anyone has some information please share.
unfortunately, I dont think there is a way to delete a file from \windows after it has been copied elsewhere.

2 options come to mind:

1. modify your package to instead of installing to ie. \program files\your app, to \windows. for example, look at the Opera pkg, it was originally copying/moving to \program files, but changed to \windows

2. instead of including the files in the rom (ie, ringtones), create a cab that installs during UC to install to whatever directory u want it to. That was save on the dups.

Quote:
Originally Posted by Vancer View Post
@orangekid ... this question will help you too i'm sure

@OMJ ... Hey does the TSK have to come before the CABs ?? Or can we install the cab that has the themes in it and then put the TSK line after that so it will set the theme all in the autorun process?

@orangekid ... if this is possible, then it will be totally set up after your phone resets from autorun. (which is what i think you are looking for) ... and if so, this is what your config_operator.txt will look like...

LOCK:Enabled
CAB: \Windows\Calkulins_Diamond_Tweaks.cab
CAB: \Windows\yourcab.cab (as many lines as you want for the cabs you want installed during autorun)
CAB: \Windows\Livven SimpleGloss 192dpi.cab
TSK: \Windows\Livven SimpleGloss Green.tsk (or blue or black)
XML: \Windows\Start_Menu.xml
LOCKisabled
CFG: \Windows\SDAutoRun.txt


@OMJ ... while i'm at it... what the heck is Start_Menu.xml setting? Also, since I have been using SHASHIMI and not autorun for a while I never found out if SDautorun simply "sees" the internal storage like it is a storage card? In other words, I'm wondering if you can just put an sdconfig.txt in the root of the internal storage just like you do with a storage card and it just sees it the same and runs?
no, you can re-arrange the order any way u want it.

as for Start_Menu.xml, this is what it used to do, this is from calkulins....but I just checked Start_Menu.xml from the 4.2 kitchen & it is not doing anything, so it can be deleted from config_operator.txt.

Code:
<wap-provisioningdoc>
<characteristic type="FileOperation">
    <characteristic type="%CE11%\System Tools\Comm Manager.lnk" translation="install">
        <characteristic type="Move">
            <parm name="Source" value="%CE11%\Comm Manager.lnk" translation="install" />
        </characteristic>
    </characteristic>
     <characteristic type="%CE11%\System Tools\Internet Sharing.lnk" translation="install">
        <characteristic type="Move">
            <parm name="Source" value="%CE11%\Internet Sharing.lnk" translation="install" />
        </characteristic>
    </characteristic>
</characteristic>
</wap-provisioningdoc>
as far as SDconfig, yes, I am still using it....this is what mines looks like:
Code:
LOCK:Enabled
CAB: \Internal Storage\OMJ.cab
XML: \Internal Storage\omjprovisioning.xml
LOCK:Disabled
RST: Reset
__________________

Last edited by OMJ; 01-10-2010 at 12:40 PM.
Reply With Quote
This post has been thanked 1 times.
  #3 (permalink)  
Old 01-10-2010, 02:17 PM
Trident's Avatar
The Source of Power
Offline
Pocket PC: EVO4G & EPIC4g
Carrier: Sprint
Location: Disney World
 
Join Date: Aug 2006
Posts: 2,337
Reputation: 1485
Trident is halfway to VIP status based on repTrident is halfway to VIP status based on repTrident is halfway to VIP status based on repTrident is halfway to VIP status based on repTrident is halfway to VIP status based on repTrident is halfway to VIP status based on repTrident is halfway to VIP status based on repTrident is halfway to VIP status based on repTrident is halfway to VIP status based on repTrident is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Skype™ to Trident
Re: OMJ's HTC Sense Kitchen | WM 6.x / WM 6.5.x | 21055 / 21887 / 28014 | 12/25/09

What package do I change to get rid of these ridiculous notifications that won't let me choose a snooze duration for appointments?
They are "pretty", but not functional.
I'd guess it's Notification Enhancements, but not sure. My fear is that it's something to do with the SYS.
__________________
The only way of discovering the limits of the possible is to venture a little way past them into the impossible.
Any sufficiently advanced technology is indistinguishable from magic.


Reply With Quote
  #4 (permalink)  
Old 01-10-2010, 02:29 PM
Trident's Avatar
The Source of Power
Offline
Pocket PC: EVO4G & EPIC4g
Carrier: Sprint
Location: Disney World
 
Join Date: Aug 2006
Posts: 2,337
Reputation: 1485
Trident is halfway to VIP status based on repTrident is halfway to VIP status based on repTrident is halfway to VIP status based on repTrident is halfway to VIP status based on repTrident is halfway to VIP status based on repTrident is halfway to VIP status based on repTrident is halfway to VIP status based on repTrident is halfway to VIP status based on repTrident is halfway to VIP status based on repTrident is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Skype™ to Trident
Re: OMJ's HTC Sense Kitchen | WM 6.x / WM 6.5.x | 21055 / 21887 / 28014 | 12/25/09

In other news... could/would anyone be interested and/or able to create a VK package that would make a Diamond ROM Sashimi compliant [SC]?
It's not that difficult, but I don't want to mess it up. I've downloaded all the files necessary and the directions are here (you won't be able to see much if you aren't registered).
Thanks in advance.
Reply With Quote
  #5 (permalink)  
Old 01-11-2010, 09:25 PM
OMJ's Avatar
OMJ
Retired Staff
Offline
Pocket PC: Sprint HTC 10!!!!!
Carrier: Sprint
Threadstarter
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: OMJ's HTC Sense Kitchen | WM 6.x / WM 6.5.x | 21055 / 21887 / 28014 | 12/25/09

Quote:
Originally Posted by Trident View Post
In other news... could/would anyone be interested and/or able to create a VK package that would make a Diamond ROM Sashimi compliant [SC]?
It's not that difficult, but I don't want to mess it up. I've downloaded all the files necessary and the directions are here (you won't be able to see much if you aren't registered).
Thanks in advance.
could you upload/attach all the files needed?

Quote:
Originally Posted by orangekid View Post
OMJ haven't checked the kitchen thread in a while so please excuse if you covered this. I just checked your first post but didn't see any changes. Did you update the Leo 2.02 files in your kitchen yet? Any idea when that will occur?

Thanks.
I am working on cleaning everything up so I can upload
Reply With Quote
  #6 (permalink)  
Old 01-11-2010, 11:13 PM
O.a.T.'s Avatar
VIP Member
Offline
Pocket PC: HTC Diamond
Carrier: Sprint
Location: Albuquerque
 
Join Date: Sep 2009
Posts: 566
Reputation: 4205
O.a.T. should be added to the payroll for their contributionsO.a.T. should be added to the payroll for their contributionsO.a.T. should be added to the payroll for their contributionsO.a.T. should be added to the payroll for their contributionsO.a.T. should be added to the payroll for their contributionsO.a.T. should be added to the payroll for their contributionsO.a.T. should be added to the payroll for their contributionsO.a.T. should be added to the payroll for their contributionsO.a.T. should be added to the payroll for their contributionsO.a.T. should be added to the payroll for their contributionsO.a.T. should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OMJ's HTC Sense Kitchen | WM 6.x / WM 6.5.x | 21055 / 21887 / 28014 | 12/25/09

Quote:
Originally Posted by OMJ View Post
could you upload/attach all the files needed?



I am working on cleaning everything up so I can upload

Other than landscape and some general improvements to Manila, could someone tell me what Leo 2.02 provides? Thx in advance.

Last edited by O.a.T.; 01-11-2010 at 11:19 PM.
Reply With Quote
  #7 (permalink)  
Old 01-11-2010, 11:16 PM
orangekid's Avatar
Awesomenss :)
Offline
Pocket PC: Google Hammerhead
Carrier: T-Mobile
 
Join Date: Apr 2009
Posts: 6,973
Reputation: 7530
orangekid is a trusted member of the communityorangekid is a trusted member of the communityorangekid is a trusted member of the communityorangekid is a trusted member of the communityorangekid is a trusted member of the communityorangekid is a trusted member of the communityorangekid is a trusted member of the communityorangekid is a trusted member of the communityorangekid is a trusted member of the communityorangekid is a trusted member of the communityorangekid is a trusted member of the community
Mentioned: 34 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to orangekid Send a message via MSN to orangekid Send a message via Yahoo to orangekid
Re: OMJ's HTC Sense Kitchen | WM 6.x / WM 6.5.x | 21055 / 21887 / 28014 | 12/25/09

Quote:
Originally Posted by O.a.T. View Post
Other than landscape and some general improvements to Manila, what does Leo 2.02 provide? Thx in advance.

not sure but landscape alone is a pretty good improvement if you ask me.
Reply With Quote
  #8 (permalink)  
Old 01-12-2010, 01:00 AM
mwalt2's Avatar
VIP Member
Offline
Pocket PC: Evo 3D
Carrier: Sprint
 
Join Date: Apr 2007
Posts: 1,759
Reputation: 5415
mwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the communitymwalt2 is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OMJ's HTC Sense Kitchen | WM 6.x / WM 6.5.x | 21055 / 21887 / 28014 | 12/25/09

Quote:
Originally Posted by Trident View Post
In other news... could/would anyone be interested and/or able to create a VK package that would make a Diamond ROM Sashimi compliant [SC]?
It's not that difficult, but I don't want to mess it up. I've downloaded all the files necessary and the directions are here (you won't be able to see much if you aren't registered).
Thanks in advance.
Quote:
Originally Posted by OMJ View Post
could you upload/attach all the files needed?
I've always seen sashimi stuff added to the Carrier EXT. You have to add the following to config_operator.txt:
Code:
XML: \WINDOWS\SASHIMIAR.xml
Then put SASHIMIAR.mscr, SASHIMIAR.lnk, and SASHIMIAR.xml in the Carrier folder you are using. The only other thing required is to cook mortscript into the ROM and have the SASHIMI tree set up on internal storage. I've attached an EXT for mortscript, a 'carrier' EXT with the files to add to your carrier folder, and the SASHIMI folder tree that needs to be placed in /Internal Storage. I've modified the SASHIMI script to work with the 6.5.x builds, as the original script had trouble installing cabs to the internal storage with 6.5.x.

Last edited by mwalt2; 01-26-2010 at 01:00 AM.
Reply With Quote
This post has been thanked 3 times.
  #9 (permalink)  
Old 01-12-2010, 01:08 AM
amikam's Avatar
VIP Member
Offline
Pocket PC: HTC Evo 4G
Carrier: Sprint
 
Join Date: Oct 2008
Posts: 982
Reputation: 4105
amikam should be added to the payroll for their contributionsamikam should be added to the payroll for their contributionsamikam should be added to the payroll for their contributionsamikam should be added to the payroll for their contributionsamikam should be added to the payroll for their contributionsamikam should be added to the payroll for their contributionsamikam should be added to the payroll for their contributionsamikam should be added to the payroll for their contributionsamikam should be added to the payroll for their contributionsamikam should be added to the payroll for their contributionsamikam should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OMJ's HTC Sense Kitchen | WM 6.x / WM 6.5.x | 21055 / 21887 / 28014 | 12/25/09

for anyone who like 4 row start menu only wants bigger icons on it, i've modified a wvga version of bigger start menu icons from clac kitchen to vga, and it works great.
heres the package:
http://hotfile.com/dl/23850013/0f31d..._Icons.7z.html

Last edited by amikam; 01-12-2010 at 01:24 AM.
Reply With Quote
This post has been thanked 3 times.
  #10 (permalink)  
Old 01-17-2010, 12:06 AM
Trident's Avatar
The Source of Power
Offline
Pocket PC: EVO4G & EPIC4g
Carrier: Sprint
Location: Disney World
 
Join Date: Aug 2006
Posts: 2,337
Reputation: 1485
Trident is halfway to VIP status based on repTrident is halfway to VIP status based on repTrident is halfway to VIP status based on repTrident is halfway to VIP status based on repTrident is halfway to VIP status based on repTrident is halfway to VIP status based on repTrident is halfway to VIP status based on repTrident is halfway to VIP status based on repTrident is halfway to VIP status based on repTrident is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Skype™ to Trident
Re: OMJ's HTC Sense Kitchen | WM 6.x / WM 6.5.x | 21055 / 21887 / 28014 | 12/25/09

Quote:
Originally Posted by mwalt2 View Post
I've always seen sashimi stuff added to the Carrier EXT. You have to add the following to config_operator.txt:
Code:
XML: \WINDOWS\SASHIMIAR.xml
Then put SASHIMIAR.mscr, SASHIMIAR.lnk, and SASHIMIAR.xml in the Carrier folder you are using. The only other thing required is to cook mortscript into the ROM and have the SASHIMI tree set up on internal storage. I've attached an EXT for mortscript, a 'carrier' EXT with the files to add to your carrier folder, and the SASHIMI folder tree that needs to be placed in /Internal Storage. I've modified the SASHIMI script to work with the 6.5.x builds, as the original script had trouble installing cabs to the internal storage with 6.5.x.
OK. Working on this.
Here is a copy of the current config file in the Sprint Carrier folder of the most current kitchen with the mod made as described... I think.
Code:
LOCK:Enabled
CFG: \Windows\Manila.txt
CFG: \Windows\Config.txt
CAB: \Windows\Calkulins_Diamond_Tweaks.cab
XML: \Windows\Start_Menu.xml
XML: \WINDOWS\SASHIMIAR.xml
LOCK:Disabled
CFG: \Windows\SDAutoRun.txt
Should we get rid of the last line and insert RST: Reset instead?
I think I've got everything else right.
I put the other files in Packages\Carrier-Sprint\files. That's right?
Also, if I'm not using Manila/Sense, can I just get rid of the CFG: \Windows\Manila.txt line? And no UC, so CFG: \Windows\Config.txt should be able to go as well... right?

Here is the current config_operator.txt file that I'm trying:
Code:
LOCK:Enabled
CAB: \Windows\Calkulins_Diamond_Tweaks.cab
XML: \Windows\Start_Menu.xml
XML: \WINDOWS\SASHIMIAR.xml
LOCK:Disabled
RST: Reset

Last edited by Trident; 01-17-2010 at 01:07 AM.
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 10:54 AM.


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