Looking for Syncthing-Fork debug apk using previous signing key

Hi all, I previously used the debug version of syncthing-fork and I accidentally unticked the box to keep data when I uninstalled it as I get the ‘App not installed as package conflicts with an existing package’ warning when I try to install the new version. I’m only installing it to uninstall it properly but the signing keys have changed. Is there any way to get the last version of the debug apk with the old signing keys?

Thanks for any help!

Please try this solution first:

1 Like

Thank you! I’ve tried installing the current debug apk. That’s what throws up the package conflict error. I’ll try using adb next but I assume instead of using the command ‘adb uninstall com.github.catfriend1.syncthingandroid’ I should be using ‘adb uninstall com.github.catfriend1.syncthingandroid.debug’?

I’m using GrapheneOS so I’m not sure how that affects the functionality of adb.

Yes, please append .debug to the package name. If both are removed by adb, the OS should allow to reinstall. I don’t know Graphene rom yet.

1 Like

Just gave that a shot, seems to have worked perfectly. I’ll post again if I notice any ill effects, but fingers crossed everything will be fine. Thanks so much!

1 Like