vote up 5 vote down star
2

I know you can get a developer phone but the new G2 looks pretty nice as well as the Samsung around the corner. I would assume however that it would be a better idea to be using a consumer phone if they are the target market for apps you wish to produce, especially for testing purposes.

Has anyone else had experience from this choice and provide any further illumination to the issue?

flag

69% accept rate
1  
I dunno but that developer phone looks pretty awesome – Carson Myers May 30 at 20:12
I vote Dev Phone 1 with the cool design – Isaac Waller May 30 at 20:55

3 Answers

vote up 7 vote down check

G1. It is the only phone with a hard keyboard. When the keyboard is opened up you will get several events/activity relaunches that will not happen on the touch screen only phones. If you are doing apps it really doesn't matter if you get the dev version or retail one.

Going forward, you are probably going to need to get several phones as the hardware diverges. For example the samsung has a 5way instead of a trackball. Depending on how you are using the trackball, that could be a significant difference.

But as far as looks, get the samsung. It is by far the best looking android phone that I have seen so far.

link|flag
I'll add that a friend of mine wanted to get the Samsung but was turned off the reviews, there are some hardware issues apparently.... – Quibblesome Nov 5 at 18:51
vote up -2 vote down

You need to get the ADP2 device. Google gave some out at Google IO 2009 and wil give more out a dev conference or you can await to order it when it shows up on the Adp order pages.

Performance wise its a different hardware device than G1/Adp1.

It does matter you need an ADP device to do full debugging as you need full root access to do full debugging. Do not be fooled by the answers before me , ADP device required! The Device Debug bridge that integrate with IDEs requires root device access.

link|flag
What is your definition of "Full" debugging? I haven't encountered any app level stuff that I can't debug on the G1. If you are doing system work, the ADP device is a no brainer. Performance (both CPU and graphics acceleration) is going to start to vary a lot between vendors. I prefer to have a slow machine for testing but YMMV. – hacken Jun 3 at 18:18
No I am not referring to OS kernel work. I am referring to getting a heap dump or profile/trace to debug java application code in which case you need root access to device to get those items. Hence an ADP class device with root access. Hence the name Application Developer Phone(ADP). – Fred Grott Jun 3 at 20:08
I haven't had that problem but I don't know exactly what your doing. And for what it is worth ADP stand for Android Dev Phone. See developer.android.com/guide/developing/… – hacken Jun 4 at 17:44
"The Device Debug bridge that integrate with IDEs requires root device access." This is an outright fabrication. I use ADB every day on my G1 and have had no issues. Also, the documentation on how to develop on devices (developer.android.com/guide/developing/…) contradicts this. – fiXedd Jun 6 at 2:02
I never claimed that ADB required root access. Its still desirable to have the ADP device to access all features required to optimize code. – Fred Grott Jun 6 at 17:29
vote up 4 vote down

If you're just building consumer apps it doesn't matter. They all have debugging capabilities. The developer phone is mostly just beneficial if you're hacking on the OS since it isn't locked down by the carriers.

I've been using a G1 for months and had no problems. If you want the better camera and don't mind the lack of a keyboard then the Magic/Sapphire/myTouch/G2/whatever-they're-calling-it-now will be fine, they're otherwise identical.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.