Coder Social home page Coder Social logo

Comments (8)

schachmat avatar schachmat commented on August 16, 2024

The application id changed between those two versions. You can reset the app id of 3.12 to the old one manually in build.gradle, recompile and it should update the 3.9.1 version instead of installing a parallel one.

from textsecure.

ThomasWaldmann avatar ThomasWaldmann commented on August 16, 2024

Will it also find the 3.9.1 data (i didn't delete cache or data on uninstall) even if i already have uninstalled 3.9.1? Or does it help if I first reinstall 3.9.1? Thanks for helping!

from textsecure.

schachmat avatar schachmat commented on August 16, 2024

it should find the data, but you can make a backup first to be on the safe side.

from textsecure.

ThomasWaldmann avatar ThomasWaldmann commented on August 16, 2024

I don't find it in build.gradle - do you have a search term?

from textsecure.

mimi89999 avatar mimi89999 commented on August 16, 2024

It's in the LibreSignal/LibreSignal repo.

from textsecure.

schachmat avatar schachmat commented on August 16, 2024

This diff should cover it:

@@ -218,6 +218,7 @@ android {
         dev.initWith(buildTypes.debug)
         dev {
             buildConfigField "boolean", "DEV_BUILD", "true"
+            applicationIdSuffix ".dev"
             versionNameSuffix "-dev"
         }
         websockets.initWith(buildTypes.dev)

from textsecure.

ThomasWaldmann avatar ThomasWaldmann commented on August 16, 2024

I did a new build with that diff applied, force-stopped and uninstalled previous build, installed new build, but it doesn't find old 3.9.1 data/settings. It lets me re-register and generates new keys.

from textsecure.

mimi89999 avatar mimi89999 commented on August 16, 2024

LibreSignal#22
In your case the app id is org.thoughtcrime.securesms.dev

from textsecure.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.