No. Check the dates. ROM kernel build date from Jan. Kernel i provided is from Feb.Isn't the same kernel ?
Sent from my MB886 using xda app-developers app
No. Check the dates. ROM kernel build date from Jan. Kernel i provided is from Feb.Isn't the same kernel ?
Ok, you're right. It might be something wrong with TWRP. I used fastboot method and it worked, but wifi is still grey.No. Check the dates. ROM kernel build date from Jan. Kernel i provided is from Feb.
Thats where your problem is then. Kernel packages are not meant for fastboot. Use CWM or TWRP to flash.Ok, you're right. It might be something wrong with TWRP. I used fastboot method and it worked, but wifi is still grey.
You don't get it, do you ?Thats where your problem is then. Kernel packages are not meant for fastboot. Use CWM or TWRP to flash.
Use CWM.You don't get it, do you ?I tried to flash package via TWRP, but kernel won't change or wifi not working. I pushed libs then and write boot via fastboot with your img from package. After that new kernel is working without wifi, like before with mine build.
Same with CWM - wifi not working.Use CWM.
These are kernel related problem.- USB store mode not working
- Default camera take photo without flash light
ok I did find an error with my package. the boot.img inside is called new_boot.img instead of just boot.img. After testing this out on my own device with the modification to reflect just boot.img, the kernel did change, bt works, but wifi is down. not sure whyYou don't get it, do you ?I tried to flash package via TWRP, but kernel won't change or wifi not working. I pushed libs then and write boot via fastboot with your img from package. After that new kernel is working without wifi, like before with mine build.
This ROM has two wifi drivers: bcmdhd and bcm4329. It might be related.ok I did find an error with my package. the boot.img inside is called new_boot.img instead of just boot.img. After testing this out on my own device with the modification to reflect just boot.img, the kernel did change, bt works, but wifi is down. not sure why![]()
those are the two common wifi drivers for this device. And since they both were incorporated into the ROM, I included them in the kernel package. I mean if there are no problems with both of them present in the original ROM, I don't see a reason on why they would be a problem in the upgrade package. I'll try tweaking the package later on today and see if it just needs one or the other.This ROM has two wifi drivers: bcmdhd and bcm4329. It might be related.
Anyway, even w/o wifi, this ROM with newest build of kernel is mega fluid and stable.
Maybe if you change this line "wifi.interface=wlan0" on build.prop to "wifi.interface=eth0" wifi will work on other kernel.those are the two common wifi drivers for this device. And since they both were incorporated into the ROM, I included them in the kernel package. I mean if there are no problems with both of them present in the original ROM, I don't see a reason on why they would be a problem in the upgrade package. I'll try tweaking the package later on today and see if it just needs one or the other.
Maybe. I mean that kernel is the one just released by krystian, and he built the package for epinter's cm10.1 which does say wlan0, so idk, but I will give it a shot.Maybe if you change this line "wifi.interface=wlan0" on build.prop to "wifi.interface=eth0" wifi will work on other kernel.