The JodelPatched mod provides additional features to Jodel.
Disclaimer: This project is not affiliated with Jodel or Jodel Venture GmbH.
Visit our Telegram channel for the latest releases or our user group for questions and interactions.
To best enjoy the spoofing feature and the account backup we recommend installing our companion app, JodelTools.
- Install JodelTools and backup your account if you'd like to keep it
- Uninstall any previous Jodel/Patched
- Install the newest release
- Toggle beta features
- Spoof location (applied only to Jodel)
- JodelTools required
- Upload from gallery
- No blur on images
- Save image by double tap
- Images are saved to
/sdcard/JodelPatched/images
.
- Images are saved to
- Copy text by double tap
- Account backup
- JodelTools required
- Account backup is saved to
/sdcard/JodelPatched/udi
UDI
stands for Unique Device Identifier. This id is generated by the Jodel app and is used to identify an account. It is used by the built-in backup to restore an account on a new device, however, this backup isn't supported by JodelPatched.
Instead you can use our companion app JodelTools to backup your account. JodelTools can backup your account to file. The file is then automatically utilized when JodelPatched is first launched.
Do not share your udi file with anyone.
If you're more interested in development and the technical stuff then read ahead!
Bans, analytics and regular user data collection is not intended to be circumvented. Abuse of the Jodel platform is not endorsed.
- Place source
.apk
intosource/apk/
- Clone dexpatcher-gradle-tools into a nearby folder
- Reference the
dexpatcher-gradle-tools
in./local.properties
like the example - Run the
patched/installDebug
gradle task to install on device - Run the
cleanAll
gradle task upon apk update
By default the app supports debugging via Setho. Connect your device via adb
and navigate to chrome://inspect
. Among things you can inspect requests and resources.
TBA