[android-developers] Detect Emulator on Android 2.2

2010-05-26 Thread Guillaume Perrot
Since Android 2.2, we can read the ANDROID_ID from the emulator which is always 9774D56D682E549C It breaks a lot of existing code that used to test if the ANDROID_ID was null to check whether the device was an emulator or not. I need a future proof way to test a device is an emulator. -- You

Re: [android-developers] Detect Emulator on Android 2.2

2010-05-26 Thread Wayne Wenthin
I'm going ot just drop in an OR. On Wed, May 26, 2010 at 8:40 AM, Guillaume Perrot guillaume.p...@gmail.comwrote: Since Android 2.2, we can read the ANDROID_ID from the emulator which is always 9774D56D682E549C It breaks a lot of existing code that used to test if the ANDROID_ID was null to

[android-developers] Detect emulator

2009-10-15 Thread Wayne Wenthin
Is there a way to tell if you are running in the emulator? -- Writing code is one of few things that teaches me I don't know everything. http://www.fuligin.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Detect Emulator/Get phone info

2008-09-30 Thread MrSnowflake
Is there a way to detect wether a activity is running on the emulator or on a real device? And if so, can we detect what the name of the device is? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers