-
-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Open Signal on your phone" warning on Windows #1728
Comments
@Crypto-Bee : I'm afraid the According to this rust-lang issue ("Windows support schedule 2024"), "Rust 1.75 will be the last to officially support Windows 7, 8 and 8.1. Support for Windows versions before 10 will end in February 2024 with Rust 1.76." – Unfortunately, current |
@m-ueberall thank you very much, it was really because Windows 7 is no longer supported. I switched to Linux some time ago, so the first thing I tried was to use signal-cli on Linux. But Linux couldn't do anything with the data folder that I had copied over from Windows 7. Now I simply used a (borrowed) Windows 11 computer and it worked immediately. :-) I noticed that the current version of signal-cli has changed a few things in the data folder. Since it now looked similar to Linux, I tried it again under Linux with this new data folder. Now I can use the account that I created at that time under Windows 7 under Linux. :-) However, signal-cli now gives me a warning message: What are Greetings Crypto-Bee |
With the introduction of phone number privacy a while back, Signal introduced PNIs (Phone Number Identifier). Those are required when people want to start a new conversation with your phone number. |
Hello,
I am also trying to get rid of the "Open Signal on your phone" warning and I don't have a smartphone either. (#1727)
I installed JRE 21 on my Windows 7 computer and downloaded signal-cli-0.13.13.tar.gz. Then I first tested whether signal-cli works:
.\signal-cli.bat -a +NUMBER listDevices
But I get an error message:
WARN Manager - Failed to call libsignal-client: C:\Users\NAME\AppData\Local\Temp\libsignal12428076573250675662\signal_jni_amd64.dll: The specified procedure was not found
Missing required native library dependency: libsignal-client
The folder libsignal12428076573250675662 does not exist. So I created it myself and copied the file signal_jni_amd64.dll from signal-cli-0.13.13\lib\libsignal-client-0.66.2.jar\signal_jni_amd64.dll to C:\Users\NAME\AppData\Local\Temp\libsignal12428076573250675662. Unfortunately, this does not work either, as signal-cli requires a new libsignalXXXXXXXXXXXXXXXX folder each time. By this I mean that the numbers for the folder name are different each time.
How can I resolve this warning message?
Thank you very much!
Crypto-Bee
The text was updated successfully, but these errors were encountered: