Everyone knows that there are millions of cool things you can do with your mobile phone. Watching movies is old already. The latest and coolest thing is to play mobile games. Play roulette, blackjack, slot machines or other cool games, and hit the jackpots for real money.
Server costs per
Month To maintain the site we need to raise funds each month to pay for the server.
The cash is gathered via Donations. However each month the incoming money falls
short. If you want to make sure that the site survives then please donate!
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.
This is the list of the main differences in comparison with RomPatcher by ZoRn:
- New: can be integrated in cooked ROM firmware.
- New: it is 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: better compatibility (supports also the OmniaHD, 5630, E52 and probably future devices).
- Improved: the "Patch Info..." option shows all the information lines contained in the patch.
Warning Message:
Feel free to post RP+ v2.3 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.
Code:
http://www.symbian-toys.com/rompatcherplus.aspx
Change-Log v2.2 > v2.3:
+ New: now RP+ can be integrated in the cooked ROM firmware
+ New: added Universal InstallServer patch (N95 and many other devices are supported too)
+ Fixed: issue when two patches were using the same shadow-page. When one patch got disabled, the other patch got disabled too.
+ Improved: patches are now installed during first launch of RP+ using the file RP_Patches.zip
+ Removed: installer executable is now useless, since the RP_Patches.zip will be processed by RP+ during first launch.
How to install:
There are 3 different ways to install RomPatcher+
1) If your phone has been hacked to allow installation of unsigned .sis then install RomPatcherPlus_2.3.sis
2) If your phone has been hacked and has the Leftup root CA, then just install the RomPatcherPlus_2.3.sisx
3) Otherwise, use your DevCert or OpenSigned online to sign and install the "Lite Version". But, in this case, you MUST also manually copy BOTH the files patcher.ldd and patchershadow.ldd in c:\sys\bin\ folder
Patcher.ldd Not Found Error:
If you launch RP+ immediately after it has been installed you could get the "patcher.ldd not found" error.
Just reboot the device and launch again RP+
Useful tip for patch-makers:
If your patch uses some features of RP+ v2.2 and above (like ?? wildcard) I suggest you to include in your patch a check, using the code below:
Code:
#ifdef RP+VERSION_2.0
#define NOT_COMPATIBLE
#endif
#ifdef RP+VERSION_2.1
#define NOT_COMPATIBLE
#endif
#ifdef NOT_COMPATIBLE
error:Please update to RP+ v2.2 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
__________________
[Only Registered and Activated Users Can See Links. Click Here To Register...]
Plus spread the word thanks to darksystem for my signature
Last edited by Mattisfaction; 12-03-2009 at 10:58 PM.