Re: [android-developers] Android 1.5 device behaves differently than the emulator

2010-08-14 Thread { Devdroid }
We had different problem on 1.5 where app worked fine on emulator but crashed
on device. In our case it was string formatting difference where some
call returned
coma separated output on device while on emulator it was dot separated (thus
come conversion calls crashed later on).

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


Re: [android-developers] Android 1.5 device behaves differently than the emulator

2010-08-14 Thread Fabrizio Giudici

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 8/14/10 12:28 , { Devdroid } wrote:
 We had different problem on 1.5 where app worked fine on emulator
 but crashed on device. In our case it was string formatting
 difference where some call returned coma separated output on device
 while on emulator it was dot separated (thus come conversion calls
 crashed later on).

I've experienced differences too. I was doing the wrong thing with the
drawable resource directories - my fault, but the 1.5 emulator worked
fine while the real device crashed.

- -- 
Fabrizio Giudici - Java Architect, Project Manager
Tidalwave s.a.s. - We make Java work. Everywhere.
java.net/blog/fabriziogiudici - www.tidalwave.it/people
fabrizio.giud...@tidalwave.it
-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.14 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkxmqIgACgkQeDweFqgUGxfYvACcCwcqzbCV4Jm1VtoX1ztQLMHc
R2sAoI+BW0L7UniAJjx9hlmcc0K0VmdS
=YmBM
-END PGP SIGNATURE-

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


[android-developers] Android 1.5 device behaves differently than the emulator

2010-08-13 Thread Max Binshtok
Did anyone encounter this problem?
Particularly, I have a dialog style themes for a few activities and
these come up as expected on the emulator, but are full screen on the
device. The theme I a using is actually an extension of the basic
dialog theme (Theme.Dialog). I did not check with the original one.


Max.

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