[size=36]XDA[/SIZE]
aus dem Xperia Z3 extrahiert , es "scheint" zu funktionieren und was zu bringen , im XDA Forum wird jedenfalls davon berichtet
ZitatAfter half a day I'm going to have to say I'm convinced. I usually only make it to 3.5-4 hours of sot and I'm over 4.25 hours and still have 30% battery left. This is encrypted on M preview 3.
in build.prop einfügen
# Assertive Display
ro.qcom.ad=1
ro.qcom.ad.calib.data=/system/etc/ad_calib.cfg
# Modem power save enabled
persist.radio.add_power_save=1
# Limit Modem signaling to save power
persist.radio.data_no_toggle=1
Download:
ad_calib.cfg - nach system/etc kopieren , Berechtigung 644 , Neustart
und als flashbare Zip
ad_calib.zip
Zitat
use adaptive brightness to get maximum potential battery save!
Lot of people tried this mod and told me that adaptive brightness works better and faster with assertive display, also in direct sunlight display is more visible
"Script"
#!/sbin/sh
echo "# Assertive Display" >> /system/build.prop
echo "ro.qcom.ad=1" >> /system/build.prop
echo "ro.qcom.ad.calib.data=/system/etc/ad_calib.cfg" >> /system/build.prop
echo "# Modem power save enabled" >> /system/build.prop
echo "persist.radio.add_power_save=1" >> /system/build.prop
echo "# Limit Modem signaling to save power" >> /system/build.prop
echo "persist.radio.data_no_toggle=1" >> /system/build.prop