Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: Help with fixing up a broken java game

  1. #1
    Junior Member
    Join Date
    Jul 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help with fixing up a broken java game

    Hi. I have very little knowledge/experience with java code, so it's really hard for me to look into this problem myself.

    One of my favorite mobile games is a J2ME game; it came bundled with an ad service, since the game was free to download. However, the ad service shut down a while back, essentially breaking the game (as well as millions of other games with the same ad company). I need help to dissociate the game data from the data involved in generating ads. Since the ad company shut down and the game's own company shut down, the game is officially abandoned and free to work with.

    I already looked at the contents of the jar file and noticed that 4 of the main classes are linking to a sub-folder with another set of classes (import function); I believe the classes in the sub-folder are responsible for the ad service. Am I able to provide the game file here to show what I'm referring to?


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Help with fixing up a broken java game

    the game is officially abandoned and free to work with
    Cite a reference for this statement, a link if necessary.

    What you describe is not consistent with the purpose of this forum, but you may find someone bored who's interested in helping.

  3. #3
    Junior Member
    Join Date
    Jul 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Help with fixing up a broken java game

    Quote Originally Posted by GregBrannon View Post
    Cite a reference for this statement, a link if necessary.

    What you describe is not consistent with the purpose of this forum, but you may find someone bored who's interested in helping.
    Ad service gone, as explained here: RIP Gamejump (gamejump is the creator of the greystripe mobile ad service)

    Game's company (Konami Mobile) shut down back in 2011; you can see that their website is no longer in existence. Their new branch, with no specific name, handles game development on current cell phones (all the smart phones) all around the world and they absolutely do not have any information on the original J2ME games anymore. I found out about this through emails a couple years ago.

    If I had the right knowledge on java language, I could easily cut out the lines of code that causes the ad message to appear. Unfortunately, it's way beyond my skill. I could write up a list of functions used in the class files and find out what each is about. Then maybe I can try to weed out the greystripe prompting code.

  4. #4
    Senior Member
    Join Date
    Jul 2013
    Location
    Europe
    Posts
    666
    Thanks
    0
    Thanked 121 Times in 105 Posts

    Default Re: Help with fixing up a broken java game

    Just because the companies do not exist anymore does not mean that the program can now be freely reverse engineered. Unless the creator does explicitely tell you that you may work on the game your actions are still illegal and you wont get any help here.

  5. #5
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Help with fixing up a broken java game

    Though I am not a lawyer, I concur with Cornix' assessment. Thread closed.

Similar Threads

  1. [SOLVED] Broken loop - number guessing game.
    By emilysk8 in forum What's Wrong With My Code?
    Replies: 11
    Last Post: June 3rd, 2014, 10:26 AM
  2. Help Fixing Code and Painting(Java Applet)
    By LovellHoliday in forum What's Wrong With My Code?
    Replies: 6
    Last Post: March 26th, 2013, 08:37 PM
  3. Help fixing my Java program! Reading files
    By Spanky_10 in forum What's Wrong With My Code?
    Replies: 3
    Last Post: February 27th, 2013, 05:51 PM
  4. send image file from java to php broken pipe exception occured
    By ashi123 in forum What's Wrong With My Code?
    Replies: 2
    Last Post: July 21st, 2011, 02:53 PM
  5. Need simple JAVA program fixing ASAP
    By theviper in forum Paid Java Projects
    Replies: 1
    Last Post: April 14th, 2010, 10:59 AM