-
Notifications
You must be signed in to change notification settings - Fork 61
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
Enabling touchscreen and wifi modules of pixel3a by default #3
Comments
Hi, This is a great suggestion, thanks. Having to update modules manually is a pain. I don't know how to build the wifi driver not as a standalone module, but I'll look around. From my experience it's enough to copy modules once and then the files stay there in the vendor partition, even if I restart the phone. Is that not the case for you ? |
Hi, The thing is that I'm trying to avoid compiling a user-debug android image, I can see in the pixel 3a wifi sources path 'android-kernel/private/msm-google-modules/wlan/qcacld-3.0' I also see in: If you'll have any other ideas for how to do this, I'll really appreciate it. I have another question, if you don't mind.
Thanks, |
You can point BCC and bpftrace to the right directory by setting these env variables: |
Hi,
I'm so glad I found this repo, as I wanted to experiment running bpf code on a pixel3a phone I have,
and didn't know how to port the bpf code to 4.9.
I understand that touchscreen and wifi are kernel modules in pixel3a, which require the use of adb and remounting to copy the updated modules (every time phone is restarted?)
but if I change:
CONFIG_TOUCHSCREEN_SYNAPTICS_DSX_CORE_v27=m
CONFIG_TOUCHSCREEN_SYNAPTICS_DSX_RMI_DEV_v27=m
CONFIG_TOUCHSCREEN_SYNAPTICS_DSX_FW_UPDATE_v27=m
CONFIG_TOUCHSCREEN_SYNAPTICS_DSX_TEST_REPORTING_v27=m
in bonito_defconfig to 'y', touchscreen is now enabled without the need for a kernel module!
so I wanted to ask:
Thanks,
Yaniv
The text was updated successfully, but these errors were encountered: