Open Segilmez06 opened 3 years ago
Trying to connect the localhost and when i run
adb devices
it says my phone is unauthorized. I can't use any commands likeadb shell
. What should I do?
It not working 100% without root
Trying to connect the localhost and when i run
adb devices
it says my phone is unauthorized. I can't use any commands likeadb shell
. What should I do?It not working 100% without root
I tried with a rooted device now and still the same.
Mine isnt even recognizing my phone
Mine isnt even recognizing my phone
Did you enable ADB over WiFi? If not, enable it and try to connect via phone's WiFi IP.
Mine isnt even recognizing my phone
Did you enable ADB over WiFi? If not, enable it and try to connect via phone's WiFi IP.
this method worked for me by making a server with adb on the pc after that it is connected using termux adb with the same wifi / ip and the result works 100% I can enter the adb shell
Anyways i used the magisk module ADB and Fastboot for android ndk and that does make usb work so...
Trying to connect the localhost and when i run
adb devices
it says my phone is unauthorized. I can't use any commands likeadb shell
. What should I do?