3

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?

Daniel
  • 3,750
  • 2
  • 27
  • 35
Noah
  • 413
  • 7
  • 12

3 Answers3

4

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.

blee
  • 483
  • 1
  • 5
  • 17
3

from Droid Forums To bypass activation:

  • Reboot the phone, when the green android shows
  • Tap top left
  • Tap top right
  • Tap bottom right
  • Tap bottom left

Must be done every time you power on the phone

Noah
  • 413
  • 7
  • 12
  • 2
    That's bizarre. – Matthew Read Apr 02 '11 at 02:33
  • Tell me about it! Although, funny enough the GPS NAV override on my Toyota Highlander is similar enough to make me think the programmer moved on to the droid – Noah Apr 02 '11 at 02:34
  • If you flash CyanogenMod it should bypass this. Or at least on my g1 it prevents the SIM card requiement, but I would figure it would be the same for CDMA phones on CM – Bryan Denny Apr 02 '11 at 03:58
  • err never mind last comment, I re read saw that it is a droid 2 – Bryan Denny Apr 02 '11 at 03:59
  • Any idea how to do this is the right 1/2 inch of the screen doesn't respond to input? – Tom Mayfield Mar 17 '12 at 19:54
  • Nevermind. For those that have this problem (I replaced my phone because of it), this also works in landscape mode, and the unresponsive screen area is most of the notification bar. – Tom Mayfield Mar 17 '12 at 19:59
  • incidentally, for anyone with a Droid Pro, this also works on that device. – Andrew Barber Jul 12 '12 at 17:15
  • Is there an app for that? [According to that saying, there is, but really, there should be an app for that if there isn't.] I bought a Droid off of eBay and it's requesting for me to activate with Verizon... I don't want to do this every time. Update: Found another way. Look at my answer. – Anonymous Penguin May 31 '13 at 20:32
0

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.