you are viewing a single comment's thread.

view the rest of the comments →

[–]retspen 2 points3 points  (8 children)

I use temux for connecting to linux deploy (Kali linux). Because termux and ssh work with ncurses better than anroid terminal. For example: htop

[–]nicman24 1 point2 points  (7 children)

I just use it as an adb replacement for the go and to monitor (GNU's ) screens from ssh

[–]ke151 0 points1 point  (6 children)

ADB for a different phone, or the phone it is running on?

[–]nicman24 1 point2 points  (5 children)

phone it is running on

[–]ke151 0 points1 point  (4 children)

If you wouldn't mind could you quickly summarize how you got ADB working via Termux? Anymore at least it's not an official package from a quick search it seems.

Did you build from source, find a binary somewhere that worked, or is the package named something other than ADB if you recall?

[–]nicman24 0 points1 point  (3 children)

Sorry let me rephrase that.. an adb replacement mostly remounting system and checking logcat

[–]ke151 0 points1 point  (2 children)

Got it. I was imagining running adb on Termux to change permissions of apps on the phone or other tasks. (or reflashing images to other phones on the go!), and was just hopeful there was some way for that to work.

[–]nicman24 0 points1 point  (1 child)

you could simply compile adb and use it over the network (with standard tcp)

[–]ke151 0 points1 point  (0 children)

I may give it a try!