RomPatcher+ v3.1
Various resources for Symbian users such as patches, tutorials, modding, etc.
by Il.Socio » 25 Aug 2009, 11:31
RomPatcher+ v3.1:
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.1 from the link below:
http://www.symbian-toys.com/download.aspx?file=RomPatcherPlus_3.1.zip
Feel free to post RP+ v3.1 on forums or everywhere you like, I want just kindly ask you to include the warning message below which is important for the survivor of the project:
Change-Log RP+ v3.0 > v3.1:
+ New: Lite Version is already Signed, you don't need to sign it with a DevCert
+ Improved: InstallServer.rmp patch has been updated
+ Improved: RomPatcherAuto.exe has been renamed to RPPAuto.exe for better compatibility with Samsumg Omnia autostart.
+ NOTE: Due to UID change, you have to uninstall any previous RP+ version before installing RP+ 3.1 (but you can keep the *.ldd files)
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:
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.
NOTE:
I don't know exactly which patches are still working on S^3.
For sure the Open4All.rmp patch still works, for other patches you'll have to try by yourself!
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.1 from the link below:
http://www.symbian-toys.com/download.aspx?file=RomPatcherPlus_3.1.zip
Feel free to post RP+ v3.1 on forums or everywhere you like, I want just kindly ask you to include the warning message below which is important for the survivor of the project:
Warning: If you like this software then support RP+ with a donation
http://www.symbian-toys.com/rompatcherplus.aspx
Change-Log RP+ v3.0 > v3.1:
+ New: Lite Version is already Signed, you don't need to sign it with a DevCert
+ Improved: InstallServer.rmp patch has been updated
+ Improved: RomPatcherAuto.exe has been renamed to RPPAuto.exe for better compatibility with Samsumg Omnia autostart.
+ NOTE: Due to UID change, you have to uninstall any previous RP+ version before installing RP+ 3.1 (but you can keep the *.ldd files)
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:
- Code: Select all
#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.
NOTE:
I don't know exactly which patches are still working on S^3.
For sure the Open4All.rmp patch still works, for other patches you'll have to try by yourself!
Last edited by Il.Socio on 15 Jul 2011, 09:25, edited 38 times in total.
-
Developer
-
Posts: 502
Joined: 06 Mar 2006, 19:57
Location: Turin - Italy
by The Owl » 25 Aug 2009, 11:36
compatible with OmniaHD? Rol will be drunk in joy when he takes a look at this
I'll give it a shot, but... Is there a problem to keep the original RomPatcher by Zorn instaled? With all patches disabled of course...
-
Symbian Freak
-
Posts: 2956
Joined: 18 Apr 2009, 22:13
Location: Portugal
Phone model: N95 8GB
Firmware: V35.0.001
by Il.Socio » 25 Aug 2009, 11:39
You can keep RomPatcher installed without any problem... You can even apply some patches with RomPatcher and some others with RomPatcher+
-
Developer
-
Posts: 502
Joined: 06 Mar 2006, 19:57
Location: Turin - Italy
by The Owl » 25 Aug 2009, 11:42
Il.Socio, good then.. any idea what will happen if Iaply with both at the same time? Sorry but i'm just so in need to f*** my phone up
I woke up with a killer instict today
I woke up with a killer instict today

-
Symbian Freak
-
Posts: 2956
Joined: 18 Apr 2009, 22:13
Location: Portugal
Phone model: N95 8GB
Firmware: V35.0.001
by Mr Pingu » 25 Aug 2009, 11:42
Seems really great news for HD'ers.
I'll just wait for the final version, but again great work
!-
Symbian Freak
-
Posts: 3656
Joined: 07 Mar 2009, 13:55
Location: The Netherlands
Phone model: Nokia N900@805mhz
Firmware: PR 1.3.1 + CSSU-Thumb2
by The Owl » 25 Aug 2009, 11:43
Ohhh and teo... what about frontpaging this? 
-
Symbian Freak
-
Posts: 2956
Joined: 18 Apr 2009, 22:13
Location: Portugal
Phone model: N95 8GB
Firmware: V35.0.001
by The Owl » 25 Aug 2009, 11:45
il socio... sorry but... how do i install this? :S
It comes with a "Lite Version" folder... should i use that or not? N95-2 running V31.0.015 FW here...
Thanks ;D
It comes with a "Lite Version" folder... should i use that or not? N95-2 running V31.0.015 FW here...
Thanks ;D
-
Symbian Freak
-
Posts: 2956
Joined: 18 Apr 2009, 22:13
Location: Portugal
Phone model: N95 8GB
Firmware: V35.0.001
by Il.Socio » 25 Aug 2009, 11:56
Just added informations about "how to install" in the first post.
If you apply the same patch with both rp and rp+, it will be successfully applied only by the first one, the other will report the red icon error...
If you apply the same patch with both rp and rp+, it will be successfully applied only by the first one, the other will report the red icon error...
-
Developer
-
Posts: 502
Joined: 06 Mar 2006, 19:57
Location: Turin - Italy
by Kilabot » 25 Aug 2009, 12:35
Se7eN95 wrote::o
compatible with OmniaHD? Rol will be drunk in joy when he takes a look at this
I'll give it a shot, but... Is there a problem to keep the original RomPatcher by Zorn instaled? With all patches disabled of course...
LOL! He'll risk everything just to have a Rompatcher......
Got Six?


by stavros54cy » 25 Aug 2009, 12:45
Kilabot wrote:Se7eN95 wrote::o
compatible with OmniaHD? Rol will be drunk in joy when he takes a look at this
I'll give it a shot, but... Is there a problem to keep the original RomPatcher by Zorn instaled? With all patches disabled of course...
LOL! He'll risk everything just to have a Rompatcher......
Ofc! it's vital!
Nice job Il.Socio!
If everything else fails, try reading the manual!
Changed nick, [stavros--54 => stavros54cy]
PSN id: stavros54cy
Changed nick, [stavros--54 => stavros54cy]
PSN id: stavros54cy
-
Mobile guru
-
Posts: 574
Joined: 07 Oct 2007, 09:21
Location: Cyprus
Who is online
Users browsing this forum: No registered users and 3 guests
Online Friends
Birthdays
No birthdays today
Style switcher
Dark-Orange |
Light-Orange |
Dark-Red | Light-Red |
Dark-Blue | Light-Blue |
Dark-Green | Light-Green |
Dark-Red | Light-Red |
Dark-Blue | Light-Blue |
Dark-Green | Light-Green |


