Would you like to play Nokia (J2ME) games on Retropie?
-
@dankcushions said in Would you like to play Nokia (J2ME) games on Retropie?:
are the conditions something you'd be interested in satisfying, eventually?
The AWT build runs on Windows and Linux just fine. It should run on MacOS now, but I haven't had the opportunity to try it out.
It could probably be ported to Android and iOS fairly quickly with Oracle's ADF Mobile (though I believe recordstores and configs would also need changed -- though that's just two additional files.) Though for iOS, I'd need to buy a Mac and some other Apple thing to test it out. That's a big investment for just one hobby project. I can pick up an Android phone for around $100. That's not much of burden, but seems so silly to invest twice the prize to claim it.
If it needs to use libretro on those platforms as well, I don't know that I'd bother. The only reason I'm using it now is to make it work neatly on my pi3. The Java requirement makes it a poor fit for Libretro. While making it, I felt like I was doing something that shouldn't be allowed.
Someone else (who, I'd assume, has already invested in the necessary Apple things) can claim that prize once I've put out the source. I'll try to find a few hours this weekend to get it out and available.
It's really nice to see some interest in J2ME preservation beyond this thread. A good community should be able to take this and make something much better out of it.
It would be nice to see other projects pop-up as well. As you'll see, it's not exactly difficult. For the most part, it's just a lot of tedious work. With people more comfortable with Java than I, and familiar with the subtleties of J2ME development, I expect we'll see some fantastic projects appear that leave this one in the dust.
-
Do you need oracle java or could you use Midpath?
I have a mac and can test iOS and Android for you. -
@guicrith MIDPath isn't an alternative to a JRE. It's written in Java, after all, and so requires a JRE to run. If you just don't like Oracle, you could use OpenJDK but it's significantly slower.
I wish I'd had known about MIDPath before. It would have saved quite a bit of effort. If anyone is looking to make a J2ME "emulator" themselves, that would be a really good place to start.
I'll try to get the source of mine out sometime tomorrow, though I don't know if I'll do much with it going forward. There seems to be enough interest to keep it going in the care of the community, so it's not like development will end here. There's still a lot of big things to do, so it should make a nice project for quite a few people.
I'll see about making a write-up to go over the basic ideas and a few of the stranger things, but it should be easy enough to follow after an hour or so.
-
I dont have any feelings toward oracle, are you using phoneME as the runtime(JRE)?
I am just wondering how it would run on android and ios if you are using the oracle JRE binarys since they dont exist for those platforms. -
This would be amazing when complete, I used to love Zombie Infection on my old Sony Ericsson!
In fact, the library for this would be massive.
-
@guicrith You can use whatever JRE you prefer. Like any Java application, it uses whatever is available on the system.
If you're looking to port it to iOS and Android, you could try wrapping it in an Oracle MAF app.
@morrisav10 said in Would you like to play Nokia (J2ME) games on Retropie?:
I used to love Zombie Infection on my old Sony Ericsson!
As luck would have it, Zombie Infection works just fine. The version I have runs in 320x240. You can change the display size per-game from the configuration menu (ESC from the keyboard, L+R+Start from the controller)
-
@recompile Will you be making an updated version for Linux too (non-libretro)?
-
Here it is:
https://sourceforge.net/projects/freej2me/
Alt:
http://drichardson-shared.s3.amazonaws.com/freej2me/freej2me_2017-09-23.zipThe AWT build will run on Windows and most desktop Linux distributions. It should run on MacOS, though I haven't tried it. With any luck, a Mac user will let us know.
To build, you'll want to install Apache Ant Just run
ant
from the directory that contains thebuild.xml
file. Builds are provided in thebuilds
directory, if you don't want to build it yourself.For the libretro core, you'll need
libretro.h
andfreej2me_libretro.c
Runbuild.sh
to producefreej2me_libretro.so
A pre-compiled binary for the pi3 is supplied.With that, I leave it in the capable hands of the community.
-
@recompile Which one of the compiled jar files is the one we have been testing with SDL?
-
@hex You'll need to compile that one yourself. Just add an entry to build.xml and run ant.
-
@recompile Thanks
-
This is very cool, the terminal I/O part will be very useful to run linux games on android if I ever try to set that up again.
I will try to get this on android soon using openjre8 and linux, it wont help most users but should work on any rooted android phones.
-
@recompile I noticed you got the languages to work. Can you guide me how I can fix this? (From ShadowWalker)
Linux OpenJDK8
Using MicroEmu
Using FreeJ2ME
-
You'll need to properly implement javax.microedition.lcdui.Font.stringWidth, javax.microedition.lcdui.Font.subStringWidth and possibly fix anchors for text in org.recompile.mobile.PlatformGraphics.drawString, which implements javax.microedition.lcdui.Graphics.drawString
-
Do you care if I start a github page for the android project, bugreports and so others can contribute.
You would retain full credit for the project and could transfer things to your own github page at any time.
-
@guicrith I am making one with credits to @recompile
-
@guicrith It's okay with me. Remember, you have rights and responsibilities under the GPL. While I appreciate the gesture, you don't need to ask me. It's free software, after all.
Make sure you check license.txt before you distribute the ObjectWeb ASM component.
Besides, the more variety the better, right? A lot of code should be portable between branches, so it's likely that your branch will be able to benefit others as others benefit from your own. The GPL keeps things free as in freedom for everyone.
-
@recompile It is a really nice project we accomplished. Most of the work was done by you. I am really glad we reached so much from the time we almost abandoned it due to awt not working on Rasperry pi and JavaFX problems with externally manipulating frame data. Kudos mate.
EDIT: Let me know if you are on github and I shall provide you write access right away. If you want the repo under your account even that can be done.
-
@hex I'm not on github, which is why I put it on sourceforge. I've found that github can be difficult for casual users to use. (unintentional alliteration)
I looked at your repo though. It looks like I left some junk on there. You can safely remove the config and package directory.
-
@recompile I was able to find out and fix the vertical misalignment. You had size medium in Font.java as zero.
Now I am stuck with the horizontal part. This method in particular:
public int stringWidth(String str) { return str.length() * getPointSize() / 2; }
I know that the
/2
is a hack (removed for the above image). The problem is that the font is not monospaced so plain multiplication is not going to work. So I need a way to get rendered text size. Some searches suggested FontMetrics.stringWidth. I tried to get that from Graphics2D but I am getting NULLPointers.Any ideas?
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.