WM6 Startup/Splashscreen - Upgrading, Modifying and Unlocking

I was trying to change the startup/splash screens on my Samsung i760 with WM6. I found the file VerizonStartupAni.gif which is basicly an animated verizon logo that appears before the windows mobile splashscreen. I tried changing it to another animated gif but after some poking around its attributes are read only/hidden/system/in ROM. Using total Commander I tried to change these settings but they just reset right after. Is there anyway to disable the system from changing it back to default? I tried to replace it with the new file but keep getting the same write protected error, even if i name the new file with the same name. Perhaps there is a way to unlock the (in ROM) box. It appears in gray and doesn't allow me to alter it. Any help and suggestions would be awesome. Played around with it for 2 hours, even poked around regedit for anything useful with no luck. Maybe I missed something.

Try renaming the original file,
then copying the new file to the same location with the same name.

I made some custom animations and sounds that may work on your device. I configured them for the kaiser but the files should be in the same place.
Try the link in my signature and install the cab.

Related

AT&T Today Screens and Splash Screens?

Looking for AT&T splash and today screens.
arluckett2002 said:
Looking for AT&T splash and today screens.
Click to expand...
Click to collapse
I would like to get my hands on these images too. The way I have been doing it is flash back to the original ROM, once stock flash the radio back to the new version you want, then flash the OS to the new ROM version. You have to pick a rom that doesn't touch the splash though. Only went through that PITA once. It would be nice in case a Cingular Rep ever got their hands on it.
Here are the Boot Splashes
http://rapidshare.com/files/27766939/Cingular-ATT_BootSplash.zip.html
has the PrimarySplash.nb/SecondarySplash.nb and the RUU_signed.nbh I just did and tested.
I'm still looking for the today screen
Daali said:
http://rapidshare.com/files/27766939/Cingular-ATT_BootSplash.zip.html
has the PrimarySplash.nb/SecondarySplash.nb and the RUU_signed.nbh I just did and tested.
I'm still looking for the today screen
Click to expand...
Click to collapse
You rock! Are these the animated ones?
These were pulled from the RUU_Hermes_CINGULAR_WWE_2_1_.06.502.3_6275_1.33.31.00_108_Ship.exe
You looking for the animated 3G .gif that resides in Windows?
http://rapidshare.com/files/27773791/3G_Up_01_1.zip.html
At&t Splash Screen
How Do You Convert Gif Files To Nb File
Seek and ye shall find - check the wiki and/or www.mrvanx.org.
Daali said:
These were pulled from the RUU_Hermes_CINGULAR_WWE_2_1_.06.502.3_6275_1.33.31.00_108_Ship.exe
You looking for the animated 3G .gif that resides in Windows?
http://rapidshare.com/files/27773791/3G_Up_01_1.zip.html
Click to expand...
Click to collapse
Yeah thats the one. Can I just drop and replace this one?
from the FAQ:
Code:
Disable/change the startup animation or sound
HKLM\SOFTWARE\HTC\StartupAnimation
Enabled - change from 1 to 0 to turn everything off and permanently fix the volume issue.
You can also customize the animated boot up by deleting or changing 2 keys. (Doing this does not fix the volume issue)
Delete the WAVFile Key to remove the sound only.
Delete the GIFFile Key to remove the animation only.
Put your own .GIF file or .WAV file on the phone and rewrite the 2 keys (WAVFile GIFFile) to the new file location. i.e. \My Documents\Files\CustomAnimation.gif
The Gif key portion was where this .gif was linked on the original. Place it somewhere and change that key.
Daali said:
from the FAQ:
Code:
Disable/change the startup animation or sound
HKLM\SOFTWARE\HTC\StartupAnimation
Enabled - change from 1 to 0 to turn everything off and permanently fix the volume issue.
You can also customize the animated boot up by deleting or changing 2 keys. (Doing this does not fix the volume issue)
Delete the WAVFile Key to remove the sound only.
Delete the GIFFile Key to remove the animation only.
Put your own .GIF file or .WAV file on the phone and rewrite the 2 keys (WAVFile GIFFile) to the new file location. i.e. \My Documents\Files\CustomAnimation.gif
The Gif key portion was where this .gif was linked on the original. Place it somewhere and change that key.
Click to expand...
Click to collapse
Strange... I don't have these entries. May be the ROM that I am using (Black 2.5) I will try adding them and seeing if that works.
Thanks for the info. All of the stuff I got from the wiki pertained to cooking/converting an image.
I assume:
KLM\SOFTWARE\HTC\StartupAnimation
Enabled - change from 1 to 0 to turn everything off and permanently fix the volume issue.
Click to expand...
Click to collapse
is a DWord decimal value of 1?
and
Delete the GIFFile Key to remove the animation only.
Click to expand...
Click to collapse
and this is a String value to the path\file?
BTW: I am now on the Dutty V2 ROM and these values do not exist. Might they only work on factory HTC/ATT "hacked" roms? I have read there might be DLL's that go with these entries.
At&t Today Screens And Splash Screens
Well Has Anyone Been Able To Get The Animation Version To Work?
JERFER4294 said:
Well Has Anyone Been Able To Get The Animation Version To Work?
Click to expand...
Click to collapse
I put the entries in as above and it did not work. I ended up using the one w/o animation. I have a feeling you only have the registry entries there to be modified if you have an OEM ROM.
I have a feeling there are a few more registery entries in there then he wrote in there - would like to see a reg dump (at least of that section). There are also probably some .DLL's or other files we need to fully get it running! Maybe I'll dump a Cingular rom later to see if I don't see anything obvious I'm assuming this is in the new Cingular rom?
Yes, should even be in the one before it since when I bought my phone about 2 months ago it was animated as well.
So far from the digging, the Registry entries are:
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\StartupAnimation]
"Volumn"=dword:10
"WAVFile"="\\Windows\\3G_Up.wav"
"GIFFile"="\\Windows\\3G Up_01_1.gif"
"Enabled"=dword:1
I've not yet found any other entries related to it on a quick pass through. The animated gif and sound file I have attached but I have not yet got it to work. I did notice there is no welcomehead.96.png and I wonder if it the existence of that file on my current rom has anything to do with it. I've not been able to delete the file (part of the rom) to see if it would have any effect. This is about as much as I'll be able to figure out for right now at any rate. If anybody else has any ideas as to enabling it (is there a .DLL that needs to be loaded? Part of me wonders if there is a command to execute it built into the bootsplash within the section that is usually added as padding? Just some brainstorming.
chymmylt said:
So far from the digging, the Registry entries are:
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\StartupAnimation]
"Volumn"=dword:10
"WAVFile"="\\Windows\\3G_Up.wav"
"GIFFile"="\\Windows\\3G Up_01_1.gif"
"Enabled"=dword:1
I've not yet found any other entries related to it on a quick pass through. The animated gif and sound file I have attached but I have not yet got it to work. I did notice there is no welcomehead.96.png and I wonder if it the existence of that file on my current rom has anything to do with it. I've not been able to delete the file (part of the rom) to see if it would have any effect. This is about as much as I'll be able to figure out for right now at any rate. If anybody else has any ideas as to enabling it (is there a .DLL that needs to be loaded? Part of me wonders if there is a command to execute it built into the bootsplash within the section that is usually added as padding? Just some brainstorming.
Click to expand...
Click to collapse
Anyone? I like to know this too.. any luck yet?
chymmylt said:
So far from the digging, the Registry entries are:
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\StartupAnimation]
"Volumn"=dword:10
"WAVFile"="\\Windows\\3G_Up.wav"
"GIFFile"="\\Windows\\3G Up_01_1.gif"
"Enabled"=dword:1
I've not yet found any other entries related to it on a quick pass through. The animated gif and sound file I have attached but I have not yet got it to work. I did notice there is no welcomehead.96.png and I wonder if it the existence of that file on my current rom has anything to do with it. I've not been able to delete the file (part of the rom) to see if it would have any effect. This is about as much as I'll be able to figure out for right now at any rate. If anybody else has any ideas as to enabling it (is there a .DLL that needs to be loaded? Part of me wonders if there is a command to execute it built into the bootsplash within the section that is usually added as padding? Just some brainstorming.
Click to expand...
Click to collapse
You can delete the welcomehead.96.png by getting another file browser (like Resco Explorer or Total Commander) and changing the file permission.
some at&t today themes would be nice. i really like my WM6 Vanilla theme, but if someone could throw the new at&t logo on there somewhere id be very appreciative. maybe the bottom right corner of the today screen?
According to this forum >http://forums.wireless.att.com/cng/...ngular&message.id=41950&query.id=90285#M41950
You have to power the unit off for 10 seconds for the changes to take effect. Dont have time to check it. Can someone verift?

Licenced Software CAB conversion

Does anyone know if you can take a piece of software that you have purchased in CAB format, with a Licence Key and change it into a package?
Since the software isn't OEM is it still the same method to create a package?
Any Takers?
This cant be to much of a hard question!!! can anyone answer? please
Tried it with Phone Alarm. sort of worked at the second attempt. But not quite. If I spent more time on it I reckon I could have got it to work but just don't have the time.
crazyC said:
Tried it with Phone Alarm. sort of worked at the second attempt. But not quite. If I spent more time on it I reckon I could have got it to work but just don't have the time.
Click to expand...
Click to collapse
but you can actually do it? what do you do about the activation codes etc?
The code is probably just stored in the registry or a config file after you enter it, in which case just make an RGU in the package putting the right data into the right place.
Some software might encrypt the code.. but even then usually putting the right encrypted string in the right place will work.. You may have to have the owner information set exactly the same each time (as this may be hashed into the generated key) but this isnt a problem as you can set the owner information in the RGU as well.
If you get a program where you cannot track the installation to see what happens when entering serials etc.. try SKTracker.. you can use it to watch the ppc for changes to files, databases and registry and dump those changes for analysis... so you install it.. make a reference dump.. then install/register the app.. then dump again.. then compare to see what has changed.
Some apps it wont work with of course.. but i'd imagine for most it will be possible yes. The worst that happens is you have the app installed in trial mode.. and a text file burned to the ROM with the serials you have bought in it to re-register it when needed after a hard reset.
Yeah - SK tracker is fantastic. Generally it just involves exporting a reg key from your PPC and then putting it into the cab/package along with your owner name (in some cases).
All my licensed software has been set to install via cabs including the keys. Not found any that cannot be done this way.
Problems arise with more complicated installs that involve interfacing with the system. Just using the normal conversion process with the PA cab did not work, needed to run SK tracker and fix a load more reg entries that were changed by the instll prcess. Improved it but still had issues with no sounds etc. I must have missed something, and have temporarily given up. The cab only takes a minute to install anyway.

Changing Splash Screens

I got some pretty sweet splash screens I want to use instead of the default T-Mobile ones. How do I go about editing these? I tried to search the forum before I posted this, but couldn't find anything.
I think the initial boot splashscreens are integrated in ROM, so you'd need to edit the ROM image before reflashing. I think there maybe tools around to help you with doing this, but am not sure.
I'm referring to the screens while the phone is on. Exclamation, info, call, text. All those screens.
All the images like question mark, info, etc.. are in \windows\ dir, just sort everything by type and look for gif's. You can then replace them with your images as long as name and dimensions are the same.
BTW you can change the startup/shutdown splash screens as well, same way, by overwriting those in ROM, without any flashing.
Anyone know the file name of the incall screen? The one I got to replace it is just call.gif and there isn't one in my windows dir.
I overwrote all the splashscreens but they haven't changed on my device. I even did a soft reset after i replaced them and nothing! If I check in my Windows dir they're the ones I just put on there, so why aren't they showing up on the phone?

Replace animated boot image

I've just flashed the O2 premium v2.0 rom to my artemis, and I love it, but I really dont like the animated splash screen.
I tried using the latest version of SplashScreen.exe to customise it, but at the three colour boot screen, the utility fails saying it cant connect to the device. This must be specific to SplashScreen.exe as other utilities flash the phone fine.
So, without that tool, how can I customise the animated start screen, as the \windows folder doesnt allow me to make changes to the files there. Alternatively, if someone can post a utility to flash to a different HTC animated logo that would be great. I'm sure in the past I've seen a very small HTC animated logo on a black background - if anyone has that ready to go with an installer, I'd be appreciative!
Thanks.
demo2000 said:
I've just flashed the O2 premium v2.0 rom to my artemis, and I love it, but I really dont like the animated splash screen.
I tried using the latest version of SplashScreen.exe to customise it, but at the three colour boot screen, the utility fails saying it cant connect to the device. This must be specific to SplashScreen.exe as other utilities flash the phone fine.
So, without that tool, how can I customise the animated start screen, as the \windows folder doesnt allow me to make changes to the files there. Alternatively, if someone can post a utility to flash to a different HTC animated logo that would be great. I'm sure in the past I've seen a very small HTC animated logo on a black background - if anyone has that ready to go with an installer, I'd be appreciative!
Thanks.
Click to expand...
Click to collapse
just replace the animated.gif in windows folder on your device...
jvc
I tried doing that, but I cant delete the original file - any ideas?
Thanks.
Startup Sound
just overwrite the existing one with your one and you're done.
BTW:
Anyone knows how to get the startup sound working with our Artemis ?
On my Hermes it's working perfect. When i set exactly the same values in HKLM\Software\HTC\StartupAnimation
- volumn and wavFile - as my Hermes and point to my soundfile (it's a wav my windows folder) - nothing happens.
As above, I cant delete the file in the windows folder, so I cant overwrite it either.
Anyway, to work around it, I just copied a .gif file into the windows folder (called it animated2.gif) and edited the registry setting to point to that file, and it fixed it. Bit of a clunky way to do it, but it works!
try this tool
http://forum.xda-developers.com/showthread.php?t=317726
reg66 said:
try this tool
http://forum.xda-developers.com/showthread.php?t=317726
Click to expand...
Click to collapse
That was the tool I was referring to, but when I get to the three colour boot screen, it fails to connect to my device Other flashing tools work fine, so it's something specific to this tool...
demo2000 said:
As above, I cant delete the file in the windows folder, so I cant overwrite it either.
Anyway, to work around it, I just copied a .gif file into the windows folder (called it animated2.gif) and edited the registry setting to point to that file, and it fixed it. Bit of a clunky way to do it, but it works!
Click to expand...
Click to collapse
With the normal Microsoft tools it is not possible to overwrite the ROM files. But e.g. Total Commander can overwrite those files.
jvc.

[Q] How to deal with Self Registering Dlls while Cooking

While Cooking for LEO, many CABs has a self registering Dlls which runs fine from the cab file but when you try to convert the cab to OEM package, this dll looses it self registering functionality because there wasn't any code grabbed to the OEM package that tells the Kitchen to mark it for self registering.
Is there any solution for such a case?
To Make it clear:
I'm trying to cook "MOBiDIV_PrayerTimes_Diamond2_B15_TSD_Jun1.Cab " but the problem with the included "fileosp.dll" which requires self registration that is been automatic done while installing the .CAB
So, is there any kind of solution to do it while COOKING the ROM?
Use kheb to grab all the registry keys that are installed during the cab install/reset process. Then put them in your package. Or just search for the keys. We're talking the HKCR\clsid keys, aren't we? They're usually easy enough to find, if you dump and search your registry.
Farmer Ted said:
Use kheb to grab all the registry keys that are installed during the cab install/reset process. Then put them in your package. Or just search for the keys. We're talking the HKCR\clsid keys, aren't we? They're usually easy enough to find, if you dump and search your registry.
Click to expand...
Click to collapse
Thanks for your idea.
I did already and got all clsid and inject them in the package but still the same.
It seems emulator is behaving differently than actual device, what you think?
InCities.cdb
After ROM Booting, i re-install the Original Application, it works.
This is normal because the original application is doing something with InCities.cdb file.
I knew that my registry entries is correct because:
1- I checked everything in registry before and after my modification.
2- I checked everything before and after Original Program Change.
changes are identical
BUT
BUT
WHEN I PLAYED WITH (CHANGED) THE REGISTRY ENTRIES:
FROM
[HKEY_LOCAL_MACHINE\Software\Apps\Shared]
"\\Windows\\InCities.cdb"=dword:00000001
TO
[HKEY_LOCAL_MACHINE\Software\Apps\Shared]
"\\Windows\\InCities111111111.cdb"=dword:00000001
then copied another file as the same name
then tried to change it back to original, THE APPLICATION FAILED.......................................
So, Here is the trick but i don't know how to fix.

Categories

Resources