Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Package request] adb (Android Debug Bridge) #3660

Closed
Hunter9888x opened this issue Apr 11, 2019 · 6 comments
Closed

[Package request] adb (Android Debug Bridge) #3660

Hunter9888x opened this issue Apr 11, 2019 · 6 comments
Labels
package request A new package was requested

Comments

@Hunter9888x
Copy link

adb (Android Debug Bridge)

adb is great for
Android tv or fire tv

to enable accessibility services
or
enable launcherhijack & tvsettingsonfire

@ghost ghost added the package request A new package was requested label Apr 13, 2019
@ghost ghost deleted a comment from metaspook May 5, 2019
@ghost ghost deleted a comment from metaspook May 5, 2019
@ghost ghost mentioned this issue Jul 11, 2019
@kcubeterm
Copy link
Member

Something like this app, https://play.google.com/store/apps/details?id=eu.sisik.hackendebug

It's works as expected,

@mrjk
Copy link

mrjk commented Jun 16, 2020

why there is no ADB or fastboot packages available ?

@xeffyr answer's: Because of unsuitable build system. ADB/fastboot are meant to be built as part of Android OS source tree.

You are always welcome to write makefile for them and submit a pull request to termux-packages ;)

@DRSDavidSoft
Copy link

I have been using @rendiix's pre-compiled adb binaries to great success. There's also an alternative from @MasterDevX.

Links to both:

Hopefully, Termux will provide an adb package when possible.

@ghost ghost deleted a comment from pono1991 Jul 4, 2020
@ghost ghost mentioned this issue Nov 15, 2020
@teou1
Copy link

teou1 commented Nov 15, 2020

The above mentioned binaries are older versions and do not support wireless adb and pin pairing. Hopefully rendiix or osmosis will recompile the new version 1.0.41. The termux developers are obviously not interested (this request is open more than 18 months...).

@teou1
Copy link

teou1 commented Dec 22, 2020

Thanks to osm0sis and surge 1223 we now have a solution to that problem.
So, download adb.bin somewhere on your phone from here https://github.com/Magisk-Modules-Repo/adb-ndk/tree/master/bin
Then use fx file explorer - connect to - left menu, termux, to authorize fx to see part of termux filesystem and transfer adb.bin there. Do not try to do it from termux itself: you'll be greeted with an error later on, because of the enforced no execution policy on Android 11 (good for virus protection, bad for power users, see here termux/termux-app#1072 ).
As next step you run termux and
chmod +x adb.bin
just to be sure.
Now you can
./adb.bin
and read the help how to pair and then connect. Remember there are different ports for pairing and connecting.

@ghost
Copy link

ghost commented Apr 8, 2021

Now is available as part of android-tools package.

@ghost ghost closed this as completed Apr 8, 2021
@ghost ghost locked and limited conversation to collaborators Oct 9, 2021
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
package request A new package was requested
Projects
None yet
Development

No branches or pull requests

5 participants