1.) Install WSA from here
2.) Open WSA and go to "Developer". Enable Developer Mode. Copy the IP address.
3.) Download Platform Tools - here
4.) Extract the zip file and open the platform-tools folder. Right click and select "Open in Windows Terminal.
5.) Enter the following command: .\adb connect <ip address
, here <ip address>
is to be replaced with the one you copied from step 2.
6.) Download J2ME Loader APK - here
7.) Place it in the platform-tools folder
8.) Run this in Terminal - .\adb install J2ME_Loader-1.7.5-open-release.apk
9.) Now you should be able to open J2ME loader as a native app in Windows 11.
10.) Download bounce.jar and put it in platform tools folder.
11.) Run this in Terminal - .\adb push bounce.jar
/storage/emulated/0/Download/ `
12.) Now you can find it in the downloads folder when you open J2ME loader.
For any queries, DM me - G M P#0177
on Discord.
Note, all commands to run without the
quotes.