RomPatcher+ v3.0:RomPatcher+ is an improved and fixed version of the RomPatcher software developed by ZoRn.
Using RomPatcher+ it is possibile to reach a new level of customization for you Symbian phone.
Change-Log RP > RP+This is the list of the main differences in comparison with RomPatcher by ZoRn:
- New: compatibile with all the 3rh, 5th, S^3 devices
- New: support for compiled patches
- New: can dump the whole rom content to file \romdumpplus.dmp
- New: can dump the SuperPage content to file \superpage.dmp
- New: full support for DomainSrv.exe autostart
- New: introduced new commands ord_rel, ord_snr which allow to patch DLL using ordinal
- New: can be integrated in cooked ROM firmware.
- New: it is now possible to apply/remove patches with just 1 click.
- New: added vertical scrollbar.
- New: introduced the new command "+SuperPage" which allow to patch the RAM area where is stored the SuperPage.
- New: introduced support for a new commands, info: return: error: check the demo1-4.rmp patches included.
- New: introduced #ifdef, #ifndef, #else, #endif, #define statements. This will allow to retrieve system values at runtime to create more flexible and powerful patches. Check the ReadMe_Macros.txt for all the details.
- New: you can search / filter the patches in the list. Just start typing the patch name to apply the filter.
- New: wildcard ?? support for patches.
- Fixed: Kern-Exec0 error when closing RomPatcher after a patch was applied.
- Fixed: doesn't unexpectedly crash when using large and complex patches.
- Fixed: RP+ can correcly patch contiguous shadow ram pages without any crash.
- Improved: the shadow ram memory is now fully released when a patch is removed.
- Improved: the "Patch Info..." option shows all the information lines contained in the patch.
Download RP+ v3.0 from the link below:http://www.symbian-toys.com/download.aspx?file=RomPatcherPlus_3.1.zipFeel free to post RP+ v3.0 on forums or everywhere you like, I just kindly ask you to include the warning message below which is important for the survivor of the project:
Change-Log RP+ v2.6 > v3.0: (Version jumped to v3.0 due to S^3 support)
+ New: RP+ now supports also Symbian^3 devices! All the 3rd/5th/S^3 devices are fully supported

+ Improved: InstallServer.rmp patch has been updated to support S^3 devices too. The old Open4All.rmp patch is already working on S^3 too, without any change.
+ Improved: removed the "Donate with SMS" option, it was used by too few people.
+ Fixed: sometimes the "RP+ Recovery Fault" message was wrongly shown, it should be definitely fixed.
Useful tip for patch-makers:If your patch uses some features of RP+ v2.4 and above (like ord_rel, ord_snr) I suggest you to include in your patch a check, using the code below:
#ifdef RP+VERSION_2.1
#define NOT_COMPATIBLE
#endif
#ifdef RP+VERSION_2.2
#define NOT_COMPATIBLE
#endif
#ifdef RP+VERSION_2.3
#define NOT_COMPATIBLE
#endif
#ifdef NOT_COMPATIBLE
error:Please update to RP+ v2.4 or above to use this patch!
#else
; your patch code goes here...
; your patch code goes here...
; your patch code goes here...
; your patch code goes here...
#endif
Thanks to:- ZoRn for the original RomPatcher idea.
- FCA00000 for its brilliant brain.
- wadowice, templove, bugb, abgnokia, leftup, CODeRUS, Leonapapa, PNHT, stas686 and others, for their contribution to the underground Symbian scene, keep up with the good job!
- megaexer for svg icon.