Recent content by Steeeeeeve

  1. Steeeeeeve

    Mapping ACPI controlled keys and adb keys for VoodooPS2Controller

    @RehabMan Hi, thank you for giving so many great advice to me. In Notify(\_SB.PCI0.LPCB.PS2K, 0x0405), where does the value 0x0405 come from? And I want to implement mirror key and PrtScrn key, where should I get the corresponding code for each key? My laptop’s keys are handled in ACPI.
  2. Steeeeeeve

    [Guide] Intel Framebuffer patching using WhateverGreen

    Hi, @headkaze thank you for this amazing post. It's a cure for newcomers with Intel Graphics. Just one question, in Gen 7: Kaby Lake (Intel HD Graphics 610-650) part: You write AAPL,ig-platform-id (desktop): 0x59160000 (default) However, in the sheet of the 2nd floor, it writes 0x59160000...
  3. Steeeeeeve

    [Guide] Using Clover to "hotpatch" ACPI

    Could you provide more hints? So sorry that I haven't come up with another idea to target HPET.
  4. Steeeeeeve

    [Guide] Using Clover to "hotpatch" ACPI

    Thank you for advice. I added back WMI device and renamed HPET._STA to XSTA by using TgtBridge. However, I found that all my OEM SSDT's _STA were renamed to XSTA...(For example in SSDT-1, SKC0 device) I don't know the reason. Here's the trouble shooting file.
  5. Steeeeeeve

    [Guide] Using Clover to "hotpatch" ACPI

    Here it is. From a real MacBookPro14,1's DSDT, I see that HPET's _STA value is zero, so I also set zero by using hotpatch to disable HPET. And I read that WMI (PNP0C14)devices are for Windows driver mapping(https://technet.microsoft.com/zh-cn/dn614028(v=vs.94)), so I set _STA to zero to disable...
  6. Steeeeeeve

    [Guide] Using Clover to "hotpatch" ACPI

    Hi, Rehabman. Thank you for this informative guide. I have a question that how can I remove unwanted device by using hotpatch. For example, I want to remove Device WTBT which has _HID, "PNP0C14". I tried to rename _HID to XHID and _STA to XSTA with tgtbridge "WTBT", and the device is not shown...
  7. Steeeeeeve

    [Guide] Booting the OS X installer on LAPTOPS with Clover

    Hi, Rehabman. Thanks you for this guide. I have a little question: do we still need SSDT-SATA + SAT0 rename if SATA-unsupported.kext(https://github.com/RehabMan/hack-tools/tree/master/kexts/SATA-unsupported.kext/Contents) is installed?
  8. Steeeeeeve

    [Release] Hackintool v3.x.x

    @headkaze ,thank you for this amazing guide. I am a little confused by one part of USB injection. The instruction says "If it uses the same HSxx/SSxx in both orientations, then it has an internal switch (use "TypeC+Sw")". My situation is when I plug a USB 2.0 in typeC, HS04 calls; and when I...
  9. Steeeeeeve

    [Guide] Xiaomi Mi Notebook Pro High Sierra 10.13.6

    Hi, I haven't tried, but theoretically, changing SMBIOS won't affect battery performance because `CPUFriend*.kext`(https://github.com/PMheart/CPUFriend) overwrite the SMBIOS power management.
  10. Steeeeeeve

    [Guide] Xiaomi Mi Notebook Pro High Sierra 10.13.6

    Really glad you like it. The color profile and BIOS-related function are provided by qeeqez, PavelLJ, and Cyb. I just "eat" their results happily. Big thanks to them. I think we still have to wait a long time for Palm rejection. It seems like the author of the trackpad...
  11. Steeeeeeve

    [Guide] Xiaomi Mi Notebook Pro High Sierra 10.13.6

    @Razorkey Hi, your guide is really specific and helpful, and thank you for mentioning me in your post. Because my recent release supports Mojave, what about writing a guide in Mojave section? If you need my help, I recently have some time to do this.
  12. Steeeeeeve

    [Guide] Xiaomi Mi Notebook Pro High Sierra 10.13.6

    The trackpad in my release can't been recognized during installation because some sort of kextcache reason. You can try a wired mouse or use origin VoodooI2C*.kext from https://github.com/alexandred/VoodooI2C/releases. Normally, after the installation, cleaning the kextcache by typing "sudo...
  13. Steeeeeeve

    [Guide] Xiaomi Mi Notebook Pro High Sierra 10.13.6

    Hi, I think it's a trade off between CPU performance and battery life. Because the new CPUFriendDataProvider uses MBP15,2(i5-8259U)'s X86Plugin, system can use HWP(SpeedShift) method to have a better PM. In EFI folder v1.2.2, the old version of CPUFriendDataProvider used MBP(14,1)'s X86Plugin...
  14. Steeeeeeve

    [Guide] Intel Framebuffer patching using WhateverGreen

    Hi, it works in my latest commit. Thank you for your guide.
  15. Steeeeeeve

    [Guide] Xiaomi Mi Notebook Pro High Sierra 10.13.6

    I am sorry I can't. Sharing the link or sth across the line will be banned permanently.
Back
Top