• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Recent content by zaalgol

  1. Z

    Apps problems with 'grep' command from adb

    when i write in adb: adb shell dumpsys window windows | grep -E 'mCurrentFocus|mFocusedApp' i get the error output: 'grep' is not recognized as an internal or external command, operable program or batch file. but if i split it to two operators: adb shell dumpsys window windows |...
Back
Top Bottom