I updated my HTC Flyer to Android 2.3.4. Now I am not able to retrieve the IMEI number through TelephonyManager.getDeviceId(). It always return null.
Can somebody try to read out the IMEI on another device. I would like to know whether it is a Google or HTC problem.
Sorry for the bad english.
TelephonyManager.getDeviceId()before update? – xitx Aug 17 '11 at 13:55<uses-permission android:name="android.permission.READ_PHONE_STATE" />– xitx Aug 17 '11 at 14:00