Create your first Laptop Hackintosh means installing macOS Catalina 15.5 on your Windows Laptop. It’s not hard but not easy, the best thing is to understand what needs to be done to get it working just like a MacBook Pro or MacBook Air. Thanks to the hackintosh developer communities, hackintosh is much easier now than […]
Month: June 2020
I decided to try the less expensive BT 4.1 and Wifi combo dw1820a for my Elitebook 820 G3 hackintosh instead of the more expensive dw1560 M2. Before we tape all the pins recommended by other people, download Windows drivers and install them first to see if they work, if they work then chances are the […]
How To Fix Low Backlight Level with BacklightFixup.kext
Clover boot loader seems NOT to handle Lilu.kext, WhateverGreen.kext and SSDT-PNLF.aml well when it comes to setting the backlight level on Hackintosh while OpenCore boot loader sets the maximum brightness every time. In the case of low backlight with Clover, we can use and its SSDT-PNLF.aml to set the brightness to maximum.
The best way to install Python3 on macOS is to use brew.sh. Install brew and just type brew install python To check python version – macOS Catalina has python 2.7.5 built in – what we need is python3 from brew.sh. python python3