Forum: Crystal Chip - Posts about the Crystal Chip mod go in here.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Thread: How to install apps to use with BootManager?
  

Page 2 of 11 FirstFirst 1 2 3 4 ... LastLast
Results 11 to 20 of 107
  1. #11  
    alexo is offline Member
    Join Date
    Nov 2004
    Location
    GTA
    Posts
    146
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by TheAgent
    You don't quite understand what im telling you. Some users have had issues with the bin files generated by the iso making utility inside of the megapack maker. Search the boards and you will see. The next version of the megapack maker will have an emergency generator based on mkisofs.
    Will we see it soon?
    Reply With Quote  

  2. #12  
    anarchy2007's Avatar
    anarchy2007 is offline Member
    Join Date
    Mar 2003
    Posts
    158
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    j-unit,

    Download CDGENPS2, and create a PS2 disk with the following directories.
    CD:\BOOT\APPS\(place your apps here).

    Turn your console on, go to application browser, put disk in tray and wait 10 seconds, choose install.

    Some of the mega packs have their "APPS" folder in the wrong directories.
    !!VIVISECTION IS SCIENTIFIC FRAUD!!
    S.A. Mod-chip Installer
    www.defcon5.co.za
    Reply With Quote  

  3. #13  
    anarchy2007's Avatar
    anarchy2007 is offline Member
    Join Date
    Mar 2003
    Posts
    158
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Forgot to say this is only if you are using Bootmanager above 1.4, 1.4 and below has a diffirent installation cd
    !!VIVISECTION IS SCIENTIFIC FRAUD!!
    S.A. Mod-chip Installer
    www.defcon5.co.za
    Reply With Quote  

  4. #14  
    Dimis is offline Registered User
    Join Date
    Jan 2005
    Posts
    10
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by anarchy2007
    j-unit,

    Download CDGENPS2, and create a PS2 disk with the following directories.
    CD:\BOOT\APPS\(place your apps here).

    Turn your console on, go to application browser, put disk in tray and wait 10 seconds, choose install.

    Some of the mega packs have their "APPS" folder in the wrong directories.

    This was the solution to my problem Thank you ever so much Anarchy2007 and finally I managed to install apps on my PS2. I used the apps from MegaPack2.23. Some apps could not be seen from the browser to be installed and one of them was HDloader so I am looking a good apps package to make a usefull for my needs AppsPak CD. Any idea for a good source for HDL,Dvix player etc etc?
    Reply With Quote  

  5. #15  
    anarchy2007's Avatar
    anarchy2007 is offline Member
    Join Date
    Mar 2003
    Posts
    158
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    You can download the one on my website, it is for v1.4 bootmanager, but you can use the elf files, every app on that mega pack works (tried and tested)

    http://www.defcon5.co.za/common/ps2downloads.htm
    !!VIVISECTION IS SCIENTIFIC FRAUD!!
    S.A. Mod-chip Installer
    www.defcon5.co.za
    Reply With Quote  

  6. #16  
    j-unit's Avatar
    j-unit is offline Member
    Join Date
    Oct 2005
    Location
    RI
    Posts
    42
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    First of all thanks for all the help. Many are benefiting from this.

    Ok, I managed to get some apps running from BootManager. I only have issueS with the following apps: uLaunch 3.41s and HDL7c.

    uLaunchs - App boots but from what I noticed it doesn't or can't properly load the "Launchelf.cnf" file which it's saved on mco:/sys-conf. Instead it displays "No disc" at the top. This results in applications going into black screen when booting. Also, when launching "PS2NET" it doesn't display the iP config. Lastly, it always freezes when copying files.

    SCRIPT

    SET "CMD" "$ARG1$"
    SET "SRC_PATH" "$ARG2$/ULAUNCHS"
    SET "DST_PATH" "$ARG3$/ULAUNCHS"

    GOTO "$CMD$"
    RETURN "-1"

    :QUERY
    # Change this information to describe the application.
    SET "APP_TITLE" "uLAUNCHs"
    SET "APP_VERSION" "3.41s"
    SET "APP_DESC" "Unofficial branch of the LaunchELF project featuring enhanced abilities such as built-in FTP support and reworked HDD access routines."
    SET "APP_MEDIAS" ""
    RETURN "0"

    :INSTALL
    # Change this to create the directories and copy the files needed for the application.
    MKDIR "$DST_PATH$"
    COPY "$SRC_PATH$/ULAUNCHS.ELF" "$DST_PATH$/ULAUNCHS.ELF"
    COPY "$SRC_PATH$/APPINFO.PBT" "$DST_PATH$/APPINFO.PBT"

    RETURN "0"

    :REMOVE

    # Change this to remove all files or directories copied during the installation.
    RM "$SRC_PATH$/ULAUNCHS.ELF"
    RM "$SRC_PATH$/APPINFO.PBT"
    RMDIR "$SRC_PATH$/ULAUNCHS"

    RETURN "0"

    :RUN
    RUNAPP "$SRC_PATH$/ULAUNCHS.ELF"
    RETURN "0"
    HDL7c - App boots but goes to black screen when launching games using same settings from when I used MC exploit, which worked fine. For testing purposes, I inserted a bootable exploit cd w/ uLaunch, booted HDL7c on MC and it worked fine. It seems that bootmanager may be the cause.

    SCRIPT

    SET "CMD" "$ARG1$"
    SET "SRC_PATH" "$ARG2$/HDLOADER7c"
    SET "DST_PATH" "$ARG3$/HDLOADER7c"

    GOTO "$CMD$"
    RETURN "-1"

    :QUERY
    # Change this information to describe the application.
    IFNOT EXISTS "$SRC_PATH$/HDLOADER7c.ELF"
    RETURN "-1"
    ENDIF
    SET "APP_TITLE" "HDLoader7c"
    SET "APP_VERSION" "v7c"
    SET "APP_DESC" "HDLoader7c allows you to run full games from any hard drive"
    SET "APP_MEDIAS" "CDROM"
    RETURN "0"

    :INSTALL
    # Change this to create the directories and copy the files needed for the application.
    MKDIR "$DST_PATH$"
    COPY "$SRC_PATH$/HDLOADER7c.ELF" "$DST_PATH$/HDLOADER7c.ELF"
    COPY "$SRC_PATH$/APPINFO.PBT" "$DST_PATH$/APPINFO.PBT"
    COPY "$SRC_PATH$/CDROM.PBT" "$BM.MEDIA_PATH$/CDROM.PBT"

    RETURN "0"

    :REMOVE

    # Change this to remove all files or directories copied during the installation.
    RM "$SRC_PATH$/HDLOADER7c.ELF"
    RM "$SRC_PATH$/APPINFO.PBT"
    RMDIR "$SRC_PATH$/HDLOADER7c"

    RETURN "0"

    :RUN
    SHUTDOWN "MM"
    RUNAPP "$SRC_PATH$/HDLOADER7c.ELF"
    RETURN "0"
    PS2 V9 w/ C.C. 1.0 BM1.8
    Reply With Quote  

  7. #17  
    TheAgent's Avatar
    TheAgent is offline Registered User
    Join Date
    May 2005
    Posts
    196
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    launchelf is trying to load a module that BM already loaded. This is a known bug.

    I told you that your issue was with the iso making part of the process. I still think using mkisofs would be easier but cdgenps2 or nero would work just fine too.
    Reply With Quote  

  8. #18  
    anarchy2007's Avatar
    anarchy2007 is offline Member
    Join Date
    Mar 2003
    Posts
    158
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Honest advice;

    Use v1.4 BM rather, it works a lot better than the later versions (for now).
    !!VIVISECTION IS SCIENTIFIC FRAUD!!
    S.A. Mod-chip Installer
    www.defcon5.co.za
    Reply With Quote  

  9. #19  
    j-unit's Avatar
    j-unit is offline Member
    Join Date
    Oct 2005
    Location
    RI
    Posts
    42
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    agent - I'm placing the apps on MC w/ uLaunchs booted of a CD. I'm not burning any cds.

    anarchy - Does v1.4 BM bypasses DNAS? I play games online.
    PS2 V9 w/ C.C. 1.0 BM1.8
    Reply With Quote  

  10. #20  
    j-unit's Avatar
    j-unit is offline Member
    Join Date
    Oct 2005
    Location
    RI
    Posts
    42
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Does HDL 7c work for anyone else using BM1.9?

    Also, it would be cool if future firmware updates allow booting BM from mc 2 for the following reasons:
    a) I like having one memory card w/ all apps and manager in it, which is easy to max out over time as you add apps.
    b) Games auto-load saves on boot-up from mc 1, which requires users to swap mc's if mc 1 is maxed w/ homebrew or games don't allow booting saves from mc 2 on start-up screen, i.e. POP3.
    PS2 V9 w/ C.C. 1.0 BM1.8
    Reply With Quote  

Page 2 of 11 FirstFirst 1 2 3 4 ... LastLast
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •