Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > General > Decrypting

Reply
 
Thread Tools Search this Thread Display Modes
Old 15th February 2007, 18:42   #1  |  Link
dvdguru
Registered User
 
Join Date: May 2004
Posts: 25
Maybe is possible to remove area code check from bdjava blackups

Hello everybody, I've between my hand a Java BluRay Title.
I notive that the java structure is similar to this:

PlayMenuMain.class

00001.jar
00002.jar
00003.jar

Every jar is a language: inside 00001 i have menu in english, inside 00002 I have menu in spanish etc etc..

The interest is in "PlayMenuMain.class", that is the first file the player load: if i decompile this java file with DJ Java Decompiler I have inside the code:

Code:
 public void startXlet()
        throws XletStateChangeException
    {
        Debug.info(this, "startXlet");
        System.out.println("*************************************");
        System.out.println("*****                           *****");
        System.out.println("*****         WEI V7 ENG        *****");
        System.out.println("*****                           *****");
        System.out.println("*************************************");
        if(!PlayerConfiguration.isRegionCodeMatch(2))
        {
            (new InitialisePlayable(9, null)).play();
            return;
        }
        (new InitialisePlayable(8, null)).play();
        setScreenResolution(1920, 1080);
        timer = new Timer();
        scene = HSceneFactory.getInstance().getDefaultHScene();
        scene.setVisible(true);
        scene.setBackground(new Color(0, 0, 0, 0));
        sceneGraphics = (Graphics2D)scene.getGraphics();
        sceneGraphics.setComposite(AlphaComposite.Src);

etc etc etc ...
Very intersting is the line "if(!PlayerConfiguration.isRegionCodeMatch(2))".

This is the region code check. If you delete the check the disc doesn't check if the player has the right zone.

So you can have codefree bluray backups.

dvdguru is offline   Reply With Quote
Old 16th February 2007, 05:06   #2  |  Link
snurregrekk
Registered User
 
Join Date: Dec 2006
Location: Norway
Posts: 8
lol, nice
snurregrekk is offline   Reply With Quote
Old 16th February 2007, 07:51   #3  |  Link
K40
Registered User
 
Join Date: Jan 2007
Posts: 57
Which BluRay movies are Java Titles ?
K40 is offline   Reply With Quote
Old 3rd March 2007, 12:19   #4  |  Link
2bigkings
Registered User
 
Join Date: Jan 2007
Posts: 117
some new infos about that?

regards
2bigkings is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:29.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.