Re: [ROM] 07/24/2007 MikROM 1.0
Ok, I took the bcm4329.ko module from Fresh 1.0.1 (unmodified for wireless-n) and pushed it through adb to the newest MikROM_Detox_1.0 and wifi instantly worked, as well as tether. Then I modified the module for wireless-n and pushed that one and wifi still works.
The zip I attached is modified for wireless-n, but it IS NOT FLASHABLE. I have no idea how to make a flashable zip. It has to be unzipped and pushed through adb.
Put the bcm4329.ko file in the tools folder of your Android SDK, open adb and type these commands.
adb remount
adb push bcm4329.ko /system/lib/modules/bcm4329.ko
|