我今天购买了一个旧的机器人2,今天用干净的esn rooted它,安装了droid2bootstrap,加载了monster_d2_2.3.2_4.5.153到SDCard上,清理缓存,擦拭数据,重新启动到恢复,加载新的图像,重新启动。回来很好。
现在,这是一个问题,你可能没有经历过。我不是verizon客户。只想通过手机开发应用程序并玩。
如何通过电话号码激活要求?
我今天购买了一个旧的机器人2,今天用干净的esn rooted它,安装了droid2bootstrap,加载了monster_d2_2.3.2_4.5.153到SDCard上,清理缓存,擦拭数据,重新启动到恢复,加载新的图像,重新启动。回来很好。
现在,这是一个问题,你可能没有经历过。我不是verizon客户。只想通过手机开发应用程序并玩。
如何通过电话号码激活要求?
I purchased an old Droid 2 with a clean ESN today, rooted it, installed Droid2Bootstrap, loaded Monster_D2_2.3.2_4.5.153 onto the sdcard, cleaned the cache, wiped the data, rebooted into recovery, loaded the new images, rebooted. Came back up just fine.
Now, here is a problem you may not have experienced before. I am not a Verizon customer. Just wanted the phone to develops Apps and play with.
How can I get past the phone number activation requirement?
自从您扎根,您可能能够永久地绕过激活杀死电话拨号器app 。这涉及删除(或重命名) Phone.apk
。我至少可以确认这是在机器人上的工作1.肯定会确保您有一个备份在以这种方式编辑系统之前制作。
您可以重命名 Phone.apk
使用 root explorer ,或者通过将系统分区安装为可重写的终端应用程序。如果您设置了SSH:
su mount -o rw,remount /system cd /system/app mv Phone.apk Phone.apk.old pm uninstall Phone.apk
禁用CDMA适配器,然后摆脱始终在启动时的激活屏幕。它也应该为您提供一点电池续航时间,因为它是一个更少的应用程序,并且打开了一个更少的适配器。当您重命名文件时,您可能会收到错误,但重新启动后(强制性,必要时)一切都应该是好的。
Since you're rooted, you might be able to bypass activation permanently by killing the Phone dialer app. This involves removing (or renaming) Phone.apk
. I can at least confirm that this works on a Droid 1. Definitely make sure you have a backup made prior to editing your system this way.
You can rename Phone.apk
with an app like Root Explorer, or with the terminal app by mounting the system partition as rewritable. This also works if you've set up SSH:
su mount -o rw,remount /system cd /system/app mv Phone.apk Phone.apk.old pm uninstall Phone.apk
That disables the CDMA adapter and gets rid of the activation screen that always comes up on boot. It should also save you a little battery life too, since it's one less app, and one less adapter turned on. You might get an error when you rename the file, but after rebooting (forcefully, if necessary) everything should be fine.
从机器人论坛绕过激活:
每次打开手机时必须完成
from Droid Forums To bypass activation:
Must be done every time you power on the phone
除了诺亚的答案之外,还找到了另一种方法:
简单地触摸Android,然后选择跳过激活。
〜 Android中央论坛(带来通过Google和Chrome浏览器给您)
我还没有测试过这件事,所以如果它不起作用,请告诉我,所以我可以把它拿下来,它不是令人讨厌的。
Found another way to do this besides Noah's answer:
simply touch the android, and select skip activation.
~ Android Central Forums (Brought to you by Google and Chrome Browser)
I haven't tested this out yet, so let me know if it doesn't work so I can take this down and it isn't a nuisance.
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有