Believe it or not the project is running again :S,

I've seen plenty of weird stuff - I believe you {:v)


Check the attachment, what I'm trying to do for my project works perfectly
in the emulator but not the Samsung S2 Galaxy. I'm basically trying to load

One possible answer for this (working in emulator but not in a specific device) is that you may have made some assumptions about how the data gets from the camera / media manager to your side of the code, or the Galaxy is simply going against most phones in its behaviour.

Now that you've got code working again, I refer you back to a suggestion I made earlier, which is to display the image exactly as you get it from the camera / media manager, without any manipulation from your code. Examine how that compares on the emulator and the Galaxy, and see if they are giving you different results. Putting the orientation information from the EXIF data into a TextView so you can see that for both devices would help.

(My rather weak theory is that perhaps the device is trying to be helpful and automatically rotating it for you, so you're rotating an image that has already been manipulated - although if that were the case, I would expect it to change the EXIF data accordingly.)


--
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

Reply via email to