|
||
|
||||
|
Hey Koak,
This link looks interesting: Free Games - Mobile Games@Midlet Review You could download the .jar files and decompile them to see how its done ![]() Obviousally you will need a Java ME IDE to run these midlets.
__________________
Don't forget to add code tags around your code: ![]() Forum Tip: Add to peoples reputation ( ) by clicking the button on their useful posts.
|
|
|||
|
Quote:
|
|
||||
|
I personally use this. It works pretty well:
DJ Java Decompiler - Free software downloads and reviews - CNET Download.com
__________________
Don't forget to add code tags around your code: ![]() Forum Tip: Add to peoples reputation ( ) by clicking the button on their useful posts.
|
|
||||
|
What do you mean? You should be able to run this as a trial version. I've used it for years and have never had to register it. Maybe the newest version is different?
It's only $19.99 to buy the full version. I strongly suggest buying it as it will stop all issues!
__________________
Don't forget to add code tags around your code: ![]() Forum Tip: Add to peoples reputation ( ) by clicking the button on their useful posts.
|
|
|||
|
Quote:
![]() EDIT: tried another decompiler, it only decompiled half of the sudoku game
Last edited by Koâk; 06-05-2009 at 09:43 PM. |
|
||||
|
OK Koâk, no problem.
I have uploaded the version I have on my PC. Lets see if this works for you... ** link removed ** You will need winzip or winrar to open this compressed archive.
__________________
Don't forget to add code tags around your code: ![]() Forum Tip: Add to peoples reputation ( ) by clicking the button on their useful posts.
|
|
|||
|
That didn't work either, but I've found a way to decompile them
only works if theyre Jarred tho :p Thanks! Wow confusing ![]() Java Code
public final void a(f f1, byte byte0)
{
a_f_fld = f1;
f1.a_c_fld = this;
a_byte_fld = byte0;
a_a_fld = a.a(a(a_java_lang_String_array2d_static_fld[a_byte_fld][Math.abs(a_java_util_Random_fld.nextInt()) % 40]));
d = 4;
e = 4;
a_boolean_fld = false;
a();
a_f_fld.a(d, e, a_a_fld.a(e, d), (byte)(4 | (a_a_fld.a(e, d) ? 8 : 1)));
a_long_fld = System.currentTimeMillis();
}
Last edited by Koâk; 07-05-2009 at 04:23 PM. |
|
||||
|
OK cool. Glad you have found a way to decompile them..
That is your best bet. Then you can see exactly how they work and make any changes you want
__________________
Don't forget to add code tags around your code: ![]() Forum Tip: Add to peoples reputation ( ) by clicking the button on their useful posts.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| help with an RPG game | MooncakeZ | Paid Java Projects | 7 | 18-09-2009 02:41 AM |
| [ASK]making a map | donjuan | AWT / Java Swing | 3 | 15-05-2009 08:32 AM |
| [SOLVED] mobile operating system | blackJava | Mobile Applications | 3 | 16-04-2009 07:44 PM |
| Yo! Stuck making a simple game | rojroj | Java Theory & Questions | 3 | 02-04-2009 03:24 PM |
| A more efficient Game of Life | unreal4evr | What's Wrong With My Code? | 1 | 28-03-2009 12:21 PM |