This post has been thanked 2 times. |
|
||||
Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
Quote:
Maybe another thing I did to screw it up was use the RZ_Manila_Lang_Removal.bat - I didn't notice that the CFC package was already localized.. What about the HTCSense_2.5_2012_VGAQTC_CFC package in the tweaks compilation; is that necessary?
__________________
HTC Touch Pro: raidzero 23569 kitchen custom rom [LatROM], sense 2.5.2016, 16mb pp
Replaced by an HTC Desire: DeFroST 5.x w/ HAVS kernel, 1113MHz ondemand |
|
||||
Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
Quote:
Lang removal shouldn't have caused a problem. I cook in that tweaks package. Not sure what it does, but really haven't takin time to neither. If you need I can edit and up load a manila_26948339 file for you. Just let me know what you want in it. |
This post has been thanked 2 times. |
|
||||
Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
26948339_manila.txt
No Stocks or Twitter Tab. Just rename removing .txt and should change to system file. |
This post has been thanked 2 times. |
|
||||
Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
to make something a system file, go to a command promt and type
Code:
attrib +s FILENAME as fasr as the generate ingredients script, try this: Code:
@ECHO OFF REM generate Package List written for raidzero's kitchen by raidzero pushd c:\users\ispmo151\downloads\wm\rz\EXT\RHOD\Baseline (just change this to the directory you want (e.g. c:\whatever\kitchen\path\RZ\EXT\Baseline) dir /a:d /s /b | find /v "files" | find /v "0409" > ingredients.txt (for /f "usebackq delims=" %%a in ("ingredients.txt") do @for %%b in ("%%a\..") do @echo %%~NXb\%%~NXa) > output.txt del ingredients.txt For /F "tokens=1,2,3,4 delims=/ " %%A in ('Date /t') do @( Set Day=%%A Set Date=%%B Set Month=%%C Set Year=%%D Set All=%%B%%C%%D ) echo %All% rename output.txt %All%.txt move %All%.txt c:\users\ispmo151\downloads\wm\RZ\RUU\ (change the path to the kitchen for this too) notepad c:\users\ispmo151\downloads\wm\RZ\RUU\%All%.txt (and this also) |
|
||||
Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
Quote:
|
This post has been thanked 1 times. |
|
||||
Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
Code:
@ECHO OFF REM generate Package List written for raidzero's kitchen by raidzero pushd c:\rz.brad_2.5.2012\EXT\RAPH\Baseline (not sure if there is a device subfolder in your kitchen) dir /a:d /s /b | find /v "files" | find /v "0409" > ingredients.txt (for /f "usebackq delims=" %%a in ("ingredients.txt") do @for %%b in ("%%a\..") do @echo %%~NXb\%%~NXa) > output.txt del ingredients.txt For /F "tokens=1,2,3,4 delims=/ " %%A in ('Date /t') do @( Set Day=%%A Set Date=%%B Set Month=%%C Set Year=%%D Set All=%%B%%C%%D ) echo %All% rename output.txt %All%.txt move %All%.txt c:\rz.brad_2.5.2012\RUU\ notepad c:\rz.brad_2.5.2012\RUU\%All%.txt |
|
||||
Re: [DISCONTINUED]01-13[KITCHEN]6.5 NK-23518-TF2.1/2.5 & Titanium [UC/Sashimi]
Quote:
Last edited by Jbradthomas; 03-20-2010 at 08:34 PM. |
This post has been thanked 1 times. |
|
|
|