View Full Version : Customizing title on the s620 (CClock)
Cyberflow
12th September 2008, 02:00 AM
Hi !
I am trying to costumize my title in the Cclock part of the home menu on my phone (The one that shows you the time and has the network title; in my case it's "Rogers Wireless")
I am trying to find out how i can change the "Rogers Wireless" for something else i want.
Anyone knows where i can go into my phone to accomplish that ?
showaco
12th September 2008, 02:34 AM
Hi !
I am trying to costumize my title in the Cclock part of the home menu on my phone (The one that shows you the time and has the network title; in my case it's "Rogers Wireless")
I am trying to find out how i can change the "Rogers Wireless" for something else i want.
Anyone knows where i can go into my phone to accomplish that ?
You should be able to change the text at this reg location:
HKLM\System\State\Phone\Current Operator Name
I'm not sure it will stick for any amount of time, as it gets updated by the carrier. I use mortscript to write data(text) to it for viewing in my FeatherWeather app.
Cyberflow
12th September 2008, 05:14 AM
Hey thanx Showaco !
Where can i get mortscript ?
And how could i set it up to update the name i usually want ?
Mikey1022
12th September 2008, 12:33 PM
Here is MortScript.
Show can help you on the second question
Cyberflow
18th September 2008, 07:34 AM
Oké ...
I tryed to make a script and here's a small little template of what i've cooked =)
contrun=1
while(contrun=1)
RegWriteString( "HKLM","System\State\Phone","Current Operator Name","Cyberflow")
Sleep (5000)
EndWhile
exit
I guess that the "Sleep (5000)" will make it run at all the 5000 milliseconds ?
Is it proprely coded ?
Hope that my questions will help others too =)
showaco
19th September 2008, 12:05 AM
Oké ...
I tryed to make a script and here's a small little template of what i've cooked =)
contrun=1
while(contrun=1)
RegWriteString( "HKLM","System\State\Phone","Current Operator Name","Cyberflow")
Sleep (5000)
EndWhile
exit
I guess that the "Sleep (5000)" will make it run at all the 5000 milliseconds ?
Is it proprely coded ?
Hope that my questions will help others too =)
yep, should work fine, the sleep 5000 will make it wait the 5000 milliseconds( 5 seconds) and then rewrite the "Cyberflow" again. Just place a lnk into startup folder for it to run when you reboot your device.
vBulletin® v3.8.2, Copyright ©2000-2010, Jelsoft Enterprises Ltd.