View Single Post
  #226 (permalink)  
Old 06-12-2010, 12:13 PM
Ryan07's Avatar
Ryan07
PPCGeeks Regular
Offline
Location: WaFo, NC
 
Join Date: Mar 2007
Posts: 110
Reputation: 25
Ryan07 is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: EVO - Root|Recovery|Nand Backup|Flashing for n00b's Instructions & Videos

If this has already been addressed, apologies.

I was having an issue with having to restart my PC each time I wanted to sync and found that adb isn't closing when I finish tinkering.

My recovery-windows.bat now looks like this

@ECHO OFF
echo EVO Recovery Mode
echo.
echo Pushing required files to device...
echo.
adb.exe push files /
adb.exe shell busybox --install /sbin
echo.
echo Remount /system folder
adb.exe shell mount -a
adb.exe shell nohup /sbin/recovery
taskkill /f /im adb.exe <-----------Added this
exit

Hope this helps someone.
Reply With Quote
This post has been thanked 1 times.