Skip to content
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

failed to open virtual device #36

Open
Ricc4rdo0107 opened this issue Nov 7, 2023 · 7 comments
Open

failed to open virtual device #36

Ricc4rdo0107 opened this issue Nov 7, 2023 · 7 comments

Comments

@Ricc4rdo0107
Copy link

Failed to open /dev/vhci deviceUnable to open virtual device
@krnlyng
Copy link
Collaborator

krnlyng commented Nov 7, 2023

kernel needs CONFIG_BT_HCIVHCI

@Ricc4rdo0107
Copy link
Author

kernel needs CONFIG_BT_HCIVHCI

how do I do that

@Ricc4rdo0107
Copy link
Author

kernel needs CONFIG_BT_HCIVHCI

I found the kernel config file and this variable is set as "is not set" what do I do?

@mlehtima
Copy link
Contributor

You set it to CONFIG_BT_HCIVHCI=y in your device's kernel defconfig file and rebuild the kernel

@Ricc4rdo0107
Copy link
Author

You set it to CONFIG_BT_HCIVHCI=y in your device's kernel defconfig file and rebuild the kernel

Screenshot_2023-11-24-08-01-43-50_db51e592e420a9871f4a37915a68789b.jpg

if I change it in this file and restart the phone, will it change?

@krnlyng
Copy link
Collaborator

krnlyng commented Nov 27, 2023

Unfortunately no, you will need to recompile the kernel and flash it.

@Ricc4rdo0107
Copy link
Author

Unfortunately no, you will need to recompile the kernel and flash it.

Where do I get the source and how do I compile it? (Android 12)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants