Power On Tone - Touch Pro2, Tilt 2 Windows Mobile General

Is it possible to have a "power on tone" for the Verizon HTC TP2? It's just so quiet when it turns on and i liked the power on tone i had on my old phone
Ok i figured it out.
"As i did this on my own, I wanna share this with everyone. I am not responsible for any damage to your own registry. Use at your own risk"
First of all you're gonna wanna short intro .wav file to use.
I used Resco File Explorer and copied it to the Windows folder.
I named my file StartupWav.wav
Then i used Resco Registry.
Go to \HKLM\SOFTWARE\HTC\HTCAnimation
In here you will already see the string StartupGif and ShutDownGif
Create a new String Value.
String Value (Named it): StartupWav
String (Location of file): \Windows\StartupWav.wav
Save and reboot. Wonderful startup intro yay!

Hey that's awesome, thanks!

Related

Mp3 ringtones , where is the problem ?

I know that on Magician(MDA Compact) we can use mp3 as a ringtone . My question is , why we can't do it on MDA III ? Maybe someone have any idea how to fix it, or maybe we have to add something from MDA Compact rom ? Who knows ??
My Magican lost the MP3 as ringtune function..
Found out that associate .mp3 to Windows Media Player got the funktion back .. Used Resco File Explorer to do it.. but any of Ur file associating tool will do the job..
Dont know if it helped ..
Carlis
ok...so where in Registry with Resco do you make the change?
This would be helpful!
WinCE file associations are managed through the registry - here's something which you might find useful, as it describes what's eneded... It's an article I wrote aimed at those writing installers, but it might be useful.
File Associations in Windows CE
File associations in Windows CE are handled through the registry: there is no "user friendly" way to manage file associations built into the operating system. For example, double click on something with a three letter extension that is not managed, and what do you get? A requester telling you to that there's no application associated with the file type, and that you should "run the application first, then open this file from within the application".
Helpful, eh?
The solution is fairly straightforward, but is best off left to either an installation routine or an application initiation routine as it involves adding entries to the registry.
To associate a file with an application, you need to create four entries in the HKEY_CLASSES_ROOT registry hive:
- a mapping between the extension and class name (ie .xyz to xyzfile)
- a class name with description of what that file type is that will mean something to the user (ie xyzfile to "XYZZY data file"
- A pointer to the default icon to use for the class in explorer
- The command with which to open the file type
As an example, let's show adding the ".z5" (Infocom Story file) extension to a machine to be opened by FrotzCE (an infocom interpreter). The following keys would be needed:
HKCR\.z5 with the default value set to "z5game"
HKCR\z5game with the default value set to "Infocom Story File"
HKCR\z5game\DefaultIcon set to the path to FrotzCE, followed by the icon number to use from the file. As an example "\Program Files\FrotzCE\FrotzCE.exe," will use the first icon in the application
HKCR\z5game\Shell\Open\Command set to the path to FrotzCE with any parameters to pass. The filename is stored in the variable %1%, so something along the lines of '"\program files\frotzce\frotzce.exe" %1'.
The best place to set this up is within a CabWiz installation file. One thing to be aware of is the handling of quote marks within CabWiz, and also of % symbols, which are used for internal variables.
Here's an example from the CabWiz INI file for MagnetiCE, which associates .mag files with the installed application:
[RegSettings]
HKCR,.mag,,,magfile
HKCR,magfile,,,"MagnetiCE Game file"
HKCR,magfile\DefaultIcon,,,"%InstallDir%\MagnetiCE.exe,"
HKCR,magfile\Shell\Open\Command,,,""""%InstallDir%\MagnetiCE.exe"""" %%1

about 2 secrets

I have 2 questions that they are beating my brain for a long time and asked about them at several threats but nobody answered. May be nobody knows or want to share.
I am sorry if these questions are answered in some threats but I could not find.
1. "Showsim" registry: If we create a registry dword named ShowSim at HKCU\ControlPanel\Phone and give it a value "0", the contact names recorded in SIMCARD don't be visible at contact menu. That is good,but after a soft reset this registry value turns back to "1" dword value, why? Should we do something before cooking rom that ShowSim stay tuned after soft reset?
On HongKong ROMs this value stays at the value of what I want after soft reset.
2. Shellres.192.dll: If we want to customize the windows taskbar, we should change the shellres.192.dll. Well, but OS doesn't let me to rename or delete or copy this .dll even by means of Total Commander or Resco. Many people can do that but I can not, why? Is there any tricky that special to some ROMs? If so, what is difference on these ROMs from my official ROM?
Thanks in advance to who reply me...
dingil said:
I have 2 questions that they are beating my brain for a long time and asked about them at several threats but nobody answered. May be nobody knows or want to share.
I am sorry if these questions are answered in some threats but I could not find.
1. "Showsim" registry: If we create a registry dword named ShowSim at HKCU\ControlPanel\Phone and give it a value "0", the contact names recorded in SIMCARD don't be visible at contact menu. That is good,
but after a soft reset this registry value turns back to "1" dword value, why? Should we do something before cooking rom that ShowSim stay tuned after soft reset?
On HongKong ROMs this value stays at the value of what I want after soft reset.
2. Shellres.192.dll: If we want to customize the windows taskbar, we should change the shellres.192.dll. Well, but OS doesn't let me to rename or delete or copy this .dll even by means of Total Commander or Resco. Many people can do that but I can not, why? Is there any tricky that special to some ROMs? If so, what is difference on these ROMs from my official ROM?
Thanks in advance to who reply me...
Click to expand...
Click to collapse
For question number 2. Which Resco version you are using? Am using v7.5 and there's no problem on overwriting shellres.192.dll. Not sure if untick the option for "hide system files and files with the following extensions: .DLL, .CPL..." help. There's no secret on overwriting that files .
cyberjaya said:
For question number 2. Which Resco version you are using? Am using v7.5 and there's no problem on overwriting shellres.192.dll. Not sure if untick the option for "hide system files and files with the following extensions: .DLL, .CPL..." help. There's no secret on overwriting that files .
Click to expand...
Click to collapse
I am using Resco 7.5 too and unticked "hide system files and ..." but no way.
I saw many people who don't solve this problem when I were searching...
Point two: Try Total Commander ( Freeware ), download here:http://www.ghisler.com/
verrazzanoprince said:
Point two: Try Total Commander ( Freeware ), download here:http://www.ghisler.com/
Click to expand...
Click to collapse
tried it also
you can try this, first rename the shellres.192.dll to shellres.192.old with totalcommander then put in the new file than delete shellres.192.dll.old sometimes i had the same problem when i do like this it work perfectly for me.
good luck
dingil said:
I am using Resco 7.5 too and unticked "hide system files and ..." but no way.
I saw many people who don't solve this problem when I were searching...
Click to expand...
Click to collapse
Not sure if there's differences in way of overwriting the file or just because of the existence of a registry key that allow or disallow the overwrite of dll file (this might need to search if I've tweak certain registry key but forgot to note that down). For Resco usage, this is the way i replace or overwrite the file.
- copy the file shell192.dll to a temporary folder in my storage card
- using Resco, navigate to the folder
- right click on the file, then choose "copy to"
- you will see a screen prompting you to choose the folder you want to copy to
- now click on "Windows"
- another prompt will be asking you if you would like to replace the read only ROM file
- answer "yes"

CERegEditor Behaviour ...

I'm trying to convert a mobile registry file to a CAB file. CERegEditor has a feature that does this; however, when I then install the CAB file with the registry tweaks to my Touch HD, any registry tweak with a file path has double backslashes instead of just one backslash in the path.
For example, if I have a REG file with a request to change the file path of a particular key to:
"FileSyncPath"="\Storage Card\My Documents"
Instead, though, when I convert it to a CAB file in CERegEditor, and install it on my phone, I get the following line in the registry:
"FileSyncPath"="\\Storage Card\\My Documents"
As you can see, there are double backslashes.
Any ideas on how to correct this?
Thank you,
Peter

importing registry keys

hey guys, after miri's recent v19 rom release, i've got to the point where manually reinstalling stuff is getting more of a chore than a pleasure, so i've been playing around with sdconfig.txt and self-built .cab files...
however, there are some things i cant configure due to them being in the registry.
so far this is what ive done:
- used 'CeRegEditor' to capture the active registry (both stock rom, and fully configured the way i want it to be)
- compared the 2 files, and saved the output to another file
- copied this file (i've tried both .cereg, and .reg formats) to sd card, and attempted to run. when executed from my HD, the file format is unrecognised and will not import the registry values.
so, what have i missed? why wont a .cereg or .reg file 'install' on my HD?
the idea is to have this registry file in the sdconfig.txt (or a cab, and exec'd from sdconfig.txt), so on hard reset it is a completely 'hands-off' re-install.
Create a Cab file. You can create Cab files that only install registry settings. Take the '2_Way_Plus_InCall_Recording' cab file and build upon that maybe. Edit the '_Setup.xml' to include your registry settings and then you can install them just as you would install a Cab file.
How many registry setting do you want to change?
.reg file is 260 line file - 25kb.
while there seems to be a limit on what the registry is holding, it is configuring some of the more simplier and silly things...
- Device name
- Owner info
- Manila Weather
- power settings
- 'changescreen' app settings (app found on these forums)
- 'HD tweak' app settings (again, found on these forums)
at this point in time, it's more of a proof of concept, rather than finalized version. now i know how to get things working, i can fine tune the reg settings and provision my phone.
it seems 'ceregedit' does not correctly convert reg > XML (or reg > CAB).
however, i found another tool called 'SDConfigGen', which does correctly convert reg > XML. i've been able to use the XML in my sdconfig.txt, which is what i wanted!
while the above reg keys work, it's not an exact build of how i had my phone before...
there are some things i would like to automatically configure:
- pre-configured Wifi profiles (theres maybe 4 AP's i use)
- automatically set 'touchflo 3d' as the default theme.
- a complete hands-off install. (things like pre-setup the HTC auto-configure "sim card change")
- automatically accept a security certificate from our activesync server (i have activesync config in a .cab file, but it requires you to manually click 'yes' to the security cert install box)
im sure a google will help with a few points above!
Ok I'm not sure if you program at all or if this would really easy your pain much but you can download a trial version of Visual Studio 2008. It has a project option to build cab files for ppc devices. Might be worth a look if you have a lot of keys to do. Its not much better than doing them by hand though. I've included a screen shot of VS doing it so you can see. BTW its obviously been scrunched up.
Try this
veehexx said:
hey guys, after miri's recent v19 rom release, i've got to the point where manually reinstalling stuff is getting more of a chore than a pleasure, so i've been playing around with sdconfig.txt and self-built .cab files...
however, there are some things i cant configure due to them being in the registry.
so far this is what ive done:
- used 'CeRegEditor' to capture the active registry (both stock rom, and fully configured the way i want it to be)
- compared the 2 files, and saved the output to another file
- copied this file (i've tried both .cereg, and .reg formats) to sd card, and attempted to run. when executed from my HD, the file format is unrecognised and will not import the registry values.
so, what have i missed? why wont a .cereg or .reg file 'install' on my HD?
the idea is to have this registry file in the sdconfig.txt (or a cab, and exec'd from sdconfig.txt), so on hard reset it is a completely 'hands-off' re-install.
Click to expand...
Click to collapse
I used this to do what your trying to do, it will not import .reg files on the trial version but theres an older version on piratebay that will:
Heres a link to a trial for 30 days: http://www.ocpsoftware.com/products.php?nm=cecabmgr
SDConfig Builder
Hi,
try SDConfig Builder

slide view is not working! help!

I installed everything ultrashot listed as "Dependencies" and also panel manager and panel launcher. But once I click x-panel button, it goes directly to X2 panel manager.
got the main body of the slideview working but when i go inside there is nothing there its just the empty shell with no name or icon in my slide view .any sollution? thank u
i am using the rom of R5.07
-------------------------------------------------
Dependencies:
12_SEUS DRMWhiteList
15_Extra Fonts
2_Awox mediaCTRL
28_OEMNotif
42_SlideView Plugins
47_SlideView (of course )
64_Sony Ericsson XpFramework
65_PlayNow (sometimes it can't install, skip it)
70_EmzFilters
88_SlideViewDisableErrorMessage
DRMClient (!). Download, copy .zip contents to \Windows\ manually (using Resco Explorer, ...), apply *.regs.
Thanks to NighPlayer32
DRMClient is MUST-HAVE!
You miss drm and releted reg key.
Also I have this problem, becouse I don't have a windows pc, so I can't use ceregedit to import the key.
If someone knows another way to import this key, let me know.
save the regkey file in unicode format, then import with total commander, thats what i did
Thanks, it works.
I set the file as unicode utf-16 and resco import the key.
However under this rom I can't get slideview working...
please help. i also have the same problem... how do i fix my slideview? i really need it because it is the default image viewer.

Categories

Resources