In cmd when I try to do the command:
adb shell
it shows device not found error. Can someone help me please. It\'ll be appreciated.
I found my solution from this similar thread by enabling USB tethering on my LG G6 (requires data saver to be turned off)
Go to: Settings -> Tethering & networks -> switch on USB tethering
It depends on windows system but usually:
<sdk>\extras\google\usb_driver\i386
(or amd64 for and).For my mobile it works, but depend on your mobile if it work or not.
Hope this help, bye.
I solved:
Just turn off USB debugging and re-enable debugging it immediately
Developer options
if you can not see developer option, go to about. build version and click build version until developer options in unlock.
On my G2 I had to select PTP instead of MTP mode to get the connection to work.
Just wanted to provide a simple answer here. I am just messing with an old Android device for the first time doing these root and unlock procedures. I received an error like this one when an adb push "..." "/sdcard/"
command failed, and the key was that my device was in the bootloader screen. Booting to recovery then allowed me copy over the file(s), and I presume the normal OS would as well.