A simple communication tool for local, on-device chat during situations of overwhelm, shutdowns, meltdowns and situational mutism
This repository aims to revive the legacy Emergency chat
app (Also known as Aspie Meltdown
). The app aims to be a tool that people can carry with them and have available in an emergency. A single phone should suffice to have communication with someone in person.
screenshots taken of version 3.0.0 on 2025.06.19:
Default Splash Screen | Chat View | Splash Screen Editor | Settings |
---|---|---|---|
![]() |
![]() |
![]() |
![]() |
The original described itself as follows:
About Emergency chat
A clutter-free single-device chat for situations where speech is impossible.
Emergency chat can be used in any situation where speech is impossible but communication is still necessary.
The splash screen has a base text that explains to the person you gave your phone to that you can't use speech and want to use this app to communicate. The default text is aimed at people experiencing an autistic meltdown, where their speech centres stay non-functional for a while even after they've recovered.
Both the title and text can be adjusted in the settings to be whatever you want the person you give your phone to to know.
You can then continue to the next screen which has a simple chat client.
Find us on facebook:
http://facebook.com/emergencychatapp
Icon copyright Kyo-Tux (http://kyo-tux.deviantart.com/)
- The original version of
Emergency chat
only existing as anarmv7
32 bit app targeting outdated and unsupported Android APIs - The lack of support/compatibility with 32 bit applications (armv7) with some modern Android based operating systems
- The original Playstore page having been removed and the only publically available versions being hosted on mirrors like ApkPure
I wanted access to the app on my own phone and make it available to more people. After contacting the original author she granted me access to the source code and gave permission to develop it further. My goal is not only to bring it to more modern versions of android, but also add functionality over time. The latest publically available version of the original is version 2.1
. This repositories pre-releases start with version 2.1.1
being the first time the app was able to compile and run on hardware. The first proper version recommended for daily use is version 3.0.0
or later, as that's when the app id was updated to not conflic with the original.
Due to the use of AndroidX I have set the minimum and target Android API levels/SDK levels to 19
(Android 4.4
/ Kitkat
) and 24
(Android 7
/ Android N
) respectively. This excludes very old hardware/software but my focus is making this app accessible into the future.
Builds are tested using a Pixel 9a running the latest release version of GrapheneOS on Android 15
/ SDK level 35
/ VANILLA_ICE_CREAM
as well as emulators for the minimal supported SDL level.
I am using the latest version of Android Studio (merecat at the time of writing). The project uses cradle 7.4 and JDK 11 to do builds. further instructions will be set up at a later point.
- The original code is by Seph De Busser who provided the source code which this app is built upon
- An iOS version was written by Leonard Elezi (github & AppStore)
- A windows app is availe courtesy of Daniel Tan