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.
|