15.4.1好像失效了
15.4关SIP还好的,昨晚看到macOS升级直接升级了,没想到看到Siri失效了
➜ ~ sudo /usr/local/bin/zouxian
eligibilityd found with PID 218
(lldb) process attach --name eligibilityd
Process 218 stopped
* thread #1, queue = 'SQLQueue 0x1026b9950 for datastore.data', stop reason = signal SIGSTOP
frame #0: 0x00000001949f72e4 libsystem_kernel.dylib`__sigsuspend_nocancel + 8
libsystem_kernel.dylib`__sigsuspend_nocancel:
-> 0x1949f72e4 <+8>: b.lo 0x1949f7304 ; <+40>
0x1949f72e8 <+12>: pacibsp
0x1949f72ec <+16>: stp x29, x30, [sp, #-0x10]!
0x1949f72f0 <+20>: mov x29, sp
Target 0: (eligibilityd) stopped.
Executable binary set to "/usr/libexec/eligibilityd".
Architecture set to: arm64e-apple-macosx-.
(lldb) expression (void) [[[InputManager sharedInstance] objectForInputValue:6] setValue:@"LL" forKey:@"_deviceRegionCode"]
(lldb) expression (void) [[EligibilityEngine sharedInstance] recomputeAllDomainAnswers]
error: Execution was interrupted, reason: EXC_BREAKPOINT (code=1, subcode=0x194889afc).
The process has been returned to the state before expression evaluation.
lldb command failed
Would be great to make it work also with ongoing versions like 15.4.1 - great job so far!!!
可尝试这个修复代码 #28
可尝试这个修复代码 #28
非常感谢,但是我这边没成功,改了8秒也不行,不晓得哪里问题了
我写了个一个新的完整解决方案:
https://github.com/kanshurichard/enableAppleAI/
可尝试这个修复代码 #28
非常感谢,但是我这边没成功,改了8秒也不行,不晓得哪里问题了
我第一次尝试不成功,发现虽然appleid登了美区,但是applestore登的还是国区,然后我把applestore也换成了美区,再尝试就成功了
可尝试这个修复代码 #28
非常感谢,但是我这边没成功,改了8秒也不行,不晓得哪里问题了
我第一次尝试不成功,发现虽然appleid登了美区,但是applestore登的还是国区,然后我把applestore也换成了美区,再尝试就成功了
我的都是美区,也不行,唉,放弃折腾了
-o "expression (void) [[EligibilityEngine sharedInstance] recomputeAllDomainAnswers]" 删除这行代码后开启AI成功。