[SCRIPT] Energy XDA_UC Configuration Tools (EXCT) V1.1.1 Final

Status
Not open for further replies.
Search This thread

M3PH

Senior Member
Aug 6, 2007
1,299
227
Gloucester, mebbe
This is a little project i've been working on and i thought it was ready enough to be released into the wild. Below is the readme file. I think it covers everything for now. Before posting please read the first 3 posts - especially post 3 - if it is obvious that you haven't done this i will not respond with any form of help and i don't not expect any of the users to do so either.

----------

Included with this zip file are several .cab, .reg and .xml files that will automatically configure your NRGZ28 energy rom when XDA_UC runs upon first boot after flashing.

Included are the following configuration files

activesync.xml
This will configure your MS Exchange settings. Editing with your personal settings is required. Look for the username, server, domain and password tags at the start of the file

aGPS.reg
Enables aGPS

BackLight.reg:
Sets backlight to auto. There are some other settings included for dim and light off times when on battery and AC power aswell

bt_ident.reg
Sets the Bluetooth Identity. Edit the deviceid line to suit

copy.mscr
Copies files from the copy2root folder to the matching location in device storage. A My Documents folder with My Ringtones and My Wallpapers sub folders have been created already. Place you ringtones and wallpapers in these folders. There is also an application data folder which contains a coreplayer config.xml and a program files folder which contains a myPlayer options.ini. Feel free to create more. Thanks to nrfitchett4 for providing this script.

Del.mscr
This file will remove all unwanted ringtones, wallpapers and any other files you decided to add. Edit as you need to. N.B any readonly files will need attributes changed before they can be deleted.

DisableSenseVsync.cab
Disables Vsync in sense increasing the framerate thus making it faster

HD2MemTweaks.cab
Increase's glyphcache size past the bsb tweaks and advanced config defaults, incrases filesystem cache size and a few other bits. This cab file is optional. Delete it if you don't want it. Thanks go out to g.lewarne for documenting the tweaks

HTCAlbumIgnore.reg
Stops the sense music player playing ringtone files from \My Documents\My Ringtones\ and \storage card\ringtones. Copy the examples
if you want to add to it.

M3PH HTC Location Service Enable.cab
Enables HTC location Service and automatically excepts the TOS

ident.reg
Changes the phones identity at first boot. If NRGZ28 won't make it sensible i'll make it so we can customise it :). Editing required. this one is pretty obvious

Palringo.reg
Sets up palringo, sorta, change user@domain.co.uk to your user name and it should show up at sign in. All you need to do is enter your password

QuickGPS.reg
Enables and configures QuickGPS with the defaults

Ringtones.reg
Configures the ringtone, sms tone and email tone. Needs some editing but you only need to change the file name for each entry, not the
path. The Ringtone2 entry allows for second ringtone to be added to the list of usable ones so you change them with too much fuss.
Also enables flashing light on sms reception for 5 minutes.

wifi_setup.xml
wifi settings. Edit required. This link should help you set it up (see post 3 for details on how to edit)

M3PH Enable Time Auto Update.cab
Enables NTP

Volume.Reg
Sets the volume levels. You can use this one or export your own from HKEY_CURRENT_USER\ControlPanel\Volume

Windows live.reg
Pretty much configures windows live. You do still need to enter your password and you will also need to do atleast one manual sync before Sense will create the mailbox on the email tab but otherwise it works

Opera User Agent String folder
See the readme.txt in that folder

Sense Folder
If you put your wallpaper in this folder it will be installed as the sense default. Just rename it to sense_wallpaper.png.

Start Menu folder
Copy Start Menu shortcuts here

----------

If you like this or any of my other work click the "donate to me" link above my avatar

----------

REMEMBER THIS COLLECTION OF FILES IS PRESENTED AS IS UNDER THE GNU GPLv2. IT IS BETA SOFTWARE AND COMES WITH NO WARRANTY OR ANY FORM OF OFFICIAL SUPPORT. I, M3PH, SHALL NOT TAKE RESPONSIBILITY FOR ANY DAMAGE OR DATA LOSE THAT MAY OR MAY NOT OCCUR TO YOUR DEVICE.
 
Last edited:

M3PH

Senior Member
Aug 6, 2007
1,299
227
Gloucester, mebbe
Change Log

Change Log:

1.1.1 Final
  • Removed Keyboard sensitivity tweaks
  • Removed opera memory tweaks
  • Added more palringo settings
  • Added Quick shutdown settings


1.1 Final

  • Updated volume.reg to default to seperate system and ring volume controls.
  • Removed all tweaks now included in Energy roms dated nov30 and newer. I will leave v1.0 posted for a while so people that like to install older versions still get the benefit
1.0 Final

  • Added Windows_live_settings.reg. You will need to edit it as prescribed on page 16 but it will work.
  • Added Improved GPS settings.cab. This is untested by me but i trust scabes24 enough to know he's not going to pass on unreliable tweaks
  • Improved M3PH Location Service enable.cab: Added an extra registry setting that should trigger Manila to showing it's on. This is doubtful but even if it doesn't the file does work
  • Added alarm_settings.reg: This is only an example file. You will need to export your own settings but this should be a reasonable starting point
  • Removed readme.txt: It was a habit a picked up from Linux development practices and was pointless for this project
  • Removed time.reg permanently because there is nothing changed in the registry when it is enabled.

--- Pre Final releases
 
Last edited:

M3PH

Senior Member
Aug 6, 2007
1,299
227
Gloucester, mebbe
Tips and Tricks

What follows are some tips and tricks i have found that i'm not going to include for whatever reason but thought some people might find handy or notes on what settings do what and their options.

Q. Can i delete file xyz using xda_uc because i like to have as much space as possible?

Yes you can. i found this link. All you need to do is create a file in the xda_uc folder with the extension .mscr which contains the following:

Code:
delete \test.txt, TRUE

or

Code:
deltree \test, TRUE

Obviously change test to the file or directory you want to delete. For more details check out the provided link above.

Q. The default wifi.xml doesn't match my configuration and i can't find a resource that tells me what are valid values for the options?

A. See this link and this one. As a note if you use WPA2 you need to use <parm name="Authentication" value="6" /> and WPA2-PSK is 7

Q. The exchange settings in activesync.xml aren't how i like them. Can i change them?

A. Sure can! Here's a link to the documentation

Q. I use a [enter service name here] and i want to create an xml file to configure it when i update my rom. Can i do this?

A. Thanks to microsoft developing WAP provisioning to an incredibly encompassing level you can do almost anything. See this link

Q. I want to make a cab file out of all my changes. How do i this?

A. There are many ways but i think this is the best one i've found because it doesn't involve any third party software and is really simple. All you need is the windows mobile sdk, which can be found here. You may also need visual studio but i'm not sure

Making either is very simple. You just pass a normal XML file to makecab and give it the name of the output file you want. The one trick is that the XML file must be named _setup.xml. If you call it something else, makecab will succeed, the CAB or CPF file will be generated fine, and then it will fail with a cryptic error when you try to use it. Beware, the documentation doesn't make this very clear.
The syntax for making a CAB file is:




Code:
makecab _setup.xml config.cab

Q. Wow you really do know a lot about this sort of stuff. How can i learn?

A. Well i don't know that much at all really, i just learn fast. Most of the stuff you see here was obtained from or via this MSDN article: http://msdn.microsoft.com/en-us/magazine/cc500581.aspx

Q. Is there a way to boost the performance of Opera in terms of memory/speed?

A. Yes, this cab will force Sense to unload when launching Opera, allowing for better performance while browsing. (When exiting Opera, Sense will then reload) (thanks to Scabes24 for this one)

Code:
[URL="http://www.megaupload.com/?d=O5O1RE97"]Enable Opera Max Memory Tweak.cab[/URL]

Q. I've installed the Opera tweak and everything is working fine, but the page loading seems very slow. Is there a way to improve this?

A. Yes you can, the following registry tweak will enable almost instantaneous web page loading in the web browser. It apparently enables wireless N mode but seems to work with cellular data too. Go to:
HKLM/Comm/BCMSDDHD1/Parms
11nModeDisable = Change from 1 to 0 (thanks to Scabes24 for this one aswell)

Q. My wifi hotspot uses EAP certification and i can't use it because the phone gives me a certificate verification failure error. What can i do?

This was posted in the energy rom thread

NRG, after weeks of not being able to connect to my work wireless network because I was getting a "certificate is from an unknown authority" error, I finally got it working. Can you add this key to your ROMs?

[\HKLM\Comm\EAP\Extension\25\]
"ValidateServerCert"=dword:00000000

This is where I found the answer:
http://social.msdn.microsoft.com/for...-3ebe003aa996/

Thanks to oppressa for hunting this one down. The tweak is included as an option in EXCT as M3PH EAP Cert Disable.cab

Here are some locations where 3rd party apps store their values. These were provided by angusc

CodeCity Time settings and Key Code:
[HKEY_CURRENT_USER\Software\CodeCity\CityTime]

Ageye G-Alarm settings and keycode:
[HKEY_CURRENT_USER\Software\ageye\G-Alarm]

Ageye G-Profile settings and keycode:
[HKEY_CURRENT_USER\Software\ageye\G-Profile_v1]

SK Manager settings and Keycode:
[HKEY_CURRENT_USER\Software\sk\smgr]
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Rai\:S KSM]

SlingPlayer Login Details:
[HKEY_LOCAL_MACHINE\Software\Sling Media\SlingPlayer\SlingAccounts]

SPB Language Cards key code:
[HKEY_CLASSES_ROOT\CLSID\{F5C24D33-742A-41BC-BC22-1195BC138ECE}]

SPB Traveller Key Code:
[HKEY_CLASSES_ROOT\CLSID\{7D562A74-A69B-45F5-8D1F-20DABDCE2C76}]

SPB Wallet Key Code:
[HKEY_CLASSES_ROOT\CLSID\{A79D1B0D-2F6A-4E7E-AF94-5EEBC8BFD684}]

Sprite Back-up Key Code:
[HKEY_LOCAL_MACHINE\Software\Sprite Software\Sprite Backup]

RSS Hub Settings and Feed Storage Locations:
[HKEY_CURRENT_USER\Software\Ilium Software\RSS Hub]

SPB Traveller Settings:
[HKEY_CURRENT_USER\Software\Spb Software House\SPB Traveler]

Today Wall Paper Location:
[HKEY_CURRENT_USER\Software\Microsoft\Today]

KeyBoard Config by Tarkim (Settings):
[HKEY_LOCAL_MACHINE\Software\KeyboardConfig]

Resco Explorer Settings:
[HKEY_LOCAL_MACHINE\Software\Resco\Explorer]

Palringo Settings:
[HKEY_CURRENT_USER\Software\Parlingo\Settings]
 
Last edited:
  • Like
Reactions: ForgetfulGuru

M3PH

Senior Member
Aug 6, 2007
1,299
227
Gloucester, mebbe
The FAQ

Q. Will you include xyz tweak for me?

A. Only if it's a common one or one that i haven't thought of

Q. I use xyz program and i want to have the config file included in your great collection. What do ya' say?

A. See above but you could always spend 10 minutes tracking it down and then creating a folder in copy2root for it

Q. Why is the bluetooth identity the only tweak for BT you include?

A. Because everyones setup and hardware is far too different for it to be worth it. Also, Although you can export the pairings importing them may not be possible due to the way the bluetooth security protocols work.

(More To Come)
 
Last edited:
  • Like
Reactions: ForgetfulGuru

b84

Senior Member
Feb 14, 2010
82
5
Sydney
wow

this would be so handy, i hate spending time making your phone how you like it. I don't flash as often because i get too comfortable with the current configuration.
thanx M3PH:D

btw: without NRGZ28 i would have sold my HD2 7 months ago:cool:
 

M3PH

Senior Member
Aug 6, 2007
1,299
227
Gloucester, mebbe
Happy to try this, thank you for cobbling everything together.

No worries. I did it because i was getting annoyed with spending ages setting everything up and even more annoyed with people not reading the energy rom FAQ properly (i'm guilty of that too). I used the pre-release version last night after flashing the latest energy rom and it saved me in the region of an hour to an hour and a half. It's not perfect by a long way. Things like the sms led notification is enabled and some people may not like that but is is easily reverted with bsb tweaks.

My plans for the next version is to have all the reg files converted in to cab files for they can be removed and i'll tidy up the readme a bit.

One thing i would like help with though is the FAQ. Can the first few people take notes of any problems or questions they have and things or that nature.

Thanks everybody
 
  • Like
Reactions: ForgetfulGuru

lantern20

Senior Member
Nov 20, 2006
270
14
NEPA
Thank you, I'll try it out with the new Energy release. I'd be happy with the reg files to import it doesn't even need to be a cab!

Thanks!
 

M3PH

Senior Member
Aug 6, 2007
1,299
227
Gloucester, mebbe
Thank you, I'll try it out with the new Energy release. I'd be happy with the reg files to import it doesn't even need to be a cab!

Thanks!

Cab files are better because they can be removed and Reg files can't. So if one of these files causes a problem your stuck and that's why it's labeled as alpha software. Also labelling it as that will scare off the less experienced users from trying it and doing themselves a mischief.

V0.2 will be all cab files as far as possible but don't expect a release until 0.1 has had a thorough real world testing.
 
Last edited:

hkgcx

Member
Feb 21, 2006
31
2
oh. it is better ,if i find this post eight hour ago.
it drives me nuts ,everytime i get into a new nrg rom.
thank you very much.
 

yeoldgreat1

Senior Member
Jan 24, 2010
294
10
Bedford
Thanks a lot for this! It will definitely save me a lot of time after a rom update. I just have to hope I've set them up correctly and dont break something :rolleyes:
 

diamond_cbr

Senior Member
Aug 13, 2009
316
166
Hello
This project is a very good project, I hope is work well :)

Is it compatible with other language ?

Ex : "Start Menu" folder in WWE Rom is "Menu Démarrer" In FR ;)

Good luck.
@+
 

M3PH

Senior Member
Aug 6, 2007
1,299
227
Gloucester, mebbe
Hello
This project is a very good project, I hope is work well :)

Is it compatible with other language ?

Ex : "Start Menu" folder in WWE Rom is "Menu Démarrer" In FR ;)

Good luck.
@+

no sorry as it stands it's wwe only. If you want to convert it to french and send it over to me i will post it.

yeoldgreat, if you would like to pm me your changes i will look them over.

Overall i'm really pleased with the response so far but i really do need everyones help with composing the faq because for me this works fine (apart from the unteseted bits because i haven't used them yet) so can all of you please, please, please make some notes on your progress and keep posting those questions
 

grumpylad

Member
Dec 24, 2008
43
2
London
Overall i'm really pleased with the response so far but i really do need everyones help with composing the faq because for me this works fine (apart from the unteseted bits because i haven't used them yet) so can all of you please, please, please make some notes on your progress and keep posting those questions

My temptation would be to assume that the FAQ is written for me ;) if I can install and get it working anyone can. For instance in the wifi detailing where the various parm's can be found would make it much easier to install. Very happy to install on what you have and pass back any questions assumptions.

As I frequently flash(ROM's only) I can help with refining the documentation.
 

M3PH

Senior Member
Aug 6, 2007
1,299
227
Gloucester, mebbe
My temptation would be to assume that the FAQ is written for me ;) if I can install and get it working anyone can. For instance in the wifi detailing where the various parm's can be found would make it much easier to install. Very happy to install on what you have and pass back any questions assumptions.

As I frequently flash(ROM's only) I can help with refining the documentation.

Sweet, thanks. That is exactly the sort of thing i'm looking for, because it's been over a year since i did any kind of manual writting i'm pretty rusty. It also doesn't i developed most of the parts in just over 24 hours working on my phone and not my pc everything is a bit scattered in my mind. That's the reason why the readme looks the way it does. It all came out in a bit of a splurge.

The wifi script is one of my older scripts and it took 3 attempts to get right and now i can't for the life of me find the resource on ms technet that i used.

I'll probably have a sitdown over the weekend and have a rerun through the readme and make it a bit more detailed. If i can make it as easy to install as possible then the faq won't be such an important thing
 
Last edited:

M3PH

Senior Member
Aug 6, 2007
1,299
227
Gloucester, mebbe
How many people want me to include a coreplayer config.xml in the next version? i've got one that works perfectly with myplayer and turbo3d.
 

jamesdee

Senior Member
Nov 16, 2009
112
5
San Francisco
Nice Work

I used a number of these to flash the latest Energy Rom and it worked out great. Very smooth! It will be interesting to see what is added on in the future. Thank you for putting the time in and starting a new thread.
 

Ghost_ghost123

Senior Member
Jul 12, 2010
53
1
North London
Very interesting sir!

I am going to flash the new Energy ROM either tonight or tomorrow and so will chuck this in with it.

I wont use several of them as I dont use those aspects, but those I do will return with feedback.

I have been frustrated with this as well.... fingers crossed.
 
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 4
    This is a little project i've been working on and i thought it was ready enough to be released into the wild. Below is the readme file. I think it covers everything for now. Before posting please read the first 3 posts - especially post 3 - if it is obvious that you haven't done this i will not respond with any form of help and i don't not expect any of the users to do so either.

    ----------

    Included with this zip file are several .cab, .reg and .xml files that will automatically configure your NRGZ28 energy rom when XDA_UC runs upon first boot after flashing.

    Included are the following configuration files

    activesync.xml
    This will configure your MS Exchange settings. Editing with your personal settings is required. Look for the username, server, domain and password tags at the start of the file

    aGPS.reg
    Enables aGPS

    BackLight.reg:
    Sets backlight to auto. There are some other settings included for dim and light off times when on battery and AC power aswell

    bt_ident.reg
    Sets the Bluetooth Identity. Edit the deviceid line to suit

    copy.mscr
    Copies files from the copy2root folder to the matching location in device storage. A My Documents folder with My Ringtones and My Wallpapers sub folders have been created already. Place you ringtones and wallpapers in these folders. There is also an application data folder which contains a coreplayer config.xml and a program files folder which contains a myPlayer options.ini. Feel free to create more. Thanks to nrfitchett4 for providing this script.

    Del.mscr
    This file will remove all unwanted ringtones, wallpapers and any other files you decided to add. Edit as you need to. N.B any readonly files will need attributes changed before they can be deleted.

    DisableSenseVsync.cab
    Disables Vsync in sense increasing the framerate thus making it faster

    HD2MemTweaks.cab
    Increase's glyphcache size past the bsb tweaks and advanced config defaults, incrases filesystem cache size and a few other bits. This cab file is optional. Delete it if you don't want it. Thanks go out to g.lewarne for documenting the tweaks

    HTCAlbumIgnore.reg
    Stops the sense music player playing ringtone files from \My Documents\My Ringtones\ and \storage card\ringtones. Copy the examples
    if you want to add to it.

    M3PH HTC Location Service Enable.cab
    Enables HTC location Service and automatically excepts the TOS

    ident.reg
    Changes the phones identity at first boot. If NRGZ28 won't make it sensible i'll make it so we can customise it :). Editing required. this one is pretty obvious

    Palringo.reg
    Sets up palringo, sorta, change user@domain.co.uk to your user name and it should show up at sign in. All you need to do is enter your password

    QuickGPS.reg
    Enables and configures QuickGPS with the defaults

    Ringtones.reg
    Configures the ringtone, sms tone and email tone. Needs some editing but you only need to change the file name for each entry, not the
    path. The Ringtone2 entry allows for second ringtone to be added to the list of usable ones so you change them with too much fuss.
    Also enables flashing light on sms reception for 5 minutes.

    wifi_setup.xml
    wifi settings. Edit required. This link should help you set it up (see post 3 for details on how to edit)

    M3PH Enable Time Auto Update.cab
    Enables NTP

    Volume.Reg
    Sets the volume levels. You can use this one or export your own from HKEY_CURRENT_USER\ControlPanel\Volume

    Windows live.reg
    Pretty much configures windows live. You do still need to enter your password and you will also need to do atleast one manual sync before Sense will create the mailbox on the email tab but otherwise it works

    Opera User Agent String folder
    See the readme.txt in that folder

    Sense Folder
    If you put your wallpaper in this folder it will be installed as the sense default. Just rename it to sense_wallpaper.png.

    Start Menu folder
    Copy Start Menu shortcuts here

    ----------

    If you like this or any of my other work click the "donate to me" link above my avatar

    ----------

    REMEMBER THIS COLLECTION OF FILES IS PRESENTED AS IS UNDER THE GNU GPLv2. IT IS BETA SOFTWARE AND COMES WITH NO WARRANTY OR ANY FORM OF OFFICIAL SUPPORT. I, M3PH, SHALL NOT TAKE RESPONSIBILITY FOR ANY DAMAGE OR DATA LOSE THAT MAY OR MAY NOT OCCUR TO YOUR DEVICE.
    2
    Change Log

    Change Log:

    1.1.1 Final
    • Removed Keyboard sensitivity tweaks
    • Removed opera memory tweaks
    • Added more palringo settings
    • Added Quick shutdown settings


    1.1 Final

    • Updated volume.reg to default to seperate system and ring volume controls.
    • Removed all tweaks now included in Energy roms dated nov30 and newer. I will leave v1.0 posted for a while so people that like to install older versions still get the benefit
    1.0 Final

    • Added Windows_live_settings.reg. You will need to edit it as prescribed on page 16 but it will work.
    • Added Improved GPS settings.cab. This is untested by me but i trust scabes24 enough to know he's not going to pass on unreliable tweaks
    • Improved M3PH Location Service enable.cab: Added an extra registry setting that should trigger Manila to showing it's on. This is doubtful but even if it doesn't the file does work
    • Added alarm_settings.reg: This is only an example file. You will need to export your own settings but this should be a reasonable starting point
    • Removed readme.txt: It was a habit a picked up from Linux development practices and was pointless for this project
    • Removed time.reg permanently because there is nothing changed in the registry when it is enabled.

    --- Pre Final releases
    2
    I used to use Makisu to restore WAP provisioning a while back. It just created a XML file for easy import. Perhaps it would be worth looking into for your update.

    In any case, I support you in continuing the development here. WM is loosing all of our good devs to other platforms. We need to hold onto the ones we can.

    I wouldn't say i was good! EXCT2 is a learning project more than anything but i am the sort of person that starts a project like this because it is hard and i want become the best i can at something. This project has meant that I've had to ask for help from many places. There are a couple of people in the RD forum that are possibly a little annoyed with me and a certain MSDN community support person that has spent more time than is fair helping me out but in the end it will be worth it for everyone.

    With regards to the projects status. I've spend the last 10 days working on the XML creation code. I've had a few problems most notably with MS' decision to dynamically name the exchange partner registry keys on a per device basis. This is almost solved thanks to a, frankly, brilliant idea from me and Ultrashot's coding example, i just need to understand his solution and implement it. The other problem was creating the XML file itself without consuming massive amounts of RAM. This is pretty much solved for now in the development version but i have concerns that it may come back to haunt me later in the project as i combine the OMA provisioning development/P.O.C (Proof Of Concept) application with EXCT2.

    The registry key side of things will need more work because although it works, the P.O.C version of this side of EXCT2 uses 2 blocks of RAM and that's too much, so i will need to figure out a better way of coding the registry reading to .reg code but this will come with a better under standing of the XML writing code as i have taken a far better approach with that because i understand now that having (at worst) 20+ variables per sub function is very inefficient. You can get way with that sort of thing as a noob coding for the PC but it just doesn't fly on a mobile device. You'll crash the whole OS before you even loaded anything useful.

    Also with the XML side almost finished and my UI skills sucking really hard I'm looking for beta testers and graphic designers. Credits will be given and if you really try hard enough i may be tempted to do more for you but no promises. The graphic designer/s will have it hard because i want it to look exactly like it was shipped with all versions of the energy rom (so matching DJC's theme and NRGZ's theme exactly for example) and i would like a bunch of banners made up.

    Finally, i am looking for feature suggestions. There are rules to this though. First up if it's in EXCT1 final I'm not interested coz that base is covered. Second, if it's a weird third party app that not many people use, again I'm not interested. Third, if you have a request that isn't one of the above i would appreciates a .reg file with the paths or an example OMA XML file i can work from, in the latter case both the .reg and XML is probably best because the registry paths can be hard to dig out.

    On a side note, i know i have lost most of the original user base (all 1500+ downloads) to other platforms but i really want this to be successful so expect an portal announcement when the time is right and expect a call to port this to android and WP7 (if that is even possible. Android may require a complete rewrite to C++). i already have interest from friends for an android port so this is possibly likely in the future.

    Anyway, enough of me and thank you cajun for the interest. I don;t want to sound cheesey but you have just spurred me on a little
    1
    Tips and Tricks

    What follows are some tips and tricks i have found that i'm not going to include for whatever reason but thought some people might find handy or notes on what settings do what and their options.

    Q. Can i delete file xyz using xda_uc because i like to have as much space as possible?

    Yes you can. i found this link. All you need to do is create a file in the xda_uc folder with the extension .mscr which contains the following:

    Code:
    delete \test.txt, TRUE

    or

    Code:
    deltree \test, TRUE

    Obviously change test to the file or directory you want to delete. For more details check out the provided link above.

    Q. The default wifi.xml doesn't match my configuration and i can't find a resource that tells me what are valid values for the options?

    A. See this link and this one. As a note if you use WPA2 you need to use <parm name="Authentication" value="6" /> and WPA2-PSK is 7

    Q. The exchange settings in activesync.xml aren't how i like them. Can i change them?

    A. Sure can! Here's a link to the documentation

    Q. I use a [enter service name here] and i want to create an xml file to configure it when i update my rom. Can i do this?

    A. Thanks to microsoft developing WAP provisioning to an incredibly encompassing level you can do almost anything. See this link

    Q. I want to make a cab file out of all my changes. How do i this?

    A. There are many ways but i think this is the best one i've found because it doesn't involve any third party software and is really simple. All you need is the windows mobile sdk, which can be found here. You may also need visual studio but i'm not sure

    Making either is very simple. You just pass a normal XML file to makecab and give it the name of the output file you want. The one trick is that the XML file must be named _setup.xml. If you call it something else, makecab will succeed, the CAB or CPF file will be generated fine, and then it will fail with a cryptic error when you try to use it. Beware, the documentation doesn't make this very clear.
    The syntax for making a CAB file is:




    Code:
    makecab _setup.xml config.cab

    Q. Wow you really do know a lot about this sort of stuff. How can i learn?

    A. Well i don't know that much at all really, i just learn fast. Most of the stuff you see here was obtained from or via this MSDN article: http://msdn.microsoft.com/en-us/magazine/cc500581.aspx

    Q. Is there a way to boost the performance of Opera in terms of memory/speed?

    A. Yes, this cab will force Sense to unload when launching Opera, allowing for better performance while browsing. (When exiting Opera, Sense will then reload) (thanks to Scabes24 for this one)

    Code:
    [URL="http://www.megaupload.com/?d=O5O1RE97"]Enable Opera Max Memory Tweak.cab[/URL]

    Q. I've installed the Opera tweak and everything is working fine, but the page loading seems very slow. Is there a way to improve this?

    A. Yes you can, the following registry tweak will enable almost instantaneous web page loading in the web browser. It apparently enables wireless N mode but seems to work with cellular data too. Go to:
    HKLM/Comm/BCMSDDHD1/Parms
    11nModeDisable = Change from 1 to 0 (thanks to Scabes24 for this one aswell)

    Q. My wifi hotspot uses EAP certification and i can't use it because the phone gives me a certificate verification failure error. What can i do?

    This was posted in the energy rom thread

    NRG, after weeks of not being able to connect to my work wireless network because I was getting a "certificate is from an unknown authority" error, I finally got it working. Can you add this key to your ROMs?

    [\HKLM\Comm\EAP\Extension\25\]
    "ValidateServerCert"=dword:00000000

    This is where I found the answer:
    http://social.msdn.microsoft.com/for...-3ebe003aa996/

    Thanks to oppressa for hunting this one down. The tweak is included as an option in EXCT as M3PH EAP Cert Disable.cab

    Here are some locations where 3rd party apps store their values. These were provided by angusc

    CodeCity Time settings and Key Code:
    [HKEY_CURRENT_USER\Software\CodeCity\CityTime]

    Ageye G-Alarm settings and keycode:
    [HKEY_CURRENT_USER\Software\ageye\G-Alarm]

    Ageye G-Profile settings and keycode:
    [HKEY_CURRENT_USER\Software\ageye\G-Profile_v1]

    SK Manager settings and Keycode:
    [HKEY_CURRENT_USER\Software\sk\smgr]
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Rai\:S KSM]

    SlingPlayer Login Details:
    [HKEY_LOCAL_MACHINE\Software\Sling Media\SlingPlayer\SlingAccounts]

    SPB Language Cards key code:
    [HKEY_CLASSES_ROOT\CLSID\{F5C24D33-742A-41BC-BC22-1195BC138ECE}]

    SPB Traveller Key Code:
    [HKEY_CLASSES_ROOT\CLSID\{7D562A74-A69B-45F5-8D1F-20DABDCE2C76}]

    SPB Wallet Key Code:
    [HKEY_CLASSES_ROOT\CLSID\{A79D1B0D-2F6A-4E7E-AF94-5EEBC8BFD684}]

    Sprite Back-up Key Code:
    [HKEY_LOCAL_MACHINE\Software\Sprite Software\Sprite Backup]

    RSS Hub Settings and Feed Storage Locations:
    [HKEY_CURRENT_USER\Software\Ilium Software\RSS Hub]

    SPB Traveller Settings:
    [HKEY_CURRENT_USER\Software\Spb Software House\SPB Traveler]

    Today Wall Paper Location:
    [HKEY_CURRENT_USER\Software\Microsoft\Today]

    KeyBoard Config by Tarkim (Settings):
    [HKEY_LOCAL_MACHINE\Software\KeyboardConfig]

    Resco Explorer Settings:
    [HKEY_LOCAL_MACHINE\Software\Resco\Explorer]

    Palringo Settings:
    [HKEY_CURRENT_USER\Software\Parlingo\Settings]
    1
    I know i'm not posting very often but i've been really busy coding and dealing with some family issues.

    I've have completed the xml writer that will be included in EXCT2 and the private testers have reported that everything works really well. So i have spend this afternoon working on the rest of the main export procedures and now for the good news.

    I am expecting to have EXCT2 in to provate testing by this weekend and a public beta out by the end of the month. The first public beta will be pretty rough but that's why we call it a beta. The main point will be to get it tested and working on as many phones as possible to ensure that the export procedures work as they should in the many different environments.

    New features will be added druing the beta period. I am currently looking at implementing a gesture physics engine and i will then move on to error checking and exception handling. I also expect new export functions to be added as i complete the transfer of features from NRGZ28's current settings exporter and you guys ask me to add stuff.

    I will keep you guys posted and if you have any ideas on stuff to add drop me a line. For now to keep you all as excited as i am you will find the latest test version of the xml writer is here or here. Be aware that the UI is not perfect as the code is intended as proof of concept for the registry search method i developed (from scratch).

    Anyway, enjoy the little present and get those brains working on what you want added feature wise.