Giter Site home page Giter Site logo

Comments (13)

Hologos avatar Hologos commented on June 1, 2024

It's working ok for me. Do you have Show battery percentage in the Settings?

Snímek obrazovky 2019-11-12 v 14 11 46
Snímek obrazovky 2019-11-12 v 14 12 08

from hackintosh-hp-elitebook-840-g3.

yjm9898 avatar yjm9898 commented on June 1, 2024

image

from hackintosh-hp-elitebook-840-g3.

Hologos avatar Hologos commented on June 1, 2024

What's the output of kextstat | grep -i battery?

from hackintosh-hp-elitebook-840-g3.

yjm9898 avatar yjm9898 commented on June 1, 2024

➜ ~ kextstat | grep -i battery
64 0 0xffffff7f84671000 0x9000 0x9000 org.rehabman.driver.AppleSmartBatteryManager (1.90) 0EE476DC-884B-35FF-BD9E-E24BEC25A521 <12 5 3>

from hackintosh-hp-elitebook-840-g3.

Hologos avatar Hologos commented on June 1, 2024

I got 1.90.1 but I don't think that's the issue. I also found this

Slow boot with APFS: This also leads to battery status being removed from the menu bar, and SysPrefs->Trackpad not showing the prefpane. With certain SSDs, TRIM patch, plus APFS leads to this problem. Solution: Disable the TRIM patch in config.plist or install on HFS+J instead of APFS.

Slow boot causing battery status issues on APFS and 10.13+: If you have installed APFS (you have SSD), and the laptop seems to boot slower than expected, battery status is affected by this slow boot. Disable the TRIM patch in your config.plist as TRIM often has an issue with APFS on certain hardware.

Can you confirm?

from hackintosh-hp-elitebook-840-g3.

Hologos avatar Hologos commented on June 1, 2024

Also, do you have these patches included in your config.plist under ACPI -> DSDT -> Patches ?

<dict>
        <key>Comment</key>
        <string>change Notify(\_SB.BAT0,...) to Notify(_SB.BATC,...)</string>
        <key>Find</key>
        <data>hlwuX1NCX0JBVDA=</data>
        <key>Replace</key>
        <data>hlwuX1NCX0JBVEM=</data>
</dict>
<dict>
        <key>Comment</key>
        <string>change Notify(\_SB.BAT1,...) to Notify(_SB.BATC,...)</string>
        <key>Find</key>
        <data>hlwuX1NCX0JBVDE=</data>
        <key>Replace</key>
        <data>hlwuX1NCX0JBVEM=</data>
</dict>
<dict>
        <key>Comment</key>
        <string>change Notify(BAT0,...) to Notify(BATC,...)</string>
        <key>Find</key>
        <data>hkJBVDA=</data>
        <key>Replace</key>
        <data>hkJBVEM=</data>
</dict>
<dict>
        <key>Comment</key>
        <string>change Notify(BAT1,...) to Notify(BATC,...)</string>
        <key>Find</key>
        <data>hkJBVDE=</data>
        <key>Replace</key>
        <data>hkJBVEM=</data>
</dict>

from hackintosh-hp-elitebook-840-g3.

yjm9898 avatar yjm9898 commented on June 1, 2024
Comment change Notify(\_SB.BAT0,...) to Notify(_SB.BATC,...) Find hlwuX1NCX0JBVDA= Replace hlwuX1NCX0JBVEM= Comment change Notify(\_SB.BAT1,...) to Notify(_SB.BATC,...) Find hlwuX1NCX0JBVDE= Replace hlwuX1NCX0JBVEM= Comment change Notify(BAT0,...) to Notify(BATC,...) Find hkJBVDA= Replace hkJBVEM= Comment change Notify(BAT1,...) to Notify(BATC,...) Find hkJBVDE= Replace hkJBVEM=

image
I checkout you git repo 10.15.1 branch efi

from hackintosh-hp-elitebook-840-g3.

Hologos avatar Hologos commented on June 1, 2024
  1. Did you start from fresh when you downloaded my EFI?
  2. Can you post output of ls -l /Library/Extensions?

from hackintosh-hp-elitebook-840-g3.

yjm9898 avatar yjm9898 commented on June 1, 2024
  1. Did you start from fresh when you downloaded my EFI?
  2. Can you post output of ls -l /Library/Extensions?

i have git pull the latest version into my efi .

drwxr-xr-x 3 root wheel 96 Apr 16 2019 ACS6x.kext drwxr-xr-x 3 root wheel 96 May 9 2018 ATTOCelerityFC8.kext drwxr-xr-x 3 root wheel 96 May 7 2018 ATTOExpressSASHBA2.kext drwxr-xr-x 3 root wheel 96 May 7 2018 ATTOExpressSASRAID2.kext drwxr-xr-x@ 3 root wheel 96 Mar 20 2019 AppleMobileDevice.kext drwxr-xr-x 3 root wheel 96 Aug 19 11:33 ArcMSR.kext drwxr-xr-x 3 root wheel 96 Sep 1 2013 CalDigitHDProDrv.kext drwxr-xr-x 3 root wheel 96 May 4 2018 HighPointIOP.kext drwxr-xr-x 3 root wheel 96 Dec 5 2017 HighPointRR.kext drwxr-xr-x 3 root wheel 96 Jul 26 18:36 PromiseSTEX.kext drwxr-xr-x 3 root wheel 96 Aug 9 2018 SoftRAID.kext

image

from hackintosh-hp-elitebook-840-g3.

yjm9898 avatar yjm9898 commented on June 1, 2024

Solution: Disable the TRIM patch in config.plist or install on HFS+J instead of APFS.

I have remove the TRIM in the config.plist. then restart cause kernel panic.

from hackintosh-hp-elitebook-840-g3.

Hologos avatar Hologos commented on June 1, 2024

Rebuild cache, restart and post the battery kext version from kextstat like before.

sudo mount -uw /
sudo chown -v -R root:wheel /System/Library/Extensions
sudo touch /System/Library/Extensions
sudo chmod -v -R 755 /Library/Extensions
sudo chown -v -R root:wheel /Library/Extensions
sudo touch /Library/Extensions
sudo kextcache -i /

from hackintosh-hp-elitebook-840-g3.

Hologos avatar Hologos commented on June 1, 2024

I have remove the TRIM in the config.plist. then restart cause kernel panic.

How did you remove it? Can you post config.plist with removed TRIM patch? It shouldn't kernel panic.

from hackintosh-hp-elitebook-840-g3.

yjm9898 avatar yjm9898 commented on June 1, 2024

Rebuild cache, restart and post the battery kext version from kextstat like before.

sudo mount -uw /
sudo chown -v -R root:wheel /System/Library/Extensions
sudo touch /System/Library/Extensions
sudo chmod -v -R 755 /Library/Extensions
sudo chown -v -R root:wheel /Library/Extensions
sudo touch /Library/Extensions
sudo kextcache -i /

Thx. Done

from hackintosh-hp-elitebook-840-g3.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.