Changes `Hello, %s` to your true name!
Go to file
Dominika Liberda 668bcaf6b4 * fixes for the newer app 2021-04-09 18:33:03 +02:00
LICENSE.md + LICENSE 2020-07-25 14:39:25 +02:00
README.md * fixes for the newer app 2021-04-09 18:33:03 +02:00
beforeafter.jpg fixed beforeafter for the nth time because I'm tired 2020-07-25 03:37:16 +02:00
mbankDeadnameRemover.sh * fixes for the newer app 2021-04-09 18:33:03 +02:00

README.md

mBank mobile app deadname remover

On the main screen of the mighty mBank mobile app, there's a huge text welcoming the user to the app. It isn't problematic for most, but what if your name has changed, but it's legally still the old one? Well, this shell script to the rescue!

Instructions

  1. Download mBank's app from apps.evozi.com or other apk downloader. You can also use Aurora store for this; Do not steal the app from /data/app/pl.mbank*/, as this has produced corrupted and uninstallable files.
  2. Run the script with the APK as a parameter, and your real name as the second one - i.e. ./mbankDeadnameRemover.sh base.apk Laura
  3. Transfer the patched APK back to your device
  4. Uninstall the old application from your device - this is needed, as Android won't let you install a self-signed application over another application
  5. Install the APK, pair the app with mBank
  6. ???
  7. Profit!

Before (left) and after (right)

License

Licensed under GPL 3.0; (C) selfisekai and sdomi, 2020-2021