Distok CutTheCord: Modular Discord Android client mod
This repository has been archived on 2021-08-24. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
ave eb1f1ff8ac
branding: change app name
2019-01-25 15:48:05 +03:00
patches branding: change app name 2019-01-25 15:48:05 +03:00
.gitignore branding: change app name 2019-01-25 15:48:05 +03:00
README.md Push the new mutant code, now with a whole lot more diversity~ 2019-01-22 23:49:28 +03:00

README.md

cutthecord

Discord Android app patches.

Binaries

Automatically patched binaries are available on distok.a3.pm/cutthecord.

Installing patched binaries

First of all, download the apk you want to install from the link above, then:

  • Uninstall the official Discord app from your phone. You'll need to re-login, so make sure that you remember your password!
  • (optional) Disable Play Protect
  • Restart your phone
  • Install the APK you downloaded. Ignore Play Protect's nag.

Updating or moving between patches

You can just update directly or move between the patches that are built by cutthecord without having to uninstall or restart.

If you ever want to move back to official Discord builds or want to move to your own built APKs, you'll need to do the "Installing patched binaries" step above again. This is due to the different signatures provided.

Building

Toolchain setup

  • Get apktool
  • Get a keystore, see here, step 1.
  • If you want Mutant Standard emoji patches, get 72x72 copies of latest version of mutant standard emojis with codepoints. I have a zip here.
  • Extract the emojis you got somewhere.
  • Clone this repo somewhere, edit emojireplace.py and set the extracted_mutstd_path folder to the folder you just extracted emojis to.

Building a patched discord app

  • Get a Discord apk (cough apkmirror, aptoide API).
  • Extract it with apktool (apktool d <apk path>)
  • Get all the necessary patches for that version. Necessary patches are not available for all versions and are only required to get some versions to pack together correctly.
  • Get optional patches you want for your version. If the patch you want isn't available for your version, you'll have to port them yourself.
  • Apply the patches (patch -p1 < <patch name>).
  • If you want mutant (or other emoji patches), edit patches/mutant/emojireplace.py to point to extracted discord folder (extracted_discord_path), and apply emoji patches (python3 emojireplace.py)
  • Build the new APK (apktool b com.discord-832)
  • Sign the new APK (jarsigner -keystore <keystore path> <foldername>/dist/<foldername>.apk <alias>)
  • Get your new APK from <foldername>/dist/<foldername>.apk, install and enjoy!

Building patches

diff -crB -x "dist" -x "res/raw" -x "build" CleanFolder PatchedFolder > patchname.patch

Disclaimer about emojos

This [thing] uses Mutant Standard emoji (https://mutant.tech), which are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (https://creativecommons.org/licenses/by-nc-sa/4.0/).