signalapp / Signal-Android

A private messenger for Android.
https://signal.org
GNU Affero General Public License v3.0
25.64k stars 6.16k forks source link

Crash when sending any message #1673

Closed YeDr closed 10 years ago

YeDr commented 10 years ago

TextSecure crashes whenever I try to send a message. Once I start it after a crash, I have to reenter my password, and messages I tried to send are slightly greyed out.

Android is rooted, I made sure all permissions are enabled via App Ops.

http://hastebin.com/tunohisuta

EDIT: BTW, TextSecure is set as standard SMS app.

moxie0 commented 10 years ago

Looks to me like your ROM is messed up and the system SMS provider is gone. The exceptions are all happening in Android code. Some OEMs tie the system SMS provider into the default messaging app, so you can't remove that on those ROMs.

YeDr commented 10 years ago

Thanks for your help. Indeed, I had deactivated the default SMS app. Reactivating the default SMS app resolved the issue. You might want to add that info to the FAQ. Also I don't think this is an OEM issue, which you should be able to test easily. Again, thanks.