Friday, December 19, 2008

Activating Android Developer Phone ADP1 with SimCard without Data Plan

I have finally got my hand with Android Developer Phone, also known as HTC Dream. I though the phone is going to be extra thick and heavy, but no, it's not. It's a pretty well design phone. I can't hardly wait now to start writing code on Android for my home automation system.


First problem I encounter is how to activate the phone without having data plan with my provider. I have plenty of dummy simcard (simcard that without any phone or data plan). I found nice instruction on android developer google group site:
  • download the SDK, you basically need adb in order to send command to the phone.
  • run adb and type

am start -a android.intent.action.MAIN -n com.android.settings/.Settings
  • this will bring you to wifi setting on your phone, and from there, you can activate the wifi, and finally, register your phone using any simcard without data plan
Following are some pics:






I tried to compare the size with iPhone 3G, the width and height is about the same. However, HTC Dream is thicker compare to iPhone.



That's it for now, need to go back to work.

update: while reading through some forums, it's actually possible to activate Android without using simcard at all. Just go here to get full instruction.

No comments: