-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nexus 10 Patch #6
Comments
I've added Nexus 10 patch - it compiles, but I cannot test it: On Tue, Aug 12, 2014 at 10:33 AM, binkybear notifications@github.com
|
pelya - Thanks for the quick patch and the kernel built/compiled fine. Flashed the kernel and I tried running the usb android app and I only get instructions to build the custom kernel. I added the /dev/hid* in ueventd.rc manually and killed ueventd (so that it restarted) and still nothing. Tried a dmesg | grep hid but that didn't return anything so I don't have any debugging. |
If /dev/hidg0 and hidg1 exists, you only need to set appropriate
|
I don't have either hidg0 or hidg2 in /dev. Su works but USB Keyboard is not even asking for root permissions. |
That means the kernel does not contain the patch - these files should be I suggest to ask the maintainer of that kernel, maybe he forgot to put it http://forum.xda-developers.com/showthread.php?t=2725023 I don't have either hidg0 or hidg2 in /dev. Su works but USB Keyboard is — |
Pelya, Thanks for all your help. I'm compiling the kernel myself and your patched have worked well when I've built them on the Nexus 7 and Nexus 5. I'm still not sure what the issue is, but I'll keep trying at it. Thanks again for your quick responses and I'll let you know if I ever get it working. |
Pelya, I was able to get the keyboard to show up on the n10 by modifying your patch with:
|
I'm trying to compile for the Nexus 10 and the patch for 3.4 works mostly fine except:
Here is the source file for reference:
https://android.googlesource.com/kernel/exynos.git/+/android-exynos-manta-3.4-kitkat-mr2/drivers/usb/gadget/android.c
I know there isn't a conf in this android.c so I tried replacing with 'name' but it still doesn't seem to want to build. Any help would be much appreciated.
The text was updated successfully, but these errors were encountered: