scotty85
Extreme Android User
what youre experienceing is normal. adb is only useable in a booted OS,ie in the phones rom or a custom recovery. when in fastboot,adb commands do not work,you can only use "fastboot commands". thats why i said this above:
in other words,youll skip any commands that are adb xxxx and just run the commands that are fastboot xxxx after manually putting the phone into fastboot.
the parts where the phone wants to reboot,let it try and then pull the battery after a few seconds.
all were trying to accomplish here is to unlock the bootloader and install a custom recovery,both of wich are accomplished with fastboot commands,and can be done without a booting phone.
once youve goten this done,let us know if youve questions on how to use the recovery menu to flash the zipfile in step 2.
hang in there,its a lot of stuff to take in if youve never really messed with a phone on this level before
you will have to alter the directions some since your phone cannot boot completely. youll for the most part be doing the parts that involve fastboot( fastboot xxxx commands) with exception of making the gold card.
in other words,youll skip any commands that are adb xxxx and just run the commands that are fastboot xxxx after manually putting the phone into fastboot.
the parts where the phone wants to reboot,let it try and then pull the battery after a few seconds.
all were trying to accomplish here is to unlock the bootloader and install a custom recovery,both of wich are accomplished with fastboot commands,and can be done without a booting phone.
once youve goten this done,let us know if youve questions on how to use the recovery menu to flash the zipfile in step 2.
hang in there,its a lot of stuff to take in if youve never really messed with a phone on this level before