@yuzhouheike wrote:
最近买了两个越狱机,发现了几个问题(比如无sim卡弹窗等,)网上搜了一圈,没搜到解决方案.所以写个插件解决下,以后搜不到的解决完的就汇总在这个帖子做个笔记,
0x01 屏蔽无sim卡弹窗
- 没有安装sim卡的手机总是会弹框提示
%hook SBTelephonyManager - (void)_setSIMStatus:(id)arg1{ NSLog(@"================================打印sim卡状态 =============================================%@",arg1); %orig; } -(id)SIMStatus{ %log; NSLog(@"yuzhouheike%@", %orig); return @"CTSIMSupportSIMStatusInserted"; } %end
0x02 ***
Posts: 1
Participants: 1