I'm using adb event codes to setup and navigate thru over 200 kindles
adb -s %%i %*shell input keyevent 61"....
This works great for the first time thru but the second time thru, I could be turning off things that the prior run thru turned on or vice versa. Is there a way with adb commands to read status get feedback or otherwise check to see if a check box on the kindle has been set, or if a window pops up on the launcher screen. I'm not understanding how to query the device to see if things are flagged or otherwise set. Thanks
