• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Stock ROM Kernel with Overclocking?

It does support overclocking the CPU but not the gpu.

I believe the stagefright vulnerability lies in the Rom framework and not the kernel. I flashed this kernel after flashing the zv6 update and then checked my phone with a couple stagefright test apps and they reported my device was not vulnerable.
 
That doesn't have the stagefright patch does it? Also wasn't the overclock for our devices ruled as a placebo? I thought that was why Bad_MOFO removed it from his custom rom kernels.

If you're paranoid about about stagefright just throw this at the end of your build.prop and reboot; be very careful of editing the build.prop though.

#system props for the cne module
#
#persist.cne.feature=1

media.stagefright.enable-player=false
media.stagefright.enable-http=false
media.stagefright.enable-aac=false
media.stagefright.enable-qcp=false
media.stagefright.enable-fma2dp=false
media.stagefright.enable-scan=false
media.stagefright.enable-record=false
media.stagefright.enable-meta=false
media.stagefright.enable-rtsp=false
mmp.enable.3g2=true
mm.enable.smoothstreaming=true
media.aac_51_output_enabled=true
ro.hdmi.enable=true
lpa.decode=false
tunnel.decode=false
tunnel.audiovideo.decode=false
lpa.use-stagefright=false
qcom.hw.aac.encoder=true
 

Attachments

  • Screenshot_2015-09-16-02-27-16.png
    Screenshot_2015-09-16-02-27-16.png
    314.3 KB · Views: 95
  • Screenshot_2015-09-16-02-28-19.png
    Screenshot_2015-09-16-02-28-19.png
    114.3 KB · Views: 68
Back
Top Bottom