sorry this is frustarting for you. it has been a while since i used adb and command prompts. i remember that it took me a while to understand the language and how frustrating it was.
so i will try to do this in chunks and l
also you need to complete the command. typing fastboot and nothing else will not yield anything.
it needs to be fastboot boot
then your path to where you have the twrp file
then your actual twrp .img file name will go next.
so it looks like u moved your folders around is that correct?
if so then it would be:
so i will try to do this in chunks and l
.........thisThat because you are in some kind of adb mode instead of fastboot, hence your adb devices returned with an alphanumeric code. You'll know your in bootloader/fastboot mode when the cmd 'fastboot devices' registers like 'adb devices' did..
also you need to complete the command. typing fastboot and nothing else will not yield anything.
it needs to be fastboot boot
then your path to where you have the twrp file
then your actual twrp .img file name will go next.
so it looks like u moved your folders around is that correct?
if so then it would be:
Code:
fastboot boot c:\user\danny\twrp.img
Last edited: