Quantcast
Channel: xda-developers - Galaxy S II Android Development
Viewing all articles
Browse latest Browse all 397

[TEST FIX][LSJ-LOCKSCREEN FREEZE] Test thread for Lockscreen Freeze fix

$
0
0
Hey all,

So early today an eagle eyed user on our forum www.alliance-rom.com (Kkillize) posted asking if the following could cause battery drain. The power profile.xml in framework-res.apk had the following:

Code:

<item name="cpu.idle">4</item>
    <array name="cpu.active">
        <value>577</value>
        <value>408</value>
        <value>249</value>
        <value>148</value>
        <value>55</value>
    </array>
    <item name="battery.capacity">2100</item>

Now...last time I checked our device didnt have these values!! Seems samsung ported the S3 firmware and didnt change these entries.

I suspected these may be contributing if not responsible for the lockscreen freeze so me and Mirkoddd have tested changing these values today to what they should be...

Code:

<item name="cpu.idle">2</item>
    <array name="cpu.active">
        <value>577</value>
        <value>408</value>
        <value>249</value>
        <value>148</value>
        <value>55</value>
    </array>
    <item name="battery.capacity">1650</item>

...and so far have had 0 lockscreen freezes. :)

I have attached a link to a cwm framework-res.apk for deodexed LSJ for willing testers as this needs to be tested by lots of people. I have also attached the individual compiled xml for people on custom roms who want to drag this into their framework-res.apk.

MAKE A BACKUP AND DO NOT FLASH THE CWM ZIP ON A CUSTOM ROM!!!!

If you have already tried this and still get freezes, please shout up!!

Thanks :)

https://sourceforge.net/projects/gol...t.zip/download

Attached Files
File Type: zip power_profile_xml.zip - [Click for QR Code] (3.8 KB)

Viewing all articles
Browse latest Browse all 397

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>