Results 329 comments of Sergii Pylypenko

https://github.com/pelya/android-keyboard-gadget/tree/master/compiled/USB-Keyboard-app It was removed from Play Store because it used superuser mode, nothing can be done about that On Wed, 30 Oct 2019, 03:25 bam80, wrote: > The link to...

You can find the compiled .apk file inside the repository, so you can sideload it with ease. On Wed, 27 May 2020, 17:54 nift4, wrote: > It is on IzzyOnDroid's...

That would be very complicated. The app itself is written in C++ and won't compile on Windows. On Sun, 15 Apr 2018 20:19 peter-k1997 wrote: > Hello, > I would...

That would work, but you need to do 'su -c hid-gadget-test ...' because your code is creating two independent shell processes like that. On Mon, 16 Apr 2018 20:16 peter-k1997...

This one should work: echo left-shift b | su /data/local/tmp/hid-gadget-test /dev/hidg0 keyboard On Mon, Apr 16, 2018 at 10:17 PM, peter-k1997 wrote: > Can you paste the full command please?...

Note: on emulator the 'su' command does not accept -c argument, but I think most rooted devices have more advanced version of 'su' so your code should work okay. On...

I'm sorta kinda still interested, but I have neither time nor a device to test with. On Mon, 28 May 2018 20:01 goshil wrote: > @sriram407 He's not interested in...

Maybe try to disable SELinux? Does your watch have USB port to plug into PC? On Tue, Mar 1, 2016 at 12:44 AM, nnvt [email protected] wrote: > Hey! > >...

It's definitely because of AZERTY layout. You can use some commandline conversion of characters, like echo a | /data/local/tmp/busybox tr qwaz azqw | /data/local/tmp/hid-gadget-test /dev/hidg0 keyboard You will also need...

Yes, here they are: https://github.com/pelya/android-keyboard-gadget/tree/master/hid-gadget-test/jni Run ndk-build from hid-gadget-test directory to recompile it. On Jun 25, 2015 12:35 PM, "Julien Quiévreux" [email protected] wrote: > Is it possible that I compile...