-2

i follow this guide on my non-rooted phone but not working>> How can I connect to Android with ADB over TCP?

Here is my Output [stark]:~|$ adb kill-server [stark]:~|$ adb tcpip 5555 * daemon not running. starting it now on port 5037 * * daemon started successfully * [stark]:~|$ adb connect 192.168.43.1:5555 connected to 192.168.43.1:5555 [stark]:~|$ THEN I REMOVE USB^C [stark]:~|$ adb shell **error: device not found** I tried many times but always getting error that device not Found

I have Android N, Current OS: Ubuntu, ADB version: 1.0.31

Community
  • 1
  • 1
TonyStark
  • 379
  • 6
  • 22

2 Answers2

0

As you said, you have upgraded the phone from MM to N, therefore to get it working, you have to root it again. You can check whether your phone is rooted or not using any root checker app.

Kaushal28
  • 5,377
  • 5
  • 41
  • 72
  • my phone is not rooted. while im on MM my phone not rooted that time too. And adb over hotspot worked very well. but after update to N maybe adb over hotspot not work or not supported. can you confirm that adb over hotspot/wifi works in android N? – TonyStark May 21 '17 at 08:34
  • @TonyStark read the `requirements` section of the app on play store. They have clearly written that: `This app works on ROOTED devices only` – Kaushal28 May 21 '17 at 08:36
  • Bro. i read. okay that app works in rooted mobile. but adb over wifi actually works without root. and i tested on MM. But dont know why its not work in android N – TonyStark May 21 '17 at 08:42
  • Make sure u've given all the permissions then. – Kaushal28 May 21 '17 at 08:44
  • open the info. of the app and check that required permissions are given. – Kaushal28 May 21 '17 at 08:50
  • that app dont ask permissions. anyway that app is actually optional. without that app it should be work. – TonyStark May 21 '17 at 08:51
0

For me the problem started after upgrading android studio. Wifi Adb extension on android studio used to work just fine before upgrading . All the extensions attached below were working fine . I haven't rooted my phone at all. WIFI ADB EXTENSIONS