Thanks – had a look, but it's too sophisticated for me I'm afraid.Use Opencore.
No click-a-button-&-hey-presto! solution, then?
Last edited:
Thanks – had a look, but it's too sophisticated for me I'm afraid.Use Opencore.
The problem is clover and the way dosdude had to implement things in his high sierra package to make it work. Opencore gets you closer to a real Mac and survives most updates just fine.Thanks – had a look, but it's too sophisticated for me I'm afraid.
No click-a-button-&-hey-presto! solution, then?
Read up on OpenCore Legacy Patcher. Probably the easiest way to implement it.Ah yes - Opencore wasn't too kindly towards Clover...
Still, anything that requires me to know what the f**k Terminal is on about confounds me (ever since my Homebrew fiasco).
But I'll bookmark Opencore, maybe read a bit more when I want to feel really stupid.
(Hopefully a High Sierra update could fix the common keyboard problem, where it acts as if the Command key is always pressed.)
I might have to...Download the update.
Open the update.
Move the update.pkg to Desktop.
Open Terminal.
Enter "pkgutil --expand " now AFTER THE SPACE drag and drop the .pkg from the Desktop into the Terminal window and type after ANOTHER SPACE " ~/Desktop/Expanded" hit Return and wait, this takes a little while.
Quotes are not needed.
Open Expanded folder and then open Distribution file in Text Edit
Scroll down to the line
function InstallationCheck(prefix) {
enter the text return true; so it looks like this
function InstallationCheck(prefix) {return true;
Save changes
*******************
If you are trying to install the update to an HFS+ disk then there is another alteration you can make, before flattening and creating the package.
Again in the Distribution file scroll down to
function VolumeCheck(prefix) {
again enter return true; after the bracket, so it looks like this,
function VolumeCheck(prefix) {return true;
Save changes
Go back to Terminal enter "pkgutil --flatten ~/Desktop/Expanded ~/Desktop/Modified.pkg"
Using the .pkg extension is crucial.
Quotes are not needed.
One thing to note is if your Mac like mine has different OS's on it on other drives this method will tell you that all drives are able to install the update, DO NOT INSTALL ON ANY DISK/ PARTITION, ONLY INSTALL TO A DISK/ PARTITION THAT HAS 10.13.X ON IT. Select your disk wisely, and double check."
It depends on your model so it would be useful to list that. Some models require specific patches after macOS High Sierra is loaded. Have you run the macOS Post Install application yet?I'm having a problem, the keyboard and mouse are not responding after upgrading to Mac OS High Sierra using dosdude1's repatching
Did you run the macOS Post Install application?After installing OS X 10.13.6 High Sierra on a MacBook Pro 4,1 (via dosdude1's patcher), my trackpad has lost the ability to two finger click using the button. I can get it to work using a two finger click on the trackpad, when touch to click is enabled, but I really hate using touch to click. Are there any third party trackpad apps that could restore this lost ability...BetterTouchTool...Keyboard Maestro...USB Overdrive??? Thanks for any help.
Glad you got it working.EDIT & UPDATE: Nevermind, I got it fixed by doing an install again. Everything works fine. Thanks Dosdude1!!
I'm currently running this MBP 5.3 on 6 gigs of ram, earlier it felt sufficient, not so much with this HS upgrade. Will it make sense to upgrade the ram to 8 gigs?
i'm facing the same issue. can't figure how to get this method to work tho. can you help me out? thanks in a advance.I took the plunge over the weekend and used DosDude's application to install High Sierra onto our iMac9,1. This was done via an upgrade from an install of El Capitan.
All working perfectly, except for the built-in iSight camera. I just get a black screen with no picture in Photo Booth and Facetime (and no green light). The built-in camera shows up in the USB and Camera sections when doing a System Report.
They only way I can get it to work is to boot into Safe Mode.
Have tried everything I can think of to try and get it to work, but to no avail. This includes re-installing the "Legacy iSight Patch" in DosDude's Patch Updater app and resetting SMC and NVRAM.
Anyone experienced something similar and gotten it to work?
-------------------------------------------------------------------------------------------------------------------------------------
EDIT: I got this to work eventually using the following method -
1. Partition hard disk with new partition as APFS and install HS using DosDude's macOS High Sierra Patcher
(At this point in the install the iSight camera works)
2. Use Migration Assisant to migrate old accounts and applications across to the new partition
3. Apply security update 2020-003 and post install patches from Patch Updater
(At this point in the install the iSight camera has stopped working)
4. Apply this fix noting the comment here. Altering the code according to the comment and then compiling fixes the issue.
I've now created a small app that runs at startup and my camera now works perfectly in Normal Mode.