Roger's ROM - anyone know how to disable "smartphone" banner ... - HTC Excalibur

Roger's ROM - anyone know how to disable the red "smartphone" banner ...the file is "Rogers_branding.gif" I would like to not change it, but disable it completely. Also the startup/shutdown screens - can they be disabled, not edited?

You'd have to go into Registry and search for Rogers_branding.gif and delete all the values for the keys. Do NOT delete the keys. Just the values. Then it will disappear.

JAmerican said:
You'd have to go into Registry and search for Rogers_branding.gif and delete all the values for the keys. Do NOT delete the keys. Just the values. Then it will disappear.
Click to expand...
Click to collapse
Island man, Yeah! that's right, you are truly on top of things, dude you are true to the game!

JAmerican said:
You'd have to go into Registry and search for Rogers_branding.gif and delete all the values for the keys. Do NOT delete the keys. Just the values. Then it will disappear.
Click to expand...
Click to collapse
EDIT: Never mind.

Go to and change/create:
HKLM/System/Shutdown - 1 - values --> value name: Splash --> value data: \Windows\HTC_LogoImg_320x240.bmp
HKLM\System\Startup - 1 - values --> DWORD with value name: Duration - value data: 1000
STRING with value name: Splash - value data: \Windows\ms_splash.pnq
You can not edit a string or dword. So you have to delete and create!
Copie ms_splash.png to your windows folder. (change jpg into pnq)
- change the regkey: hklm\software\microsoft\shell\rai\msbranding values bannerimage value name in "none"
- change the regkey: hklm\software\microsoft\shell\rai\mscdial values bannerimage value name in "none"
Restart and your phone and startup and shutdown are like the HTC roms and all the Roger branding is gone..

Instead of deleting and creating strings you can just change the strings under these keys:
HKLM\Software\HTC\Startup\
HKLM\Software\HTC\Shutdown\
The keys here are used by the dll, so you don't really need to change anything else for the startup/shutdown...

question
when changing the start up screen
can you change it to an animated gif file ?

Yes. I'm pretty sure it has to be .gif though.

Ice_Cube said:
Yes. I'm pretty sure it has to be .gif though.
Click to expand...
Click to collapse
thanks
it just has to be the same size right ?

qajuan said:
thanks
it just has to be the same size right ?
Click to expand...
Click to collapse
The file sort has to be the same ( so rename the the to .bmp , .pnq , etc...

when i search the registry for rogers_branding.gif, it doesn't seem like it finds anything.

travisc said:
when i search the registry for rogers_branding.gif, it doesn't seem like it finds anything.
Click to expand...
Click to collapse
Search in windows.....

yea man, i had a hard time finding it myself - do this - try and find it in resco explorer. that's the way to go - that's how i found it. good luck !

k, i'll try resco... I've been using Total Commander.

JAmerican said:
You'd have to go into Registry and search for Rogers_branding.gif and delete all the values for the keys. Do NOT delete the keys. Just the values. Then it will disappear.
Click to expand...
Click to collapse
hey
i too have the same complaint, i don't want the smartphone banner nor the rogers startup.
i found the file Rogers_branding.gif in windows but i didn't know what u meant by NOT delelting the keys and changing heir values???
please help

Related

a cooking question

I just started cooking my own roms and want to know how to change the circled items in the pictures. Thanks, LuXx
LuXx said:
I just started cooking my own roms and want to know how to change the circled items in the pictures. Thanks, LuXx
Click to expand...
Click to collapse
Edit the registry key:
HKLM\System\State\Phone\Current Operator Name
Enjoy!
TaurusBullba said:
Edit the registry key:
HKLM\System\State\Phone\Current Operator Name
Enjoy!
Click to expand...
Click to collapse
Thank you so much on the first 2 pictures! Does anyone else know how to change the rom version description?
Oops, didn't look at the last picture. Same deal. Open up the registry and edit:
HKLM\Software\OEM - ROMVersion
TaurusBullba said:
Oops, didn't look at the last picture. Same deal. Open up the registry and edit:
HKLM\Software\OEM - ROMVersion
Click to expand...
Click to collapse
You are the man!!!!!
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.
TaurusBullba said:
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.
Click to expand...
Click to collapse
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?
LuXx said:
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?
Click to expand...
Click to collapse
Its there. Dont click on any subfolders under OEM, click on that folder itself.
mcorrie1121 said:
Its there. Dont click on any subfolders under OEM, click on that folder itself.
Click to expand...
Click to collapse
I see it in the reg on the pda but i dont see it in the default.hv file.
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.
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/mob...ra-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
dan1967 said:
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/mob...ra-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
Click to expand...
Click to collapse
Hey!
This doesn't seem to work...

[App][WM6.5] CHome Visual Editor - compatible with all kinds of CPR

[31/08/2009] New release is avaliable, you can download the new verison from: http://cve.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=32228
CHome Visual Editor is a visual CPR editor for Windows Mobile 6.5.
** You need install .net 3.5 sp1 in your computer in order to run CVE. **
With CVE, you can edit:
Titanium
LS_AlarmScene
LS_LockScene
LS_PhoneAlertScene
LS_PhoneCallScene
LS_SimplePinScene
StartMenu_GridScene
For this release, you can:
Open CPR file visually and move elements visually.
Modify all properties of the selected element by the property grid on the right side.
Change & Save (auto) the screen resolution.
Change & Save (auto) the scale rate.
Undo/Redo
Setup folder mapping between PPC and your OS.
Import registry file to load the element values (text, image source)
Save the modification.
More functions not listed.
This release only provide two language resource. The embedded language is Chinese, en-US is provided. If your OS language is not en-US, you may need to open configuration.xml and add one line to display en-US:
<language>en-us</language>
or you will get Chinese character.
wow.. looks like very good application
downloading & trying it now!!!!
Looks good indeed! Just downloaded but I can't try it now...
Got some problem here, I can't open any .cpr file to edit???
morningmoon said:
Got some problem here, I can't open any .cpr file to edit???
Click to expand...
Click to collapse
do you mean the application crash when you open *.cpr? can you upload error.log file here under CVE folder? it's all about the exceptions, none private will recorded in this file.
<?xml version="1.0"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<scale>1</scale>
<language>en-us</language>
<resolution>
<Width>240</Width>
<Height>320</Height>
</resolution>
<directory name="\Windows">
<mapping>Windows</mapping>
<mapping>E:\WindowsMobile\i780_21501_Kitchen\SYS\Lockscreen_DPI_96</mapping>
</directory>
<directory name="\Program Files">
<mapping>Program Files</mapping>
</directory>
</configuration>
Click to expand...
Click to collapse
Placed the language line in like above. But still no English.
Is there some thing we need to do more.
ebsbow said:
Placed the language line in like above. But still no English.
Is there some thing we need to do more.
Click to expand...
Click to collapse
This is strange, i copied your configuration and tested it in my comupoter, it works fine.
If you opened CVE and close it normally (the configuration will be saved again while cloing), the configuration should not not looks like your posted. the lanuguage should be the first element of configuration node. It may caused by path you placed CVE or permission issue.
JerryJiang said:
do you mean the application crash when you open *.cpr? can you upload error.log file here under CVE folder? it's all about the exceptions, none private will recorded in this file.
Click to expand...
Click to collapse
No. not crash, just can't get the Open File box to display, so I can't choose any file to open???
morningmoon said:
No. not crash, just can't get the Open File box to display, so I can't choose any file to open???
Click to expand...
Click to collapse
I never wrap the open file dialog. The open file dialog i am using is system provided, do you have any other WPF application in your computer that with a open file feature, if so, can you tested it whether it works fine?
error
Opening any CPR file the application is crashing. I am uploading the error log file. Please look and give a resolution.
Copied the "<language>en-us</language>" just below the configuration tag. But the problem is still the same.
All is in Chinees. is there anything else I need to check?
I have added the last error log.
ajeshm said:
Opening any CPR file the application is crashing. I am uploading the error log file. Please look and give a resolution.
Click to expand...
Click to collapse
The exception is caused by some color string of TextStage element in your CPR file, normally, i define the color in CPR file use the #FFxxxxxx pattern.
it seems that the color definition between WM and WPF have inconsistent rules. So can you look through the CPR file and try to find out whether there is any color definition in <TextStage/> section is not follow the rule?
I will update my code to fix the problem if you can kindlly post the inconsistant rule. Thx.
ebsbow said:
Copied the "<language>en-us</language>" just below the configuration tag. But the problem is still the same.
All is in Chinees. is there anything else I need to check?
I have added the last error log.
Click to expand...
Click to collapse
<?xml version="1.0"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<language>en-US</language>
<enable_effect>true</enable_effect>
<scale>1</scale>
<resolution>
<Width>240</Width>
<Height>320</Height>
</resolution>
<directory name="\Windows">
<mapping>Windows</mapping>
</directory>
<directory name="\Program Files">
<mapping>Program Files</mapping>
</directory>
</configuration>
karim_31 said:
<?xml version="1.0"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<language>en-US</language>
<enable_effect>true</enable_effect>
<scale>1</scale>
<resolution>
<Width>240</Width>
<Height>320</Height>
</resolution>
<directory name="\Windows">
<mapping>Windows</mapping>
</directory>
<directory name="\Program Files">
<mapping>Program Files</mapping>
</directory>
</configuration>
Click to expand...
Click to collapse
Thanks for posting your configuration. I should update my build package to include the language element instead of let the users update the xml by themselves.
ebsbow said:
Copied the "<language>en-us</language>" just below the configuration tag. But the problem is still the same.
All is in Chinees. is there anything else I need to check?
I have added the last error log.
Click to expand...
Click to collapse
Could you please try again with karim_31's configuration?
Unfortunately I don't have one. Still can't use this application
Any suggestion? What do I need to install for the open file to work?
Thanks!
JerryJiang said:
I never wrap the open file dialog. The open file dialog i am using is system provided, do you have any other WPF application in your computer that with a open file feature, if so, can you tested it whether it works fine?
Click to expand...
Click to collapse
The language works now,
Thanks, but the app seems to crash a lot when loading an cpr.
Disabling effects helps, but the apps crashes on other actions as well.
ebsbow said:
The language works now,
Thanks, but the app seems to crash a lot when loading an cpr.
Disabling effects helps, but the apps crashes on other actions as well.
Click to expand...
Click to collapse
Can you upload your error.log so that i can do some analysis to improve the quality of the application.
Sure. Here you go.
ebsbow said:
Sure. Here you go.
Click to expand...
Click to collapse
It's caused by color token:
http://forum.xda-developers.com/showpost.php?p=3952898&postcount=12
i will add more check of the token, by unless i get the inconsistant token, the color may not display correctly.
I cant even launch it
No error log... so where do i need to install all the files? it simply says that the app fails... thats all!
what im a doing wrong?
I set all in C:\ and the stwater added to windows directory

Programatically set default file associations

In windows 8, programs "cannot" set themselves as the default to open a file. As a programmer, I want my power over the computer, so I have found a way to change the associations.
The "user choice" of the default file handler is located in the key
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\[extension here]\UserChoice
Unfortunately, this key is protected by some mystery hashing algorithm that incorporates the extension, your user account, and the program in some convoluted way.
Fortunately, we can, of course, set the default file handler by brutally deleting the other file handlers with extreme prejudice, making windows think that your program is the only available program capable of opening that type of file, thereby making it default.
These are located in:
HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\[extension here]\OpenWithList
HKCR\[extension here]\OpenWithList
How to:
1-set your program as "default" the normal way, as you would in windows 7.
2-delete the OpenWithList keys located in HKCU and HKCR, and if necessary, the UserChoice key.
3-???
4-Profit
If you use this process, please post feedback so that I know it works. When I get around to it, I will write a program as an example.
cool thanks work form me
Thank you for sharing this information. It pointed me in the right direction.
To not let the users continually shift between the desktop and the default Store Apps (Metro applications), we want to start all images and videos in the desktop programs.
It didn't work on our versions of Windows 8 Pro. HKCR\[extension here]\OpenWithList was empty or it didn't exist. The solution for me was:
1) change as needed: HKCU\Software\Microsoft\Windows\CurrentVersion\Exp lorer\FileExts\[extension here]\OpenWithList
2) remove all the keys beginning with 'AppX' for the desired file extensions in [HKEY_CLASSES_ROOT\[extension here]\OpenWithProgids]
If the user can use a virtual registry, you probably need to delete it for the elevated administrator and the user.
The keys beginning with AppX are the links to the Store Apps.
(Do not forget to backup registry keys before making changes)
All the extensions for video and images:
.3g2, .3gp, .3gp2, .3gpp, .aac, .adt, .adts, .AIF, .AIFC, .AIFF, .ASF, .ASX, .AU, .avi, .bmp, .dib, .gif, .jfif, .jpe, .jpeg, .jpg, .jxr, .M1V, .m2t, .m2ts, .M2V, .m3u, .m4a, .m4v, .MID, .MIDI, .mod, .mov, .MP2, .MP2V, .mp3, .mp4, .mp4v, .mpa, .MPE, .mpeg, .mpg, .mpv2, .mts, .png, .RMI, .SND, .tif, .tiff, .TS, .TTS, .wav, .WAX, .wdp, .wm, .wma, .wmd, .wms, .wmv, .WMX, .wmz, .WPL, .WVX
I hope this information can helps someone.
Or right click on a file of the type you want to modify and go to open with...
Sent from my SCH-I510 using Tapatalk 2
JihadSquad said:
Or right click on a file of the type you want to modify and go to open with...
Sent from my SCH-I510 using Tapatalk 2
Click to expand...
Click to collapse
If you read the thread title, you would realize that this is referring to programmatic modification of default associations. MS "prohibits" programs from modifying the default file associations, so this is a valid workaround.

what is the file name

What is the file name that I need to edit with sq lite editor? I want to edit system stuff
GayCasper said:
What is the file name that I need to edit with sq lite editor? I want to edit system stuff
Click to expand...
Click to collapse
What are you trying to edit?
I only ask because MM changed the way settings.db is written and sqlite3 edits no longer work the same.
You would need to use this app.
Warning, unless you know exactly what you are editing DON'T DO IT! YOU CAN CAUSE SERIOUS DAMAGE TO YOUR PHONE IF YOU EDIT THE WRONG THING
Good luck
Let me if you have questions?

Need Help:How to make Lumia830 use virtual button bar?

Hello,my Lumia 830's "Back" button didn't work.So I want to use virtual button bar by editing registry.but I can't find this key:HKLM\SOFTWARE\Microsoft\Shell\NavigationBar\SoftwareModeEnabled
Maybe it has changed......so,where can I find it?
Sorry my English is bad....
OS Version is 15184.36002
Thank you
This is firmware version. What other values did you find under NavigationBar?
Why not add this key using custom pfd or any other app?
augustinionut said:
This is firmware version. What other values did you find under NavigationBar?
Why not add this key using custom pfd or any other app?
Click to expand...
Click to collapse
Thank you.
Other values seem like resolution…1080*1920、1366*768…when I open it,shows:values:back,hide,search,start.and key:height,separatorheight
I used interop tool 1.8beta to add this key,but it have disappeared when I rebooted
Create the key and it works
You have restored ndtksvc path? Use custom pfd, type of value is integer dword 32bit., value = 1.
augustinionut said:
You have restored ndtksvc path? Use custom pfd, type of value is integer dword 32bit., value = 1.
Click to expand...
Click to collapse
Yes!It Works.Thank you very much!
I added it by interop tool,I chose "string"type last time.
titi66200 said:
Create the key and it works
Click to expand...
Click to collapse
Thank you.It works now
Unable to edit registry on L720
Tim.G said:
Thank you.It works now
Click to expand...
Click to collapse
Hi TIm,
I want to enable virtual navigation bar on L720 running WP 8.1 (Denim). I have installed Custom PFD 3.0 and I am able to see the registry values. However, when I am trying add a key, it gives an error message that key is wrong or no permission. Kindly suggest what should I do?
Tim.G said:
Thank you.It works now
Click to expand...
Click to collapse
Dude, I have this problem too. The back, home, and browser buttons do not work, I have already restored a firmware and have upgraded pro win 10. but it did not work again. Aura that is a possibility to activate a virtual button?

Categories

Resources