https://github.com/praj-foss/3310-eternum
https://github.com/praj-foss/3310-eternum
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/praj-foss/3310-eternum
- Owner: praj-foss
- License: bsd-3-clause
- Created: 2025-02-16T17:10:25.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-15T16:06:02.000Z (2 months ago)
- Last Synced: 2025-03-15T16:33:40.910Z (2 months ago)
- Language: Java
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
3310 Eternum
===A place where I can keep experimenting with my
[Nokia 3310](https://lpcwiki.miraheze.org/wiki/Nokia_3310_(2017)) forever!### Building
JDK 8 is necessary to compile these. Download and install one for your OS from the
[Temurin](https://adoptium.net/temurin/releases/?version=8&package=jdk) releases.Once JDK is installed, use the following command to build:
```shell
./gradlew :example:jar
# replace 'example' with the target subproject name
```To emulate the jars locally, use [MicroEmulator](https://sourceforge.net/projects/microemulator/)
### DEBUGG
This is an app for scanning java environment of the device. Comes with a known list of property names.
Refer to [releases](https://github.com/praj-foss/3310-eternum/releases) for downloading `debugg.jar`.

Command to build jar file:
```shell
./gradlew :debugg:jar
```File is generated at `debugg/build/libs/debugg.jar`.
#### Thanks!