如何在iOS 6模拟器中自定义运营商名称? [英] How to customize carrier name in iOS 6 simulator?

查看:646
本文介绍了如何在iOS 6模拟器中自定义运营商名称?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何将默认的 Carrier 名称自定义为其他名称,例如 AT& T

How can I customize the default Carrier name to something else, e.g. AT&T?

推荐答案

有办法改变承运人不使用任何客观c代码或图像编辑器应用程序的名称: https://github.com/toursprung/ iOS-Screenshot-Automator / blob / master / changeCarrierName

There is a way to change the carrier name without using any objective c code or image editor app: https://github.com/toursprung/iOS-Screenshot-Automator/blob/master/changeCarrierName

此解决方案适用于所有iOS版本(包括iOS 6和7)

This solution works great with all versions of iOS (including iOS 6 and 7)

关键点是

sudo plutil -convert xml1 SpringBoard.strings

我们不一定要将其转换回二进制代码,因为Mac OS接受这两种格式。

We don't necessarily have to convert it back to binary code since Mac OS accepts both formats.

将文件转换为XML后,您可以使用vim或您选择的任何其他编辑器轻松编辑文件。

After you converted your file to XML, you can easily edit the file with vim or any other editor of your choice.

更新
我上传了有关如何更新运营商名称的详细说明:https://github.com/toursprung/iOS-Screenshot-Automator/blob/master/changeCarrierName

这篇关于如何在iOS 6模拟器中自定义运营商名称?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆