Untested but I assume this launchdaemon would work.
Let me clean the libraryvalidation script, nvram and preboot boot.plist and report.
Untested but I assume this launchdaemon would work.
To be clear, all this does is adds the boot-args back to the NVRAM. Not sure if it works without already entering them into NVRAM prior to booting.Let me clean the libraryvalidation script, nvram and preboot boot.plist and report.
To be clear, all this does is adds the boot-args back to the NVRAM. Not sure if it works without already entering them into NVRAM prior to booting.
I just told you that the purpose of the launchdaemon is to ensure it stays in NVRAM. If it isn't in NVRAM, the system won't get far enough to run the launchdaemonI have tried this:
- sudo nvram boot-args=""
- removed the ASentientBot com.apple.libraryvalidation.plist
- cleared the Preboot com.apple.boot.plist without Kernel flags
- copied your file to this path /System/Volumes/Data/Library/LaunchDaemons/
and to this path /System/Library/LaunchDaemons/
but doesn't worked.
Nothing is added to nvram or boot-args.
com.apple.Boot.plist
. Then they are persistent.I see that you're still patiently looking for audio solutions for your MP5,1. I'm running Catalina 10.15.3 on my HackPro5,1 without any problems. I was originally running with legacy NVidia graphics / DosDude and switched to a Sapphire Pulse RX580 (which required an in-place install of 10.15.3, removal of the Legacy NVidia kexts and removal of the patch updater prefpane). The upgrade was painless (I performed the upgrade from 10.14.6 and from 10.15.2 while I was testing).
Is your MP5,1 a dual-CPU model? If so, could that explain the audio issue?
Back to re-installing 10.15.3 as I used the launchdaemon script Julian provided the swupatch to download the update then applied the catalinaswuamfifix patch applied all but the platform check patch as was not needed to be checked in dev beta 3 got into my desktop then rebooted applied the legacy video patch rebooted got a circle with a line through it rebooted back into the patcher applied all the post install patches still got the circle with a line through it did or am reset now couldn’t get into the desktop
mount -uw /
nvram boot-args="-no_compat_check amfi_get_out_of_my_way=1"
reboot
It would have worked if I had known that I needed to apply the the first patch in the post install patches as I though it needed to be unchecked like in Dev Beta 3
Yes, I do have a dual CPU system - how can that explain the audio issue?
Since updated to Catalina for my Macbook 7,1 Macbook pro 4,1 and 5,1, the built in japanese input fails
Anyone can use the built in japanese input method in 10.15?
ASentientBot's libraryvalidation plist worked fine for me, without amfi settings in NVRAM.It was because the post-install first patch re-replaced the Preboot boot-args with only -no_compat_check , but ASentientBot libraryvalidation after an OTA update needs anyway a first round of amfi_get_out_of_my_way=1 , I understand that a pre-patched com.apple.boot.list is useful but it follows a particular route to apply, while instead a NonVolatileRAM is quicker and can be applied from any OSX Installer, any single user mode, any legacy OSX, even from Snow Leopard, and it will be stored (until a manual PRAM reset) and work for newer macOS too when set from Leopard for example.
/usr/lib/libmecabra.dylib
/System/Library/Input Methods/JapaneseIM.app
/System/Library/PrivateFrameworks/TextInput.framework
/System/Library/PrivateFrameworks/TextInputCore.framework
Following @ASentientBot's post, I got the Japanese Input Method partially working by replacing these files from Mojave:
Code:/usr/lib/libmecabra.dylib /System/Library/Input Methods/JapaneseIM.app /System/Library/PrivateFrameworks/TextInput.framework
Just by replacing those file, the Japanese IM worked, however after messing around with it a little bit I am still seeing some strange symbols popping up following by a crash of the JapaneseIM.... But I can still type some simple sentences in Japanese without any problems. Yay!
---------------
Edit: Got the JapaneseIM fully working by replacing one more framework (With no more crashing or "おはよ4"):
Code:/System/Library/PrivateFrameworks/TextInputCore.framework
Hopefully this will help to fix the problems that Japanese people on unsupported Macs are encountering. Good night!
View attachment 897589
hey guys, sorry if I'm comming outta nowhere, but I'm having some trouble with my macbook pro late 2011, i used dosdude1's guide ( as I don't have a Lattice programmer on my hand right now, but I'm planing to buy one ) to turn off the AMD gpu, despite the fact that it's still in working condition, the machine gets super hot, reaching 60°C-70°C right after returning from sleep. Right after I bought it, I installed 10.15.3 using dosdude1's patcher, and then I replaced the thermal paste with an Arctic MX-2 paste. Any suggestions?
Nice! I never figured out a proper solution to this, despite spending quite a lot of time on it.
The other thing I played with was launching the JapaneseIM main binary under Intel SDE (which is supposed to emulate AVX) but SDE doesn't seem to work on Catalina at all. I'd guess if you can get that working, it may be the best solution.
Edit: I apologize for misreading your post and thinking it was still only partly functional; after re-reading I realize you got it fully working. Excellent job! I remember your News+ fix on Mojave, glad you are still here and still being awesome![]()
/System/Library/Input Methods/
/System/Library/Input Methods/
and it worked flawlessly without issue (despite knowing nothing about Korean here)./System/Library/PrivateFrameworks/
is enough to fix those keyboard input issues. No need to replace the input method file in /System/Library/Input Methods/
or the lib file./System/iOSSupport/System/Library/PrivateFrameworks/UIKitCore.framework/Versions/A/UIKitCore
, which prevents Home, News, Voice Memos,... and other Catalyst app to crash.Crashed Thread: 0
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Termination Reason: DYLD, [0x4] Symbol missing
Application Specific Information:
dyld: launch, loading dependent libraries
Dyld Error Message:
Symbol not found: _OBJC_CLASS_$_TIAnalyticsEventSpec
Referenced from: /System/iOSSupport/System/Library/PrivateFrameworks/UIKitCore.framework/Versions/A/UIKitCore (which was built for Mac OS X 13.1)
Expected in: /System/Library/PrivateFrameworks/TextInput.framework/TextInput
in /System/iOSSupport/System/Library/PrivateFrameworks/UIKitCore.framework/Versions/A/UIKitCore
/System/Library/PrivateFrameworks/TextInputCore.framework
while keeping the TextInput.framework intact. With the inability to type Japanese without replacing TextInput.framework, I have to replace /System/Library/Input Methods/JapaneseIM.app
as well as /usr/lib/libmecabra.dylib
to make it work again.I have the same Mac as yours. Well, three of them, in fact. at 40º-45º running in normal use. Did you check the fans?. Are they clean?hey guys, sorry if I'm comming outta nowhere, but I'm having some trouble with my macbook pro late 2011, i used dosdude1's guide ( as I don't have a Lattice programmer on my hand right now, but I'm planing to buy one ) to turn off the AMD gpu, despite the fact that it's still in working condition, the machine gets super hot, reaching 60°C-70°C right after returning from sleep. Right after I bought it, I installed 10.15.3 using dosdude1's patcher, and then I replaced the thermal paste with an Arctic MX-2 paste. Any suggestions?
Yes, I cleaned the whole logic board and the fans with compressed air, also, in response to @deeveedee , before I measured around 65°C - 70°C idle on Catalina.I have the same Mac as yours. Well, three of them, in fact. at 40º-45º running in normal use. Did you check the fans?. Are they clean?
I suppose you applied the thermal paste correctly. Maybe you can use Istat Menu or similar to find out what is happening. Also, try install High Sierra in an external drive, Usb, and see if the problem persistsYes, I cleaned the whole logic board and the fans with compressed air, also, in response to @deeveedee , before I measured around 65°C - 70°C idle on Catalina.