Robert Pösel

Results 50 comments of Robert Pösel

Method exif.setAttribute() exists only in Android's ExifInterface, in this library it is exif.setTag(). So, you are not talking about this library. But anyway, problem with unicode text is mentioned in...

In recent version of library there is much less logging. But you need to use correct maven url, as the one in readme points to old version 1.0.1. See https://github.com/sephiroth74/Android-Exif-Extended/issues/11

As I understand it, 2.97.x is oldest version, then 1.0.x started in april 2014. Later was released newer versions under a different name, but author probably forgot to update readme...

You need to use `buildTag()` and `setTag()`. ``` ExifInterface exif = new ExifInterface(); exif.setTag(exif.buildTag(ExifInterface.TAG_ORIENTATION, ExifInterface.getOrientationValueForRotation(rotation))); exif.writeExif(...); ```

You need to use `buildTag()` and `setTag()` instead of `setTagValue()`. ``` ExifInterface exif = new ExifInterface(); exif.setTag(exif.buildTag(ExifInterface.TAG_ORIENTATION, ExifInterface.getOrientationValueForRotation(rotation))); exif.writeExif(...); ```

@makedir *don't want* and *can't* are two different things. As @georgehazan couldn't reproduce it on his machine. It is somehow related to clist_modern's skinning. Workaround is: a) to use clist_nicer...

@LittleVulpix Could he try some different skins? a) default Miranda NG skin of clist_modern b) my pack http://www.robyer.cz/miranda-ng/robyer-pack/ - I think perhaps I don't have transparent parts there.

@White-Tiger I just tried Liberkey and no problem happened. Also no problem with Miranda though. I reinstalled my Windows some time ago so that also might have some effect.

@makedir I understand you are frustrated, but you must be aware of how hard this problem is to reproduce and find what exactly causes it. Sure, it is *somehow* related...

@georgehazan Can you remotely debug this on @watcherhd's computer? This is really serious issue.