View Single Post
Old 10-29-2021, 06:47 AM   #4
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 3,688
Karma: 15675331
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
My "sig" (signature) is my big name in the upper left of my posts. Click it for "Renate's homepage". You could install UsbMode.apk directly from there, I never think of that. I use ADB for everything. UsbMode.apk shows at the bottom line any screen touches.

ADB is the USB debugging connection. It's something useful to learn. I won't go through the details because there are a zillion tutorials online, Google "install minimal ADB".
Code:
C:\>adb shell  <-- We're typing to the Windows command line
$ su           <-- We're typing to the Android shell (over ADB)
#              <-- We're typing to the Android *rooted* shell (over ADB)
If you have ADB working you can do a command like this:
Code:
$ cat /dev/input/event1
��{a89��{a85���{a86���{a8J��{a8��{a9������{aJ��{a
That's looking at the touch screen. It's quiet until I poke it with a finger then a binary blob spits out, like it should.
Renate is offline   Reply With Quote