-
Notifications
You must be signed in to change notification settings - Fork 275
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
Pls Specify This Clearly In Readme File! #37
Comments
I did not understand this clearly, could you summarise that? |
On the homepage of Termux stays: its not a terminal emulator. It is kind of isolated from the rest of the system. That said, i whant to achieve exactly what you want (adb to self). It is possible on Android 11 and 10 i think, because they support wireless adb with pin (older versions do this only with certificates and the dialog window to accept it does not show on android). However, we need the latest version of the binaries here (and no you cannot use the binaries from your pc, its not arm64 architecture). I wrote Osm0sis and a Termux package request, maybe somebody would be nice enough to compile them. |
Oops, I experienced this also. |
You cannot, after reboot it reverts to usb. BUT: Thanks to osm0sis and surge 1223 we now have a solution to that problem. It would be nice if masterX updates the binary here. Note that -armabi binaries seem to be the old version 39. |
@teou1 Nice going. Probably going to check it out. But it is not only FX, any file explorer with SAF can do this. |
File manager does not matter, as long as it circumvents "write xor execute". It's just that some file managers cannot mount /data on unrooted devices. Actually google files mounts on app request. The build in google files would also do but it is just awful. Alternatively, somebody updates the script here. Just do not copy the file from termux with cp or wget or similar, that won't work. |
I have forked this project and updated the binaries if you'd like to use them. You can use the adb pair command and achieve what you need. |
I came here from this termux issue: https://github.com/termux/termux-packages/issues/478
And i wanna tell you that you should specify about this tool clearly because after reading issues of this script/tool, i get to know that this tool is for running the server and connecting to the external device not the internal where turmux is installed, i also mistaken it as the tool that runs the adb commands for the same device where this turmux is running.
you should specify that if you turn on the tcp connection on other device via pc/mobile(termux) then you will be able to control that and this tool doesn't turns on adb tcp connection where termux is installed means you can not use this script/tool to turn on the adb tcp bridge on the same device where you are using the termux app!
The text was updated successfully, but these errors were encountered: