diff --git a/OsmAnd/libs/sanselan-0.97-incubator.jar b/OsmAnd/libs/sanselan-0.97-incubator.jar deleted file mode 100644 index fff931f24c..0000000000 Binary files a/OsmAnd/libs/sanselan-0.97-incubator.jar and /dev/null differ diff --git a/OsmAnd/src/net/osmand/plus/audionotes/AudioVideoNotesPlugin.java b/OsmAnd/src/net/osmand/plus/audionotes/AudioVideoNotesPlugin.java index ce6c740b77..c72091bd29 100644 --- a/OsmAnd/src/net/osmand/plus/audionotes/AudioVideoNotesPlugin.java +++ b/OsmAnd/src/net/osmand/plus/audionotes/AudioVideoNotesPlugin.java @@ -30,7 +30,6 @@ import net.osmand.plus.views.OsmandMapTileView; import net.osmand.plus.views.TextInfoControl; import org.apache.commons.logging.Log; -import org.apache.sanselan.formats.jpeg.exifRewrite.ExifRewriter; import android.app.Dialog; import android.content.Context; @@ -116,6 +115,15 @@ public class AudioVideoNotesPlugin extends OsmandPlugin { } public void updatePhotoInformation(){ + // FIXME +// ExifInterface exif = new ExifInterface(file.getAbsolutePath()); +// exif.setAttribute(ExifInterface.TAG_GPS_LATITUDE, latitude); +// exif.setAttribute(ExifInterface.TAG_GPS_LATITUDE_REF, "N"); +// exif.setAttribute(ExifInterface.TAG_GPS_LONGITUDE, longitude); +// exif.setAttribute(ExifInterface.TAG_GPS_LONGITUDE_REF, "E"); +// exif.setAttribute("GPSImgDirectionRef", "Magnetic North"); +// exif.setAttribute("GPSImgDirection", ((float) rot)+""); +// exif.saveAttributes(); } private int getExifOrientation() {