It is basically dad, it's possible from fastboot mode to activate de usb debug mode, and if it is, how can i?
Asked
Active
Viewed 6,183 times
1 Answers
1
I was just commenting on another similar question. Is your phone rooted? You can try this post's solutions to see if one of the methods work.
I believe you can flash a custom recovery via fastboot in case it's not present. Eg. -
fastboot flash recovery <<recovery-name.img>>
fastboot reboot-bootloader
Then use volume keys to select recovery, power button to enter.
fastboot boot <twrp.img>
. So no modifications needed, plus it should even work with the bootloader locked. – Izzy Jun 27 '16 at 06:26