-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Amazon/Nokia X/generic support? #1032
Comments
Check out issue #1000 |
Thanks for the reference to #1000. I will have a look if there is anything I feel I can do. I didn't look much into the source code yet, and as I mentioned I'm not experienced in Android development. Anyway, I'm curious enough to look into it :-) |
The server name is configured in the client, Release.java. However the |
Thanks, I will have a look; however, besides definitely being an education for me, will this be of practical use? If I get everything implemented, is there any gateway to the "official" server, or are Google- and Android- users connected to the WhisperSystems infrastructure unavailable to me? Or does WhisperSystems plan to enable it as soon as clients are available? |
Well, the official server should support WebSockets, it is just not turned Maybe @moxie0 can give some insight? |
For the authentication, WhatsApp used to send an SMS with a verification code to a given phone number. If WhatsApp couldn't read the SMS automatically, I think it was possible to enter the code manually. So if sending the SMS is ok (e.g. cost wise), the user just has to start the desktop/tablet application and give his phone manually. He just needs some simple-phone next to himself, to get the SMS and enter the verification code to the application manually. What I don't know is how these services prevent abuse. If I enter the phone number of some person I don't like, I might be able to annoy them with nightly SMS. Maybe it would sufficient to define a minimum retry interval for each phone number, and maybe an interval between unsuccessful registration attempt and next attempt from same IP address. |
TextSecure currently does the same, but I think the registration is coupled |
@JavaJens I think, there are two different approaches. Implementing web-sockets would work for any (Android-) phone, but there are some open questions, and I agree it's a duplicate which should not be discussed here. |
For reference: This might help in porting, however I think that as resources are limited @thors A more short-term solution might be this: |
I think it's a different issue, but filed for the task of publishing to other preloaded app stores: #10770 |
Hi, I'm a happy owner of a Nokia X device. I built TextSecure from source and was able to install it, but not to register it, since I naturally don't have any google account associated to the phone and no google play account.
Are there plans to support the Nokia push services as well? How about Amazon devices (tablets)? Is someone working on this? If not, I might have a bit time next weekend and try to work on it, but I have to admit that I currently have no clue about TextSecure internals and I'm not an experienced Android developer.
The text was updated successfully, but these errors were encountered: