Neopets Mobile: Difference between revisions
From Computers Wiki
Jump to navigationJump to search
Line 15: | Line 15: | ||
The META-INF/MANIFEST.MF for the Nokia 6280 version specifies a Java version of 1.4.2_04. |
The META-INF/MANIFEST.MF for the Nokia 6280 version specifies a Java version of 1.4.2_04. |
||
The decompiler used is quiltflower: https://github.com/QuiltMC/quiltflower |
The decompiler used is quiltflower: https://github.com/QuiltMC/quiltflower and the javax.microedition classes were copied from https://github.com/mcpat/java-microedition-libraries |
||
[[Category:Neopets]] |
[[Category:Neopets]] |
Revision as of 02:45, 21 May 2023
Neopets Mobile does not refer to the 2021 interface of the website, but the 2006 flip phone application that has long been discontinued.
Archival
https://www.jellyneo.net/?go=mobile
https://pinkpt.com//neodex/index.php?title=Neopets_Mobile
https://drive.google.com/file/d/1Cj8hqk4VI-O408kgMnKpffPmI-kxKmWR/view
Attempts to reverse engineer the long-defunct API
TODO (The jars are all minified, but perhaps I can extract the API URLs from them and document what the application expects to get back)
The META-INF/MANIFEST.MF for the Nokia 6280 version specifies a Java version of 1.4.2_04.
The decompiler used is quiltflower: https://github.com/QuiltMC/quiltflower and the javax.microedition classes were copied from https://github.com/mcpat/java-microedition-libraries