Category Archives: Android
Android stuff.
Fixing ADB shell colors in the windows command prompt.
What I hadn’t anticipated though was that using ADB shell from the windows command prompt would result in color code escape sequences being printed straight to the screen. Worse still, I couldn’t Ctrl+C out of a program without killing ADB shell, and other keys such as the arrows and escape key were being ignored completely.
So without further ado, here are a few solutions :