Re: Personalizer ... Now hosted here at PPCGEEKS ... Change you carrier name app... F
@ codyppc
This program is nice, but it's one more process running.
I mean no disrespect with the suggestion I'm about to make.
Your program could write into only one place in the registry without having to keep mortscript running in the background.
For that you need the "Network Code Key" for the available networks (I'm attaching the list I have).
The way to do it:
First your program would have a drop-down list to choose the operator (or maybe it could be auto detected, that'd be up to you), and then the box where you write what you want to appear instead of the network name.
when applying changes, your program would write into the following key:
[HKEY_LOCAL_MACHINE\Software\Microsoft\RIL\Operator Names]
eg. if my network was Portugal TMN, and I wanted it to be replaced by FInixNOver, then your program would add the following reg:
[HKEY_LOCAL_MACHINE\Software\Microsoft\RIL\Operator Names]
"26806"="FInixNOver"
where 26806 is the "Network Code Key" for Portugal TMN, and FInixNOver is the text I want to see.
Think about it. Maybe it's not a bad idea, but as I said, I'm just making a suggestion.
|