You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is version of source that builds and works just like stock kernel (if anyone need to rebuild stock kernel, but has some problems like wifi not working)
adb shell mv /system/lib/modules/pronto/pronto_wlan.ko /system/lib/modules/pronto/pronto_wlan.ko.bak # IMPORTANT! Backup your current wifi module because if you flash back stock kernel, wifi will not work!
adb push out/drivers/staging/prima/wlan.ko /system/lib/modules/pronto/pronto_wlan.ko
adb shell chmod 0644 /system/lib/modules/pronto/pronto_wlan.ko
Reboot your device to fastboot
Boot image you just repacked:
fastboot boot new_boot.img
If your device is working properly and new boot image is stable, flash new boot image:
fastboot flash boot new_boot.img
To revert wifi kernel module to the stock one (use only with stock boot image):