如果更改 SIM 卡,请关闭诺基亚系列 40 手机

发布于 2024-12-03 14:14:59 字数 261 浏览 2 评论 0原文

我只需要限制给定手机(诺基亚 2700)上的特定 SIM 卡,这样如果更改了 SIM 卡,该手机将无法使用。我正在考虑要么阻止SIM卡在网络上注册,要么使用一些后台应用程序来关闭手机或在SIM卡发生更改时阻止使用。

QT(新的)和JavaMe的建议都很好。

我该如何继续?

编辑1: 这个想法是为了防止手机用户更换 SIM 卡。如果更换 SIM 卡,手机将无法使用。为此,我需要一种方法来通知这一点,然后关闭手机或采取措施防止其被使用。

问候

I need to restrict only a particular sim on a given phone (nokia 2700) such that the phone is not usable if the sim is changed. I'm thinking of either preventing the sim from registering on the network or having some background app that will shutdown the phone or prevent usage if the sim is change.

QT (new to it) and JavaMe suggestions are both fine.

How do I proceed with this?

Edit1:
The idea is to prevent the user of the phone from changing the sim card. The phone should not work if the sim card is changed. For this, I need a way of notifying this and either shutting down the phone or doing something to prevent it from being used.

regards

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

满身野味 2024-12-10 14:14:59

Series 40 手机不支持 Qt。它适用于基于 Symbian 和 MeeGo 的诺基亚手机。检查这个列表支持的型号。

为了实现这一点,您需要能够检测 SIM 卡并在必要时阻止手机运行。

在 Series 40 JavaME 上,有一些 system.properties,您可以使用它来检测当前的SIM卡。没有接收 SIM 卡更改的事件。某些属性仅限于制造商和运营商安全域。不幸的是,识别特定 SIM 卡的 com.nokia.mid.imsi 就是其中之一。但是,com.nokia.mid.networkid 不受限制,并且应该足以识别特定网络(如果这是您的目的)。

JavaME 没有办法阻止手机的使用(我想这就是 Java 安全性和沙箱的重点)。还有启动应用程序的能力。在启动时并保持其在后台运行仅限于制造商和运营商在 Series 40 手机上签名。

Qt is not supported on Series 40 phones. It is available for Symbian and MeeGo based Nokia phones. Check this list for supported models.

In order to achieve this you need to be able to detect a sim card and prevent phone from functioning if necessary.

On Series 40 JavaME, there are a few system.properties that you can use to detect the current sim card. There are no events for receiving the sim card change. Some of the properties are restricted to manufacturer and operator security domains. Unfortunately, com.nokia.mid.imsi which identifies a particular sim card is one of those. However com.nokia.mid.networkid is not restricted and should be sufficient to identify a particular network(If that is your purpose).

There is no JavaME way of blocking the use of the phone (I guess that is the point with Java security and sandboxing). Also the ability to start an app. at the boot and keep it running on the background is restricted to manufacturer and operator signing on Series 40 phones.

失去的东西太少 2024-12-10 14:14:59

手机应该已经有这个功能了。

从手册(第 12 页):

访问代码

安全码有助于保护您的手机免受
未经授权的使用。预设代码为12345。您可以创建和更改
代码,然后设置电话以请求代码。保密代码
并放在与手机分开的安全地方。如果您忘记了代码
并且您的手机已锁定,您的手机将需要维修并且
可能会收取额外费用。欲了解更多信息,请联系诺基亚
护理点或您的电话经销商。 SIM 卡附带的 PIN 码
卡可保护卡免遭未经授权的使用。 PIN2 码
需要随某些 SIM 卡一起提供才能访问某些服务。
如果 PIN 或 PIN2 码输入错误 3 次
继续时,系统会要求您输入 PUK 或 PUK2 代码。如果你没有
请联系您的服务提供商。需要模块 PIN 码
访问 SIM 卡安全模块中的信息。这
数字签名可能需要签名 PIN。禁止
使用呼叫限制服务时需要输入密码。设置如何
您的手机使用访问代码和安全设置,选择菜单 >
设置>安全性。

我曾经有一部具有相同功能的索尼爱立信手机,它允许将访问代码保存在 SIM 卡上。除非更换 SIM 卡,否则手机不会要求输入访问代码。我希望您能在诺基亚手机的“安全”菜单中找到相同的功能。

The phone should have this function already.

From the manual (page 12):

Access codes

The security code helps to protect your phone against
unauthorised use. The preset code is 12345. You can create and change
the code, and set the phone to request the code. Keep the code secret
and in a safe place separate from your phone. If you forget the code
and your phone is locked, your phone will require service and
additional charges may apply. For more information, contact a Nokia
Care point or your phone dealer. The PIN code supplied with the SIM
card protects the card against unauthorised use. The PIN2 code
supplied with some SIM cards is required to access certain services.
If you enter the PIN or PIN2 code incorrectly three times in
succession, you are asked for the PUK or PUK2 code. If you do not have
them, contact your service provider. The module PIN is required to
access the information in the security module of your SIM card. The
signing PIN may be required for the digital signature. The barring
password is required when using the call barring service. To set how
your phone uses the access codes and security settings, select Menu >
Settings > Security.

I used to have a Sony-Ericsson phone that had the same function and it allowed the access code to be saved on the sim card. The phone would not ask for the access code unless the sim was changed. I hope you can find the same function in the Security menu on your Nokia phone.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文