Is it possible to restore the ID from the threema.id file to the Android Threema app?
I guess not, because the current password {0xA, 0xB, 0xC, 0xD, 0xE} is some non character stuff you can't type into the app.
I changed the password to {0x60, 0x61, 0x62, 0x63, 0x64} which translates to "01234" in ASCII and recompiled the demo.
Then I deleted threema.id and the demo generated a new one. But I also couldn't restore that new ID in the Android Threema app.
And what about the other way around and making the password configurable by a file like the threema.id file!?
So you can put the ID backup from the app into the threema.id file to make the demo use an existing Threema ID from the app.
Is it possible to restore the ID from the
threema.idfile to the Android Threema app?I guess not, because the current password {0xA, 0xB, 0xC, 0xD, 0xE} is some non character stuff you can't type into the app.
I changed the password to {0x60, 0x61, 0x62, 0x63, 0x64} which translates to "01234" in ASCII and recompiled the demo.
Then I deleted
threema.idand the demo generated a new one. But I also couldn't restore that new ID in the Android Threema app.And what about the other way around and making the password configurable by a file like the
threema.idfile!?So you can put the ID backup from the app into the
threema.idfile to make the demo use an existing Threema ID from the app.