You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have found that CountryCode.getByCode(code) returns null on both the international and Sprint Galaxy S3. This is true for any value of code, even 'US'. Both devices are running stock ROMs.
The following configurations were tested and returned correct values as expected:
Nexus 5, stock Android 4.4.2
Nexus 4, stock Android 4.4.2
Nexus 7, stock Android 4.4.2
Galaxy S2 T-Mobile, CyanogenMod 11 alpha 2 (Android 4.4.2)
Galaxy S2 T-Mobile, CyanogenMod 10.1.3 stable (Android 4.2.2)
Galaxy S2 T-Mobile, stock TouchWiz ROM (Android 4.1.2)
Galaxy S4 AT&T, stock TouchWiz ROM (Android 4.2.2)
T-Mobile G2 (HTC Vision), CyanogenMod 7.2.0 (Android 2.3.7)
The text was updated successfully, but these errors were encountered:
The issue description made me (an ex-JVM engineer) guess that it is a bug of Dalvik VM on Galaxy S3. Someone must have made a mistake in ROMizing Dalvik VM and its libraries for Galaxy S3.
I have found that CountryCode.getByCode(code) returns null on both the international and Sprint Galaxy S3. This is true for any value of code, even 'US'. Both devices are running stock ROMs.
The following configurations were tested and returned correct values as expected:
Nexus 5, stock Android 4.4.2
Nexus 4, stock Android 4.4.2
Nexus 7, stock Android 4.4.2
Galaxy S2 T-Mobile, CyanogenMod 11 alpha 2 (Android 4.4.2)
Galaxy S2 T-Mobile, CyanogenMod 10.1.3 stable (Android 4.2.2)
Galaxy S2 T-Mobile, stock TouchWiz ROM (Android 4.1.2)
Galaxy S4 AT&T, stock TouchWiz ROM (Android 4.2.2)
T-Mobile G2 (HTC Vision), CyanogenMod 7.2.0 (Android 2.3.7)
The text was updated successfully, but these errors were encountered: