Alright I will try what you told me. I don't think my rotation is code is executing very well, because I was testing now. I took a picture in an Upright Position and when i loaded it it was sideways and stretched. One other thing is that when I load the picture I can't move any of the handlers. When I comment out the picture code, the handlers move weird.
Thanks a lot, I will try your theory and let you know the results. On Sun, May 6, 2012 at 11:27 PM, Jason Teagle <[email protected]>wrote: > 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 > android-developers@**googlegroups.com<[email protected]> > To unsubscribe from this group, send email to > android-developers+**[email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/**group/android-developers?hl=en<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

