Help - Search - Members - Calendar
Full Version: Help Needed On W910i And Vkp Patch
SE-NSE Forums > SE Firmware > Newbie Forum
cnut
Right. I've sucessfully followed the flashing guide from this.

Now, I want to change the length of my SMS tone.

CODE
W910 SW-R1FA035
;Changing the length melodies with incoming sms
;Replace time for sms sound.  
;(c) svinuk
;(p) johnliang
+10000000
125240C: 10270000 60EA0000;60 Seconds
;125240C: 10270000 15333300;Longer than 6 Minutes 30 Seconds
;125240C: 10270000 915F0000;90 Seconds
;125240C: 10270000 C8AF0000;45 Seconds
;125240C: 10270000 30750000;30 Seconds
;125240C: 10270000 204E0000;20 Seconds


Let's say that I want my SMS tone to be 90 seconds. All I have to paste in my notepad is this,
CODE
W910 SW-R1FA035
;Changing the length melodies with incoming sms
;Replace time for sms sound.  
;(c) svinuk
;(p) johnliang
+10000000
;125240C: 10270000 915F0000;90 Seconds


correct? And save it anything as long as it ends with .vkp

I've done that, and my question is, how do I put it into my phone?

Thank you in advanced.
Boysie
Read this...
http://forums.se-nse.net/index.php?showtopic=44130

Better to leave the other lines and just comment them out like this...
CODE
;W910 SW-R1FA035
;Changing the length melodies with incoming sms
;Replace time for sms sound.  
;(c) svinuk
;(p) johnliang
+10000000
;125240C: 10270000 60EA0000;60 Seconds
;125240C: 10270000 15333300;Longer than 6 Minutes 30 Seconds
125240C: 10270000 915F0000;90 Seconds
;125240C: 10270000 C8AF0000;45 Seconds
;125240C: 10270000 30750000;30 Seconds
;125240C: 10270000 204E0000;20 Seconds

...you must uncomment the line you want to use and comment all others you don't. (Comment by adding semi colon)

When saving the vkp make sure the coding is in ANSI format. smile.gif
cnut
It says that I need to insert
CODE
;pAtChFiLe=/boot/phone_app.cxc
in my notepad.

So, how do I put it in? Should it look like this?

CODE
;pAtChFiLe=/boot/phone_app.cxc
W910 SW-R1FA035
;Changing the length melodies with incoming sms
;Replace time for sms sound.  
;(c) svinuk
;(p) johnliang
+10000000
;125240C: 10270000 60EA0000;60 Seconds
;125240C: 10270000 15333300;Longer than 6 Minutes 30 Seconds
125240C: 10270000 915F0000;90 Seconds
;125240C: 10270000 C8AF0000;45 Seconds
;125240C: 10270000 30750000;30 Seconds
;125240C: 10270000 204E0000;20 Seconds


Also, when I save it in notepad, the Save As Type should be as All Files, correct?
Boysie
Correct. Altho patch should look like this...

CODE
;W910 SW-R1FA035
;Changing the length melodies with incoming sms
;Replace time for sms sound.  
;(c) svinuk
;(p) johnliang
;pAtChFiLe =/boot/phone_app.cxc
+10000000
;125240C: 10270000 60EA0000;60 Seconds
;125240C: 10270000 15333300;Longer than 6 Minutes 30 Seconds
125240C: 10270000 915F0000;90 Seconds
;125240C: 10270000 C8AF0000;45 Seconds
;125240C: 10270000 30750000;30 Seconds
;125240C: 10270000 204E0000;20 Seconds
cnut
Tried that but it says "cannot find file", but I tried using the one from post #3 and it works.

Anyway, thanks for your assistance.
Boysie
Ok thumbsup.gif
cchaos
QUOTE (cnut @ 2009-10-29 12:25) *
Tried that but it says "cannot find file", but I tried using the one from post #3 and it works.

Anyway, thanks for your assistance.

Try uncommenting that part about the patch file
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.