On a related front, it now should handle the rotation issue with moto images. What was happening was this. In order to send the pics to estrip from the mobile app, I first resize them on the phone as it would take forever to send 5-8MP images. The problem is that my nexus one truly rotates images when rotated, while the moto droid line seems to just set the EXIF_ORIENTATION bit to the rotation desired. I get why they do this, the problem is that the android resize functions strips out the EXIF data. So I was stuck with the problem of having no EXIF data to work with when it got to the server. Mind you I still think the whole store in EXIF data is a little sketchy as not all software supports it. Just try and look at one of those images in firefox for example, they are incorrectly rotated.
So to solve it I read the EXIF data before the resize and send the orientation information along with the packet to the server. I tested with some images from a droid and it worked good. Hopefully it will work for (e:heidi)'s droid X. (e:chris) told me facebook had the same issue. Really it seams to be a bug in androids bm.compress(Bitmap.CompressFormat.JPEG, 100, outputStream); method.
You can get the update from the android marketplace.

The camera saved two copies of the photos i took using the camera in the estrip app. Possibly one copy got geotagged?
The next button on the blog title field doesn't take me to the comment body field.
(Just notes, not demands!!! I'm loving these capabilities!!!!)
Thank you!!!!! I'll test it later when i've got something to photograph. Definitely appreciate the open-camera button.
When i log in on the regular site thru the browser, i type my username, then next, then my pw, then the next button takes my to the search input box, then i can hit go but it's the go for search not for logging in.
Also in the estrip app, the go back physical button doesn't go back, it just stays on the app and i have to hit the home button to get out of it.