4

I try to run my C2DM application in ice cream sandwich AVD, but it prompt PHONE_REGISTRATION_ERROR during the C2DM registration.

The same code working fine on froyo/gingerbread

anyone know how to fix this?

Jorgesys
  • 124,308
  • 23
  • 334
  • 268
Jason
  • 878
  • 2
  • 9
  • 21
  • good question ... (i got the same error) seems like the bug for me... remeber to use Google API version for C2DM and register google account in emulator for C2DM .. i did some research in google and i didn't find anything – Selvin Oct 26 '11 at 00:34
  • Yes, the AVD is running on Google API vesion 14 – Jason Oct 27 '11 at 01:53

1 Answers1

1

This is an error code returned from Google's C2DM servers. Documentation says:

PHONE_REGISTRATION_ERROR Incorrect phone registration with Google. This phone doesn't currently support C2DM.

So, I guess, C2DM currently simply hasn't been enabled on 4.0 AVD.

Pēteris Caune
  • 43,578
  • 6
  • 59
  • 81