Symbian OS | Pocket PC | Smartphone | Android | BlackBerry | Apple iPhone OS | Java | Mobile Gaming | Linux | Palm | Win CE | Tablet  
     

Free Mobile Software, Themes, Games, Apps for PDA and Smartphones

     
Search by Device
My Device

  
Search by Category
Business & Profession
Databases
Dictionary & Translator
Entertainment
Finance
Games
Healthcare & Medicine
Internet & Communications
Multimedia & Graphics
Organisation & Productivity
Programming & Development
Reading
Science & Education
System Utilities
Themes & Wallpapers & Skins
Abstraction
Animals
Anime
Automobile & Moto
Brands & Designs
Cartoons
Celebrities
City & Country
Comedy & Entertainment
Computer & Games & Hi-Tech
Fantasy & Mystic
Holidays
Love & Romance
Movies & Music
Nature & Art
People
Sport
More
Skinmakers
Travel & Navigation
Search by Platform
Android
Apple iPhone OS
iPad
iPhone
iPod Touch
BlackBerry
Java
Linux
Maemo Nokia Internet Tablet
MeeGO
Sharp Zaurus
Mobile Gaming
Nintendo DS
Playstation 3
Playstation Portable
Wii
Xbox 360
Palm OS
Symbian OS
Series 60
Series 80
Series 90
UIQ
Tablet PC
Windows CE.NET
Windows Mobile Pocket PC
Windows Mobile Smartphone
     


Achivx Partner
 
 
CXMB-override




CXMB-override
Version: 0.2

Platforms: PSP, Mobile Gaming


Categories: Themes & Wallpapers & Skins

Upload date: 7 Nov 11

Developer:

License: Freeware

Downloads: 10

File Size: 76 Kb
Download Free CXMB-override 



Rating: 0.0/5 (Total votes: 0)




  CXMB-override

from AtomicDryad:

DISCLAIMER! Before you use this, be sure to know how to use RECOVERY MODE to disable the plugin, if you put in a bad replacement.

This is cxmb with matchung's changes for 5.50gen functionality, plus the ability to load individual theme related files from the memory stick (rco/bmp/pmf/prx/etc). Thus, one can use different components of different themes without having to unpack and repack .ctf files, or write anything to flash0.

Changelog:
0.2 - Fixed 5.00m33 support

Detailed desc:
If any file exists on the memory stick in the /cxmb/override/vsh/module, /cxmb/override/vsh/resource, or /cxmb/override/font folders, it will load the file -instead- of whatever is (or isn't) in a .ctf.

Yes, this includes .prx files, (except for paf.prx, common_gui.prx, and vshmain.prx which will be added later). This means you can hex edit htmlviewer_plugin.prx and change the 'online instruction manuals' link to whatever, without unpacking and repacking your .ctf. This also opens the possibility for homebrew to edit this sort of thing onboard - for now, pspconsole's hex editor works great for onboard tweaking.

This is intended for theme developers, power users, and anyone who wishes to use their own gameboot, 01-12.bmp, sounds, or whatever, instead of what may be in the loaded theme.

As CXMB is licensed under the GPL, the full source code is provided in the source directory.

Caveats:
* For now, one must have a .ctf theme loaded for /cxmb/override/ to work.
* As in the original cxmb, lflash_drv->funcs->IoWrite is -not- hooked.
* Semi-bricking possible if one puts in a bad .prx or .rco - this can be fixed by disabling cxmb-override.prx in recovery mode.
* Adding certain stuff like 01-12.bmp will require a reboot. Others like gameboot.pmf do not require it. When in doubt, reboot.
* Simply tossing in a gameboot.pmf will not change the playing time. Find or edit the appropriate vsh/resource/opening_plugin.rco. MyGameboot.prx is a better plugin if you simply want this functionality.
* Likewise, 01-12.bmp with multiple images will not work if the chunksize for individual images is different in vshmain.prx(?). Find a theme that you like and rip/edit the 01-12.bmp from that.
* The included binary outputs debugging messages, which are normally invisible but may have a performance impact.

Tested so far:
* Firmware: 5.50gen d3final, (5.00m33 should work)
* .ctf Themes: P3T (http://www.endlessparadigm.com/forum....php?tid=21518), V1 (http://www.endlessparadigm.com/forum....php?tid=18662), stock 5.50gen files.

Tested replacements - (much more is possible):
01-12.bmp (wallpaper)
gameboot.pmf (pre-game video)
htmlviewer_plugin.* (web browser)
opening_plugin.rco (bootup intro, gameboot delay)
topmenu_plugin.rco (menu strings)
osk_plugin_500.* (keyboard)
rss_browser.* (rss reader)
system_plugin.* (sounds)
impose_plugin.rco (volume adjustment bar)

Links (censored because I might be a no good dirty spammer)
Project page: code.google.com/p/cxmb-override/
Download: cxmb-override.googlecode.com/files/cxmb-override-0.2.7z
Mirror: fnord.to/psp/cxmb-override-0.2.7z

Installation:
* copy cxmb/cxmb-override.prx to the cxmb folder on your memstick.
* (optional) copy the cxmb/override folder to cxmb/override on your memstick. This contains a gameboot and 01-12.bmp that have been tested to work (yes, the wallpaper is moronic :P).
** in /seplugins/vsh.txt, disable ms0:/cxmb/cxmb.prx
** in /seplugins/vsh.txt, add ms0:/cxmb/cxmb-override.prx 1
*** You can simply replace cxmb.prx too.

Usage:
* To replace a gameboot.pmf or 01-12.bmp, toss it into /cxmb/override/vsh/resource/ You may need to put an opening_plugin.rco with the right delay as well.
* The above likely applies to waves and whatever was included in TheCraziness1's 'XMB RCO Patcher'

Debuggery:
The logfile debugging function in the original cxmb croaked with high volume logging. The included binary prints to stderr instead, which means psplink and pspsh.exe are needed to see informative messages. If you want to help debug issues, a .zip of a working psplink and utilities can be provided.

I would appreciate testing and source review, as I am not -that- familiar with C or PSP programming.

Todo:
* TESTING (mostly done I believe).
* Reading from /cxmb/override without a loaded ctf.
* Retry-on-error for read/seek/open/etc as in .ctf files
* Find a better way to check for a file's existence than just attempting to open. This applies to .ctf too.
* vshmain.prx and others.
* conf.txt options for debugging/enabling/etc.
* optional 01-12.bmp chunksize and gameboot.pmf delay handling.
* options for per-module override exceptions (such as not allowing the browser to use a custom font, etc).
* overriding more than just 3 flash0 dirs without croaking (flash0:/kd/* in game mode?)

Why:
rco_patcher.prx provides functionality for replacing .rcos only, and doesn't work with cxmb. I am too lazy to constantly unpack and repack CTF themes while testing stuff.

Thanks:
* Dark_alex for cfw and especially a recovery menu with usb mode :P
* The original author of CXMB for creating it and placing it under GPL, who's name I am ignorant of because I are teh noob.
* Poisonhzkj and Matchung for coding and updating cxmb.

 
Like it? Share with your friends!

If you got an error while installing Themes, Software or Games, please, read FAQ.
 
Similar Software:

ThemePSPThemePSP
ThemePSP  It must be a night for big homebrew releases! First DevHook, then Sonic Battle Arena, and now this! SodR has updated his ThemePSP homebrew flashing tool for the PSP to version 1
XMB Theme ManagerXMB Theme Manager
XMB Theme Manager  PSP homebrew developer luizlizard just dropped by QJ.NET PSP development forum and announced a new version for XMB Theme Manager. Just like its name, this program is a full-featured theme manager capable of handling almost unlimited themes aside from its ability to flash a full theme. XMB Theme Manager v0
ThemePlus! NXThemePlus! NX
ThemePlus! NX Homebrew developer NephilimNX has announced the release of ThemePlus! NX v2.10 Beta 1 on our QJ.NET PSP Development Forums. In case you missed our previous coverage, this plug-in allows users to change their wallpapers and gameboot at regular intervals (Hourly, Daily, Monthly, Yearly) or whenever the XMB menu loads
RCO EditorRCO Editor
RCO Editor Homebrew developer ZiNgABuRgA has rolled out RCO Editor v1.15b which fixes a bug in the decompression and GIM conversion routine. If you missed our previous coverage on this application, this program allows users to modify RCO files in the PSP's flash0 directory
German Custom Theme ConverterGerman Custom Theme Converter
German Custom Theme Converter For those who'd rather tinker with their Sony PlayStation Portable's themes with a German app, homebrew developer Lektor translated Custom Theme Converter version 1.0 into German with all the features intact. It works just like the official theme creator Sony dished out, which means it's still as convenient
Sony Custom Theme ConverterSony Custom Theme Converter
Sony Custom Theme Converter System software version 5.00, the theme has created a new tool (version 1.4.0.0). System software version 5.00 or higher will be applied in the PSP 0 to create a theme and the theme of creating version 1.4.0.0 please use the tool. * Version 1.2.0.0 and later created a theme of the tools, system software version 3
Pxl_Installer 1.1Pxl_Installer 1.1
Pxl_Installer 1.1 Because a lot of people have been asking for it, homebrew developer Albandu51 finally got around to add an English language support feature for the PlayStation Portable homebrew app Pxl_Installer. Version 1.1 also includes some bug fixes, as well as more custom themes to decorate your handheld with
Wallpaper Changer / RandomizerWallpaper Changer / Randomizer
Wallpaper Changer / Randomizer  Thanks to the PSP homebrew dev scene, PSP owners were given more control over their handheld's interface in the form theme packs. There are several options to choose from, like ThemePlus! by homebrew developer NephilimNX or ThemePSP by SodR. There's a new one out: Hellcat's no-frills Wallpaper Changer/Randomizer
CXMBCXMB
CXMB Coder poisonhzkj has sprinkled some more love in the latest version of the CXMB homebrew plugin. Previously updated for 3.71 and 3.90 custom firmwares, CXMB version 3.1 now includes support for the 3.80 community. CXMB, for the uninitiated, is all about convenience in changing a Sony Playstation Portable's XMB theme
PNG for PTFPNG for PTF
PNG for PTF  Homebrew developer akadewboy has just released PNG for PTF v1.0. This application allows users to convert 24-bit PNG files into 256 color 8-bit PNGs. This should prove to be useful for those who use Sony's Custom Theme Converter since the application has strict rules on what PNG files can be used to create PTF themes
 

Comments on CXMB-override:

Comments not found

Name:


Comment:


Enter text from image below:

Turn on images!

 
 

If you noted an error or download link is broken, please, report it via this page or use comments.
 

Please, select device to check if CXMB-override supports it
 
 
© Pantich 2009 - 2025 All rights reserved.