CyanMobile / android_cyanmobile

5 stars 15 forks source link

WiFi and Bluetooth Issues #14

Open AndyFox2013 opened 11 years ago

AndyFox2013 commented 11 years ago

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 commented 11 years ago

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 commented 11 years ago

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 commented 11 years ago

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

AndyFox2013 commented 11 years ago

Oh right, thanks dude :D

Squadzone commented 11 years ago

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 commented 11 years ago

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

Squadzone commented 11 years ago

ah still cant comment this

"bnep\d"

grrrrrr..........

Squadzone commented 11 years ago

Screenshot

AndyFox2013 commented 11 years ago

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

TaichiN commented 11 years ago

@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 commented 11 years ago

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