My apologies for not being very specific.  I very much appreciate your
reply!

I've attached a few screenshots of the emulator (running 2.1 update 1, which
is the same as my physical device).

Croatia.png shows what is displayed in the emulator, while my device will
display "Selected: Croatia HRK"
Czech Republic.png shows what is displayed in the emulator, while my device
will display "Selected: Czech Republic CZK"

So, even though the same code is being run, my device seems to display the
"Currency Code".  I'm not getting any crashes, but just differences is the
way the currency formatter is working.

I have also noticed that if I run a different Android version on my
emulator, some of the displays change as well.  For instance:

Algeria_Android2dot2.png shows what is displayed in Android version 2.2

Algeria_Android2dot1.png shows what is displayed in Android version 2.1
update 1.

Thus, I am assuming that what is displayed is also dependent upon which
Android version a particular device has.  Am I missing something, so is this
how I can expect things to happen on actual devices in other countries?  I
hope I'm more clear this time around.

Thanks for any thoughts!

On Tue, Feb 15, 2011 at 5:05 PM, Marcin Orlowski
<[email protected]>wrote:

> > When I run this in the Android emulator, I get the cool and funky
> > characters, but I do not when I run it on my device.
>
> If you will be posting technical question be next time more precise.
> We do not know what characters are "cool and funky" for you and most
> won't bother guessing.
>
> > the device was native to Algeria, the characters would display as they
> > do in the emulator. Is my assumption a good one?
>
> If I guess your problem right your phone crashes on parseDouble()? If
> so it looks close to case I had and it looked device disliked "," as
> decimal separator (while it worked fine on  simulator) and expected
> ".". Substituting all commas with dots prior parsing solved the issue.
> If this is not your case post the stack trace from device having
> problem.
>
> --
> Regards,
> Marcin
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

<<attachment: Croatia.png>>

<<attachment: Czech Republic.png>>

<<attachment: Algeria_Android2dot2.png>>

<<attachment: Algeria_Android2dot1.png>>

Reply via email to