KillerInk / FreeDcam

FreeDcam is a CameraApp for Android >4.0(ics) wich try to enable stuff that is forgotten by the manufacturs
GNU General Public License v2.0
295 stars 44 forks source link

Crashes with java.lang.NoSuchMethodError: android.media.ExifInterface.<init> #111

Closed mvglasow closed 4 years ago

mvglasow commented 4 years ago

Occurs right after starting FreeDcam.

OS is Android 4.4.4, FreeDcam f19d59a. Seems to have been introduced by 7b2bbb4, as 70ffaf20 did not experience this issue yet.

Logcat: alogcat.2020-03-16-22-49-34+0100.txt

KillerInk commented 4 years ago

after checking the history it got added with 4a89dc528716deefb90d93c69ce70423527623f8

you removed the forced true from? https://github.com/KillerInk/FreeDcam/blob/f19d59a515e17227b6bc5b51a687f6701b19e169/app/src/main/java/freed/file/FileListController.java#L62

on kitkat that uri stuff shouldnt get used

mvglasow commented 4 years ago

ah… didn’t notice you’d disabled the version check again. I see 8de7a93 has it in place again; just tested that version and it seems to work again.