
www.symbian-freak.com
Symbian Freak introduces various resource for symbian users like: Latest news, Error Fixes, Modding, Tutorials, and of course a detailed forum with professional support for every single user.
|
View previous topic :: View next topic |
|
Author |
Message |
| Microx256 Symbian Freak


|
Status: Offline |
Joined: 08 Feb 2007 |
Posts: 3183 |
Phone: Nokia N95, Nokia N82 (and Nokia 3230 + some older Nokia's) |
Firmware: V 21.0.016 |
Location: Finland |
|
Posted: Fri Jul 18, 2008 8:40 pm Post subject: The ROMpatcher Patches Index |
|
|
::Index History::
June 18, 2008 - First Version
June 19, 2008 - Added download Links
June 20, 2008 - Added more Details to Patches
June 22, 2008 - Added a short Guide on how to use ROMpatcher
June 22, 2008 - Added a Direct Download link to the latest ROMpatcher
June 23, 2008 - Added a 'Not needed on' detail
June 25, 2008 - Added the 'Thanks to'
August 6, 2008 - Added tips to 'Active Standby' Patches
Well, I got nothing too special to do, so i decided to make a Index of the ROM Patcher Patches posted, to avoid making duplicate patches, as have happened quite many times already
Also Remember to check the Guide for Making Patches for ROMpatcher for making your own patches
Latest ROMpatcher with the Auto-Apply on Startup can be found here
There is a short ROMpatcher guide at the bottom of this post
If you find some of these patches to work, or not work on a device thats not listed there yet, please also tell it so ill add it to the list aswell
Index:
No Camera Capture Sound - This removes the Capture sound of most Cameras
No Calendar in Active Standby - This removes the Calendar Entries Display from Active Standby
No Search in Active Standby - This removes the Search Display from Active Standby
No To-Do in Active Standby - This removes the To-Do Display from Active Standby
No WLAN Search in Active Standby - This removes the WLAN Search Display from Active Standby
Change the Whole *#0000# Screen - This Changes the info that is showed when typing *#0000# when in Idle screen
No Running App indicator Circle - This removes the small Cirlce from the menu that indicates what apps are running
Change the Browser On Key 0 - This changes the Browser to another Browser, or any other Application when holding the 0 key pressed in Idle screen
Extra Voice Commands - This Allows 3rd party applications to be opened with Voice Commands
Change SWIpolicy Path - This changes the Path of SWI Policy, this allows installation of some applications that could not otherwise be installed
Enable hidden Menus - This Shows the Menus that are hidden from the Visible menu (note: not all menu items work)
C before Z Patch - This changes about 10% of files to be executed from C:\ instead of the Z:\ Drive (special patch, not included in the zip below)
Midlet Permissions Hack - This overrides the Java policies (special patch, not included in the zip below)
-Download All Patches above: LatestPatches.zip
(For Downloading Patches individually, Download them below)
No Camera Capture Sounds
Confirmed Working on: Nokia N95, Nokia 6220 Classic
Confirmed not to work on: Nokia E51, Nokia N81, 5700
Not needed on: None
Author: Microx256 (no source)
Download: .rmp .zip
Details: This Patch will mute the Camera Sound 4 (from camera settings, change Tone 4 to be used)
Code: |
;Disable Camera Sounds
;By Microx256 from SymbianFreak.com
;This Patch will mut the Camera Sound 4 (from camera settings, change Tone 4 to be used)
;note: this works only on phones that use CamMojave.exe as the camrea app (some phones use other, making this patch incompatible for them)
SnR:sys\bin\CamMojave.exe:7A003A005C00730079007300740065006D005C0073006F0075006E00640073005C006400690067006900740061006C005C00430061006D004D006F006A00610076006500430061007000740075007200650034002E00770061007600:65003A005C00730079007300740065006D005C0073006F0075006E00640073005C006400690067006900740061006C005C00430061006D004D006F006A00610076006500430061007000740075007200650034002E00770061007600 |
No Calendar in Active Standby
Confirmed Working on: Nokia N95, 5700
Confirmed not to work on: Nokia 6220 Classic
Not needed on: Nokia E51
Author: Microx256 (source)
Download: .rmp .zip
Details: This Patch will remove the Calendar bar from the Active Standby. for this to take effect, you need to disable and re-enable Active Standby from the Settings, or use latest ROMPatcher, and set this patch to be run on Startup.
Hint: Use This tip to apply this patch faster
Code: |
;no calendar on active standby
;disable and re-enable active standby for this to work, or make this patch auto-startup and reboot
;By Microx256 from SF
rel:sys\bin\CalendarPlugin.dll:00000003:10:00
rel:sys\bin\CalendarPlugin.dll:00000000:79:00 |
No Search in Active Standby
Confirmed Working on: Nokia N95
Confirmed not to work on: Nokia N81, Nokia 6220 Classic
Not needed on: Nokia E51, 5700
Author: Microx256 (source)
Download: .rmp .zip
Details: This Patch will remove the Search bar from the Active Standby. for this to take effect, you need to disable and re-enable Active Standby from the Settings, or use latest ROMPatcher, and set this patch to be run on Startup.
Hint: Use This tip to apply this patch faster
Code: |
;no search on active standby
;disable and re-enable active standby for this to work, or make this patch auto-startup and reboot
;By Microx256 from SF
rel:sys\bin\MscaAiPlugin.dll:00000003:10:00
rel:sys\bin\MscaAiPlugin.dll:00000000:79:00 |
No To-Do in Active Standby
Confirmed Working on: Nokia N95, 5700
Confirmed not to work on: Nokia 6220 Classic
Not needed on: Nokia E51
Author: Microx256 (source)
Download: .rmp .zip
Details: This Patch will remove the To-Do bar from the Active Standby (This is not visible if there are no active To-Do's). for this to take effect, you need to disable and re-enable Active Standby from the Settings, or use latest ROMPatcher, and set this patch to be run on Startup.
Hint: Use This tip to apply this patch faster
Code: |
;no to-do on active standby
;disable and re-enable active standby for this to work, or make this patch auto-startup and reboot
;By Microx256 from SF
rel:sys\bin\ToDoPlugin.dll:00000003:10:00
rel:sys\bin\ToDoPlugin.dll:00000000:79:00 |
No WLAN Search in Active Standby
Confirmed Working on: Nokia N95
Confirmed not to work on: Nokia 6220 Classic
Not needed on: Nokia E51, 5700
Author: Microx256 (source)
Download: .rmp .zip
Details: This Patch will remove the WLAN Search bar from the Active Standby. for this to take effect, you need to disable and re-enable Active Standby from the Settings, or use latest ROMPatcher, and set this patch to be run on Startup.
Hint: Use This tip to apply this patch faster
Code: |
;no wlan on active standby
;disable and re-enable active standby for this to work, or make this patch auto-startup and reboot
;By Microx256 from SF
rel:sys\bin\SnifferAIPlugin.dll:00000003:10:00
rel:sys\bin\SnifferAIPlugin.dll:00000000:79:00 |
Change the Whole *#0000# Screen
Confirmed Working on: Nokia N95, Nokia E51, 5700
Confirmed not to work on: None
Not needed on: None
Author: Microx256 (source)
Download: .rmp .zip
Details: This Patch will change the whole screen thats displayed when you type *#0000# in the Idle display.
Note: this Patch needs additional files to be copied from the Z:\ Drive to the Memorycard, read more details in the patch below:
Code: |
;all info mod
;make files E:\resource\versions\sw.txt and E:\resource\versions\model.txt on the memorycard
;then customize them as you want
;there is a 64 character limit for the sw.txt, which is displayed first
;and a 20 characters limit for the model.txt, which is displayed after sw.txt
;use \n for a new line, also note, the new line uses 2 characters, and there dont need to be a space before or after the marks
;also note that the model.txt will be displayed right after sw.txt without a new line, unless you define it so
;and you can use the new line marking \n only in sw.txt, it wont work in model.txt
;combined mod by Microx256 from SF
SnR:sys\bin\sysutil.dll:5A003A005C007200650073006F0075007200630065005C00760065007200730069006F006E0073005C00730077002E0074007800740000001F0000005A003A005C007200650073006F0075007200630065005C00760065007200730069006F006E0073005C006C0061006E006700730077002E0074007800740000001D0000005A003A005C007200650073006F0075007200630065005C00760065007200730069006F006E0073005C006C0061006E0067002E007400780074:45003A005C007200650073006F0075007200630065005C00760065007200730069006F006E0073005C00730077002E0074007800740000001F00000045003A005C007200650073006F0075007200630065005C00760065007200730069006F006E0073005C006C0061006E006700730077002E0074007800740000001D00000043003A005C007200650073006F0075007200630065005C00760065007200730069006F006E0073005C006C0061006E0067002E007400780074
SnR:sys\bin\Phone.exe:5A003A005C007200650073006F0075007200630065005C00760065007200730069006F006E0073005C006D006F00640065006C002E00740078007400:45003A005C007200650073006F0075007200630065005C00760065007200730069006F006E0073005C006D006F00640065006C002E00740078007400 |
No Running App indicator Circle
Confirmed Working on: Nokia N95, Nokia E51 (*1), 5700
Confirmed not to work on: None
Not needed on: None
Author: zoellnertk (source)
Additional Files Needed: 1
Muuh.mif to be placed in C:\resource\apps\muuh.mif
Download: .rmp .zip
Details: This Patch will remove the little Circle seen in the menu on the Icon of a Application that is currently running
Code: |
; *NoMenuCircle1.0*
; * by zoellner86 *
; Author:: zoellner86, ICQ: 379-733-981
; Date: 2008.07.13
; Firmware: tested on N95-1 latest
;
SnR:sys\bin\menumodel.dll:5C007200650073006F0075007200630065005C0061007000700073005C000000080000006D0065006E0075002E006D00690066:5C007200650073006F0075007200630065005C0061007000700073005C000000080000006D007500750068002E006D00690066 |
Change the Browser On Key 0
Confirmed Working on: Nokia N95, Nokia N80
Confirmed not to work on: 5700
Not needed on: None
Author: FCA00000 (source)
Download: .rmp .zip
Details: This Patch will change the Application that will be opened when you hold the 0 (zero) key pressed in Idle display
Note: Read below for Instructions
Code: |
; *** ChangeBrowserOnKey0 1.0 ***
; *** Change Browser On Key '0' ***
; Author: fca00000 , fca00000-at-yahoo-dot-es
; Date: 2008.06.01
; Firmware: tested on N80 v 5.0719.02 . Might work on preFP1+FP1
;
; When phone is in the StandBy screen, pressing key '0' opens the default browser.
; With this patch, you can open any other application.
; You need to know its UID. Then, swap bytes to little-indian to get xxDIUxxx. In other words: 0x12345678 becomes 78563412
; For example:
; FExplorer UID = 0xE00012DF therefore xxDIUxxx=DF1200E0
; Calculator UID = 0x10005902 therefore xxDIUxxx=02590010
; OperaMini UID = 0x101D3166 therefore xxDIUxxx=66311D10 In this case, be aware that it takes some time (5 seconds) to open.
;
; then, the patch becomes:
; SnR:sys\bin\phone.exe:398D00100000000000000000:xxDIUxxx0000000000000000
; SnR:sys\bin\phone.exe:398D00100100000035000000:xxDIUxxx0100000035000000
; As far as I know, nothing is broken. But I decline all responsability, of course.
; Anyway, here it is. Enjoy
; end of ChangeBrowserOnKey0
SnR:sys\bin\phone.exe:398D00100000000000000000:66311D100000000000000000
SnR:sys\bin\phone.exe:398D00100100000035000000:66311D100100000035000000 |
Extra Voice Commands
Confirmed Working on: Nokia N80
Confirmed not to work on: 5700
Not needed on: None
Author: FCA00000 (source)
Download: .rmp .zip
Details: This Patch will Allow you to Change Applications available in Voice Commands.
Note: Read below for Instructions
Code: |
; *** ExtraVoiceCommands 1.0 ***
; *** Extra Voice Commands ***
; Author:: fca00000 , fca00000-at-yahoo-dot-es
; Date: 2008.06.27
; Firmware: tested on N80 v 5.0719.02 . Might work on preFP1+FP1
;
; When using the Headset/handsfree you can define voice commands to open applications.
; Unfortunatelly this allows only a restricted set of applications.
; With this patch, you can change to open any other program.
; You need to know its UID. Then, swap bytes to little-indian to get xxDIUxxx. In other words: 0x12345678 becomes 78563412
; For example:
; FExplorer UID = 0xE00012DF therefore xxDIUxxx=DF1200E0
; Calculator UID = 0x10005902 therefore xxDIUxxx=02590010
; OperaMini UID = 0x101D3166 therefore xxDIUxxx=66311D10 In this case, be aware that it takes some time (2 seconds) to open.
;
; then, the patch becomes:
; SnR:sys\bin\AppController.dll:XXdiuXXX:xxDIUxxx
;
; installed apps that can be changed:
; 0x101F4CCE, 0x10005A32, 0x100058CA, 0x101FFA86, 0x100058EC
; 0x10005901, 0x10005903, 0x101F4668, 0x101F84EB, 0x1000594E
; 0x100058C5, 0x101F4CD5, 0x1000594D, 0x101F8599, 0x10005A3E
; 0x10005907, 0x1000590B, 0x1000590A, 0x10005900, 0x101F8555
; 0x101F79B6, 0x10005234, 0x101F8512, 0x10008D39, 0x101F84D0
; 0x10005902, 0x101F4666, 0x101F4673, 0x101F467C, 0x101F4D91
; 0x101F6DE5, 0x10207A89, 0x101F86B4, 0x101F75B6, 0x101F8787
; 0x10204DAB, 0x101F876C
;
; Corresponding (not neccesarilly in same order!) to these applications :
; Voice mailbox-Bluetooth-Infrared-Voice recorder-Camera-
; Contacts-Calendar-Messaging-New message-New SMS-
; New MMS-New e-mail-Gallery-RealPlayer-Services-
; Go to-Themes-ToDo-Help-Conn. manager
; Modem-Notes-Calculator-Converter-Voice comms-
; Clock-Memory card-Wallet-Log-Settings-App. manager-
; Speed dial-File manager-IM-Presence-Positioning-
; Device manager-Radio-
;
; Example: change 'Conn. manager' into 'CapsOn'
; Conn. manager UID = 0x101F84D0 therefore XXdiuXXX=D0841F10
; CapsOn UID = 0xFCA0001E therefore xxDIUxxx=1E00A0FC
; so the patch is:
; SnR:sys\bin\AppController.dll:D0841F10:1E00A0FC
; now, open Tools->VoiceCommand->Options->NewApplication->Conn.Manager and Options->ChangeCommand->CapsOn
; and apply this patch using ROMPatcher
; press the button in the Headset/handsfree and say 'Capson'. It should open.
;
; As far as I know, nothing is broken. But I decline all responsability, of course.
; Anyway, here it is. Enjoy
; end of ExtraVoiceCommands
; this changes 'Calculator' to 'FExplorer'
SnR:sys\bin\AppController.dll:02590010:DF1200E0 |
Change SWIpolicy Path
Confirmed Working on: Nokia N95, Nokia N80, Nokia 5700, Nokia 6220 Classic
Confirmed not to work on: None
Not needed on: None
Author: FCA00000 (source)
Download: .rmp .zip
Details: This will change the Path of the swipolicy.ini file used, allowing installing of applications not normaly possible to install
Note: This Patch needs additional files to be coped from Z:\ to E:\ and editing of it, read below for Instructions
Code: |
; *** ChangeSwipolicyPath 1.0 ***
; *** Change swipolicy path ***
; Author: phrig
; Released by: fca00000 , fca00000-at-yahoo-dot-es
; Date: 2008.04.24
; Thanks to -=ZoRn=- for his wonderful ROMPatcher and phrig for making this changes . I am just publishing and polishing it.
; Credits also go to Symbaali for his initial great discovery about that, back in 2007
; Firmware: tested on N80 v 5.0719.02 . Might work on preFP1+FP1
;
; Change path to swipolicy.ini in securitymanager.dll to e:\system\data\swipolicy.ini
; You also need to copy the file from Z: into E:
; then, you can modify it.
; I suggest:
; AllowUnsigned = true
; UserCapabilities = NetworkServices LocalServices ReadUserData WriteUserData UserEnvironment Location SurroundingsDD UserEnvironment NetworkControl SwEvent AllFiles NetworkControl DiskAdmin ProtServ TrustedUI DRM WriteDeviceData ReadDeviceData MultimediaDD PowerMgmt CommDD TCB
; with these changes, you might run some programs that are unsigned.
; Warning: not all unsigned programs can be installed. For example, if supplier is untrusted or certificate has expired.
; Warning: installing a program from untrusted sources is dangerous and might destroy your phone.
;
; For the curious people: the change is done in securitymanager.dll
;
; As far as I know, nothing is broken. But I decline all responsability, of course.
; Anyway, here it is. Enjoy
; end of ChangeSwipolicyPath
SnR:sys\bin\securitymanager.dll:1C0000007A003A005C00730079007300740065006D005C0064006100740061005C0073007700690070006F006C006900630079002E0069006E006900:1C00000065003A005C00730079007300740065006D005C0064006100740061005C0073007700690070006F006C006900630079002E0069006E006900 |
Enable hidden Menus
Confirmed Working on: Nokia N95, Nokia N80, 5700
Confirmed not to work on: None
Not needed on: None
Author: FCA00000 (source)
Download: .rmp .zip
Details: This Patch will Show the Menu Options that are hidden for some reason.
Note: All options shown will not work, but there can be some really usefull options, such as renaming
Code: |
; *** EnableHiddenMenus 1.0 ***
; *** Enable Hidden Menus ***
; Author: fca00000 , fca00000-at-yahoo-dot-es
; Date: 2008.04.18
; Firmware: tested on N80 v 5.0719.02 . Might work on preFP1+FP1
;
; In the main applications menu some options disappear if you select a program or a folder.
; This patch shows all of them, allowing to rename applications and creating sub-folders inside folders.
; Seems to work on preFP1, although on FP1 it doesn't show the menu to rename apps.
;
; For the curious people: I changed eikcoctl.dll in
; method CEikMenuPane::DeleteMenuItem
; so that it simply returns
;F8F29D56 PUSH {R0,R1,R4-R7,LR} ; patch to BX LR
;F8F29D58 SUB SP, SP, #4
;F8F29D5A LSLS R6, R0, #0
;F8F29D5C LDR R0, [R0,#0x70]
;F8F29D5E MOVS R7, #0
;F8F29D60 CMP R0, #0
;F8F29D62 BEQ loc_F8F29D66
;F8F29D64 LDR R7, [R0,#4]
;
; As far as I know, nothing is broken. But I decline all responsability, of course.
; Anyway, here it is. Enjoy
; end of EnableHiddenMenus
SnR:sys\bin\eikcoctl.dll:F3B581B00600006F0027:704781B00600006F0027 |
C before Z Patch
Confirmed Working on: Nokia N95, Nokia N80
Confirmed not to work on: None
Not needed on: None
Author: FCA00000 (source)
Details: This Patch will change about 10% of the files to be used from C:\ Drive instead of the Z:\ Drive, so by this, its possible to change something on files already on the phone, such as default icons or names
Note: This is a Special Patch, it Needs a Computer for Generating the Patch
Additional Files needed: 1 Archive
c2z.zip
Midlet Permissions Hack
Confirmed Working on: Nokia E65
Confirmed not to work on: None
Not needed on: None
Author: FCA00000 (source)
Details: This overrides the Java policies, such as asking for connectiong to internet every time
Note: This is a Special Patch, it Needs additional patches to work
How to use: Appy c2z patch (found above), then copy the contents of Java_permissions.zip to c:\System\data\midp2\security\policy\ (you might need to make the folders by yourself)
Additional Files needed: 1 Archive
Java_Permissions.zip
~~~~~~~~~~~~
(*1) = Patch must be set as Auto startup and phone rebooted for it to work
A Patch not listed here? inform me and ill add it to the Index
A Short Guide on how to use ROMpatcher
-Have all patches placed into E:\Patches\
-Open ROMPatcher, and you should see the list of Patches
-To apply a patch, go to the patch and Options -> Patch -> Apply
-The icon of the Patch should Turn Green from Blue, and when this happens, the patch is applied successfully
-To disable a Patch, go to the Patch and select Options -> Patch -> Disable and the icon should go back to Blue
When Applying a patch, if the icon turns:
Green: Patch Applied successfully and it should be working
Red: the patch didnt Apply successfully (error in Patch code, or File not found, etc. if this happens, i recommend checking the patch that is it fully copied into E:\Patches\ (open in some sort of text editor))
Yellow: Patch got applied partialy, meaning that not whole Patch got applied (this is a very rare error, i havent seen this)
and Blue means Patch is Disabled
Also Thanks to:
Apocalypso
- For having such a great site
FCA00000 and Zorn
- For thier excellent Hacks that made all this possible
Kulin
- For informing the Change the Whole *#0000# Screen to work on 5700
- For informing the ChangeSWIPolicyPath to work on 5700
- For informing the EnableHiddenMenus to work on 5700
- For informing the NoCalendarInIdle to work on 5700
- For informing the NoRunningAppIndicator to work on 5700
- For informing the NoToDoInIdle to work on 5700
- For informing the NoCamSound not to work on 5700
- For informing the Change0KeyApp not to work on 5700
- For informing the Extravoicecommands not to work on 5700
- For informing the NoWLANInIdle to be useless on 5700
- For informing the NoSearchInIdle to be useless on 5700
- For informing me about another Patch not listed here yet
Wildeh
- For informing the No Camera Capture Sounds not to work on E51 and 6120 Classic
Jehuty
- For informing the Change the Whole *#0000# Screen to work on E51
- For informing the NoMenuCircle to work on E51 after auto-starup
- For informing the Active Standby Patches to be useless on E51
- For informing the C2Z to work on E51
Heps
- For informing the No Camera Sound not to work on N81
- For informing the Active Standby Patches not to work on N81
adw888
- For informing the No Camera Sound to work on Nokia 6220 Classic after auto-starup
- For informing the ChangeSWIPolicyPath to work on Nokia 6220 Classic after auto-starup
rande
- For informing the No Calendar in Active Standby not to work on 6220 Classic
- For informing the No Search in Active Standby not to work on 6220 Classic
- For informing the No To-Do in Active Standby not to work on 6220 Classic
- For informing the No WLAN Search in Active Standby not to work on 6220 Classic
protochip
- For finding a faster Solution to applying the Active Standby Patches
And the Whole SF Community
- For being here _________________ Mr. Investigator
Feel free to add my MSN without asking, just remember to tell me who you are when you add me
Last edited by Microx256 on Thu Sep 18, 2008 3:46 pm; edited 15 times in total |
|
Back to top |
|
 |
| vinumsv Moderator


|
Status: Offline |
Joined: 23 Aug 2006 |
Posts: 6821 |
Phone: N95-1 Plum(4GB) |
Firmware: v 30.0.015 15/07/08 RM-159 (13.01) |
Location: Chennai,India |
|
Posted: Fri Jul 18, 2008 8:43 pm Post subject: |
|
|
WoW What i can say bro Simply Great Work
and only thing i can do is make it as Sticky  _________________
 |
|
Back to top |
|
 |
| Microx256 Symbian Freak


|
Status: Offline |
Joined: 08 Feb 2007 |
Posts: 3183 |
Phone: Nokia N95, Nokia N82 (and Nokia 3230 + some older Nokia's) |
Firmware: V 21.0.016 |
Location: Finland |
|
Posted: Fri Jul 18, 2008 8:46 pm Post subject: |
|
|
vinumsv wrote: |
WoW What i can say bro Simply Great Work
and only thing i can do is make it as Sticky  |
Thanks
btw. how about the Guide for Writing ROMpatcher Patches?  _________________ Mr. Investigator
Feel free to add my MSN without asking, just remember to tell me who you are when you add me |
|
Back to top |
|
 |
| MichaelSF Moderator


|
Status: Offline |
Joined: 10 Feb 2006 |
Posts: 9115 |
Phone: N85 Trial, N82 black, E70 |
Firmware: |
Location: Austria |
|
Posted: Fri Jul 18, 2008 8:56 pm Post subject: |
|
|
awesome!!
i thought about doing this earlier, you're one step ahead Mr. Investigator hehe  _________________
Thanks a Lot ykbks, Signature Master of the Universe!!  |
|
Back to top |
|
 |
| Microx256 Symbian Freak


|
Status: Offline |
Joined: 08 Feb 2007 |
Posts: 3183 |
Phone: Nokia N95, Nokia N82 (and Nokia 3230 + some older Nokia's) |
Firmware: V 21.0.016 |
Location: Finland |
|
Posted: Sat Jul 19, 2008 3:12 pm Post subject: |
|
|
Added download links, direct .rmp for fast use, and also a .zip for mobile users who have trouble opening .rmp files in the default browser, and also added a zip file containing all patches in one  _________________ Mr. Investigator
Feel free to add my MSN without asking, just remember to tell me who you are when you add me |
|
Back to top |
|
 |
| cf125 Symbian Freak


|
Status: Offline |
Joined: 25 Nov 2007 |
Posts: 1043 |
Phone: nokia n95 & Samsung inov8 |
Firmware: v30 |
Location: manchester |
|
Posted: Sat Jul 19, 2008 3:13 pm Post subject: |
|
|
wow gr8 work  _________________
 |
|
Back to top |
|
 |
| vinumsv Moderator


|
Status: Offline |
Joined: 23 Aug 2006 |
Posts: 6821 |
Phone: N95-1 Plum(4GB) |
Firmware: v 30.0.015 15/07/08 RM-159 (13.01) |
Location: Chennai,India |
|
Posted: Sat Jul 19, 2008 3:54 pm Post subject: |
|
|
Microx256 wrote: |
vinumsv wrote: |
WoW What i can say bro Simply Great Work
and only thing i can do is make it as Sticky  |
Thanks
btw. how about the Guide for Writing ROMpatcher Patches?  |
Done Bro another great piece of work that need to be stickied  _________________
 |
|
Back to top |
|
 |
| NightShift79 Veteran


|
Status: Offline |
Joined: 30 Sep 2005 |
Posts: 468 |
Phone: Nokia N73 and N82 |
Firmware: |
Location: near you! |
|
Posted: Sat Jul 19, 2008 10:19 pm Post subject: |
|
|
Quote: |
; *** ChangeBrowserOnKey0 1.0 ***
; *** Change Browser On Key '0' *** |
Doesn't work on my N82... I tried to put calc on my '0'-Key.
Have a look at my patch, plz.
Code: |
SnR:sys\bin\phone.exe:398D00100000000000000000:025900100000000000000000
SnR:sys\bin\phone.exe:398D00100100000035000000:025900100100000035000000 |
rompatcher gives green light by appliance.
but when '0' key is pressed in stand-by mode, it still open the internet browser. _________________

 |
|
Back to top |
|
 |
| alb3530 Veteran


|
Status: Offline |
Joined: 02 Feb 2006 |
Posts: 209 |
Phone: Nokia N80-1 |
Firmware: 4.0623.0.41 |
Location: Brazil |
|
Posted: Sun Jul 20, 2008 4:29 am Post subject: |
|
|
NightShift79 wrote: |
Quote: |
; *** ChangeBrowserOnKey0 1.0 ***
; *** Change Browser On Key '0' *** |
Doesn't work on my N82... I tried to put calc on my '0'-Key.
Have a look at my patch, plz.
Code: |
SnR:sys\bin\phone.exe:398D00100000000000000000:025900100000000000000000
SnR:sys\bin\phone.exe:398D00100100000035000000:025900100100000035000000 |
rompatcher gives green light by appliance.
but when '0' key is pressed in stand-by mode, it still open the internet browser. |
Why does your patch have two instructions?
Only one should be enough...
Have you tried this?
Code: |
;
SnR:sys\bin\Phone.exe:398d00100100000035:025900100100000035
|
|
|
Back to top |
|
 |
| raj1402 Junior

|
Status: Offline |
Joined: 10 Jul 2008 |
Posts: 73 |
Phone: Nokia N73M |
Firmware: 4.0839.42.2.1 Hacked |
Location: india |
|
Posted: Sun Jul 20, 2008 10:47 am Post subject: |
|
|
great work Microx256
but i would like to see patches for
1)switchin off flash light while recording video(in N73m we cant)
2)fm recording |
|
Back to top |
|
 |
| NokiaVista Veteran


|
Status: Offline |
Joined: 23 Mar 2008 |
Posts: 136 |
Phone: Nokia N95 Hacked |
Firmware: V30 |
Location: Bahrain |
|
Posted: Sun Jul 20, 2008 12:23 pm Post subject: |
|
|
great work
needed more patches |
|
Back to top |
|
 |
| slamshedida Veteran


|
Status: Offline |
Joined: 09 Feb 2008 |
Posts: 140 |
Phone: n95-1 |
Firmware: 20 |
Location: Egypt |
|
Posted: Sun Jul 20, 2008 12:32 pm Post subject: |
|
|
hey great work....
but i don't understand the "c before z " patch ??
does it free RAM ?? or what ??
Thanks _________________ Al@n |
|
Back to top |
|
 |
| Microx256 Symbian Freak


|
Status: Offline |
Joined: 08 Feb 2007 |
Posts: 3183 |
Phone: Nokia N95, Nokia N82 (and Nokia 3230 + some older Nokia's) |
Firmware: V 21.0.016 |
Location: Finland |
|
Posted: Sun Jul 20, 2008 6:29 pm Post subject: |
|
|
NightShift79 wrote: |
Quote: |
; *** ChangeBrowserOnKey0 1.0 ***
; *** Change Browser On Key '0' *** |
Doesn't work on my N82... I tried to put calc on my '0'-Key.
Have a look at my patch, plz.
Code: |
SnR:sys\bin\phone.exe:398D00100000000000000000:025900100000000000000000
SnR:sys\bin\phone.exe:398D00100100000035000000:025900100100000035000000 |
rompatcher gives green light by appliance.
but when '0' key is pressed in stand-by mode, it still open the internet browser. |
I see you tried the Calculator's UID, and its possible that the UID of your calculator is different, so perhaps try some different apps with different UID's
alb3530 wrote: |
NightShift79 wrote: |
Quote: |
; *** ChangeBrowserOnKey0 1.0 ***
; *** Change Browser On Key '0' *** |
Doesn't work on my N82... I tried to put calc on my '0'-Key.
Have a look at my patch, plz.
Code: |
SnR:sys\bin\phone.exe:398D00100000000000000000:025900100000000000000000
SnR:sys\bin\phone.exe:398D00100100000035000000:025900100100000035000000 |
rompatcher gives green light by appliance.
but when '0' key is pressed in stand-by mode, it still open the internet browser. |
Why does your patch have two instructions?
Only one should be enough...
Have you tried this?
Code: |
;
SnR:sys\bin\Phone.exe:398d00100100000035:025900100100000035
|
|
the Patch needs 2 parts, as it needs to change 2 parts, if you look, the 2 lines are not exactly the same
slamshedida wrote: |
hey great work....
but i don't understand the "c before z " patch ??
does it free RAM ?? or what ??
Thanks |
Its for changing some files to be used from C:\ drive instead of the Z:\ drive, with this, you might be able to modify some Z:\ files and place them to C:\ and the phone will use them, these could be for example, changing some Default applications or icons
I will be adding more detailed Information to every Patch soon, first ill do a Guick check at other new posts on SF
edit: Added the Details now  _________________ Mr. Investigator
Feel free to add my MSN without asking, just remember to tell me who you are when you add me |
|
Back to top |
|
 |
| ADRez Rookie

|
Status: Offline |
Joined: 04 May 2008 |
Posts: 21 |
Phone: N95 8GB |
Firmware: v30 |
Location: Spain |
|
Posted: Mon Jul 21, 2008 4:12 pm Post subject: |
|
|
I have problems with the "No (whatever) in Active Standby" patches: if I start them and disable and re-enable Active Standby they work, but making them autostart and restarting the phone doesn't work, I need to disable and re-enable Active Standby again.
Is it a problem with rompatcher (autostarting too late) or something I have to change? |
|
Back to top |
|
 |
| Noah Rookie

|
Status: Offline |
Joined: 10 Mar 2008 |
Posts: 15 |
Phone: |
Firmware: |
Location: Australia |
|
Posted: Mon Jul 21, 2008 9:56 pm Post subject: |
|
|
Great work
Also I was wondering if you could add the no camera sound patch, and I keep hearing that rompatcher now has autostart but I can't find a link to the new version? Thanks  |
|
Back to top |
|
 |
|
Watch this topic for replies
|
You can post new topics in this forum You can reply to topics in this forum You can edit your posts in this forum You can delete your posts in this forum You can vote in polls in this forum
|
copyright © Symbian freak 2005, all rights reserved
.:: web hosting sponsored by www.shopcentar.hr ::.
SYMBIAN and all SYMBIAN-based marks and logos are trade marks
of Symbian Software Limited. This website is not in any way endorsed or supported by Symbian Software Limited.
NOKIA and all Nokia-based marks and logos are trade marks
of Nokia Corporation. This website is not in any way endorsed or supported
by Nokia Corporation
Powered by phpBB © 2001, 2002 phpBB Group :: Igloo theme by: A. Charron
Trademarks
All trademarks and registered trademarks are property of their respective owners.
|