zouxian icon indicating copy to clipboard operation
zouxian copied to clipboard

15.4.1好像失效了

Open char1eslu opened this issue 8 months ago • 6 comments

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

char1eslu avatar Apr 17 '25 11:04 char1eslu

Would be great to make it work also with ongoing versions like 15.4.1 - great job so far!!!

kvlado80 avatar Apr 28 '25 03:04 kvlado80

可尝试这个修复代码 #28

kanshurichard avatar May 03 '25 14:05 kanshurichard

可尝试这个修复代码 #28

非常感谢,但是我这边没成功,改了8秒也不行,不晓得哪里问题了

char1eslu avatar May 03 '25 14:05 char1eslu

可尝试这个修复代码 #28

非常感谢,但是我这边没成功,改了8秒也不行,不晓得哪里问题了

我写了个一个新的完整解决方案:

https://github.com/kanshurichard/enableAppleAI/

kanshurichard avatar May 04 '25 14:05 kanshurichard

可尝试这个修复代码 #28

非常感谢,但是我这边没成功,改了8秒也不行,不晓得哪里问题了

我第一次尝试不成功,发现虽然appleid登了美区,但是applestore登的还是国区,然后我把applestore也换成了美区,再尝试就成功了

JiaoXulun avatar May 06 '25 07:05 JiaoXulun

可尝试这个修复代码 #28

非常感谢,但是我这边没成功,改了8秒也不行,不晓得哪里问题了

我第一次尝试不成功,发现虽然appleid登了美区,但是applestore登的还是国区,然后我把applestore也换成了美区,再尝试就成功了

我的都是美区,也不行,唉,放弃折腾了

char1eslu avatar May 06 '25 07:05 char1eslu

-o "expression (void) [[EligibilityEngine sharedInstance] recomputeAllDomainAnswers]" 删除这行代码后开启AI成功。

char1eslu avatar Jul 09 '25 12:07 char1eslu