cutthecord/resources/patches/branding/README.md

71 lines
2 KiB
Markdown
Raw Normal View History

2021-07-28 15:48:08 +00:00
## DisTok CutTheCord: Custom Branding Patch
This patch renames Discord app to CutTheCord.
It also enables debuggability (`android:debuggable`) and backupability (`android:allowBackup`) of the application.
You'll need to run "addpatch.py" with syntax of `python3 addpatch.py $in_patch_filename $app_name $branch_name` and use the `-custom.patch` version, or else it'll fail. You'll need to put a valid directory for storing hacky build counters to it.
Running `customicon.sh` (while on root of the extracted folder) will also change the icon to the debug icon:
![](https://elixi.re/i/48nc2je7.png)
If you want a different icon, replace `res/mipmap-xxxhdpi/logo_debug.png` with the icon you want before running `customicon.sh`. If you don't want dynamic icon to be shown instead of the custom icon, delete the folder `res/mipmap-anydpi-v26/` (or if you want to replace it too, look at the next line instead).
If you want a custom dynamic icon replace `res/mipmap-xxxhdpi/ic_launcher_foreground.png` (optionally transparent image with only the foreground of the icon) and `res/mipmap-xxxhdpi/ic_launcher_background.png` (optionally transparent image with only the background of the icon), both images should be square and of same size, and then run `customdynamicicon.sh`.
You can use the following line to patch authorities:
`sed -i 's/android:authorities="com.discord./android:authorities="com.cutthecord.CTCBRANCH./g' AndroidManifest.xml`
#### Available and tested on:
- 56.0
- 57.11
- 63.2
- 63.3
- 65.3
- 66.14
- 69.0
- 70.3
- 70.4
- 70.5
- 70.6
- 71.2
- 71.3
- 71.4
- 72.1
- 73.1
- 73.8
- 73.11
- 74.0
- 74.10
- 76.8
- 78.5 - Beta
- 78.7 - Beta
- 78.9 - Beta
- 79.7 - Beta
- 81.9 - Beta
- 81.10 - Beta
- 81.11 - Beta
- 82.6 - Alpha
- 83.10 - Alpha
2021-07-28 16:38:20 +00:00
- 86.1 - Alpha
2021-08-03 23:26:45 +00:00
- 87.1 - Alpha
2021-08-04 19:12:54 +00:00
- 87.2 - Alpha
2021-08-05 15:35:28 +00:00
- 87.3 - Alpha
2021-08-11 20:03:00 +00:00
- 88.2 - Alpha
2021-08-12 18:30:22 +00:00
- 88.3 - Alpha
2021-08-14 23:02:14 +00:00
- 88.5 - Alpha
2021-08-18 19:40:20 +00:00
- 89.1 - Alpha
2021-08-20 18:23:58 +00:00
- 89.6 - Alpha
2021-08-21 06:52:51 +00:00
- 89.7 - Alpha
- 90.1 - Alpha
- 90.3 - Alpha
2021-08-28 17:57:16 +00:00
- 90.4 - Alpha
2021-09-01 20:13:35 +00:00
- 91.1 - Alpha
2021-09-02 15:42:08 +00:00
- 91.2 - Alpha
2021-09-07 18:53:22 +00:00
- 92.0 - Alpha
2021-09-09 18:03:53 +00:00
- 92.3 - Alpha
- 93.0 - Alpha
2021-09-20 01:36:05 +00:00
- 93.5 - Alpha