View Full Version : ROMPatcher by ZoRn & FCA00000 + Detailed procedure by swankyleo [Updated 18-JUNE-08]


Pages : [1] 2 3 4

gkataria
24th April 2008, 23:41
ROMPatcher for S60 3rd Edition Devices!
By ZoRn and patches by FAC00000

Detailed tutorials by swankyleo HERE (http://www.ipmart-forum.com/showpost.php?p=1969676&postcount=2)


ROMPatcher by -=ZoRn=-

Installation:
1. First you need install MetroTRK on your mobile and launch it.
2. Change address (and/or checkVal) in RPInstaller.ini to yours.
For Symbian 9.1 address is 60000148 for 9.2 it C0000148
3. Launch RPInstaller.exe, select MetroTRK COM port and press Install
4. If no errors occurs then you have ROMPatcher installed on your mobile :)

Patches:
Patches should be in E:\Patches directory on mobile and have rmp extention.
Symbols count for addresses and patch data must divided by 2. 12345 - WRONG, 012345 - RIGHT.

Example patch:
This line (first 256 symbols, I think it enough) will be shown while you choose "Patch info" submenu.\nThis patch just for test. Replace Z:\resource\versions\sw.txt

Lines that dont start with one of patch method (like this one ) just ignored.
abs:F93C70A6:34002E0030003600330032002E0030002E003 30038:35002E0038003800380038002E0037002E00360035

;This line also ignored. Next line show relative patch method. Doing the same as line above, but not only for N80 FW 4.0632.0.38
rel:resource\versions\sw.txt:06:34002E003000360033 0032002E0030002E00330038:35002E0038003800380038002 E0037002E00360035

//Another method of patches above - Search'n'Replace
SnR:resource\versions\sw.txt:34002E003000360033003 2002E0030002E00330038:35002E0038003800380038002E00 37002E00360035




From FCA00000

patch: EnableHiddenMenus

Save this as
e:\Patches\EnableHiddenMenus.rmp
and activate it.


; *** 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:7047 81B00600006F0027
patch: ChangeSwipolicyPath (allows installing unsigned apps)

Save as e:\patches\ChangeSwipolicyPath.rmp

*** 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:1C0000007A003A005C 00730079007300740065006D005C0064006100740061005C00 73007700690070006F006C006900630079002E0069006E0069 00:1C00000065003A005C00730079007300740065006D005C0 064006100740061005C0073007700690070006F006C0069006 30079002E0069006E006900[18-JUNE-08]
Updated ROMPatcher with AUTO-RUN OPTIONS is now available. Download link from Post#2 below.
Attachment in 1st post removed to avoid confusion - Phoezies

swankyleo
24th April 2008, 23:53
PLEASE USE THE ATTACHMENTS/LINKS PROVIDED IN THIS POST

Dear iPmartians! What we were all waiting for is finally here, thanks to mighty FCA00000 and discoveries made after his platform hack, Zorn has managed to make a ROMPatcher. Big THANKS to FCA00000 and to ZoRn for all their effort in empowering us with the ultimate freedom to customize & improve the functionality of our phones. We will never find the right words to thank them and will be always grateful to them!
What is ROMPatcher?
ROMPatcher is an amazing piece of code, application allowing you to patch the ROM in a very easy and secure way. We are only limited by our imagination when it comes to the number of uses for it. There is no real danger in using it because it maps the ROM into RAM and then modifies it, so the patch is not permanent and a phone restart will clean all changes made by the patcher. After restart, you have to manually enable the patches again.

What is the difference between the FCA's hack & Zorn's hack?
:arrow: FIRST STEP
The first step involves hacking the phone from PC to gain access to the system folders. For FCA's hack you have to install Metro TRK and a dummy application called HelloCarbide on the phone. Only Metro TRK is required for Zorn's hack.
For FCA's method you are required to install python & related libraries on PC.
Based on the work of FCA, Zorn simplified this process by using Windows API. In short no need to install python & extra stuff.

:arrow: SECOND STEP
For FCA's hack you have to install CapsOn/CapsOff to toggle the phone security. This is done by manually installing the SIS files.
Zorn simplified this process too by giving us an option in the first step itself to install the ROMPatcher. In ROMPatcher options you get the same functionality to enable/disable phone capabilities.:egdance: LET US BEGIN :egdance:

Update:14-MAY-08
If you have already applied Leftup's root certificate as mentioned HERE (http://www.ipmart-forum.com/showthread.php?t=240577), then you can directly install the ROMPatcher from this SIS file (http://www.ipmart-forum.com/attachment.php?attachmentid=394998&d=1210767560) and then skip to the Patches section below, otherwise proceed through the tutorial.

Those who have already installed ROMPatcher (any version), can again install from the SIS file. This will give you the option to uninstall ROMPatcher from App. manager :D first restart your phone. Then try installing the SIS file 2-3 times. First few tries will fail with error "Update failed!" But last try will always succeed.
Download the applicable RAR file for you phone and extract the contents to a folder. You can check out your phone model HERE (http://www.ipmart-forum.com/attachment.php?attachmentid=388124&stc=1&d=1209491560). Transfer the TRK SIS file to your phone and install it to phone memory. Make sure Nokia PC Suite is not running. Now connect your phone to PC using the USB cable in PC Suite mode.
http://i31.tinypic.com/14uuyj7.png

By default TRK starts in Bluetooth mode, cancel it. Then go to Options->Settings and set then as shown below. When done TRK will show connected.
http://i31.tinypic.com/6hhmci.png http://i29.tinypic.com/w1e246.png http://i26.tinypic.com/4uea28.png

Now find out the port number of your phone USB connection from the device manager. (Tip: Start Menu->Run->devmgmt.msc). In the following image it is COM4 for my N73.
http://i26.tinypic.com/28iys0l.png

On the PC now run RPInstaller.exe and enter the COM port number. Now click on Install Button (do not tick the box). If successful, you will see something like this:
http://i31.tinypic.com/34g8t5d.png

If no errors occured, you will find a new application ROMPatcher in your phone's Applications folder (Do not start it yet). Now close the RPinstaller application on your PC. Exit from the TRK on your phone and then disconnect the cable and reboot your phone.
http://i26.tinypic.com/2116p2s.png

HOW TO APPLY PATCHES

Make the folder E:\Patches on your phone. All the supplied/future patches should be copied into this folder. Patch files are simple text files you can open in any text editor.
http://i28.tinypic.com/2pt2agk.png

The application lists all the patches available in E:\Patches. You can simply enable or disable a patch as shown below:
http://i31.tinypic.com/1qh942.png http://i29.tinypic.com/2luzy34.png

You can download the available patches from the next post below. After ownloading, just copy them to E:\Patches on your phone.

Using this ROMPatcher:
To disable caps (same as CapsOff): Select Options->Disable caps
To enable caps (same as CapsOn) : Select Options->Enable caps

Update [01-MAY-08]: DumpTools has been updated (Works faster now)
Zorn has also released a tool to create a ROM dump for debugging. It is not useful for the noobs, but if you are interested you can download it from [U]HERE (http://neon.artem-catv.ru/zorn/DumpTools.zip). Just install DumpROM to phone memory and run it (Note: The process takes a lot of time). ROMPATCHER AUTO-RUN VERSION ADDED - 18-JUNE-08. LINK BELOW

http://www.ipmart-forum.com/showthread.php?t=263167



Attachments have been updated on 14-MAY-08
ROMPatcher with new icons released...

swankyleo
25th April 2008, 00:02
RECENTLY ADDED PATCHES WILL APPEAR ON THE TOP
INDEX UPDATED ON 03-MAY-2008

:arrow: ChangeKeyCombinations by CODeRUS (http://www.ipmart-forum.com/showpost.php?p=1996841&postcount=529)
This patch will change the key combinations used for various purposes like *#0000#, *#06#, *#7780#, *#7370#, etc. More info available in post.

:arrow: ChangePhoneModel&Firmware by MORF (http://www.ipmart-forum.com/showpost.php?p=1984043&postcount=343)
This patch is only meant for fun & to make your phone unique. Using this patch you can customize all the info(firmware & phone model) shown when you type *#0000#.

:arrow: DisableCameraSounds for N95-8gb v20.0.16 by Microx256 (http://www.ipmart-forum.com/showpost.php?p=1983648&postcount=328)
These patches will disable the camera capture, focus, recording & stop sounds.
Note: Dmoe has confirmed it working on Euro-I N95 v21.0.016 also.

:arrow: Camcorder patch for muting the capturing sound on 6120c by wook (http://www.ipmart-forum.com/showpost.php?p=1983653&postcount=329)

:arrow: No camera sound for E51 by wook (http://www.ipmart-forum.com/showpost.php?p=1983736&postcount=332)

:arrow: EnableHiddenMenus by FCA00000 for pre-FP1 (http://www.ipmart-forum.com/attachment.php?attachmentid=386538&stc=1&d=1209075171)
In the main applications menu some options disappear if you select a program or a folder. This patch shows all of them, allowing you to rename applications and creating sub-folders inside folders. When this patch is activated it is applicable to all menus on phone. Also note that all the hidden items get shown but the owning application hasn't activated them and will not respond to it. So please stop complaing about this.

:arrow: ChangeSwipolicyPath by FCA00000 (http://www.ipmart-forum.com/attachment.php?attachmentid=386537&stc=1&d=1209075171)
This patch will give all the capabilities to the installed applications. Also it will allow you to install some unsigned applications. Not all unsigned programs can be installed e.g. if supplier is untrusted.
Warning: Installing a program from untrusted sources is dangerous.

To make this patch work, some steps need to be followed first on your phone:
Copy z:\system\data\swipolicy.ini to e:\system\data\swipolicy.ini and modify the following settings in it:
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

Here is a sample modified swipolicy.ini (http://swankyleo.googlepages.com/swipolicy.txt) from my phone. (do not use it)

xxx333
25th April 2008, 00:06
Next step, i think: path your rom from phone level
EDIT: "menu" path works fine on 6120c and ofcourse rom patcher installer is also work

matze
25th April 2008, 00:10
please help me it teld me

Trying to transfer C:\sys\hash\RPEngine.ldd
Failed to write (7E FF 34 05 C7 7E )

but all the other writings are sucessful ..

thanx

EDIT: ok I tried it once again and now it was all successful hehe

Znany
25th April 2008, 00:33
A bit strange...
I have aplied HiddenMenu patch, on my N95 8GB.
Renaming dont work, and when i'm opening ROMPatcher then phone is getting restart...
Anybody knows what is going on?

blackphoenix
25th April 2008, 00:35
Connecting to COM3...
Ping metroTRK...
Connecting to metroTRK...
Checking [0x60000148] == 0x1E... Failed :( [0x60000148] = 0x10
Possibly already patched
Trying to transfer C:\sys\bin\ROMPatcher.exe
Successfully close file
Trying to transfer C:\resource\apps\ROMPatcher.rsc
Successfully close file
Trying to transfer C:\private\10003a3f\import\apps\ROMPatcher_reg.rsc
Successfully close file
Trying to transfer C:\resource\apps\ROMPatcher_aif.mif
Successfully close file
Trying to transfer C:\resource\apps\ROMPatcher.mbm
Successfully close file
Trying to transfer C:\sys\bin\RPEngine.ldd
Successfully close file
Trying to transfer C:\sys\hash\ROMPatcher.exe
Successfully close file
Trying to transfer C:\sys\hash\RPEngine.ldd
Successfully close file
Trying to transfer C:\System\Data\RP.dat
Successfully close file
Disconnect


ROMPatcher has successfully installed to my phone but the hack files which should be at e:/Patches are missing.I have a nokia 3250 and i connect it with bluetooth on my pc.

Please help

xxx333
25th April 2008, 00:35
Change of sw version should allowe to install mail for exchange on 6120c, i will check this later..

wojtaliban
25th April 2008, 00:38
Connecting to COM3...
Ping metroTRK...
Connecting to metroTRK...
Checking [0x60000148] == 0x1E... Failed :( [0x60000148] = 0x10
Possibly already patched
Trying to transfer C:\sys\bin\ROMPatcher.exe
Successfully close file
Trying to transfer C:\resource\apps\ROMPatcher.rsc
Successfully close file
Trying to transfer C:\private\10003a3f\import\apps\ROMPatcher_reg.rsc
Successfully close file
Trying to transfer C:\resource\apps\ROMPatcher_aif.mif
Successfully close file
Trying to transfer C:\resource\apps\ROMPatcher.mbm
Successfully close file
Trying to transfer C:\sys\bin\RPEngine.ldd
Successfully close file
Trying to transfer C:\sys\hash\ROMPatcher.exe
Successfully close file
Trying to transfer C:\sys\hash\RPEngine.ldd
Successfully close file
Trying to transfer C:\System\Data\RP.dat
Successfully close file
Disconnect


ROMPatcher has successfully installed to my phone but the hack files which should be at e:/Patches are missing.I have a nokia 3250 and i connect it with bluetooth on my pc.

Please help



U must make them on your own...U must copy text from those two quotes on 1st page, and save'em like it's written there...




I cant wait for new patches... :) :wave:

phonephreak
25th April 2008, 00:39
i dont know is this a stupid question or not but can some one please tell me if we can extract lower layers data from ROM patches ??
like Channel info BCCH, TCH, SDCCH or trx level.. anything related to network as near as TEMS??
of coarse we cant have as much info as TEMS. But still any of it would be highly appreciated ..!!??
thanx

emonty
25th April 2008, 01:54
where to get MetroTRK?

wojtaliban
25th April 2008, 01:56
It's normal TRK app... u can download it in FCA00000 hack thread....

kakarotto
25th April 2008, 01:58
if someone could create a more detailed tutorial it would be much appreciated, as the origional instuctions on page 1 are just not detailed enough for me (obviously my lack of understanding) ive installed the trk app connected and patched to rom, what next carnt make sense of the rest ive created a directory in e:patches now what please help

aristotelhs2060
25th April 2008, 02:01
sorry n95 is 9.1 or 9.2 ?

impazzito
25th April 2008, 02:04
i know 9.2........

xxx333
25th April 2008, 02:04
Here you go mate :

kakarotto
25th April 2008, 02:09
when i click on the rom app my phone just resets whats going on what have i done wrong?

sammis
25th April 2008, 02:16
Same Here ,on a N95 8Gb when i first installed it everything went fine but since i made the patches file when i click on the rompatcher on my phone it just resets,i deleted the patch file but it still resets,any ideas??

kakarotto
25th April 2008, 02:18
im calling it a day im sure someone will have the anwser by 2morrow thnx to all that help

Rol@N95d
25th April 2008, 02:22
I have been working on this hack (all three available patches) since this morning....

It is confirmed that it is conflicting with symbian os 9.2 cell's like N95 8GB or N82....

When U wrote the files there was an error calles failed 2 write...
Check the script.....

It helps when u start the rompatcher and not exit....
Just minimize it by going 2 the menu.....

After the reboot the changes will go back 2 normal....

Zorn is working on the 9.2 fix......

4 people who 2 see extreme changes go 2 the memory app and check option with hack enabled......

sammis
25th April 2008, 02:32
Thank you for a VERY GOOD tutorial,i have finally managed to get it working on my N95 8GB it resets the phone when you exit the app but hopefully this bug will be fixed in a future release.

swankyleo
25th April 2008, 02:33
When U wrote the files there was an error calles failed 2 write...
Check the script.....

It helps when u start the rompatcher and not exit....
Just minimize it by going 2 the menu.....

After the reboot the changes will go back 2 normal....

Zorn is working on the 9.2 fix......

4 people who 2 see extreme changes go 2 the memory app and check option with hack enabled......
As for the error no need to bother about that...its harmless. I had no problems at all getting it worked on my N73. I can even exit the Patcher anytime withou any reboots. I guess it just needs to be done the right way :D
Yeah hope the 9.2 fix will be out soon...Thanks for the info

Rol@N95d
25th April 2008, 02:36
It's not a question of who does it first, but who does it the right way :mrgreen: As you can see its not ripped but my genuine work. It was posted in the meantime when I was testing it, taking screenshots & writing this ;)
As for the error no need to bother about that...its harmless. I had no problems at all getting it worked on my N73. I can even exit the Patcher anytime withou any reboots. I guess it just needs to be done the right way :D
Yeah hope the 9.2 fix will be out soon...Thanks for the info

I like your thread better because it will help out more and more....

Here's is the 3rd patch mate!!!!!
Because U did so much 4 me....

Here is something back

This string should work for N82. On other device only if you have the file z:Sys\Bin\CamMojave.exe

for (ex. the no cam sound patch) you just need to point the running exe to another destination to look for the tones. The exe that uses the tones in this case is CamMojave.exe.




btw in camera options you have to set the sound to camera sound1 or else it wont work

connecting people
25th April 2008, 02:36
Excellent effort as usual my friend swanky! Tested and work in my phones.
Many thanks!

vBulletin Message
You must spread some Reputation around before giving it to swankyleo again.

Rol@N95d
25th April 2008, 02:39
Here is the proof of the difference......

At the bottom corner left it's B4
Other 3 R the results of the hack patch....

Also the change in profiles.....

So Swanky.....

Let's make your thread better

jarbamare
25th April 2008, 02:45
you have right @rolan95d ... there is new options in menu .. i just tested on my N95 with working ROMPatcher in background(because this app restart phone if click on exit) ....
Thanx for info, rep. added!;)

Btw. "disable or enable caps" NOT WORKING on N95 from this app at all.:(

swankyleo
25th April 2008, 02:46
Here is the proof of the difference......

At the bottom corner left it's B4
Other 3 R the results of the hack patch....

Also the change in profiles.....

So Swanky.....

Let's make your thread better

Thanks a lot mate. The best part about MenuPatch is that it allows you to rename just about any app/folder in menu...also creating new sub-folders is so damn easy now ;)

BTW can you confirm that CamSoundPatch is working and who is the author?

wojtaliban
25th April 2008, 02:55
Hmmm, maybe it's possible somehow to disable LED when recording by cam...? i know it's completely different to disabling the sound, but this setting should be somewhere too...

Rol@N95d
25th April 2008, 02:56
Thanks a lot mate. The best part about MenuPatch is that it allows you to rename just about any app/folder in menu...also creating new sub-folders is so damn easy now ;)

BTW can you confirm that CamSoundPatch is working and who is the author?

Yes. I got it 2 work. (credits 4 Nightshift79)
Check this:
z:\system\data\digital\ ?

There U can also put new sound files now!

Did U get the app name cahnging 2 work??

swankyleo
25th April 2008, 02:58
Hmmm, maybe it's possible somehow to disable LED when recording by cam...? i know it's completely different to disabling the sound, but this setting should be somewhere too...
Yeah right mate! A lot of things might be possible now...lots of ne discoveries & stuff. Time will show :D

swankyleo
25th April 2008, 03:02
Yes. I got it 2 work. (credits 4 Nightshift79)
Check this:
z:\system\data\digital\ ?
There U can also put new sound files now!
Did U get the app name cahnging 2 work??
The camsound patch not working on N73...will try on N95 later. Yes the Menupatch is working and I renamed even the pre-installed apps :D
Well I gonna get some sleep now..will c ya guys later. Have fun!

Rol@N95d
25th April 2008, 03:09
The camsound patch not working on N73...will try on N95 later. Yes the Menupatch is working and I renamed even the pre-installed apps :D
Well I gonna get some sleep now..will c ya guys later. Have fun!

Well it's confirmed that the name change will not work on the os 9.2 because of the problems of writing the *.ldd file......

wojtaliban
25th April 2008, 03:11
My idea (possible to make it quickly) for now is:
changable startup sound and other system sound... can u think about it? because i cant make patches on my own yet... (not as smart as you guys ;) )

Good night now... :]

TaI
25th April 2008, 03:26
confirm the enable hide menu working on my N95 but i getting my fone reboot :( when i exit the apps....hope for fixed soon....

M4Y4
25th April 2008, 04:02
This is brilliant!
But I will wait for the fix for OS 9.2 before trying.
Thanks for a great tutorial!

takashiro
25th April 2008, 04:09
It seems to be impossible to hack on Nokia N93.. since the last hack by FC0000000...

Now it is not working again ...hopefully they will find out how to make it work

impazzito
25th April 2008, 04:09
when i click onto the "Install" button of ROMPatcher installer my Nokia N95 8gb (fw 15) reboot... why?????? Please help me... (the Port Com are ok!)

on2315
25th April 2008, 04:10
Is it possible to delete sound files in Z: (rom) forever???
any one could answer this question? thanks a lot.

nikoskat
25th April 2008, 04:33
no it's not possible mate..

ademjakupi
25th April 2008, 04:42
how do you Change path to swipolicy.ini in securitymanager.dll to e:\system\data\swipolicy.ini
have been trying in so many ways not letting me do it.
please help
on n95 is drive Z originally

Znany
25th April 2008, 04:48
In my N95 8GB now i can see this new menu (ROMPatcher have to work in background). But there is now way to use them. For example when im trying to see what is in "Edition options" i can't open this menu also in many palces are new options, but cannot use anyone of them. I think this patch need upgread...
But Caps on and caps off works great, my phone is again after hack xD

Rol@N95d
25th April 2008, 04:56
how do you Change path to swipolicy.ini in securitymanager.dll to e:\system\data\swipolicy.ini
have been trying in so many ways not letting me do it.
please help
on n95 is drive Z originally

Open in with the notepad, change it and save it with the exact name followed by *.ini

ademjakupi
25th April 2008, 05:26
I have done that but as far as i can understand you need to change the securitymanager.dll i did open with hex edit in xplore but not letting me replace or edit the one on the phone rom drive Z on n95. any idea

watusi
25th April 2008, 05:52
my basic question how to install metro trk not sis or jave file.....sorry

.:RUMI:.
25th April 2008, 06:31
Working fine in my N73....but is there supposed to be anything under the "Editing Option" ??

There seems noting...:confused:

Great wrk Swanky...will Rep you later...

bro4ever
25th April 2008, 07:09
anyone tried it on E90? Just want to make sure that everything goes right

wwy81
25th April 2008, 07:46
that's cool!! in future must got many change on s60 series... yeah!!

holance
25th April 2008, 07:50
When I run ROMpatcher, it gets my phone(E51) restart. And seldom times, it can run.

Cadal
25th April 2008, 07:58
@swanky on n73 are this ROMpatcher work fine after reboot or we must repeat again use pc ? I need confirmed this before apply this on mine .thanks bro really nice tutorial

.:RUMI:.
25th April 2008, 08:02
@swanky on n73 are this ROMpatcher work fine after reboot or we must repeat again use pc ? I need confirmed this before apply this on mine .thanks bro really nice tutorial

No mate you wont have Repeat it using PC.
It will work fine.

watusi
25th April 2008, 08:50
tested on my n73me also...

thanks

NJosh
25th April 2008, 09:28
Works perfect on N73 ME!!
But, is there a patch to enable Hidden folder like \Sys & \Private??

Znany
25th April 2008, 09:55
Works perfect on N73 ME!!
But, is there a patch to enable Hidden folder like \Sys & \Private??

Yes, there is, u have to Disable caps in ROMPatcher and u will se these folders

jungbahadur
25th April 2008, 10:11
Wooaaaaa thanks mate! It worked out fantastic on my N73ME. Gonna try on other phones too :D Now I got rid of CapsOn/CapsOff. rep+ to u if I can


Thanks swanky bro....:urtheman:

NJosh
25th April 2008, 10:21
Yes, there is, u have to Disable caps in ROMPatcher and u will se these folders
Thx mate!! now i can access all Hidden folders!!
Repp++ to you!!!:thanks::urtheman:

spacer
25th April 2008, 10:35
not working on N6120 Classic....probably due ROM Patcher which only can support v3 9.1 not for 9.2..... just be patient, someone will get it done.. :)

johnmacca
25th April 2008, 10:40
thanks guys... you never cease to amaze me... more talent in this forum than in the whole of the uk government ;-)

maskmanxxx
25th April 2008, 10:59
guys . .it crashed my N95 everytime I start the program. :( , can anyone advice how to remove the program. I tried to use "C" or select the "remove" from the menu but doesnt seems to work.

Znany
25th April 2008, 11:09
guys . .it crashed my N95 everytime I start the program. :( , can anyone advice how to remove the program. I tried to use "C" or select the "remove" from the menu but doesnt seems to work.

Check in app manager.
I also had crash at starts, but after few minutes i could open the app.
When u will be abble to aply patch, then u have to member, dont exit from app, just use Menu Key to minimaze it and everything will be fine ;]

MatteoX
25th April 2008, 11:13
my n82 restart when i open the rompatcher.why?

watusi
25th April 2008, 11:21
how to edit this ini file????

Copy z:\system\data\swipolicy.ini to e:\system\data\swipolicy.ini and modify the following settings in it:
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

™Schwarzenegger
25th April 2008, 11:23
how to edit this ini file????

Copy z:\system\data\swipolicy.ini to e:\system\data\swipolicy.ini and modify the following settings in it:
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

You can edit via Xplore Text Editor in phone...

survivor84
25th April 2008, 11:28
Hey can anyone help me out? on my N82 for the 1st time when i installed ROMpatcher, it ran fine but when i tried applying hidden menu patch it restarted, and now it reboots the phone whenever i try oepning ROMpatcher! :(

-Survivor

maskmanxxx
25th April 2008, 11:33
doesnt work for me .. tried more than 5 times.
Start program -> immediately phone reboot itself. try again .. same
:( ..

I could not find the program listed under App Manager?

Disabled
25th April 2008, 11:37
my patch. Move java configs from Z:\system\data\midp2\security\policy\ to c:\system\data\midp2\security\policy\
Copy files from z and edit. Set all default mode to DefaultMode: Blanket and you will have java without security questions ;)
; *** Disable_java_question 1.0 ***
; Author: Santehnik aka Disabled , Santehnik.ua@gmail.com
; Date: 2008.04.25
; Firmware: tested on N95 8gb v 15.0.015 . Might work on preFP1+FP1
SnR:sys\bin\MIDP2SECURITYPOLICYV2.DLL:7a003a005c00 :63003a005c00

emonty
25th April 2008, 11:44
after installing all, I start rom patcher, but only thing that happens is a reboot everytime.
I have N95-8g

swankyleo
25th April 2008, 11:47
my patch. Move java configs from Z:\system\data\midp2\security\policy\ to c:\system\data\midp2\security\policy\
Copy files from z and edit. Set all default mode to DefaultMode: Blanket and you will have java without security questions ;)
; *** Disable_java_question 1.0 ***
; Author: Santehnik aka Disabled , Santehnik.ua@gmail.com
; Date: 2008.04.25
; Firmware: tested on N95 8gb v 15.0.015 . Might work on preFP1+FP1
SnR:sys\bin\MIDP2SECURITYPOLICYV2.DLL:7a003a005c00 :63003a005c00
Brilliant mate :good2: I'm gonna try it out right now and if it works :urtheman:

emonty
25th April 2008, 11:50
after installing all, I start rom patcher, but only thing that happens is a reboot everytime.
I have N95-8g

swankyleo
25th April 2008, 11:51
after installing all, I start rom patcher, but only thing that happens is a reboot everytime.
I have N95-8gMate can you do a bit of troubleshooting please...
If you have copied the patches to E:\Patches just remove them and then try to start ROMPatcher. I wanna check if it starts well without any patches or not?

swankyleo
25th April 2008, 11:57
doesnt work for me .. tried more than 5 times.
Start program -> immediately phone reboot itself. try again .. same
:( ..
I could not find the program listed under App Manager?
Mate please do mention your phone model/firmware...better update your profile :)

Yes, you can't uninstall it right now. To do this you have to manually remove the files for the time being...I guess Zorn will implement uninstaller later.

emonty
25th April 2008, 12:01
after installing all, I start rom patcher, but only thing that happens is a reboot everytime.
I have N95-8g

emonty
25th April 2008, 12:03
Mate can you do a bit of troubleshooting please...
If you have copied the patches to E:\Patches just remove them and then try to start ROMPatcher. I wanna check if it starts well without any patches or not?

I did not install any patches yet, only the prog.

Znany
25th April 2008, 12:08
So try to patch again, or w8 some time until next app start.
I had the same, but i just w8 and now works...

emonty
25th April 2008, 12:10
So try to patch again, or w8 some time until next app start.
I had the same, but i just w8 and now works...

W8 until when, sorry what do you mean?

Znany
25th April 2008, 12:17
I w8ted few minutes before i opened ROMPatcher again...

emonty
25th April 2008, 12:19
rompatcher works now after setting messages to phone instead of mass storage. Patches appaer in menu and hidden folders are seen!!! Enable menus patch works!

emonty
25th April 2008, 12:20
hidden menu patch works, no shutter cam not

swankyleo
25th April 2008, 12:21
W8 until when, sorry what do you mean?
@Znany: Mate can you again confirm that its working fine on your N95 8GB?

@emonty: Mate the whole PC step again another shot...just repeat the whole process and see if it helps.

Zorn has released a new exe for FP1 devices, you can give it a try too. Just copy the file to c:\sys\bin overwriting the original.

emonty
25th April 2008, 12:28
set back my e-mail settings, still works, so it was just a matter of time.
after installing, wait a few minutes and then it works. Great job. Looking foreword for all the patches and the automatic restart after reboot of the rompatcher Laughing Laughing Laughing

Rol@N95d
25th April 2008, 12:39
@Znany: Mate can you again confirm that its working fine on your N95 8GB?

@emonty: Mate the whole PC step again another shot...just repeat the whole process and see if it helps.

Zorn has released a new exe for FP1 devices, you can give it a try too. Just copy the file to c:\sys\bin overwriting the original.


This has allready been confirmed that it won't work...
I think it's better 2 delete the file due a lot of more post in thuis thread...
Just read that Zorn is working on a new rompatcher that will fix the issues on symbian os 9.2 (N95 8GB and N82)...

So wait and see and just don't try it right now!
U will reply this post again and agian with reboot errors....

Swankyleo......

mayB it's better that add the error in main screen post....
Keeps this thread a bit shorter...

swankyleo
25th April 2008, 12:40
set back my e-mail settings, still works, so it was just a matter of time.
after installing, wait a few minutes and then it works. Great job. Looking foreword for all the patches and the automatic restart after reboot of the rompatcher Laughing Laughing LaughingGuys you mean that after RPInstaller installs the ROMPatcher on your phone and after disconnecting and closing TRK you waited for some time before starting the ROMPatcher???

xxx333
25th April 2008, 12:42
it is interesting that some installers can acces z drive as normal folder - mail for exchange installer can copy files to z....

simcard
25th April 2008, 12:44
@Znany: Mate can you again confirm that its working fine on your N95 8GB?

@emonty: Mate the whole PC step again another shot...just repeat the whole process and see if it helps.

Zorn has released a new exe for FP1 devices, you can give it a try too. Just copy the file to c:\sys\bin overwriting the original.

This version is working little bit better than previous one on my N95 classic (2nd latest FW). I can start it, perform patches and exit the app properly.

NOTE: If you have Caps off/on installed run CapsOn before launching ROMPatcher.

sammis
25th April 2008, 12:45
@Znany: Mate can you again confirm that its working fine on your N95 8GB?

@emonty: Mate the whole PC step again another shot...just repeat the whole process and see if it helps.

Zorn has released a new exe for FP1 devices, you can give it a try too. Just copy the file to c:\sys\bin overwriting the original.

Unfortunately the new .exe also reboots the phone on exit,N95 8GB 15 firmware.
On trying to implement the no sound patch i got an exclamation mark and it din't work.

swankyleo
25th April 2008, 12:49
This has allready been confirmed that it won't work...
I think it's better 2 delete the file due a lot of more post in thuis thread...
Just read that Zorn is working on a new rompatcher that will fix the issues on symbian os 9.2 (N95 8GB and N82)...

So wait and see and just don't try it right now!
U will reply this post again and agian with reboot errors....

Swankyleo......

mayB it's better that add the error in main screen post....
Keeps this thread a bit shorter...
Mate something that you are missing here is that we are here trying to troubleshoot and IMO nothing better than doing it yourself than depend on someone else's results. Did you notice Znany & emonty got it working???

Mate I sure will keep everyone updated on the first post, once I'm absolutely sure about it. I don't have access to N95 8GB...so have to wait for others findings in this matter ;)

simcard
25th April 2008, 12:52
Further info: if you have problems when launching ROMPatcher, perform COLD BOOT (switch phone off and on).

emonty
25th April 2008, 13:03
tried the patch: ChangeSwipolicyPath by FCA00000 with all instructions stated with several unsigned apps but eveytime I get file corrupted.

Znany
25th April 2008, 13:07
Mate something that you are missing here is that we are here trying to troubleshoot and IMO nothing better than doing it yourself than depend on someone else's results. Did you notice Znany & emonty got it working???

Mate I sure will keep everyone updated on the first post, once I'm absolutely sure about it. I don't have access to N95 8GB...so have to wait for others findings in this matter ;)

It still performs phone restarts, but now as it was told before by sb, u can properly open RAMPatcher, apply patch and exit, but later when u willopen RAMPatcher its making ur phone restart...
HiddenMenuPatch don't work on N95 8GB, u can see options (not all) but u can't use them, when u click on them then nothing happening =(

masada71
25th April 2008, 13:10
works like charm with my N82 ver 20...only thing is that although you have access to hdden menus they dont seem to work..when i get to open then nothing happens..but camera sound really works..:dance:by the way any more roms to come??

swankyleo
25th April 2008, 13:18
OK so now confirmed that the HiddenMenu patch is of no use on the FP1 devices...only useful on pre-FP1 ;)

@Znany: so it remains the same, once you start ROMPatcher you don't exit from it and keep it minimised...hope Zorn will fix it soon for FP1 issues.

@masada71: Glad to know mate you are happy & dancing :D What about you, are you able to start RMP(ROMPatcher) again after exiting from it?

gpap2004
25th April 2008, 13:34
Please Help!I installed ROMPatcher on myN82. When i try to run it,phone restarts .I make all the prosedures for 9.2 SP1 and PC Suite the latest.

breno
25th April 2008, 13:38
Thanks for the hack!
Is there a way to install unsigned apps from untrusted suppliers? I'm trying to install IrRemote (The crack file) and RotatateMe 1.5 on my N73 but no success. The menu hack works great btw. Also what's exactly CapsOn and CapsOff? (sorry if already said). And is it normal to always turn back to normal settings after reboot? (no patches).

Thanks!!!

gpap2004
25th April 2008, 13:39
after installing all, I start rom patcher, but only thing that happens is a reboot everytime.
I have N95-8g

The same in my N82.

boydepzai
25th April 2008, 13:48
Disable's patch doesn't work ?!
Instead of the green tick, I got a red cross as applying the patch.

BTW, (N81) I manage to exit it without being restarted, but only once... figuring out how I did it... just some applying, disabling and enabling caps.

maxilick
25th April 2008, 13:48
Will wait until less buggy on N95 8g

masada71
25th April 2008, 13:59
OK so now confirmed that the HiddenMenu patch is of no use on the FP1 devices...only useful on pre-FP1 ;)

@Znany: so it remains the same, once you start ROMPatcher you don't exit from it and keep it minimised...hope Zorn will fix it soon for FP1 issues.

@masada71: Glad to know mate you are happy & dancing :D What about you, are you able to start RMP(ROMPatcher) again after exiting from it?

when i close rompatcher,my phone restarts..i also made the mistake to put rompatcher under powerboot app and unfortunately my phone keep restarting every time trying to launch rompatcher...the only way is a hard reset i presume??:???:

Rol@N95d
25th April 2008, 14:05
when i close rompatcher,my phone restarts..i also made the mistake to put rompatcher under powerboot app and unfortunately my phone keep restarting every time trying to launch rompatcher...the only way is a hard reset i presume??:???:

Yes, unfortunatly U have 2 do that....

cingolat
25th April 2008, 14:12
never use powerboot with these hack, not this one nor the other FCA00000!!!!! this has been already said!!!!!

masada71
25th April 2008, 14:12
i removed my card from the phone,put it on a reader,and removed powerboot app,and now everything ok,but i have to minimize rompatcher and NOT close it because it reboots every time i try to close it..any rom for deactivate annoying red camera light when snapping a pic??:ashamed::dance:

surfshag
25th April 2008, 14:23
Great work Mate.

I have installed it on my N95 Firmware V21.0.016
After I installed it and tried to run it the phone would just reboot.
I then copied the menupatch into the directory as per instructions and it now
loads and runs ok.
I have to keep it in the background or it reboot the phone but this is no big deal.

Thanks again and keep up the hard work.

Bring on the patchs...

Surfshag

swankyleo
25th April 2008, 14:32
@Surfshag
You mean that without any patches in E:\Patches the ROMPatcher would just restart the phone and after you copied a patch to the folder it starts now...right? If so can you also confirm when did you create E:\Patches folder...after installing or when finally copying the patch?

bad_habit
25th April 2008, 14:34
Oh, dear

I am not a geek and i do not understand a single word on how 2 use this all :(

really hope there will be "more understandable" tutorial out soon , but keep up the good work folks, you are the real explorers !

AnujaMadusha
25th April 2008, 14:36
my patch. Move java configs from Z:\system\data\midp2\security\policy\ to c:\system\data\midp2\security\policy\
Copy files from z and edit. Set all default mode to DefaultMode: Blanket and you will have java without security questions ;)
; *** Disable_java_question 1.0 ***
; Author: Santehnik aka Disabled , Santehnik.ua@gmail.com
; Date: 2008.04.25
; Firmware: tested on N95 8gb v 15.0.015 . Might work on preFP1+FP1
SnR:sys\bin\MIDP2SECURITYPOLICYV2.DLL:7a003a005c00 :63003a005c00

Can u explain more. i tried out. but i couldnt do that.

spaciodino
25th April 2008, 14:38
this ROM patcher is getting on my nerve...

Temmi this, if i have cappsOn/Off this thing gets restarted evertime at somepoint of time??

Is it necessory to uninstall those files???

spaciodino
25th April 2008, 14:42
Cant i remove this rompatch...its not there in app manager nor it can be removed by "c"...what to do what to do????

swankyleo
25th April 2008, 14:47
this ROM patcher is getting on my nerve...
Temmi this, if i have cappsOn/Off this thing gets restarted evertime at somepoint of time??
Is it necessory to uninstall those files???
No it is not necessary to remove CapsOn/Off at all. Just don't use them both together. Have you tried running ROMPatcher with CapsOn?

Cant i remove this rompatch...its not there in app manager nor it can be removed by "c"...what to do what to do????Uninstaller is not available at the moment, you have to manually delete the files created be RMInstaller. Look at the screenshot in first post.

xxx333
25th April 2008, 14:48
delate manualy with capsoff ?

TheDevil
25th April 2008, 14:48
Cant i remove this rompatch...its not there in app manager nor it can be removed by "c"...what to do what to do????

Put your card in a cardreader and delete the files manually!

spaciodino
25th April 2008, 14:50
alrigh, i'll have a look..

And about that capsOn, when i restarted the phone with my knowledge and opened the rompatch, the nasty thing restarted, and that happened twice...So i read from a poster somehwere here saying to run rompatch after capsOn, so tried doing capsOn 1st then ran Rompatch, it didnt restart then!!Dunno whats the problem

xxx333
25th April 2008, 14:50
they are on c.... not on memory card

ac6230i
25th April 2008, 14:50
After run RomPatcher,how to register private call and sms guard 3.20 with callMkey for nokia e61 because i can not register."wrong code input" when i click register->imei->ok.i can not clear or edit imei.help me!anyone?Thanks!

swankyleo
25th April 2008, 14:51
Put your card in a cardreader and delete the files manually!How can you delete from the phone memory using a card reader :confused:

surfshag
25th April 2008, 14:52
@Surfshag
You mean that without any patches in E:\Patches the ROMPatcher would just restart the phone and after you copied a patch to the folder it starts now...right? If so can you also confirm when did you create E:\Patches folder...after installing or when finally copying the patch?

Hi.. Yes thats what I mean.
I installed the software and made the folder called Patchs but did not put anything in it...When I did this it just rebooted.

I then put a patch in the folder and it would start ok..

Surfshag

nikoskat
25th April 2008, 14:56
where do we find numbers of an exe like these?
camMojave.exe:7A003A005C00730079007300740065006D00 5C0073006F0075006E00640073005C00640069006700690074 0061006C005C:65003A005C00730079007300740065006D005 C0073006F0075006E00640073005C006400690067006900740 061006C005C

and so on...

swankyleo
25th April 2008, 14:56
alrigh, i'll have a look..

And about that capsOn, when i restarted the phone with my knowledge and opened the rompatch, the nasty thing restarted, and that happened twice...So i read from a poster somehwere here saying to run rompatch after capsOn, so tried doing capsOn 1st then ran Rompatch, it didnt restart then!!Dunno whats the problem Mate can you check out something please...
Restart your phone and check if you are getting access to private folders by default...without running capson/off

swankyleo
25th April 2008, 15:01
where do we find numbers of an exe like these?
camMojave.exe:7A003A005C00730079007300740065006D00 5C0073006F0075006E00640073005C00640069006700690074 0061006C005C:65003A005C00730079007300740065006D005 C0073006F0075006E00640073005C006400690067006900740 061006C005C
and so on...
If you are nerd enough and understand HEX than you need to open up files in hex-editor and lookup...but you should know what and where to look for...I mean it is not for the noobs ;)

@Surfshag
Thanks mate..this feedback will help all :good2:

spaciodino
25th April 2008, 15:02
i'm confirming this-->
I dunno in the conditiond of not having capsON capsOFF uninstalled,
but i can surely confirm that if u have capsOn and capsOff installed, YOU NEED TO PUT CAPS ON 1ST THEN ENTER ROMPATCH or else the phone just restarts everytime...I tried 5 times without capsOn and it restarted, and tried 2 times with capsOn and it never restrted since..Only when i did it intentionally or exited the rompatch, it restarted, or else works like a charm

impazzito
25th April 2008, 15:06
when i click onto the "Install" button of ROMPatcher installer my Nokia N95 8gb (fw 15) reboot... why?????? Please help me... (the Port Com are ok!)

no help for my problem? please...

spaciodino
25th April 2008, 15:06
Yup, checked it, no sign of access hen restrted/switched off and then on

rizwanasif
25th April 2008, 15:07
thanx for hack
worked like a charm in my n73ME
after installing rom patch i couldnt acces app manager>options>setting, suit setting
i tried after restarting my mobile but no improvement
plz. Help.......!!!

swankyleo
25th April 2008, 15:09
i'm confirming this-->
I dunno in the conditiond of not having capsON capsOFF uninstalled,
but i can surely confirm that if u have capsOn and capsOff installed, YOU NEED TO PUT CAPS ON 1ST THEN ENTER ROMPATCH or else the phone just restarts everytime...I tried 5 times without capsOn and it restarted, and tried 2 times with capsOn and it never restrted since..Only when i did it intentionally or exited the rompatch, it restarted, or else works like a charm
Well you still didn't answer my query :( I told you to do so because I wanted to confirm that you haven't installed the autostart version of Capsoff that is available in the wild and someone posted on the forum too.

TheDevil
25th April 2008, 15:10
How can you delete from the phone memory using a card reader :confused:


I tought he installed it on memorycard....

swankyleo
25th April 2008, 15:10
Yup, checked it, no sign of access hen restrted/switched off and then on
Thanks mate :D got it

spaciodino
25th April 2008, 15:16
anyways...i think i might keep this application if you all brilliant guys come up with more patches, not that i'm underestimating u all, but would be better....

PHoeZies
25th April 2008, 15:20
temporary closed for maintenance.. just 10 minutes.. ;)

ok now opened...
since basically two threads from GK and swanky have more or less same contents so both thread merged..

Swanky & GK bro.. hope u dont mind
great work & Rep added for both of you..

spaciodino
25th April 2008, 15:59
Successfully uninstalled....Just deleted after capsOFF the files which are tranfeed to c:\
No offence dudes...But apart from signing applications, i find no other amusing thing, and considering only signing stuffs, its a pain on the wrong side, coz it gets restarted every other second if not capsOn...

So,besides signing if u all guys can post some beautiful patches, ppl can get their attention here, coz signing is not a problem anymore, one easy way down, many new ways come around(cool rhyming:D)

icewielki
25th April 2008, 16:02
Now, when we have access to all system files mayby some one can change compression level taking photos to wery low or none

ehsanmm
25th April 2008, 16:21
thank you very much . it works perfect on my 3250 .

xmela22
25th April 2008, 16:50
how to remove it????

gpap2004
25th April 2008, 17:07
Amazing! The ROMPatcher worked after some reboots and after some minutes in which i didn't try to opening the application (about 10 minutes). Sound patch working great in N82.

hakki1999
25th April 2008, 18:50
Why it dont work???

masada71
25th April 2008, 20:59
any new patches available??:dance:

ademjakupi
25th April 2008, 21:18
All working good it restarts on exit so what, don't be greedy people thank the guys who made this possible. only one think if anyone can help.
I tried to install few unsigned app and getting message something like unable to install protected application from untrusted supplier. any solution to that or maybe further editing of ini file. please help
regards adam

skols21
25th April 2008, 22:09
pls help me....

Connecting to COM8...
Ping metroTRK...
Bad ping response. May be wrong port or TRK not running on device
Disconnect...


I select good port...

masada71
25th April 2008, 22:24
although i made the procedure as tutorial,i cannot manage to get unsigned apps to install them in my phone..when it starts to install app stops and nothing happens...what did i do wrong??camera (no)shutter sound patch though works fine:???:

Grafic
25th April 2008, 22:30
Hi, I tried it. All implementing was OK, I tried patche Hidden menu, but no hidden menu anywhere:( Only one change I noticed is that when I wanna use shuffle in LCG Jukebox, Jukebox crashed:( It didnt do before that patching. I was patching Siemens Mobile (M55, M65) and it did that, if address of patch was wrong... I dont know if it is possible in that symbian patching:( Also my mobile (E51, fw 100.34.20) restarted, also icons of patches works strangely... Thanks for answers.

NIGRA
25th April 2008, 23:12
I did everything but there is a problem ;)

I apply patch and when I select exit in ROMPatcher , phone was restarted

my phone is 6120c how can I do it? please tell me..

also I wanna ask this

http://i30.tinypic.com/2m4ueqc.png

failed to write 7E FF 34 05 C7 7E

What is that? is is a problem,an error??

masada71
25th April 2008, 23:23
it seems its more fuss than nothing!!please give complete details how to uninstall this...i dont want to have it for just camera shutter sound off!!!

skols21
25th April 2008, 23:26
I connected but.. my phone restart..

Connecting to COM10...
Ping metroTRK...
Connecting to metroTRK...
Cannot connect to metroTRK ()
Disconnect...

xxx333
26th April 2008, 00:04
it seems its more fuss than nothing!!please give complete details how to uninstall this...i dont want to have it for just camera shutter sound off!!!

You need to hack using old method, when you will got acces to c:\sys, delate files which new hack copy

digilizard
26th April 2008, 00:22
Why is it that i can only see "Port_#0001.Hub_#0006 USB Phone Parent" as my phone's port, i'm using n95 8gb using the pcsuite connection, any help? thanks

impazzito
26th April 2008, 00:27
many problem with nokia n95 8gb fw 15

Rol@N95d
26th April 2008, 01:08
Here I made another "NoCameraSound"-patch.
This one will give you a green clamp in ROMPatcher.


; *** No Camera Sound 1.1 ***
; *** No Camera Sound ***
; Author: NightShift79
; Date: 2008.04.25
; Firmware: tested on N82 v 20.0.062 - Might work also on preFP1
;
; You're annoyed of that click sound when taking pictures?
; This patch mutes the sound if cam sound 4 is choosen in the settings.
; Also you have to place the nocamsound.wav in E:\SOUNDS\DIGITAL
;
; For the curious people: I changed CamMojave.exe.
; I have changed z:\system\sounds\digital\CamMojaveCapture4.wav to E:\sounds\digital\nocamsound.wav
;
; As far as I know, nothing is broken. But I decline all responsability, of course.
; Anyway, here it is. Enjoy
; end of NoCameraSound
SnR:sys\bin\CamMojave.exe:7A003A005C00730079007300 740065006D005C0073006F0075006E00640073005C00640069 00670
06900740061006C005C00430061006D004D006F006A0061007 6006500430061007000740075007200650034002E007700610 076:
65003A005C0073006F0075006E00640073005C006400690067 006900740061006C005C004E006F00630061006D0073006F00 7500
6E0064002E0077006100760000000000000000000000000000 0000000000000000000000000000

Just drop the wav in the e:sounds\digital and the patch in patches folder.....

Shoot out 2 Nightshift79

ToJa92
26th April 2008, 01:24
@rolan95d: The NoCameraSound hack isn't working on my E65, it plays the default sound. I don't have the option to choose between different sounds, thats may be the reason. Thanks though, and hope you (or whoever made it) will make a preFP1 (or maybe it's just my phone?) compatible version...

Rol@N95d
26th April 2008, 01:25
@rolan95d: The NoCameraSound hack isn't working on my E65, it plays the default sound. I don't have the option to choose between different sounds, thats may be the reason. Thanks though, and hope you (or whoever made it) will make a preFP1 (or maybe it's just my phone?) compatible version...

Did U try this one then?????
It worked 4 me on settings camera sound 4

illegible
26th April 2008, 01:27
In preFP1 (mine 5500) there is no CamMojaveCapture4.wav.
The only sound in z:\system\sounds\digital\ are:
CamcorderCapture.wav
Camcorederstart.wav
Camcorederstop.wav
NameDiallerStartTone.wav

I dont know how to remake the patch so to work..

ToJa92
26th April 2008, 01:41
Did U try this one then?????
It worked 4 me on settings camera sound 4

Uhhm... I can't choose any different sounds in my E65. Equals: No sound 4. Or sound 1. Or any sound at all, just the original sound.

EDIT: I just found camera.wav in my Z:\system\sounds\digital\ and thats the sound that is playing when snapping a photo. Ohh.. could you use any sound or does it have to be a quiet one?

anin_dani
26th April 2008, 01:46
The new camera Patch isn't working at my nokia 5700 either!
I did everything you said,and still there's an X at the patch.
any advice?

katkato
26th April 2008, 02:21
the new camera working fine on my N95 ...

anin_dani
26th April 2008, 02:22
how is that?what have you done?

ToJa92
26th April 2008, 02:26
how is that?what have you done?

N95 is a FP1 phone, so it works on it. Yours is a preFP1 phone, so it won't work, apparently... Correct me if I'm wrong ;)

anin_dani
26th April 2008, 02:41
I think you're right..but it's so disappointing!
I also noticed,that with the hidden menus patch,the phone shows us a lot of new stuff at the phone and program menus,but i can't enter to some of the optins when i try to.
Is it only at my phone?or any other phone too?

wojtaliban
26th April 2008, 03:10
Because not all options can be used... it's normal. it show's all available options, but some of them are useless in some moments

connecting people
26th April 2008, 03:38
Hello my friend swanky!Perhaps a cause for which many users fail to install unsigned applications with this new hack is apply the hack on telephones where has already been executed hack #1 and hack #6. Obviously it generates some conflict between this new hack and hack #1 and #6 and especially whit hack #6.
Best regards

cpu69
26th April 2008, 03:46
rolan95d think you're the " Best Of The Beast"!!!!!!!!!!!!!!!!!!!!!!!!!!
thinkyou

fxsuprapto
26th April 2008, 04:18
Mate can you do a bit of troubleshooting please...
If you have copied the patches to E:\Patches just remove them and then try to start ROMPatcher. I wanna check if it starts well without any patches or not?

I have N95 8GB.
I found there is no way to exit this application (without restarting) after applying patch.
What I did is press the menu and leave it in the background.
It will not harm my phone I guess...

coolbee8
26th April 2008, 04:45
Here I made another "NoCameraSound"-patch.
This one will give you a green clamp in ROMPatcher.


; *** No Camera Sound 1.1 ***
; *** No Camera Sound ***
; Author: NightShift79
; Date: 2008.04.25
; Firmware: tested on N82 v 20.0.062 - Might work also on preFP1
;
; You're annoyed of that click sound when taking pictures?
; This patch mutes the sound if cam sound 4 is choosen in the settings.
; Also you have to place the nocamsound.wav in E:\SOUNDS\DIGITAL
;
; For the curious people: I changed CamMojave.exe.
; I have changed z:\system\sounds\digital\CamMojaveCapture4.wav to E:\sounds\digital\nocamsound.wav
;
; As far as I know, nothing is broken. But I decline all responsability, of course.
; Anyway, here it is. Enjoy
; end of NoCameraSound
SnR:sys\bin\CamMojave.exe:7A003A005C00730079007300 740065006D005C0073006F0075006E00640073005C00640069 00670
06900740061006C005C00430061006D004D006F006A0061007 6006500430061007000740075007200650034002E007700610 076:
65003A005C0073006F0075006E00640073005C006400690067 006900740061006C005C004E006F00630061006D0073006F00 7500
6E0064002E0077006100760000000000000000000000000000 0000000000000000000000000000

Just drop the wav in the e:sounds\digital and the patch in patches folder.....

Shoot out 2 Nightshift79


Working on N95 8GB V15, though the first time I tried, the phone rebooted, now it's working...

watusi
26th April 2008, 07:46
Working on N95 8GB V15, though the first time I tried, the phone rebooted, now it's working...

not working on my n73 me....

spaciodino
26th April 2008, 07:55
The older method is better....sorry no offence.....
after installing ROm patcher also, i couldnt install most of the unsigned applciations..It says UNTRUSTED SUPPLIER or something...

But the same thing with that 000000000001 patch is working like a charm

spaciodino
26th April 2008, 07:56
not working on my n73 me....

ur's is a preFS model....U need to download components of ur compatible divce format, which is OS9.1

watusi
26th April 2008, 11:06
when i installed unsigned appz.....it always show complete but in reality no installation occured....

reveal
26th April 2008, 11:26
i installed TRk on my Nokia N95 but when I used the RP installer on PC, it reboots my phone.
I chose the COM port 5 which is for the N95 and when I click install it disconnects and reboot the phone and ROM Patcher won't install on my phone...

Pls help...

on2315
26th April 2008, 11:34
Is it possible to disable beep sound for the conversation recording ?

NIGRA
26th April 2008, 13:06
6120c restart when I select exit in rompatcher

what can I do?? please help me I did everything step by step all of them allright but rompatcher is not. please help..

boos93
26th April 2008, 14:02
I have got 6120c... it's normal because we have 9.2 phones ;)

NIGRA
26th April 2008, 14:15
I have got 6120c... it's normal because we have 9.2 phones ;)

ok but it is suitable os 9.2,isnt it? I installed for os 9.2 files and edit ini files for os 9.2.. and n95 is os 9.2 someone did it with n95 ????

™Schwarzenegger
26th April 2008, 14:21
ok but it is suitable os 9.2,isnt it? I installed for os 9.2 files and edit ini files for os 9.2.. and n95 is os 9.2 someone did it with n95 ????

This release of app still have a bug in 9.2 series...

but will fixed soon...:ashamed:

prakash_tiwari2004
26th April 2008, 14:27
wow thanks mate really great hack working like butter on my N73ME :) waiting for some more great patches ps release it soon

tolive
26th April 2008, 15:11
ok but it is suitable os 9.2,isnt it? I installed for os 9.2 files and edit ini files for os 9.2.. and n95 is os 9.2 someone did it with n95 ????

twice patches are working well on N95 and N95-8go, just use handy taskman in order to close rompatcher, after starting patches sure.

abc_to_xyz
26th April 2008, 15:15
n from where am I going to get MetroTRK Debugger???

jhugo
26th April 2008, 15:38
does not work in my 6110, when what I want to run mobile restarts

Sorry for my English

baraozemo
26th April 2008, 17:04
i'm still trying to use rompatcher with the patcher to disable protection and enable me to install unsigned apps.. but it's to hard...

benzas
26th April 2008, 18:03
guys Why do you need to remove camera sound ? just change in to silent profile ant take pictures.

sa3aad
26th April 2008, 18:45
waiting for 9.2 fix

anin_dani
26th April 2008, 18:48
guys Why do you need to remove camera sound ? just change in to silent profile ant take pictures.

Do you actually have a new nokia phone?
If you had,you wouldn't ever say something like that!
every new nokia phone makes a sound when you photographing a picture
And the silent mode won't help you!

wojtaliban
26th April 2008, 18:57
I have n73, and i turned off "warning sounds" (or sth like that - dunno how it is in english lang...) and i don't have shutter sound :)

benzas
26th April 2008, 19:07
Do you actually have a new nokia phone?
If you had,you wouldn't ever say something like that!
every new nokia phone makes a sound when you photographing a picture
And the silent mode won't help you!



oh than sorry I have old one [ Nokia n95 v21 ]

anin_dani
26th April 2008, 19:42
oh than sorry I have old one [ Nokia n95 v21 ]

strange,and when you put it on silent mode,it stops making a sound?

Mafteah
26th April 2008, 20:13
no sound not working on 6120c :(

anin_dani
26th April 2008, 20:21
OK,i guess your phone,as mine is a PreFP1 device.
it's not working on this kind of phones.
CAN SOMEBODY MAKE A PATCH FOR PREFP1 devices?

Mafteah
26th April 2008, 20:27
6120c is fp1...

NIGRA
26th April 2008, 21:36
ok I understand please zorn and FCA fix this for os 9.2 we are waiting ;)

gabika318
27th April 2008, 00:27
ROMPatcher UIQ3 version avaiable????

illegible
27th April 2008, 02:34
A little more info about the cam sound in PreFP1..
The sound (System\sounds\digital) are:
CamcorderCapture.wav
Camcorederstart.wav
Camcorederstop.wav
NameDiallerStartTone.wav

The app (resource\apps) that is using them:
http://img210.imageshack.us/img210/2517/shot0ni5.th.jpg (http://img210.imageshack.us/img210/2517/shot0ni5.jpg)

The .exe (sys\bin) that is using the app:
http://img254.imageshack.us/img254/1587/shot1ax1.th.jpg (http://img254.imageshack.us/img254/1587/shot1ax1.jpg)

I tryed to change the dir in the app files of the sounds to point to the nocamsound.wav file ,
and then to make patch for the .exe to change the dir of the app files(cuz the files in z: cannot be edited) but RomPatcher gives red cross..

Is it possible? Any idea?

benzas
27th April 2008, 06:26
strange,and when you put it on silent mode,it stops making a sound?

No any sound at all. Camera quiet as dead :))

Dmoe
27th April 2008, 11:08
lol :) yes n95 v21 silent mode is silent camera action ! just tested myself :)

TheNaturat87
27th April 2008, 11:10
It seems to be impossible to hack on Nokia N93.. since the last hack by FC0000000...

Now it is not working again ...hopefully they will find out how to make it work

wtf its impossible to ptach N93 :(?
I see Connecting to COM34...
Ping metroTRK...
Connecting to metroTRK...
Checking [0x60000148] == 0x1E... Failed :( [0x60000148] = 0x00
Disconnect...

Psykitt
27th April 2008, 12:11
Hello TheNaturat87!
I am a little bit confused about your COM port #34.
Does your Device Manager really show "Nokia N93 USB" at COM34?
On the other hand in "TRK" on the phone it always seems to be USB Port 1.
Greetings from Psykitt

swankyleo
27th April 2008, 12:17
A little more info about the cam sound in PreFP1..
The sound (System\sounds\digital) are:
CamcorderCapture.wav
Camcorederstart.wav
Camcorederstop.wav
NameDiallerStartTone.wav

The app (resource\apps) that is using them:
http://img210.imageshack.us/img210/2517/shot0ni5.th.jpg (http://img210.imageshack.us/img210/2517/shot0ni5.jpg)

The .exe (sys\bin) that is using the app:
http://img254.imageshack.us/img254/1587/shot1ax1.th.jpg (http://img254.imageshack.us/img254/1587/shot1ax1.jpg)

I tryed to change the dir in the app files of the sounds to point to the nocamsound.wav file ,
and then to make patch for the .exe to change the dir of the app files(cuz the files in z: cannot be edited) but RomPatcher gives red cross..

Is it possible? Any idea?

Mate which phone are you trying this on? Let me know...I'll find out whats wrong ;)

swankyleo
27th April 2008, 12:22
Do you actually have a new nokia phone?
If you had,you wouldn't ever say something like that!
every new nokia phone makes a sound when you photographing a picture
And the silent mode won't help you!
No you are wrong here mate! The camera sounds & the recording beeps are rules laid down by specific countries which Nokia has to follow. If you upgraded your firmware to EURO-I and turned off the warning tones in your profile, then you also get a silent camera ;) Doesn't matter if you have a newer model or an old one.

swankyleo
27th April 2008, 12:24
wtf its impossible to ptach N93 :(?
I see Connecting to COM34...
Ping metroTRK...
Connecting to metroTRK...
Checking [0x60000148] == 0x1E... Failed :( [0x60000148] = 0x00
Disconnect...
Sorry to say this mate...but no hacks for N93 for the time being, although FCA hasn't given up on it yet ;)

swankyleo
27th April 2008, 12:28
n from where am I going to get MetroTRK Debugger???
If you downloaded the attachments from my post, you wouldn't be asking this question ;)

swankyleo
27th April 2008, 12:30
i installed TRk on my Nokia N95 but when I used the RP installer on PC, it reboots my phone.
I chose the COM port 5 which is for the N95 and when I click install it disconnects and reboot the phone and ROM Patcher won't install on my phone...

Pls help...Download the attachment from my post and install the included TRK, they will work fine.

swankyleo
27th April 2008, 12:31
when i installed unsigned appz.....it always show complete but in reality no installation occured....Give me the unsigned app you are trying to install

swankyleo
27th April 2008, 12:35
Hello my friend swanky!Perhaps a cause for which many users fail to install unsigned applications with this new hack is apply the hack on telephones where has already been executed hack #1 and hack #6. Obviously it generates some conflict between this new hack and hack #1 and #6 and especially whit hack #6.
Best regards
No mate I haven't noticed any conflict so far. Not all unsigned applications can be installed using this hack as mentioned in the patches post.

jarbamare
27th April 2008, 14:03
No news jet about proper S60v3 9.2 ROMPatcher?
For me ONLY Symbian OS version 9.2 is respectable phones for any kind of "hack" ... This phones have new improved hardware: 332/369MHz Dual processors, 3D graphic accelerators, big screens, lotta free RAM ... etc. and this phones deserve to be "hacked" and to have all system folders and files visible and capable for writing ...
-------I think this "hack" is more needful to OS9.2 phones than 9.1 --------
Symbian 9.1 phones like N73, N80 etc. are phones with outdated hardware with 220MHz processors(the same like Nokia 6630/6680/N70/N72/N90) and nothing new added from the advanced features like 9.2 phones.

Cannot understand why is more attention dedicated to hacking OS 9.1 phones than pure blooded Symbian "monsters" with 9.2 OS?!?

illegible
27th April 2008, 14:14
Mate which phone are you trying this on? Let me know...I'll find out whats wrong ;)
My Nokia 5500 ;)

And prove that ChangeSwipolicyPath.rmp patch is working in PreFP1:
http://img88.imageshack.us/img88/6118/theproveyx6.th.gif (http://img88.imageshack.us/img88/6118/theproveyx6.gif)

PHoeZies
27th April 2008, 14:26
Be patient jarbamare bro :) I have the same feeling like u but theres nothing we can do now unless we wait..
Remember... FCA's hack started with N80 then followed by other FP1 devices.. Im sure they're working on it and they will release soon a new working one :girlwink:

gabika318
27th April 2008, 14:34
UIQ3 (symbian 9) ROM Patcher?????

Please port s60v3 ROMPatcher to uiq3.....

PLZ.....................

:thanks::thanks::thanks:

jarbamare
27th April 2008, 14:41
@PHoeZies, you are right ... i just want to have "all inclusiv".:)
Never mind, i can wait ... at the end, FCA0000 releases "CapsON/CapsOff" and "c:\resource\swicertstore\dat\00000001" posibility from FCA00000 & Leftup for installing all apps using just MobileSigner option "SelfSign" ... is enough for admiration ...

I cannot express enough my joy and gratefulness to the FCA00000 & Leftup for this "hack" and their contribution to S60 comunity of-course.;):);)

swankyleo
27th April 2008, 15:15
My Nokia 5500 ;)
And prove that ChangeSwipolicyPath.rmp patch is working in PreFP1:

Thanks mate...I'll surely check out and let you know :)

swankyleo
27th April 2008, 15:22
No news jet about proper S60v3 9.2 ROMPatcher?
For me ONLY Symbian OS version 9.2 is respectable phones for any kind of "hack" ...
-------I think this "hack" is more needful to OS9.2 phones than 9.1 --------
Symbian 9.1 phones like N73, N80 etc. are phones with outdated hardware
Cannot understand why is more attention dedicated to hacking OS 9.1 phones than pure blooded Symbian "monsters" with 9.2 OS?!?

Mate I can easily understand your desperation here to get the hack working on 9.2...be patient Zorn (yeah don't forget this guy) is working on it. Anyone who's got a pre-FP1 phone has committed a crime and doesn't deserve to hack his phone? :confused: Don't forget that not everyone can afford to have the latest phones and keep up with technology but they equally have the right to enjoy using there phones too :D
:backtotopic:

Cherub89
27th April 2008, 15:36
hy all!

is there a chance for uiq3to? i know this method is not mayde for that platform but will be someone who will make a method for that platform?

swankyleo
27th April 2008, 15:53
hy all!

is there a chance for uiq3to? i know this method is not mayde for that platform but will be someone who will make a method for that platform?May be mate, keep hope...may be swmail will port this one too :D

netikras
27th April 2008, 16:29
I found a way to make it almost permanent :D after applying a patch open x-plore, go to d:\ (ram disk) and copy the hidden file to your mem card or phone mem. after phone reboot copy it back to d:\ and run ROMPatcher again :p

abl2910
27th April 2008, 17:19
I have n73, and i turned off "warning sounds" (or sth like that - dunno how it is in english lang...) and i don't have shutter sound :)

This one works fine on a n82 without hack
Thanks
abl2910

TheNaturat87
27th April 2008, 17:20
Hello TheNaturat87!
I am a little bit confused about your COM port #34.
Does your Device Manager really show "Nokia N93 USB" at COM34?
On the other hand in "TRK" on the phone it always seems to be USB Port 1.
Greetings from Psykitt

http://img215.imageshack.us/img215/4296/1p2008427151749nb9.th.jpg (http://img215.imageshack.us/my.php?image=1p2008427151749nb9.jpg)

http://img175.imageshack.us/img175/1263/screenshot0309wh9.th.jpg (http://img175.imageshack.us/my.php?image=screenshot0309wh9.jpg)

http://img254.imageshack.us/img254/4901/1p2008427151817zc6.th.jpg (http://img254.imageshack.us/my.php?image=1p2008427151817zc6.jpg)

swankyleo
27th April 2008, 17:44
I have re-structured my first post a bit and also added the following info if someone's interested ;)
What is the difference between the FCA's hack & Zorn's hack?

Cherub89
27th April 2008, 18:06
pls someone port it for uiq3, many people will be greatful for it! :) guys you are great, keep on guys, let's see whats really in symbian :D

jarbamare
27th April 2008, 18:52
Mate ....... Don't forget that not everyone can afford to have the latest phones and keep up with technology but they equally have the right to enjoy using there phones too ...
Truly you think so?!?
If users cannot afford S60v3 9.2 phone this days, THAN, why didn't wait before and save money for extraordinary phone?!? WHY in god's name in 90% of cases every S60 user has urgently purchase very expensive S60v3 9.1 phones(in most cases N73, N80) in the first place at the firs weeks when this phone come to market???
Why this kind of users didn't(LIKE ME & many other wise users) wait, ... still use for prolonged period good old S60v2 phone and repeat - WAIT for real S60v3 exponent to buy??? Not to hurry.
S60v3 9.1 series is just a wasteful series between two platform's) with new OS but with OLD HARDWARE. This phones is made only in purpose of collecting money from loyal Nokia fun's who has been impatience to try "new OS" and wait for "real thing" - genuine S60v3 phones!

P.S. I have use my 6630 more than 3 years ... and afther that i buy N95 for 400€ ...
I know many "poor" people who change 5-6 phones in meantime!

I know what i talking, i'm forums visitor since first S60 phone has appear.

And i know that many users has entire unnecessary replace for example the best S60v2 phone 6630 for 6680 or -> 6680 for N70 -> N70 for N73 or N80 ... even ... some users has replaced N73 or N80 for N93 heyyyyyyyy ... and now they don't have nerves or money to replace N73/N80 for N95 or similar phone ... HA.

I don't have understanding at all for this kind of users.

Sorry mate, but my comments is in right place.

:backtotopic:

swankyleo
27th April 2008, 18:55
Can we be on topic mate...please...thanks

Myk!
27th April 2008, 19:01
No more off topic discussions. This may result to a heated argument.

cehajicm
27th April 2008, 19:22
Great Job lads. Keep on good work.

bAsem
27th April 2008, 19:58
wow . cant beleive am only seeing this now .. i knew about the rom patcher for a while now but didnt know that zorn had it public

good job mr.swankyleo for the tuto .. will test it now and rep to u if i can

bAsem
27th April 2008, 20:20
working very fine on n80 .. although some of the menu options are hidden(just a blank space)

but that will be fixed in later version of the patch

i can't tell u how thrilled i am to start patching my phones again .. brings me back to the siemens sx1 times when zorn and fca00000 did their magic

god bless them :D

and thanks again swankyleo and gktaria

swankyleo
27th April 2008, 21:04
The older method is better....sorry no offence.....
after installing ROm patcher also, i couldnt install most of the unsigned applciations..It says UNTRUSTED SUPPLIER or something...

But the same thing with that 000000000001 patch is working like a charm
Mate you are complaing about not being able to install most of the unsigned apps. I think I made a good tutorial but most of the members don't even bother reading and just want to do it. This untrusted supplier thing is already mentioned in the post.

You can't compare this patch with Leftup's cert patch, you are forgetting something...with the 0000001 file in place you are still supposed to sign the files before installing. You still can't install the unsigned file.

swankyleo
27th April 2008, 21:11
I did everything but there is a problem ;)
I apply patch and when I select exit in ROMPatcher , phone was restarted
my phone is 6120c how can I do it? please tell me..
also I wanna ask this
failed to write 7E FF 34 05 C7 7E
What is that? is is a problem,an error??
No need to worry about this error. It will work even if it fails to write this hash file ;)

swankyleo
27th April 2008, 21:12
I connected but.. my phone restart..
Connecting to COM10...
Ping metroTRK...
Connecting to metroTRK...
Cannot connect to metroTRK ()
Disconnect...Could you please tell me from where you got the TRK that you have installed and what is your phone model?

swankyleo
27th April 2008, 21:28
i installed TRk on my Nokia N95 but when I used the RP installer on PC, it reboots my phone.
I chose the COM port 5 which is for the N95 and when I click install it disconnects and reboot the phone and ROM Patcher won't install on my phone...
Pls help...Mate which file you downloaded and which TRK have you installed?

TheNaturat87
27th April 2008, 22:14
Why this no working on N93?!

triplesec
27th April 2008, 23:06
Here another patch for change version off the phone
Copy fajl from Z:resource/version to E:resource/version and edit
Put this patch in E: patches
Work on FP1 and Pre-FP1:ilove:

matze
28th April 2008, 00:06
wow am I right , that we now are possible to downgrade ??

triplesec
28th April 2008, 01:06
No mate this is trick,just type *#0000# on mine screen and see changes

xxx333
28th April 2008, 01:17
can mail for exchange run on non suported phones like 6120c than ? Becouse it install fine but when run it show unsuported phone, so maybe after changing phone info it will work ?

wojtaliban
28th April 2008, 01:39
I dunno how to edit this ver. files to make it work... it's not as easy as it looked like... i only changed the name of phone, but i cant change rest... (ver of firmwr etc)

piciar
28th April 2008, 01:44
and edit


What, make an example please
ThX mate, rep +

wojtaliban
28th April 2008, 01:49
For example:


Nokia N73 (06)

you can change it to:


N73 by Piciar

Changing other files doesn't give efects for me

kuchi.cz
28th April 2008, 03:54
swankyleo: on my nokia 6290 dont work camnosound patch.

swankyleo
28th April 2008, 04:14
swankyleo: on my nokia 6290 dont work camnosound patch. Mate this patch is not working for everyone, I think its only working on N95 8GB. This is the reason why I haven't listed it in the Patches post. Wait for a new version of the patch....it's coming :D

kuchi.cz
28th April 2008, 04:33
yeah, i'll wait. thanx maning

utox
28th April 2008, 12:56
A bit strange...
I have aplied HiddenMenu patch, on my N95 8GB.
Renaming dont work, and when i'm opening ROMPatcher then phone is getting restart...
Anybody knows what is going on?

I also have the same problem with my phone (nokia 6120 classic)
It keeps restart every time I'm opening or exit rom patcher after I follow all steps that given
whats the matter with my phone? anybody have the same problem as mine?
so ? what should i do?

jamesjaya
28th April 2008, 13:21
you must run ROMPatcher when your phone has been hacked..
and then, you must keep the application run on the background..(don't exit)

rafi300
28th April 2008, 13:54
great Patch!!! Works perfect on my N80! Thanks! Rep to u!

NIGRA
28th April 2008, 20:31
I also have the same problem with my phone (nokia 6120 classic)
It keeps restart every time I'm opening or exit rom patcher after I follow all steps that given
whats the matter with my phone? anybody have the same problem as mine?
so ? what should i do?

yes my phone is 6120c.. its restarting.. there is same problem. we will wait for fixing to 0s 9.2 ;)

basodiodoh
28th April 2008, 20:39
I did everything but there is a problem ;)

I apply patch and when I select exit in ROMPatcher , phone was restarted

my phone is 6120c how can I do it? please tell me..

also I wanna ask this

http://i30.tinypic.com/2m4ueqc.png

failed to write 7E FF 34 05 C7 7E

What is that? is is a problem,an error??


hi...same problem with me N95 8G...any idea..??

MaRqS_1
28th April 2008, 20:47
hi...same problem with me N95 8G...any idea..??

try to install it again

Znany
28th April 2008, 23:34
y, after install again it will work without troubles.
I had the same...

wojtaliban
28th April 2008, 23:58
Can u guys think about some flash LED control? sth maybe to turn up the power of light... or turning it off when recording...?

pumbastic
29th April 2008, 01:40
I've got great news! After hackin' 3250 with method described by FCA I've installed capsOn and capsOff. Secoundly I've installed pathes, and there is no need to keep ROMpather runnin'. After exitin', everything is ok! P.S. I hadn't uninstaled enything needed to hack. Hope it's useful tip. Try witta other 9.1 :)

yesoos
29th April 2008, 01:52
How to remove/uninstall ROMpatcher from phone ?

pumbastic
29th April 2008, 02:09
That's how mate - Connest ya phone, Run your RomPatcher again, don't close window of RPInstaller! U'll see each file wheare it'll be put into. Then in rom pather choose CapsOff, so u can get theese files deleted by X-plore. Hope it helped to u :)

pumbastic
29th April 2008, 02:13
That's how mate - Connest ya phone, Run your RomPatcher again, don't close window of RPInstaller! U'll see each file wheare it'll be put into. Then in rom pather choose CapsOff, so u can get theese files deleted by X-plore. :) There is no other way for now

benzas
29th April 2008, 04:09
would be good to swap media keys with "#' or "c" or "pencil" for game playing

gsmkicker
29th April 2008, 10:50
I have hacked the ROM,i can see sys file then what?
I still cannot install apps- cert error??

zardoz99
29th April 2008, 13:31
Is there any chance of someone producing a .SIS file for RomPatcher that people with prehacked phones and the "Leftup" self-signing certificates can install?

I suspect there are a lot of users who fall into this group... including, obviously, me.

Z.

xxx333
29th April 2008, 13:46
I can make an installer but I need files which come with rom patcher, but I try to extract them from exe installer and there is no way to do this...

rohyi
29th April 2008, 16:32
Is there any chance of someone producing a .SIS file for RomPatcher that people with prehacked phones and the "Leftup" self-signing certificates can install?

I suspect there are a lot of users who fall into this group... including, obviously, me.

Z.

Yeah i want such a solution too:nod:

chemikal
29th April 2008, 17:58
just found it guys

Enjoy :)

swankyleo
29th April 2008, 18:01
just found it guys
Enjoy :)Is it meant for pre-FP1 or FP1 phones?

dannydj
29th April 2008, 18:16
Is there any chance of someone producing a .SIS file for RomPatcher that people with prehacked phones and the "Leftup" self-signing certificates can install?

I suspect there are a lot of users who fall into this group... including, obviously, me.

Z.

i have an N95-2..hacked, hacked and hacked more and more and this rompatcher goes well ;) there is just one matter (like all who have an N95-2): everytime i close rompatcher my cell reboot.

swankyleo
29th April 2008, 18:19
i have an N95-2..hacked, hacked and hacked more and more and this rompatcher goes well ;) there is just one matter (like all who have an N95-2): everytime i close rompatcher my cell reboot.Thats already mentioned on the first post, patcher still not stable on FP1 devices. Mate will you do me a favour please...can u upload C:\sys\bin\ROMPatcher.exe from your phone here
Thanks

chemikal
29th April 2008, 18:24
swankyleo m8, it works in N95...don't know if it works with older phone.Someone test please

swankyleo
29th April 2008, 18:30
swankyleo m8, it works in N95...don't know if it works with older phone.Someone test pleaseOk if you are confirming that it is for FP1, then I'll upload an updated version that will work on both...both use different files.

Actually the only point where SIS wins over RPInstaller.exe is that you get the