|
||||
Re: [ Kitchen ][ 2-26 ][ v1.6 RC ][28232 / 23541 / 21893 / 21056] Calkulin's WVGA Kit
Quote:
Here's RC 3 Calkulin's WVGA Kitchen (v1.6) RC 3 Last edited by Calkulin; 02-27-2010 at 12:13 PM. Reason: Edited to add changes |
This post has been thanked 9 times. |
|
||||
Re: [ Kitchen ][ 2-26 ][ v1.6 RC ][28232 / 23541 / 21893 / 21056] Calkulin's WVGA Kit
Quote:
|
|
||||
Re: [ Kitchen ][ 2-26 ][ v1.6 RC ][28232 / 23541 / 21893 / 21056] Calkulin's WVGA Kit
Quote:
OK well I created a cab that will install my icons no problem but I need to create a xml to delete the start menu or program files. Any help? <wap-provisioningdoc> <characteristic type="\windows\start menu" translation="install"> <characteristic type="RemoveDir" /> </characteristic> </wap-provisioningdoc>
__________________
Twitter
Droidrox39 |
|
||||
Re: [ Kitchen ][ 2-26 ][ v1.6 RC ][28232 / 23541 / 21893 / 21056] Calkulin's WVGA Kit
What was the issue with 21893??
__________________
Check out my work: For All Your New Leaks, Check Out: Hit the if I help you. |
|
||||
Re: [ Kitchen ][ 2-27 ][ v1.6 RC ][28232 / 23541 / 21893 / 21056] Calkulin's WVGA Kit
A xml won't delete a folder that has items in it, so you have to delete all the links 1 by one, like
Code:
<wap-provisioningdoc> <characteristic type="FileOperation"> <characteristic type="%CE11%\Calendar.lnk" translation="install"> <characteristic type="Delete"> <parm name="ForceDelete"/> </characteristic> </characteristic> <characteristic type="%CE11%\Contacts.lnk" translation="install"> <characteristic type="Delete"> <parm name="ForceDelete"/> </characteristic> </characteristic> <characteristic type="%CE11%\Phone.lnk" translation="install"> <characteristic type="Delete"> <parm name="ForceDelete"/> </characteristic> </characteristic> <characteristic type="%CE11%\Search.lnk" translation="install"> <characteristic type="Delete"> <parm name="ForceDelete"/> </characteristic> </characteristic> <characteristic type="%CE11%\Tasks.lnk" translation="install"> <characteristic type="Delete"> <parm name="ForceDelete"/> </characteristic> </characteristic> </characteristic> </wap-provisioningdoc> |
This post has been thanked 2 times. |
|
||||
Re: [ Kitchen ][ 2-26 ][ v1.6 RC ][28232 / 23541 / 21893 / 21056] Calkulin's WVGA Kit
The dump I downloaded had the attributes reset on all the files, so I had to correct the ones in the Shell folder to fix it |
This post has been thanked 1 times. |
|
||||
Re: [ Kitchen ][ 2-26 ][ v1.6 RC ][28232 / 23541 / 21893 / 21056] Calkulin's WVGA Kit
Quote:
I use Sashimi's deleteops.ini, works quite nicely. From the sample-deleteops.ini: [DeleteFile] file1=\Windows\StartMenu\Programs\Unused.lnk file2=\Program Files\MyCAB\*.html [DeleteFolder] folder1=\Windows\StartMenu\Programs Sashimi homepage: http://www.winmo-experts.com |
This post has been thanked 3 times. |
|
||||
Re: [ Kitchen ][ 2-27 ][ v1.6 RC ][28232 / 23541 / 21893 / 21056] Calkulin's WVGA Kit
Calk,
I noticed that you put in S*ype 3.9. What's the difference between the SIP and SIP extras versions. And do these have a working version that doesn't need the modelname.txt that changes our model name to HD2? I'm assuming not since there's a modelname.txt file in both folders. Kevin |
|
|
|