In an earlier version of e/OS I was able to enable the local terminal from developer options I think around android 8-9. But in android 11 I see not terminal option.
Anyone know how to activate terminal. I have to run command to see radio information, these commands;
if you’re in a terminal local to the phone (termux or native terminal), then the commands can run without "adb " in front. That’s the “(android) debug bridge” you’d run from a (usb/wifi) tethered laptop/pc to work comfortably from a keyboard
adb is enabled via 7-version-tap → developer-options in the settings
I think in /e/-R (Android 11) com.android.terminal isn’t packaged in the built, so the devoption settings doesn’t show up (it did in Q/10). You’d need to use the like of termux, though logcat debugging is more fun with mouse to scroll - I think