To be honest, I don't know what you should do.
The only changes to CC's manifest since V3.4.2 have been the version name and number. In V3.4.2 a permission was added: CHANGE_WIFI_STATE. As it is, CC should be available to any device (there are no restrictions) supporting API level 9 or higher. Your device claims to be API 10, so that is acceptable. If Google Play is not offering you builds then it must be because of some other attribute, but I have no idea which one.
Some things I note from your build.prop.txt file that may or may not matter:
1) Shouldn't you be using SDK_INT instead of SDK? The SDK attribute has been deprecated since API V4.
2) According to Google, API 10 has the RELEASE name Android 2.3.3, where you have 2.3.4.
3) The timezone is set to US/Brussels. That should be Europe/Brussels
4) According to the Google Developer Console, there is no device named "imx50_rdp". The Nexus S is named "crespo".
Can you download the CC demo version?
|