You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FATAL EXCEPTION: main
Process: com.github.tmo1.sms_ie, PID: 27185
java.util.zip.ZipException: duplicate entry: data/118.heic
at java.util.zip.ZipOutputStream.putNextEntry(ZipOutputStream.java:234)
at I0.v.h(SourceFile:519)
at q1.b.c(SourceFile:9)
at E1.A.run(SourceFile:97)
at C.f.run(SourceFile:374)
at L1.j.run(SourceFile:3)
at L1.a.run(SourceFile:92)
Suppressed: J1.g: [d0{Cancelling}@e7c23df, Dispatchers.Main]
This is the device info -
SDK: 34
PRODUCT_NAME: tokay
DEVICE_NAME: tokay
BOARD_NAME: tokay
SUPPORTED_ABIS: arm64-v8a
MANUFACTURER: Google
BRAND: google
MODEL: Pixel 9
The text was updated successfully, but these errors were encountered:
Some more info, I was able to fix this by exporting my messages via SMS Backup and Restore (previously owned by carbonite) and re-importing, it detected some 11 duplicates which it didn't restore. Then I tried exporting with sms-ie again, it worked fine.
It looks as though your original Android message database has multiple MMS messages linked to the same binary file attachment, and Android's Zip libraries are throwing an exception when SMS I/E tries to add the same file / filename to the Zip archive multiple times. Can you look at the SMS Backup and Restore export and try to figure out what's going on? You can search through the XML for 118.heic and see if the export has multiple copies of the same MMS message, or different MMS messages that somehow refer to the same 118.heic file.
This is the stacktrace, captured using LogFox -
This is the device info -
The text was updated successfully, but these errors were encountered: