PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Touch Pro 2 (http://forum.ppcgeeks.com/forumdisplay.php?f=97)
-   -   Cooking: Is there a way to have the RUU run automatically after the kitchen is done? (http://forum.ppcgeeks.com/showthread.php?t=97205)

IsmaelPR1 11-18-2009 12:21 AM

Cooking: Is there a way to have the RUU run automatically after the kitchen is done?
 
Can I set it up so that after I cook a rom in the kitchen the ruu starts up autimatically right afterwards to flash the rom to the device?

Thanks again!!! This site is the best for sure.

newone757 11-18-2009 02:24 AM

Re: Cooking: Is there a way to have the RUU run automatically after the kitchen is do
 
the 2 kitchens ive used already do this (ssk and calkulin), you sure are making alot of threads for trivial questions, maybe you should ask in a already related thread (ie the thread for the kitchen) or coulda just made one thread for all the questions you had

IsmaelPR1 11-18-2009 10:21 AM

Re: Cooking: Is there a way to have the RUU run automatically after the kitchen is do
 
Quote:

Originally Posted by newone757 (Post 1339471)
the 2 kitchens ive used already do this (ssk and calkulin), you sure are making alot of threads for trivial questions, maybe you should ask in a already related thread (ie the thread for the kitchen) or coulda just made one thread for all the questions you had

I am sorry I wasn't aware that these were trivial questions, as much as people are willing to help there are always people who are willing to make someone feel wrong for posting or asking questions... Not everyone is an expert at all this stuff.

I for one started cooking my own roms using ervius visual kitchen last week from my own base files so I am not using ssk or a similar kitchen which auto launches the ruu to flash the phone. At least not the way my setup is working....

Thus why I asked for help, I am sorry if I did post it in an incorrect thread. Learning as I go along.

Thanks for the info.

DomSim 11-18-2009 11:27 AM

Re: Cooking: Is there a way to have the RUU run automatically after the kitchen is do
 
first, go to the root directory of your kitchen, you will see a folder caller "release_*device name* open that folder. this is your ruu folder. find the ruu in here and copy the name i.e. "Custom_RUU" without the .exe!
next go back to the root directory, and then to the "tools" folder and find the file "kitchen_build_rom.bat" right click this file and select edit
lastly, scroll down and find this,
Code:

echo.
dir RUU_signed.nbh
echo.

REM ===========================================================================================


echo.
echo Done!!!
echo.

and after these lines just paste the "Custom_RUU" without the quotations and it should look like this,

Code:

echo.
dir RUU_signed.nbh
echo.

REM ===========================================================================================


echo.
echo Done!!!
echo.

Custom_RUU    <----you added this

cd..

goto end

:error
echo.
echo ERROR! (errorlevel: %errorlevel%)

:end

ctrl s to save, and close the bat file and your done.

IsmaelPR1 11-18-2009 12:12 PM

Re: Cooking: Is there a way to have the RUU run automatically after the kitchen is do
 
Quote:

Originally Posted by DomSim (Post 1340092)
first, go to the root directory of your kitchen, you will see a folder caller "release_*device name* open that folder. this is your ruu folder. find the ruu in here and copy the name i.e. "Custom_RUU" without the .exe!
next go back to the root directory, and then to the "tools" folder and find the file "kitchen_build_rom.bat" right click this file and select edit
lastly, scroll down and find this,
Code:

echo.
dir RUU_signed.nbh
echo.

REM ===========================================================================================


echo.
echo Done!!!
echo.

and after these lines just paste the "Custom_RUU" without the quotations and it should look like this,

Code:

echo.
dir RUU_signed.nbh
echo.

REM ===========================================================================================


echo.
echo Done!!!
echo.

Custom_RUU    <----you added this

cd..

goto end

:error
echo.
echo ERROR! (errorlevel: %errorlevel%)

:end

ctrl s to save, and close the bat file and your done.

Honestly I can't thank you enough for taking the time out to help me out, I really appreciate it. Thanks again.

My setup was ever so slightly different but your instructions worked like a charm!


All times are GMT -4. The time now is 04:54 AM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0