PDA

View Full Version : a cooking question


LuXx
15th September 2007, 05:49 PM
I just started cooking my own roms and want to know how to change the circled items in the pictures. Thanks, LuXx




http://img103.imagevenue.com/loc893/th_71219_capture1_122_893lo.jpg (http://img103.imagevenue.com/img.php?image=71219_capture1_122_893lo.jpg)http://img22.imagevenue.com/loc708/th_71222_capture2_122_708lo.jpg (http://img22.imagevenue.com/img.php?image=71222_capture2_122_708lo.jpg)http://img187.imagevenue.com/loc552/th_71227_capture3_122_552lo.jpg (http://img187.imagevenue.com/img.php?image=71227_capture3_122_552lo.jpg)

TaurusBullba
15th September 2007, 08:21 PM
I just started cooking my own roms and want to know how to change the circled items in the pictures. Thanks, LuXx




http://img103.imagevenue.com/loc893/th_71219_capture1_122_893lo.jpg (http://img103.imagevenue.com/img.php?image=71219_capture1_122_893lo.jpg)http://img22.imagevenue.com/loc708/th_71222_capture2_122_708lo.jpg (http://img22.imagevenue.com/img.php?image=71222_capture2_122_708lo.jpg)http://img187.imagevenue.com/loc552/th_71227_capture3_122_552lo.jpg (http://img187.imagevenue.com/img.php?image=71227_capture3_122_552lo.jpg)

Edit the registry key:

HKLM\System\State\Phone\Current Operator Name

Enjoy! :)

LuXx
15th September 2007, 08:31 PM
Edit the registry key:

HKLM\System\State\Phone\Current Operator Name

Enjoy! :)


Thank you so much on the first 2 pictures! Does anyone else know how to change the rom version description?

TaurusBullba
15th September 2007, 08:35 PM
Oops, didn't look at the last picture. Same deal. Open up the registry and edit:

HKLM\Software\OEM - ROMVersion

LuXx
15th September 2007, 08:40 PM
Oops, didn't look at the last picture. Same deal. Open up the registry and edit:

HKLM\Software\OEM - ROMVersion

You are the man!!!!!

TaurusBullba
15th September 2007, 08:51 PM
I must be tired. I forgot to also mention to soft-reset immediately following changing the carrier name. If you don't, it will revert back to the original. :rolleyes:

LuXx
15th September 2007, 10:03 PM
I must be tired. I forgot to also mention to soft-reset immediately following changing the carrier name. If you don't, it will revert back to the original. :rolleyes:

Found the string on my phone but everthing i try will not make it stay. I,ve tried to soft reset hold the power button and turn back on but with the XDA AT&T back. I was trying to find that string in the default.hv file but its not in there. This is the only thing close to that string =
[HKEY_LOCAL_MACHINE\System\State\Phone]
"Phone Status Flags"=dword:10
Is there another way to change while i'm making a rom?

mcorrie1121
15th September 2007, 11:58 PM
Found the string on my phone but everthing i try will not make it stay. I,ve tried to soft reset hold the power button and turn back on but with the XDA AT&T back. I was trying to find that string in the default.hv file but its not in there. This is the only thing close to that string =
[HKEY_LOCAL_MACHINE\System\State\Phone]
"Phone Status Flags"=dword:10
Is there another way to change while i'm making a rom?

Its there. Dont click on any subfolders under OEM, click on that folder itself.

LuXx
16th September 2007, 12:13 AM
Its there. Dont click on any subfolders under OEM, click on that folder itself.

I see it in the reg on the pda but i dont see it in the default.hv file.

LuXx
16th September 2007, 12:10 PM
ok found out where I can change the XDA part of the current operators name.
HKLM\software\oem\phonesettings\longnameprefix or you can disable the XDA part by changing 1 to a 0 decimal on enable3glongnameprefix.

dan1967
16th September 2007, 01:57 PM
I do not know of this what you want, but you may be looking for this "HKLM\SOFTWARE\Microsoft\RIL\OperatorNames" where you want to add a key (string) with your operator code (i.e. "22601"="My network").
Some codes I found here:
http://www.firstphoneshop.co.uk/mobile-phone-and-pda-unlocking/xtra-information---service-provider-codes.shtml

In my case I use:
<!-- Network custom name -->
<characteristic type="HKLM\SOFTWARE\Microsoft\RIL\OperatorNames">
<parm name="22601" value="Vodafone RO" datatype="string" />
</characteristic>


cheers,
dan

tnyynt
8th November 2007, 02:24 PM
I do not know of this what you want, but you may be looking for this "HKLM\SOFTWARE\Microsoft\RIL\OperatorNames" where you want to add a key (string) with your operator code (i.e. "22601"="My network").
Some codes I found here:
http://www.firstphoneshop.co.uk/mobile-phone-and-pda-unlocking/xtra-information---service-provider-codes.shtml

In my case I use:
<!-- Network custom name -->
<characteristic type="HKLM\SOFTWARE\Microsoft\RIL\OperatorNames">
<parm name="22601" value="Vodafone RO" datatype="string" />
</characteristic>


cheers,
dan

Hey!
This doesn't seem to work...