Quote:
Originally Posted by Dannyyy
I extracted your zip file and copied the bcm4329.ko file to the /system/lib/hw/wlan of the gtab. I did get a Warning bcm4329.ko aleady exists. Do you want to overwrite it? I clicked yes.
I will do it again.
|
extracted?
use adb to do it.
adb remount
adb push bcm4329.ko /system/lib/hw/wlan/bcm4329.ko
adb shell ls /system/lib/hw/wlan/
make sure you see two filenames starting with fw, an nvram.txt file, and bcm4329.ko file. you'll also see a license file.
now turn on wifi and/or reboot and turn on wifi (if it is in some wierd state).
|