Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 7276  / 2 Years ago, thu, january 27, 2022, 5:42:50

First, im new on linux so please bear with me.



I have a rooted android phone and i was able to run the adb via wifi network on windows, where i just need to go to the adb's directory and type adb connect.



However, i can't just do that in my ubuntu. Everytime i enter adb connect, the terminal always said that i dont have the adb and i must install it. When i check the ADT Bundle (I downloaded the bundled one from here), i can see the adb is there inside the platform-tools folder.



I already tried to change the directory to the platform-tools and run the adb connect from there, but its still not working.



Do i need to install the adb again via terminal? Or did i miss something?



You may be wondering why dont i just download the adb (again) via terminal and do trial and error? The answer is because i dont have a good internet connection, so i want to avoid unnecessary downloads.



Thanks for your time :D


More From » 13.04

 Answers
4

The answer is easy enough, i just need to use ./adb connect instead of adb connect on ubuntu. Thanks :D


[#29036] Saturday, January 29, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
leddre

Total Points: 180
Total Questions: 113
Total Answers: 108

Location: France
Member since Thu, Oct 27, 2022
2 Years ago
;