This post has been thanked 5 times. |
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
see if anyone else has noticed this issue and knows the cause, i have been using ervius visual kitchen for a long time now and never seen this, some registry settings set by a package of mine is getting overwritten after first boot. These settings, for instance,
Code:
[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences] "Shuffle"=dword:00000000 just for a bit more info, most of the settings seem to be something that manila is using or reading such as the backlight settings or say the ring type being set to "ring" instead of "ring and vibrate" i know my reg entries are fine as i can take the app.reg from my package and import it using a reg editor and the options are then set correctly. a work around that i have been using is to place a mortscript into startup that imports the settings after first boot which works, but i am finding more and more things that this issue effects and would rather not have to use this workaround. any thoughts? anyone? |
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
Quote:
Have you looked through all the provxml's? Also, you can verify that your setting is on the default hive before flashing by using CeRegEditor to look at it manually. If it is there, then my next guess would be to scour through the provxml's in your dump and/or kitchen files to see if one of them is setting that. |
This post has been thanked 3 times. |
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
Quote:
|
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
Those are actually applied on any cold boot (i.e. after first flashing or doing a hard reset). So that is why your reg settings were getting overwritten. Those are applied in alphabetical order. So, the alternative to editing the one causing the issue is to make your own, name it mxipcold_zzzzzmine_100.provxml with the setting/settings in it you want. That will be processed last and will be the setting that sticks after the initial boot.
|
This post has been thanked 3 times. |
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
Quote:
mxip_*.provxml = cold-boot (hard-reset) only. mxipupdate_*.provxml = warm-boot (soft/regular reset) The important part of this processing is the fact that mxipupdates always overwrite existing registry entries. It's very helpful for settings that seem to get overwritten by the ROM when other registry changes don't seem to help.
__________________
|
This post has been thanked 1 times. |
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
Quote:
Last edited by joojoobee666; 11-30-2009 at 05:39 PM. |
This post has been thanked 4 times. |
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
PPCKitchen v.1.0.0 files fro 28005 for all the devs out there. QVGA is untested, currently so let me know if there are any problems.
http://joojoobee666.ppckitchen.org/Kitchens/28005/ Thanks monkeybape! Update: 11/30/09, 10:45pm EST. Fixed missing option.xml in both the DPI rars. Last edited by joojoobee666; 11-30-2009 at 11:44 PM. |
This post has been thanked 3 times. |
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
Quote:
A tad confusing on MS's part, but heck, that's MicroSpeak for ya Last edited by DigitalAttic; 11-30-2009 at 05:56 PM. |
This post has been thanked 1 times. |
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
is there anything else that runs after user packages? i found the provxml that was causing most of the issues but there is one lingering setting that gets changed and it doesnt exist in any provxml's . it is the registry setting for setting the phone to ring and vibrate from a call. i set it with a package but it gets defaulted back to just ring. the key is at "HKEY_CURRENT_USER\ControlPanel\Sounds\RingTon e0" parm=script value it defaults to is apw3r i found this value in the user.hv in the metadata folder in the sys but no where else and i am stumped where else to look. so if it is not in a provxml where else could it be that runs after user packages?
|
|
|
|