I'm constantly flashing my Tilt and it gets pretty annoying to enter in all my email account info over and over again. I was wondering if anyone can point me in the right direction so I can make a CAB file to install my email accounts if possible.
Just looking for a tutorial or some steps on how to make my own CABs.
i don't know how to setup via cab, but with UC there is a way to setup emailaccounts: http://forum.xda-developers.com/showpost.php?p=1897000&postcount=3
Sleuth255 said:
EMAIL2 CSPs
All the EMAIL2 CSP provisioning parameters are described here
Elosogrande7076 shows us how to provision a couple of email accounts below. To be safe, use GUID-GEN to generate unique GUIDs. This is because duplicate GUIDs will cause undefined results on your device.
Code:
<wap-provisioningdoc>
<characteristic type="EMAIL2">
<characteristic type="{7B3D74EC-35D9-45e3-B8F3-E38F4B90D174}">
<parm name="SERVICENAME" value="Gmail" />
<parm name="SERVICETYPE" value="IMAP4" />
<parm name="INSERVER" value="imap.gmail.com" />
<parm name="OUTSERVER" value="smtp.gmail.com" />
<parm name="NAME" value="Username" />
<parm name="AUTHNAME" value="[email protected]" />
<parm name="AUTHSECRET" value="password" />
<parm name="DOMAIN" value="" />
<parm name="REPLYADDR" value="[email protected]" />
<parm name="LINGER" value="15" />
<parm name="RETRIEVE" value="-1" />
<parm name="KEEPMAX" value="-1" />
<parm name="DWNDAY" value="3" />
<parm name="AUTHREQUIRED" value="1" />
<parm name="SMTPALTENABLED" value="1" />
<parm name="SMTPALTAUTHNAME" value="[email protected]" />
<parm name="SMTPALTPASSWORD" value="password" />
<parm name="SMTPALTDOMAIN" value="smtp.gmail.com" />
</characteristic>
</characteristic>
<characteristic type="EMAIL2">
<characteristic type="{877e6100-cd6d-4a44-bd4c-3edf4b901480}">
<parm name="SERVICENAME" value="Gmail1" />
<parm name="SERVICETYPE" value="IMAP4" />
<parm name="INSERVER" value="imap.gmail.com" />
<parm name="OUTSERVER" value="smtp.gmail.com" />
<parm name="NAME" value="Username" />
<parm name="AUTHNAME" value="[email protected]" />
<parm name="AUTHSECRET" value="password1" />
<parm name="DOMAIN" value="" />
<parm name="REPLYADDR" value="[email protected]" />
<parm name="LINGER" value="15" />
<parm name="RETRIEVE" value="-1" />
<parm name="KEEPMAX" value="-1" />
<parm name="DWNDAY" value="3" />
<parm name="AUTHREQUIRED" value="1" />
<parm name="SMTPALTENABLED" value="1" />
<parm name="SMTPALTAUTHNAME" value="[email protected]" />
<parm name="SMTPALTPASSWORD" value="password1" />
<parm name="SMTPALTDOMAIN" value="smtp.gmail.com" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
Click to expand...
Click to collapse
The link above takes you to a report feature... here is the correct link to the UC thread:
http://forum.xda-developers.com/showthread.php?p=1897000
Hello everyone.
I may be alone in this, but I always try to keep my PPCs as "lean" as possible, i.e. I only install those Apps which I really cannot do without (TomTom, RegEdit, etc.). One of the things I have always wanted to avoid is to have to install a whole app just to apply a few registry tweaks (always the same ones) after each hard (or soft) reset.
So, in the end, I just came up with the following solution for my Diamond, which works flawlessly: build a simple CAB file which only applies the registry changes I want!
This is actually a very simple thing to do. First, you have to create a file called _Setup.xml, which in my case looks like this:
<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKCU\ControlPanel\Phone">
<parm name="ShowSim" value="0" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Drivers\TouchPanel">
<parm name="PressureThreshold" value="240" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Security\Internet Explorer\User Agent">
<parm name="CustomBase" value="HTC-P3700-orange/PPC; 480x640; OpVer 30.126.2.732" datatype="string" />
</characteristic>
<characteristic type="HKLM\Software\HTC\AdvancedNetwork">
<parm name="SupportHSUPA" value="1" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\HTC\Camera\P10">
<parm name="enabled" value="1" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\HTC\Camera\P6">
<parm name="enabled" value="1" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\HTC\Camera\P8">
<parm name="enabled" value="1" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\HTC\Camera\P9">
<parm name="enabled" value="1" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\HTC\Manila">
<parm name="HomeLSKText" value="Comms" datatype="string" />
<parm name="HomeLSKPath" value="\Windows\CommManager.exe" datatype="string" />
<parm name="HomeRSKText" value="Camera" datatype="string" />
<parm name="HomeRSKPath" value="\Windows\Camera.exe" datatype="string" />
</characteristic>
<characteristic type="HKLM\Software\HTC\HTCAnimation">
<parm name="StartupGif" value="\Windows\animated_OUT.gif" datatype="string" />
<parm name="StartupWav" value="\Windows\BootUpHTC_OUT.wav" datatype="string" />
</characteristic>
<characteristic type="HKLM\Software\HTC\PHONE">
<parm name="FaceDownMuteRing" value="0" datatype="integer" />
</characteristic>
<characteristic type="HKLM\System\GDI\GLYPHCACHE">
<parm name="limit" value="16384" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\HTC\SmartTouch\Total Commander">
<parm name="ClassName" value="CECMD" datatype="string" />
<parm name="Mode" value="4" datatype="integer" />
<parm name="WheelCount" value="2" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\HTC\SmartTouch\MSClog">
<parm name="ClassName" value="MSClog" datatype="string" />
<parm name="Mode" value="4" datatype="integer" />
<parm name="WheelCount" value="2" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\HTC\SmartTouch\MSContactsUI">
<parm name="ClassName" value="MSContactsUI" datatype="string" />
<parm name="Mode" value="4" datatype="integer" />
<parm name="WheelCount" value="2" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\HTC\SmartTouch\PROGRAM">
<parm name="ClassName" value="Explore" datatype="string" />
<parm name="Mode" value="4" datatype="integer" />
<parm name="WheelCount" value="2" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\HTC\SmartTouch\RSSMAIN">
<parm name="ClassName" value="NewsBreak_Main" datatype="string" />
<parm name="Mode" value="4" datatype="integer" />
<parm name="WheelCount" value="2" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\HTC\SmartTouch\RSSHEADLINE">
<parm name="ClassName" value="HeadLineWindow" datatype="string" />
<parm name="Mode" value="4" datatype="integer" />
<parm name="WheelCount" value="2" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\HTC\SmartTouch\Phone">
<parm name="ClassName" value="Dialog" datatype="string" />
<parm name="Mode" value="4" datatype="integer" />
<parm name="WheelCount" value="2" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\HTC\SmartTouch\Folderview">
<parm name="ClassName" value="WCE_HTC_UXC_FOLDER" datatype="string" />
<parm name="Mode" value="4" datatype="integer" />
<parm name="WheelCount" value="2" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\HTC\SmartTouch\FileExplorer">
<parm name="ClassName" value="FEXPLORE" datatype="string" />
<parm name="Mode" value="4" datatype="integer" />
<parm name="WheelCount" value="2" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\HTC\SmartTouch\CONTACTS">
<parm name="WheelCount" value="2" datatype="integer" />
<parm name="Mode" value="4" datatype="integer" />
<parm name="ClassName" value="MSContactsUI" datatype="string" />
</characteristic>
<characteristic type="HKLM\Software\HTC\SmartTouch\ContactChooser">
<parm name="ClassName" value="MSContactChooser" datatype="string" />
<parm name="Mode" value="4" datatype="integer" />
<parm name="WheelCount" value="2" datatype="integer" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
This includes all the registry changes I want to do to my Diamond after each hard reset.
Then, I use a DOS-based program called MakeCab.exe (Google it to find where to download it from on the Microsoft site - it is free) to generate a CAB file based on this XML file, with the following command:
C:\<whatever path>\makecab _Setup.xml RegistryTweaks.cab
And I end up with a nice little CAB I can run on my Diamond after each soft/hard boot to make sure all my settings get back to where I want them in less than 5 seconds!
There is one which I was not able to find in the registry: when you go into "Settings / System / Screen / Text Size" you are able to set the size normally used to display text in the interface. Does anyone know where this value is stored in the Registry? I would love to be able to add it to my list, and do away entirely with manual configuration...
Posted here to provide a starting point in case any of you want to adopt the idea...
Thank You for sharing....
this has got to be one of the most informative posts I've ever read?
Here's a member who in one simple and clear post talks us through how to do something that probably drives many of us mad each time we load a new Rom.....
but not only does he talk us through how, and give us a cab file based on his own tweaks..... BUT he share the "how I did this part" too... Brilliant..
I've learnt something.... Thank you Diplomate for teaching me how rather than just showing me how you did it. That to me is cool....
.
Thanks
I agree with the above user too, this is really useful to know and I am happy that I learnt something today
great information!
found this nice interface cab maker too
http://www.brothersoft.com/cab-maker-71732.html
resolved..
Try with the method I outlined. If the tool you used to make your CAB includes in it any of the normal installer entries which are necessary to place files on the device, create directories, etc. then you will get issues/failures. I did get some myself when I started doing this basing myself on CABs from installers which put files on the device - I then looked up how to make a cab which only writes to the registry, and this is the process I outlined.
Good luck!
P.S. Also, look at the syntax of your XML file!!! You are forgetting all your datatypes...
Humm, don't know, but you could try optimizing it like this, perhaps?
<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKLM\Software\Microsoft\FontLink\SystemLink" >
<parm name="Times New Roman" value="\Windows\sunglobe.ttf,UniSun" datatype="string" />
<parm name="Arial" value="\Windows\sunglobe.ttf,UniSun" datatype="string" />
<parm name="Courier New" value="\Windows\sunglobe.ttf,UniSun" datatype="string" />
<parm name="Tahoma" value="\Windows\sunglobe.ttf,UniSun" datatype="string" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
Diplomate said:
Humm, don't know, but you could try optimizing it like this, perhaps?
<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKLM\Software\Microsoft\FontLink\SystemLink" >
<parm name="Times New Roman" value="\Windows\sunglobe.ttf,UniSun" datatype="string" />
<parm name="Arial" value="\Windows\sunglobe.ttf,UniSun" datatype="string" />
<parm name="Courier New" value="\Windows\sunglobe.ttf,UniSun" datatype="string" />
<parm name="Tahoma" value="\Windows\sunglobe.ttf,UniSun" datatype="string" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
Click to expand...
Click to collapse
thanks mate managed to fix it after yr advise..
Best tweak ever!
Thank you, i always wondered about how to make a registry .cab but never had the time to reasearch it. this explians it in a simple and clear manner.
fantastic post! I've always wondered why there isnt a registry tweak CAB and lo' and behold!
heeey VerrY nice mano ThnX VeRRY much,.. Saves XXtreme time and bloodpressure
just wanted to say, that in the lines of enabling the camera tweak of P10, P8 and P9 you have wrote enabled instead of enable... don't know 4 sure if this
is Ur purpose, but in this way in Ur reg U've got enable and enabled in that regfolder...
Hi Diplomate,
Really nice idea, thanks for your explanation !
Here is the one i use:
Code:
<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKCU\ControlPanel\Sounds\RingTone0">
<parm name="Script" value="v1w1v1w1v1w1c50apw3c150r" datatype="string" />
</characteristic>
<characteristic type="HKLM\Security\Policies\Policies">
<parm name="0000101a" value="1" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Comm\ConnMgr\Planner\Settings">
<parm name="CacheTime" value="60" datatype="integer" />
<parm name="SuspendResume" value="GPRS_bye_if_device_off" datatype="multiplestring" />
</characteristic>
<characteristic type="HKCU\ControlPanel\BackLight">
<parm name="AutoDeviceLockEnable" value="1" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Drivers\BuiltIn\RIL">
<parm name="DisableSMSWakeUpEvent" value="0" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\HTC\HTCAlbum">
<parm name="ok_minimize" value="0" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\HTC\EnlargeTitleBar">
<parm name="Enable" value="0" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\HTC\HTCAnimation">
<parm name="StartupGif" value="\Windows\none_.gif" datatype="string" />
<parm name="StartupWav" value="\Windows\none_.wav" datatype="string" />
</characteristic>
<characteristic type="HKLM\Software\HTC\AdvancedNetwork">
<parm name="SupportHSUPA" value="1" datatype="integer" />
</characteristic>
<characteristic type="HKLM\System\StorageManager\FATFS">
<parm name="EnableCache" value="1" datatype="integer" />
<parm name="CacheSize" value="16384" datatype="integer" />
</characteristic>
<characteristic type="HKLM\System\StorageManager\Filters\fsreplxfilt">
<parm name="ReplStoreCacheSize" value="131072" datatype="integer" />
</characteristic>
<characteristic type="HKLM\System\GDI\Glyphcache">
<parm name="limit" value="131072" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\OEM\Power">
<parm name="ShowMovingChargeBar" value="1" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\HTC\SUPL AGPS">
<parm name="EnableAGPS" value="1" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\HTC\Camera\Captparam">
<parm name="CapKeyDelayTime" value="0" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Calendar">
<parm name="ShowTextInWeekView" value="1" datatype="integer" />
</characteristic>
<characteristic type="HKCU\Software\HTC\TaskManager">
<parm name="EnableTabAndHold" value="0" datatype="integer" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
Thank you very much, Use2Smoke, well spotted! I have tweaked several times with that file, but I did not realise I had posted it like that!
Works really perfect. Thanks Diplomate!
I've a little problem with my .cab file!
Code:
<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKLM\Drivers\BuiltIn\RIL">
<parm name="DisableSMSWakeUpEvent" value="0" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Drivers\BuiltIn\RIL">
<parm name="EnableFastDormantDisplayDuringCall" value="0" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Drivers\BuiltIn\RIL">
<parm name="BatteryTimeoutInCall" value="0" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Drivers\BuiltIn\RIL">
<parm name="BatterySuspendTimeoutInCall" value="0" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Drivers\TouchPanel">
<parm name="PressureThreshold" value="240" datatype="integer" />
</characteristic>
<characteristic type="HKEY_LOCAL_MACHINE\Software\HTC\HTCAlbum">
<parm name="ok_minimize" value="0" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\HTC\Camera\P10">
<parm name="enable" value="1" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\HTC\Camera\P6">
<parm name="enable" value="1" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\HTC\Camera\P8">
<parm name="enable" value="1" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\HTC\Camera\P9">
<parm name="enable" value="1" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\HTC\AdvancedNetwork">
<parm name="SupportHSUPA" value="1" datatype="integer" />
</characteristic>
<characteristic type="HKLM\System\State\Hardware">
<parm name="Headset" value="1" datatype="integer" />
</characteristic>
<characteristic type="HKCU\ControlPanel\BackLight">
<parm name="AutoDeviceLockTimeout" value="30" datatype="integer" />
</characteristic>
<characteristic type="HKCU\ControlPanel\Backlight">
<parm name="dimBKLinUnlockScreen" value="0" datatype="integer" />
</characteristic>
<characteristic type="HKCU\ControlPanel\Sounds\RingTone0">
<parm name="Script" value="apv0r" datatype="string" />
</characteristic>
<characteristic type="HKCU\ControlPanel\Notifications\Default">
<parm name="Duration" value="10" datatype="integer" />
</characteristic>
<characteristic type="HKCU\ControlPanel\Phone">
<parm name="Sleep" value="0" datatype="integer" />
</characteristic>
<characteristic type="HKLM\Software\HTC\HTCAnimation">
<parm name="StartupGif" value="\Windows\animated_OUT.gif" datatype="string" />
<parm name="StartupWav" value="\Windows\BootUpHTC_OUT.wav" datatype="string" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
When i sync my td and i place this file on internal storage (4GB) and i wanna install he gives the messages that it was unsuccesfull. Anyone knows why??
Try combining the entries for the same registry key all in one:
<characteristic type="Registry">
<characteristic type="HKLM\Drivers\BuiltIn\RIL">
<parm name="DisableSMSWakeUpEvent" value="0" datatype="integer" />
<parm name="EnableFastDormantDisplayDuringCall" value="0" datatype="integer" />
<parm name="BatteryTimeoutInCall" value="0" datatype="integer" />
<parm name="BatterySuspendTimeoutInCall" value="0" datatype="integer" />
</characteristic>
Apparently, it does not like finding the same registry key twice in the file... same problem mgear356 was having earlier on in the thread.
Diplomate said:
Try combining the entries for the same registry key all in one:
<characteristic type="Registry">
<characteristic type="HKLM\Drivers\BuiltIn\RIL">
<parm name="DisableSMSWakeUpEvent" value="0" datatype="integer" />
<parm name="EnableFastDormantDisplayDuringCall" value="0" datatype="integer" />
<parm name="BatteryTimeoutInCall" value="0" datatype="integer" />
<parm name="BatterySuspendTimeoutInCall" value="0" datatype="integer" />
</characteristic>
Apparently, it does not like finding the same registry key twice in the file... same problem mgear356 was having earlier on in the thread.
Click to expand...
Click to collapse
Oké i try!!
Is it possible to make it appear in the list of installed programs for easy an easy uninstall?
akito said:
Is it possible to make it appear in the list of installed programs for easy an easy uninstall?
Click to expand...
Click to collapse
this is a direct reg edit, not installing a program....
you can get a direct uninstall by making another cab to set all your reg values that you changed back to default
Exactly. The only way to revert this is with an "opposite" Cab file which sets all the registry values back to their default.
Hi folks,
I have a following problem. Becouse I am flashing my Diamond pretty often, I want to create CAB files with registry tweaks (owner name, ringtones and other tweaks.)
I have downloaded trial WINCE CAB MANAGER 3, made registry tweaks, added ringtones and exported as CAB.
But when I install this cab on my device, no registry changes are done.
Any idea what could be wrong?
Setup.xml in CAB files contains
<wap-provisioningdoc>
<characteristic type="Install">
<parm name="InstallPhase" value="install" />
<parm name="AppName" value="Ladis Settings" />
<parm name="NoUninstall" value="1" />
<parm name="NumDirs" value="0" />
<parm name="NumFiles" value="0" />
<parm name="NumRegKeys" value="6" />
<parm name="NumRegVals" value="10" />
<parm name="NumShortcuts" value="0" />
</characteristic>
<characteristic type="FileOperation" />
<characteristic type="Registry">
<characteristic type="HKLM\Software\HTC\Camera\Image">
<parm name="SaveFolder_0405" value="My Pictures" datatype="string" />
</characteristic>
<characteristic type="HKLM\Software\HTC\Camera\Video">
<parm name="SaveFolder_0405" value="My Videos" datatype="string" />
</characteristic>
<characteristic type="HKCU\MUI">
<parm name="CurLang" value="1029" datatype="integer" />
</characteristic>
<characteristic type="HKCU\ControlPanel\Owner">
<parm name="Name" value="Ladis[cz]" datatype="string" />
</characteristic>
<characteristic type="HKLM\Software\HTC\Manila">
<parm name="HomeRSKPath" value="\\Windows\CommManager.exe" datatype="string" />
<parm name="HomeLSKPath" value="\\Windows\\Addrbook.lnk" datatype="string" />
<parm name="HomeLSKText" value="Kontakty" datatype="string" />
<parm name="HomeRSKText" value="Komunikace" datatype="string" />
</characteristic>
<characteristic type="HKCU\ControlPanel\Sounds\RingTone0">
<parm name="Sound" value="\\Windows\\Rings\\banda.wma" datatype="string" />
<parm name="Category" value="Ring" datatype="string" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
Thanks for help!
try using SASHIMI.
Thanks, I'll try to play with it tomorrow!
I had created a .reg file to assign programs on program launcher using key
ex. hklm\software\htc\manila\programlauncher\. The buttons are functioning fine. However, the icons don't appear.
What do I need to do to make the icons appear?
Thanks in advance
I setup the TF3D in my ROM UC xml provisioning file. Here is a sample of what I am passing: Works perfectly for me.
Code:
<characteristic type="Registry">
<characteristic type="HKLM\Software\HTC\Manila\ProgramLauncher\0" translation="filesystem">
<parm name="DispName" datatype="string" value="Opera Browser"/>
<parm name="IconPath" datatype="string" value=""/>
<parm name="IsReadOnly" datatype="integer" value="0"/>
<parm name="Path" datatype="string" value="\Windows\Start Menu\Programs\Online\Opera Browser.lnk"/>
</characteristic>
<characteristic type="HKLM\Software\HTC\Manila\ProgramLauncher\1" translation="filesystem">
<parm name="DispName" datatype="string" value="Internet Explorer"/>
<parm name="IconPath" datatype="string" value=""/>
<parm name="IsReadOnly" datatype="integer" value="0"/>
<parm name="Path" datatype="string" value="\Windows\pie.lnk"/>
</characteristic>
</characteristic>
Hi all SE X2 Users...
I finally make one CAB for Speed up Xperia X2
1. Download Attach ( ZIP Password: vagrik ).
2. Install it.
3. Reset (soft-Reset) your Device...
4. Have Fun.
Now Your XPERIA X2, Speed Up up to 30%-40%!!!
If you found any BUG, PLZ Report Me for Fix it Next Version.
(Only for MR1 Firmwares)
( ZIP Password: vagrik )
BETA VERSION
Which kind of way is the speed up realized? Is this patch for slow writing on hw keyb. in SMS app? Or this patch speeds up through whole system?
Write some more info what this patch do...
Hi Vagrik,
One way to speed up X2. Turn of X Panels and Slide View. I use only Windows, you know. I deleted somthing panels from X Panel and X2 is quicker.
What happens if u go into slide view accidentally?
Is this a program, or does this actually delete slideview?
from Xperia X2:
I found new trick today.
I make CAB file soon.
i just tested the program, 3kb in size doesnt work and cant uninstall. ...
waiting for the new version...
curious1
what exactly does this speed up
hey mate when is this new trick coming?
" MR1 Firmwares " means " Original Window MB 6.5 " ? ( not WM 6.5.2 after Sony has new update for X2 firmware ?? )
mmoore630 said:
what exactly does this speed up
Click to expand...
Click to collapse
Below is the Extract from the cab to me it look like its making LOTS of changes to the system registry. please correct me if i am wrong
Code:
<?xml version="1.0"?>
<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKLM\System\GWE">
<parm name="Animate" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\System\GWE\Animate">
<parm name="Frames" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\System\GWE\Animate">
<parm name="DelayMilliseconds" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\System\GWE\Menu">
<parm name="AniType" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\System\GWE">
<parm name="cxVScr" value="13" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\System\GWE">
<parm name="cyVScr" value="20" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\System\GWE">
<parm name="cyHScr" value="13" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\System\GWE">
<parm name="cxHScr" value="20" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Shell\IconConfig">
<parm name="HorizontalIconSpacing" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Shell\IconConfig">
<parm name="VerticalIconSpacing" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Shell\IconConfig">
<parm name="IconTitleFontSize" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\System\GWE\Menu\BarFnt">
<parm name="Ht" value="1000" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\System\GWE\Menu\PopFnt">
<parm name="Ht" value="1000" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\System\GWE\Commctrl">
<parm name="UseLongDelayForGestures" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Shell">
<parm name="ShowTitleBarClock" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\System\StorageManager\FATFS">
<parm name="EnableCache" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\System\StorageManager\FATFS">
<parm name="CacheSize" value="16384" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\System\StorageManager">
<parm name="PNPUnloadDelay" value="1000" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\System\StorageManager">
<parm name="PNPWaitIODelay" value="1000" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\System\GDI\Glyphcache">
<parm name="limit" value="131072" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Drivers\SDCARD\ClientDrivers\Class\SDMemory_Class">
<parm name="DisablePowerManagement" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Drivers\SDCARD\ClientDrivers\Class\MMC_Class">
<parm name="DisablePowerManagement" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Comm\AsyncMac1\Parms">
<parm name="DisablePowerManagement" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Comm\PPTP1\Parms">
<parm name="DisablePowerManagement" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Comm\L2TP1\Parms">
<parm name="DisablePowerManagement" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Drivers\BuiltIn\Battery">
<parm name="EnableUSBCharging" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\System\CurrentControlSet\Control\Power\Timeouts">
<parm name="ACResumingSuspendTimeout" value="5" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\System\CurrentControlSet\Control\Power\Timeouts">
<parm name="BattResumingSuspendTimeout" value="5" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\System\GDI\Rotation">
<parm name="HideOrientationUI" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\System\GDI\Rotation">
<parm name="LandscapeMode" value="4" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\System\GDI\Rotation">
<parm name="LandscapeFixed" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Software\OEM\Qwerty">
<parm name="Layout" value="132105" datatype="integer"/>
</characteristic>
<characteristic type="HKCU\ControlPanel\Backlight">
<parm name="QKeyLedTimeout" value="10" datatype="integer"/>
</characteristic>
<characteristic type="HKCU\ControlPanel\Sip">
<parm name="TurnOffAutoDeploy" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKCU\ControlPanel\Sip">
<parm name="SuggWords" value="4" datatype="integer"/>
</characteristic>
<characteristic type="HKCU\Software\Microsoft\Windows CE Services">
<parm name="DeviceFriendlyName" value="PocketPC" datatype="string"/>
</characteristic>
<characteristic type="HKLM\Comm\Tcpip\Parms">
<parm name="TcpMaxConnectRetransmissions" value="3" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Comm\Tcpip\Parms">
<parm name="TcpMaxDataRetransmissions" value="5" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Comm\Tcpip\Parms">
<parm name="TcpWindowSize" value="131072" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Comm\Tcpip\Parms">
<parm name="EnableDHCP" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Comm\EAP\Extension\25">
<parm name="ValidateServerCert" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\WZCSVC\Parameters">
<parm name="DisableWPA" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\ControlPanel\WiFi">
<parm name="ScanInterval" value="60" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\ControlPanel\WiFi">
<parm name="UIDelayAfterBoot" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Security\Phone\Skin">
<parm name="Enabled" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKCU\ControlPanel\Phone">
<parm name="AnyKey" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKCU\ControlPanel\Phone">
<parm name="CallProgressIdleTimeout" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKCU\ControlPanel\Phone">
<parm name="CallIDMatch" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKCU\ControlPanel\Phone">
<parm name="DoNotFilterCallLog" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKCU\ControlPanel\Phone">
<parm name="CallHistoryMax" value="65535" datatype="integer"/>
</characteristic>
<characteristic type="HKCU\ControlPanel\Phone">
<parm name="LogCleanPeriod" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKCU\ControlPanel\Phone">
<parm name="ShowSIM" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\SimLang">
<parm name="PurgeSimContactsWhenNoSim" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Drivers\BuiltIn\RIL">
<parm name="EnableDTMFSupport" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Comm\Cellular\RIL">
<parm name="EONSEnabled" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Comm\Cellular\CellTSP">
<parm name="DisableCPHSOverride" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKCU\Software\Microsoft\Bluetooth\Settings">
<parm name="LocalName" value="Vagrik Shahverdian" datatype="string"/>
</characteristic>
<characteristic type="HKCU\Software\Microsoft\Obex">
<parm name="IsEnabled" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Bluetooth\A2DP\Settings">
<parm name="UseJointStereo" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Bluetooth\A2DP\Settings">
<parm name="BitPool" value="58" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Bluetooth\A2DP\Settings">
<parm name="MaxSupportedBitPool" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Bluetooth\A2DP\Settings">
<parm name="MinSupportedBitPool" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Bluetooth\A2DP\Settings">
<parm name="SampleRate" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Services\BTAGSVC">
<parm name="PowerSave" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Bluetooth\AudioGateway">
<parm name="PowerSave" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\System\CurrentControlSet\GPS Intermediate Driver">
<parm name="CurrentLogFile" value="\windows\GPSLogFile.txt" datatype="string"/>
</characteristic>
<characteristic type="HKLM\System\CurrentControlSet\GPS Intermediate Driver">
<parm name="OldLogFile" value="\windows\GPSLogFileBack.txt" datatype="string"/>
</characteristic>
<characteristic type="HKLM\System\CurrentControlSet\GPS Intermediate Driver">
<parm name="MaxLogFileSize" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKCU\ControlPanel\PhoneExtendFunction">
<parm name="NoGPRSAutoAttach" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\ControlPanel\Phone">
<parm name="Flags2" value="16" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Drivers\BuiltIn\RIL">
<parm name="EnableDifferGprsEdgeIcon" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Shell\TaskBar">
<parm name="LegacyGprsNotification" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Comm\ConnectionSharing">
<parm name="PrivateInterface" value="" datatype="string"/>
</characteristic>
<characteristic type="HKLM\Security\Internet Explorer\User Agent">
<parm name="CustomBase" value="SonyEricssonX2/R2AA Browser/Mozilla/4.0" datatype="string"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Internet Explorer\Navigation">
<parm name="4-Way Nav" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Windows\CurrentVersion\Internet Settings">
<parm name="ClearTypeText" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Windows\CurrentVersion\Internet Settings">
<parm name="DelayImageLoad" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKCU\Software\Microsoft\Internet Explorer\Main">
<parm name="BlockStaticActiveX" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKCU\Software\Microsoft\Internet Explorer\Main">
<parm name="Play_Background_Sounds" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKCU\Software\Microsoft\Internet Explorer\Main">
<parm name="ShowScriptErrors" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Windows\CurrentVersion\Internet Settings">
<noparm name="URLPrefix"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Windows\CurrentVersion\Internet Settings">
<noparm name="URLSuffix"/>
</characteristic>
<characteristic type="HKCU\Software\Microsoft\Internet Explorer\Main">
<parm name="LinksToKeep" value="50" datatype="integer"/>
</characteristic>
<characteristic type="HKCU\Software\Microsoft\Internet Explorer\Main">
<parm name="Search Page" value="http://www.google.com/search?q=" datatype="string"/>
</characteristic>
<characteristic type="HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings">
<parm name="MaxConnectionsPerServer" value="6" datatype="integer"/>
</characteristic>
<characteristic type="HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings">
<parm name="EnableAutoDetect" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKCU\Software\Microsoft\Inbox\Settings\OEM">
<parm name="SMSInboxThreadingDisabled" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Inbox\Settings">
<parm name="SMSNoSentMsg" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKCU\Software\Microsoft\Inbox\Settings">
<parm name="SMSDeliveryNotify" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKCU\Software\Microsoft\Inbox\Settings">
<parm name="SMSUnicode" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Inbox\Settings">
<parm name="LimitSMSRecipients" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKCU\Software\Microsoft\Inbox\SMSText">
<parm name="MaxDeletedMsgs" value="50" datatype="integer"/>
</characteristic>
<characteristic type="HKCU\Software\Microsoft\ActiveSync">
<parm name="SyncSentItems" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKCU\Software\Microsoft\Inbox\Settings\OEM">
<parm name="SMSEnableCallback" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKCU\Software\Microsoft\Inbox\Settings\OEM">
<parm name="SMSEnablePriority" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKCU\Software\Microsoft\Inbox\Settings">
<parm name="ShowRoamWarning" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Calendar">
<parm name="ShowLunarCalendar" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKCU\Software\Microsoft\Calendar">
<parm name="ShowTextInWeekView" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Calendar">
<parm name="HolidayCategory" value="Holiday" datatype="string"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Today\Items\Calendar">
<parm name="Flags" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\System\Explorer\Shell Folders">
<parm name="Program Files" value="\Program Files" datatype="string"/>
</characteristic>
<characteristic type="HKLM\System\Explorer\Shell Folders">
<parm name="My Documents" value="\My Documents" datatype="string"/>
</characteristic>
<characteristic type="HKLM\System\Explorer\Shell Folders">
<parm name="Application Data" value="\Application Data" datatype="string"/>
</characteristic>
<characteristic type="HKLM\System\Explorer\Shell Folders">
<parm name="Desktop" value="\Windows\Desktop" datatype="string"/>
</characteristic>
<characteristic type="HKLM\System\Explorer\Shell Folders">
<parm name="Programs" value="\Windows\Programs" datatype="string"/>
</characteristic>
<characteristic type="HKLM\System\Explorer\Shell Folders">
<parm name="StartUp" value="\Windows\StartUp" datatype="string"/>
</characteristic>
<characteristic type="HKLM\System\Explorer\Shell Folders">
<parm name="Recent" value="\Windows\Recent" datatype="string"/>
</characteristic>
<characteristic type="HKLM\System\Explorer\Shell Folders">
<parm name="Favorites" value="\Windows\Favorites" datatype="string"/>
</characteristic>
<characteristic type="HKLM\System\Explorer\Shell Folders">
<parm name="Fonts" value="\Windows\Fonts" datatype="string"/>
</characteristic>
<characteristic type="HKCR\SystemFileAssociations\image\shell\save\Save Location">
<parm name="" value="My Pictures" datatype="string"/>
</characteristic>
<characteristic type="HKCR\SystemFileAssociations\audio\shell\save\Save Location">
<parm name="" value="My Music" datatype="string"/>
</characteristic>
<characteristic type="HKCR\SystemFileAssociations\video\shell\save\Save Location">
<parm name="" value="My Videos" datatype="string"/>
</characteristic>
<characteristic type="HKCU\Software\Microsoft\Internet Explorer\Main\Default storage location">
<parm name="All Files" value="\Storage Card\My Documents" datatype="string"/>
</characteristic>
<characteristic type="HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders">
<parm name="Cache" value="\Storage Card\Program Files\Internet Explorer\Cache\Temporary Internet Files" datatype="string"/>
</characteristic>
<characteristic type="HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders">
<parm name="Cookies" value="\Storage Card\Program Files\Internet Explorer\Cache\Cookies" datatype="string"/>
</characteristic>
<characteristic type="HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders">
<parm name="History" value="\Storage Card\Program Files\Internet Explorer\Cache\History" datatype="string"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\TaskMgr">
<parm name="RefreshInterval" value="30" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\TaskMgr">
<parm name="ProcUsageRefreshInterval" value="5" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Services\Windows Live\HSAppPlugins">
<parm name="searchURL" value="http://www.google.com/search?q=" datatype="string"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Splash Screen">
<parm name="MSBitmap" value="\windows\welcomehead.192.png" datatype="string"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Splash Screen">
<noparm name="MSShutdownBitmap"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Splash Screen">
<parm name="CarrierBitmap" value="\windows\welcomehead.192.png" datatype="string"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Splash Screen">
<noparm name="CarrierShutdownBitmap"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Splash Screen">
<parm name="MSTimeout" value="30000" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Splash Screen">
<parm name="MSShutdownTimeout" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Splash Screen">
<parm name="CarrierTimeout" value="30000" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Splash Screen">
<parm name="CarrierShutdownTimeout" value="0" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Security\Policies\Policies">
<parm name="0000101a" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKCR\cabfile\Shell\Open\Command">
<parm name="Default" value="wceload.exe "%1" /nodelete" datatype="string"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Clock">
<parm name="AutoDST" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Clock">
<parm name="ShowDSTUI" value="0" datatype="integer"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
seems so Brain
hi guys... i am new here... i yesterday saw that you can improve whole xperia x2 by installing newer version of windows (mobile windows)... so i am just thinking if you could know already is that good? i mean have any of you guys maybe tested that way of improving speed on xperia x2?
thx
how to Turn of X Panels and Slide View
hi guys, how to turn of X panels and slide view? please help.
Think this should be what you´re looking for.
http://forum.xda-developers.com/showthread.php?t=663093
any new software to speed up MR2 version?
Sorry , i don't understand Mr1firmware
Why do i know that ?
so tell me man,this speed up cab,what does it delete and is it safe to use,what are the disadvantages n advantages