Jump to content

Welcome to CyanogenMod

Welcome to our forum. Like most online communities you must register to post, but don't worry this is a simple free process that requires minimal information for you to signup. Be a part of the CyanogenMod Forum by signing in or creating an account. You can even sign in with your Facebook or Twitter account.
  • Start new topics and reply to others
  • Subscribe to topics and forums to get automatic updates
  • Get your own profile and make new friends
  • Download files attached to the forum.
  • Customize your experience here
  • Share your CyanogenMod experience!
Guest Message by DevFuse
 

Disabling Whisperpush?


  • Please log in to reply
3 replies to this topic

#1 abtekk

abtekk
  • Members
  • 16 posts
  • Country:
    uk - United Kingdom
  • Device Model:
    Samsung Galaxy S2 i9100
  • CM Version:
    10.1.3 Stable
  • Recovery Image:
    ClockworkMod

Posted 27 January 2014 - 04:40 PM

Both me and my partner opted in to whisperpush but now wish to opt-out, how do we disable it and return to normal?

#2 SanderG

SanderG
  • Members
  • 2 posts
  • Device Model:
    HTC Hero
  • CM Version:
    6
  • Recovery Image:
    Amon_RA

Posted 26 February 2014 - 08:19 AM

I am having the same problem. Unable to receive messages from a Textsecure user because I once enabled Whisperpush.
Freezing the Whisperpush app does not help.

#3 anfl

anfl
  • Members
  • 2 posts
  • Country:
    us - United States
  • Device Model:
    Nexus S
  • CM Version:
    11
  • Recovery Image:
    Cyanogen

Posted 26 February 2014 - 02:16 PM

You could try to unregister manually:

pc:$ adb shell
phone:$ su # (enable root for ADB first)
phone:$ cat /data/user/0/org.whispersystems.whisperpush/shared_prefs/org.whispersystems.whisperpush_preferences.xml
# take note of pref_push_password and pref_registered_number
pc:$ curl -v -X DELETE --basic --user $pref_registered_number:$pref_push_password https://whisperpush.cyanogenmod.org/v1/accounts/gcm/
# add -k to skip the certificate warning
The HTTP response code should be 204.

#4 limeogen

limeogen
  • Members
  • 2 posts
  • Country:
    an - Netherlands Antilles
  • Device Model:
    ville
  • CM Version:
    11
  • Recovery Image:
    Cyanogen

Posted 27 February 2014 - 02:35 PM

Two topics that discuss the same topic. I suggest we close this one and continue in the other thread: http://forum.cyanoge...in-whisperpush/

Edited by limeogen, 27 February 2014 - 03:25 PM.