Skip to content

Files

Latest commit

26a4c9a · Feb 2, 2023

History

History
24 lines (14 loc) · 484 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 484 Bytes

Nokia Bounce Decomp

Building

It builds with gradlew build but there is no point in that at the moment since I didn't implement any wrappers for MIDlet and Nokia APIs.

Tools

extract_locales

extract_locales.py -- extracts locales from lang.*** files.

Requirements

  • Python 3 with PIP

Usage

pip install -r requirements.txt
python extract_locales.py

Replace pip and python with pip3 and python3 if your system has Python 2 installed.