rickpcb
Android Enthusiast
I only need to remove the bootloader asserts, correct?
[HIGH]assert(getprop("ro.product.device") == "d2spr" || getprop("ro.build.product") == "d2spr" ||
getprop("ro.product.device") == "d2spi" || getprop("ro.build.product") == "d2spi" ||
getprop("ro.product.device") == "d2tfnspr" || getprop("ro.build.product") == "d2tfnspr" || abort("This package is for \"d2spr,d2spi,d2tfnspr\" devices; this is a \"" + getprop("ro.product.device") + "\".")
;
assert(getprop("ro.bootloader") == "L710VPBLJ7" ||
getprop("ro.bootloader") == "L710VPBMA6" ||
getprop("ro.bootloader") == "L710VPBMB1" ||
getprop("ro.bootloader") == "L710VPBMD4" ||
getprop("ro.bootloader") == "L710VPAMD7" ||
getprop("ro.bootloader") == "L710VPUCMK3" ||
getprop("ro.bootloader") == "S960LWYAMD6");[/HIGH]
[HIGH]assert(getprop("ro.product.device") == "d2spr" || getprop("ro.build.product") == "d2spr" ||
getprop("ro.product.device") == "d2spi" || getprop("ro.build.product") == "d2spi" ||
getprop("ro.product.device") == "d2tfnspr" || getprop("ro.build.product") == "d2tfnspr" || abort("This package is for \"d2spr,d2spi,d2tfnspr\" devices; this is a \"" + getprop("ro.product.device") + "\".")
;assert(getprop("ro.bootloader") == "L710VPBLJ7" ||
getprop("ro.bootloader") == "L710VPBMA6" ||
getprop("ro.bootloader") == "L710VPBMB1" ||
getprop("ro.bootloader") == "L710VPBMD4" ||
getprop("ro.bootloader") == "L710VPAMD7" ||
getprop("ro.bootloader") == "L710VPUCMK3" ||
getprop("ro.bootloader") == "S960LWYAMD6");[/HIGH]
.
....I was VERY sad, as that was my most impressive to date for an overclock.....but from my limited knowledge of this stuff, I think the roms are experimenting with cpu stuff and kernels, and that would explain why CM11 does so well on battery life, while other roms seem to have a really hard time with battery life as of lately. If it were me I'd be like moar and add in a stock kernel as an option to use, as apposed to forcing the rom to use different kernel tweaks and cpu tweaks....give the option to the user and let the user sort things out.