mayankmetha / Rucky

A simple to use USB HID Rubber Ducky Launch Pad for Android.
https://mayankmetha.github.io/Rucky
GNU General Public License v3.0
548 stars 65 forks source link

Feature request: auto-apply configfs #35

Closed Kuuhhl closed 3 years ago

Kuuhhl commented 3 years ago

To use this tool, a custom kernel is needed. However, in this repository, I found that it is possible to replace this kernel patch by using configfs if the kernel is newer than 3.19. That's why USB Gadget Tool allows me to add the USB device and use Rucky without manually patching my kernel.

My suggestion would be to add an option to automatically apply this configfs patch before executing the script. An example would be a similar project, Android USB Script. Their tool automatically uses configfs if no kernel patch is detected.

RoopakParashar commented 3 years ago

Thank you for your reply

On Thu 18 Feb, 2021, 9:01 PM sleeping sloth, notifications@github.com wrote:

To use this tool, a custom kernel is needed. However, in this https://github.com/pelya/android-keyboard-gadget repository, I found that it is possible to replace this kernel patch by using configfs if the kernel is newer than 3.19. That's why USB Gadget Tool https://github.com/tejado/android-usb-gadget allows me to add the USB device and use Rucky without manually patching my kernel.

My suggestion would be to add an option to automatically apply this configfs patch before executing the script. An example would be a similar project, Android USB Script https://github.com/Netdex/android-usb-script. Their tool automatically uses configfs if no kernel patch is detected.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mayankmetha/Rucky/issues/35, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO7C7MQRYJ6FE4CSLQCKIU3S7UXGVANCNFSM4X2QFVVA .

mayankmetha commented 3 years ago

Adding this feature to next nightly update, and one verified it works as expected, it will be released in next release version as well. If you like to test it please switch to latest nightly release and wait for update to be pushed soon.