Recent Posts

Pages: 1 [2] 3 4
11
Modding Tools / Nokia Fw Cleaner 2.2 by newcooller
« Last post by vova1609 on October 30, 2011, 06:30:07 pm »
The program was written to remove the application firmware port C6 \ N97 \ N97 mini, on the other firmware not tested, but not denied full or partial work.

At the moment, removed:
Drawing, FileBrowser, ZIP Manager, Quick Office, Adobe Reader, Welcome, My Nokia, About, Settings wizard, Operator menu, Voice commands, Message reader,
Active notes, Notes, Search, Chat, Nokia Maps, Ovi Music, Ovi Sync, OVI Store, Share Online, Podcasting, Help, Converter, Radio, Dictionary,
Calculator, Nokia Browser, Voice recorder, E-Mail, Accessory setup, Ovi Contacts, Slide to Unlock, Image print, Online Support, Phone switch, Image Editor, Video Call,
Conversation, Speed dial, SW update, Music Player, File\Application Manager, Location, Here and Now, Gallery.

Themes: Light, Dark, White, Pink, Blue.


backup / recovery applications:
You can make backup copies of all applications except the Quick Office, Adobe Reader and the standard themes

What would make backups / restore application, you must have installed WinRar!

A backup / recovery applications:
I. Create backup copies of the necessary applications
  1. Tick the box next to the required application
  2. Click on "Backup"
II. Revert desired application
  1. Tick the box next to the required application
  2. Click on "Return!".
Attention! To avoid problems with the backups / restore applications do not have to choose just a lot of applications!

In order to check how many free places when you remove the selected applications to:
- Specify the correct path to the firmware
- Select the desired application
- Click "Calculate"
- All calculations are up to kilobytes (bytes to think no one should be)

You can also open (Open-folder) and save (Save-a floppy disk) to delete their own ways, including APP of NFE.

Version 2.2
- A more complete removal of the Voice Record, Ovi Maps, Email
- Added removal of applications: Music player, File\Application manager, Location, Here and Now,Gallery
- Added Turkish language by dangerous
- Fixed a bug when you do not scan for files language pack

Download

How to use Nokia Firmware Cleaner

i am using NF 0.3, Windows 7,NF Cleaner 2.1(no much difference than 2.2)

1--Using NFE 0.3 i am opening a rofs2


2--I have now extracted that rofs2 using NFE 0.3


3--Now close NFE

4--a folder, in my case "RM-356_52.0.007_PRD.ROFS2" will be formed inside the NFEStd folder


5--Now open Nokia Firmware Cleaner

it will show this dialogue box


6--Browse to the fw directory
See this image carefully



7--Now Nokia Firmware Cleaner will open

the tick marks u see are the apps which are present

8--Tick the ones which u wnat to remove
im my case

and hit calculate to check how space will be freed

9--Now hit the + button


10--Now the X button


11--Click OK

Done

12--Go back to NFEStd folder
open NFE
click Reload from Hdd
repack the rofs2 ;)
and flash

CREDITS
   NEWCOOLLER FOR HIS APPLICATION
 
12
Applications / RomPatcher 3.1
« Last post by vova1609 on October 30, 2011, 06:28:10 pm »
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.zip

Feel 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:

Code: [Select]
#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.
13
Applications / RomPatcher 3.1
« Last post by vova1609 on October 30, 2011, 06:27:47 pm »
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.zip

Feel 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:

Code: [Select]
#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.
14
Symbian^3 Modding / RomPatcher 3.1
« Last post by vova1609 on October 30, 2011, 06:27:28 pm »
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.zip

Feel 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:

Code: [Select]
#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.
15
Symbian^1 Modding / RomPatcher 3.1
« Last post by vova1609 on October 30, 2011, 06:26:14 pm »
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.zip

Feel 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:

Code: [Select]
#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.
16
Modding Tools / Navifirm v1.1 By Cepot
« Last post by vova1609 on October 30, 2011, 06:23:24 pm »
Navifirm v1.1 By Cepot



*Notes

- Navifirm downloads the firmwares from official Nokia server
- It does not flash new firmware on phone, just download the firmware to computer
- Original NaviFirm software was developed by EPICBIZNUS. Some developers made additional improvements.

* What is needed?

- Internet connection
- PC with Microsoft Windows OS (tested on Win7 and XP)
- .NET Framework 2.0 or newer

*Features

-Download the latest Nokia firmwares
- Check which is the latest firmware version
- Check product codes
- Find the right product code for phone
- Export product code list

*Supported phones

-All BB5 Nokia mobile phones supported which could be upgraded using Nokia Software Updater.


* Navifirm v1.1
- Added automatic caching system depends on cache time settings
- Added manual cache files purge
- New! Added automaticly download all checked files with IDM (work if you have IDM installed and IDM settings has been configured)
- Added copy all download links to clipboard

Download
17
Themes / Infinity by ?ugge
« Last post by vova1609 on October 30, 2011, 06:22:04 pm »
18
Forum News / Re: Why did I make this forum?
« Last post by vova1609 on October 30, 2011, 05:59:03 pm »
ok give my modder post
Ok, have already done
19
Forum News / Re: Why did I make this forum?
« Last post by saransh on October 30, 2011, 05:17:23 pm »
ok give my modder post
20
Symbian^1 Modding / Re: Nokia N9 icon pack by Vova1609 for C6 V41
« Last post by carloz_ on October 30, 2011, 04:27:36 pm »
thanks!
Pages: 1 [2] 3 4