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

WiFi and Bluetooth Issues #14

Open
AndyFox2013 opened this issue Jan 17, 2013 · 11 comments
Open

WiFi and Bluetooth Issues #14

AndyFox2013 opened this issue Jan 17, 2013 · 11 comments

Comments

@AndyFox2013
Copy link
Member

Hello @Squadzone @TaichiN , i built CyanMobile, but Bluetooth and Wifi don't work, could someone please help me?

heres the logcat: http://pastebin.com/3wZH1Vfs

Thanks
Andy

@TaichiN
Copy link
Member

TaichiN commented Jan 17, 2013

You also built kernel? If so,wifi module(bcm4329.ko) also need to be updated even if you didn't touch that or wifi won't work.

@AndyFox2013
Copy link
Member Author

I haven't built a new kernel, just the kernel that building CyanMobile created, do i need to make a new kernel?

I guess i edit the kernel with Android Kitchen? :)

@TaichiN
Copy link
Member

TaichiN commented Jan 17, 2013

Ah,you don't need that,should works fine with prebuilt kernel from CM7.
@Squadzone your turn! :-D

@AndyFox2013
Copy link
Member Author

Oh right, thanks dude :D

@Squadzone
Copy link
Member

for Wifi, check wpa_supplicant, make sure you are using corrected version, example this :
BOARD_WPA_SUPPLICANT_DRIVER := WEXT
WPA_SUPPLICANT_VERSION := VER_0_6_X

for bluetooth, you must add
''
'"bnep\d"'
''
into framework/core/res/res/values/config.xml :)
note "bnep\d" is you bluetooth tether socket

@TaichiN
Copy link
Member

TaichiN commented Jan 17, 2013

look into overlay once more... perhaps you should leave device specific values,such as wifi or usb,as it is.
eh...Lol!

@Squadzone
Copy link
Member

ah still cant comment this

"bnep\d"

grrrrrr..........

@Squadzone
Copy link
Member

Screenshot

@AndyFox2013
Copy link
Member Author

okay thanks guys, one question where do it change the wpa_supplicant settings? :/

@TaichiN
Copy link
Member

TaichiN commented Jan 17, 2013

@AndyFox2013 Perhaps I figured out your issues.You need to put wifi module in correct path as defined here https://github.com/CyanogenMod/android_device_htc_msm7x30-common and modify overlay as @Squadzone mentioned.

@AndyFox2013
Copy link
Member Author

@Squadzone i understand the bluetooth bit, and what i need to do, but what do i need to do for wifi? 😕

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