Skip to content

Commit

Permalink
fix battery
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynunez committed Jun 4, 2019
1 parent 531956f commit c962487
Show file tree
Hide file tree
Showing 30 changed files with 129 additions and 149 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified EFI/.DS_Store
Binary file not shown.
Binary file removed EFI/APPLE/EXTENSIONS/Firmware.scap
Binary file not shown.
Binary file modified EFI/BOOT/BOOTX64.efi
Binary file not shown.
Binary file removed EFI/CLOVER/.DS_Store
Binary file not shown.
Binary file modified EFI/CLOVER/CLOVERX64.efi
Binary file not shown.
14 changes: 14 additions & 0 deletions EFI/CLOVER/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,20 @@
igKEwOtC
</data>
</dict>
<dict>
<key>Comment</key>
<string>Clover kext injection Catalina</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
AIXAD4SHAAAASQ==
</data>
<key>Replace</key>
<data>
AIXAkJCQkJCQSQ==
</data>
</dict>
</array>
<key>KextsToPatch</key>
<array>
Expand Down
Binary file modified EFI/CLOVER/drivers64UEFI/ApfsDriverLoader-64.efi
Binary file not shown.
Binary file modified EFI/CLOVER/drivers64UEFI/AptioMemoryFix-64.efi
Binary file not shown.
Empty file modified EFI/CLOVER/drivers64UEFI/VirtualSmc.efi
100644 → 100755
Empty file.
Empty file modified EFI/CLOVER/kexts/.DS_Store
100644 → 100755
Empty file.
Empty file modified EFI/CLOVER/kexts/Other/.DS_Store
100644 → 100755
Empty file.
115 changes: 115 additions & 0 deletions EFI/CLOVER/kexts/Other/ACPIBatteryManager.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>18A391</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>ACPIBatteryManager</string>
<key>CFBundleGetInfoString</key>
<string>1.90.1, Copyright 2011 Apple Inc., RehabMan 2012</string>
<key>CFBundleIdentifier</key>
<string>org.rehabman.driver.AppleSmartBatteryManager</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>ACPIBatteryManager</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.90.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.90.1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>9F2000</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>12D75</string>
<key>DTSDKName</key>
<string>macosx10.8</string>
<key>DTXcode</key>
<string>0941</string>
<key>DTXcodeBuild</key>
<string>9F2000</string>
<key>IOKitPersonalities</key>
<dict>
<key>ACPI AC Adapter</key>
<dict>
<key>CFBundleIdentifier</key>
<string>org.rehabman.driver.AppleSmartBatteryManager</string>
<key>IOClass</key>
<string>ACPIACAdapter</string>
<key>IONameMatch</key>
<string>ACPI0003</string>
<key>IOProbeScore</key>
<integer>1000</integer>
<key>IOProviderClass</key>
<string>IOACPIPlatformDevice</string>
</dict>
<key>ACPI Battery Manager</key>
<dict>
<key>CFBundleIdentifier</key>
<string>org.rehabman.driver.AppleSmartBatteryManager</string>
<key>Configuration</key>
<dict>
<key>Correct16bitSignedCurrentRate</key>
<true/>
<key>CorrectCorruptCapacities</key>
<true/>
<key>CurrentDischargeRateMax</key>
<integer>20000</integer>
<key>EstimateCycleCountDivisor</key>
<integer>6</integer>
<key>FirstPollDelay</key>
<integer>4000</integer>
<key>StartupDelay</key>
<integer>0</integer>
<key>UseDesignVoltageForCurrentCapacity</key>
<true/>
<key>UseDesignVoltageForDesignCapacity</key>
<true/>
<key>UseDesignVoltageForMaxCapacity</key>
<true/>
<key>UseExtendedBatteryInformationMethod</key>
<true/>
<key>UseExtraBatteryInformationMethod</key>
<true/>
</dict>
<key>IOClass</key>
<string>AppleSmartBatteryManager</string>
<key>IONameMatch</key>
<string>PNP0C0A</string>
<key>IOProbeScore</key>
<integer>1000</integer>
<key>IOProviderClass</key>
<string>IOACPIPlatformDevice</string>
</dict>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2011 Apple Inc. All rights reserved, RehabMan 2012</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.iokit.IOACPIFamily</key>
<string>1.0d1</string>
<key>com.apple.kpi.iokit</key>
<string>9.0</string>
<key>com.apple.kpi.libkern</key>
<string>9.0</string>
</dict>
<key>OSBundleRequired</key>
<string>Root</string>
<key>Source Code</key>
<string>https://github.com/RehabMan/OS-X-ACPI-Battery-Driver</string>
</dict>
</plist>
Binary file not shown.
Empty file modified EFI/CLOVER/kexts/Other/Lilu.kext/Contents/Info.plist
100644 → 100755
Empty file.
98 changes: 0 additions & 98 deletions EFI/CLOVER/kexts/Other/SMCBatteryManager.kext/Contents/Info.plist

This file was deleted.

Binary file not shown.
Empty file modified EFI/CLOVER/kexts/Other/SMCLightSensor.kext/Contents/Info.plist
100644 → 100755
Empty file.
Empty file modified EFI/CLOVER/kexts/Other/SMCProcessor.kext/Contents/Info.plist
100644 → 100755
Empty file.
Empty file modified EFI/CLOVER/kexts/Other/SMCSuperIO.kext/Contents/Info.plist
100644 → 100755
Empty file.
Empty file modified EFI/CLOVER/kexts/Other/VirtualSMC.kext/Contents/Info.plist
100644 → 100755
Empty file.
Empty file modified EFI/CLOVER/kexts/Other/VoodooI2C.kext/Contents/Info.plist
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
51 changes: 0 additions & 51 deletions EFI/Clover_Install_Log.txt

This file was deleted.

0 comments on commit c962487

Please sign in to comment.