Change Browser On Key 0 to any app (txt file mod) FP1 & FP2 phones
modification changes the built-in Browser to another application when we press 0 key on Idle screen
I was searching for this modification because Rompatcher patch was not working on N95 after upgrading software to v30 version
After changing application running after pressing Multimedia key described here Any app running with multimedia key (txt file mod) i found a way to change app running after holding 0 key long press in Idle screen
Description:
For FP1 phones:
Copy Z:\private\10202be9\101F8783.txt file to PC
Following line is responsible for app running when 0 key is pressed:
int 268471609 0 cap_rd=alwayspass cap_wr=alwaysfail
268471609=0x10008D39 = Z:\sys\bin\BrowserNG.exe
We just need to change 268471609 value to new app UID (decimal)
It can be hexadecimal also
For example x-plore UID ( my favourite) is 0xA0000BCD hexadecimal = 2684357581 decimal and the line shold looks like:
int 2684357581 0 cap_rd=alwayspass cap_wr=alwaysfail
or
int 0xA0000BCD 0 cap_rd=alwayspass cap_wr=alwaysfail
You must keep character code Unicode(UTF-16).
Copy modified 101F8783.txt file to C:\private\10202be9\ folder
For FP2 phones:
Copy Z:\private\10202be9\102828B2.txt file to PC
Change marked on red string responsible for app running when 0 key is pressed like it is described above:
int 268471609 0 cap_rd=alwayspass cap_wr=alwaysfail
Copy modified 102828B2.txt file to C:\private\10202be9\ folder
Reboot phone
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment