Discord client for Java ME (MIDP 1.0 and 2.0) devices, inspired by Discord for Symbian. Uses proxy servers for the HTTP and gateway connection.
Also see Droidcord, a Discord client for old Android devices.
- Download
- FAQ
- Discord server (#discord-j2me)
- Telegram group
- Server and channel lists
- Message reading, sending, editing, deleting
- Replying to messages
- Reading older messages
- Direct messages and group DMs
- Attachment viewing
- Attachment sending (device dependent)
- Gateway/live message updates (device dependent)
- Unread message indicators
- Jumping to messages (e.g. replies)
- Initiating DM conversations
- Ping indicators
- Reactions and emojis
- Install Sun Java Wireless Toolkit 2.5.2 on your computer.
- If you haven't already, install an older JDK version (e.g. 1.6.0_45).
- Open Wireless Toolkit and create a new project named
Discord
. - Copy the contents of this repository into the project's folder.
- On Windows, it should be in
C:\Users\yourname\j2mewtk\2.5.2\apps\Discord
- On Windows, it should be in
- Build the project.
- To create a JAR, go to
Options
->Package
->Create package
. - Optional: to create an obfuscated JAR, go to
Options
->Package
->Create obfuscated package
.- For this, you'll need Proguard installed as part of your WTK.
- Download one of the older versions here (e.g. 3.4).
- Extract the ZIP and copy the
proguard.jar
file from thelib
folder into thebin
folder of your WTK installation.
- To create a JAR, go to
- @uwmpr for formerly hosting the default proxy server
- @WunderWungiel for formerly hosting the CDN proxy
- @shinovon for their Java ME JSON library
- @saetta06 for creating the menu graphics and loading animation