conrad-heimbold
conrad-heimbold
If the kernel **on your android device** has USB-HID keyboard support, you can find /dev/hidg1 and /dev/hidg0 **on your android device**. You will also need root access and either a...
kernel version? 3.x or 4.x?
We've got a generic kernel version 3.18 patch here: https://github.com/pelya/android-keyboard-gadget/blob/master/patches/existing_tested/by-generic-kernel-version/generic_kernel_3.18.patch We don't have one specifically for your device, sorry. Did you try that patch?
What was the error message during building? How to build lineageos for oneplus3: https://wiki.lineageos.org/devices/oneplus3/build
I always build kernel+lineageos together, because there are so many config settings for the kernel that you could do wrong... AFAIK, If you set one config differently to the "official"...
do you have the source for huawei p9 lite? Which SoC does your huawei p9 lite have? If you have the src, what linux version? I can't answer your question...
You most likely have to patch manually. That means, you have to **compare** every $FILE with its $FILE.rej and **deduce** what to do.
Did I answer your questions? If yes, then please close this issue.
You could upload your patch as a gist file to github (https://gist.github.com) and send me the link to that gist.
Next steps are: 1. download the source for your kernel from your link (https://github.com/j23g/android_kernel_samsung_j23g) 2. Go to the root of the linux kernel tree (where you unpacked / downloaded the...