Gameloft Vxp ✭
Why? Because many VXP games were simply J2ME MIDlets that were "wrapped" post-compilation.
public void startApp() display = Display.getDisplay(this); gameCanvas = new GameCanvas(); // Your custom canvas exitCommand = new Command("Exit", Command.EXIT, 1); gameCanvas.addCommand(exitCommand); gameCanvas.setCommandListener(this); display.setCurrent(gameCanvas); gameloft vxp
Posted by RetroDev | Categories: J2ME, Feature Phones, VXP gameCanvas = new GameCanvas()
Have you ever unpacked a VXP file? Share your hex-editing war stories in the comments below. Posted by RetroDev | Categories: J2ME
Sample J2ME skeleton: