JavaJens / TextSecure

A secure text messaging application for Android.
GNU General Public License v3.0
72 stars 9 forks source link

instructions incomplete? #57

Closed ThomasWaldmann closed 8 years ago

ThomasWaldmann commented 8 years ago

thanks for your efforts in getting signal working without gcm!

Somehow the instructions seem incomplete:

https://github.com/JavaJens/TextSecure/wiki/Building-the-Websockets-reborn-fork

i tried to follow them, but noticed some differences:

that is 2.8.2 now (minor)

Not sure what that means, where do I configure "build options"? I used android studio.

Especially, where do I need to tell it to be a "websockets" build?

wasn't working without them the whole point of this?

ThomasWaldmann commented 8 years ago

Trying right now with android studio "Build signed APK": "Build type": "websockets" "Flavors": "prod"

But it still complains about missing google play services when it first starts and I try to register my phone number.

ThomasWaldmann commented 8 years ago

One also has to be careful to copy the right apk to the device, the one with websocket support is named "TextSecure-prod-websockets.apk" (not: TextSecure-prod-release.apk)

ThomasWaldmann commented 8 years ago

I coud register now. :) No nagging for google play services any more.

schachmat commented 8 years ago

@ThomasWaldmann you are right about that missing parts in the instructions, could you update the wiki? If you did that and there are no other open questions, I think you can close the issue.

ThomasWaldmann commented 8 years ago

OK, wiki page updated, please check it.

schachmat commented 8 years ago

Looks good to me, thanks.