Contribute
Register

<< Solved >> Red Battery Indicator

Status
Not open for further replies.
solved by repatching the Battery SSDT using rehabMan guide and added this to the patch

/ Fix incorrect red battery warning
Acquire (\_SB.PCI0.LPCB.EC0.ECMX, 0xFFFF)
Local1 = B1B2 (\_SB.PCI0.LPCB.EC0.BPR1, \_SB.PCI0.LPCB.EC0.BPR2)
DerefOf (NBST [Arg0]) [One] = Local1
Release (\_SB.PCI0.LPCB.EC0.ECMX)

Return (DerefOf (NBST [Arg0]))
}
Else
{
Return (\_SB.SBST (Arg0))
}
}

also changed the patches in Config.plist as per the attached file, the battery indicator alert work on %5.

Thanks
 

Attachments

  • Patch.plist
    7.2 KB · Views: 26
Status
Not open for further replies.
Back
Top