Ok... So what did I mess up. Bellow is the script I'm making for a custom Extended ROM. Now I'm not sure (since I have been testing these keys since about the same time I loaded the ROM) which one is messing me up... If any.
I have a huge lag (like 3-30 seconds) before my Storage Card will show up. I have attached the entire script I am trying to wrap into a CAB to install just after first boot.
Code:
REGEDIT4
[HKEY_CURRENT_USER\ControlPanel\SoundCategories\Ring]
"InitVol"=dword:00000005
[HKEY_LOCAL_MACHINE\System\GDI\GLYPHCACHE]
"limit"=dword:00002000
[HKEY_CURRENT_USER\ControlPanel\PhoneExtendFunction\CDMA]
"FlightModeSwitchByPnHEndKey"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\HTC\Camera\Recparam\MP4Medium]
"FrameRate"=dword:00000013
[HKEY_LOCAL_MACHINE\Software\HTC\Camera\Recparam\MP4Large]
"FrameRate"=dword:00000013
[HKEY_LOCAL_MACHINE\Software\HTC\Camera\Recparam\MP4Small]
"FrameRate"=dword:00000013
[HKEY_LOCAL_MACHINE\Services\WirelessMgr]
"Keep"=dword:00000001
[HKEY_LOCAL_MACHINE\ControlPanel\GPS Settings]
"Hide"=dword:00000000
"Group"=dword:00000002
[HKEY_LOCAL_MACHINE\System\GWE\Menu]
"AniType"=dword:00000000
[HKEY_LOCAL_MACHINE\Drivers\SDCARD\SDBusDriver]
"PowerUpPollingInterval"=dword:00000002
"PowerUpPollingTime"=dword:00002000
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\States\Suspend]
"dsk1"=dword:00000002
"cam1"=dword:00000004
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\States\Unattended]
"wav1"=dword:00000002
[HKEY_LOCAL_MACHINE\System\GWE]
"Animate"=dword:00000000
[HKEY_LOCAL_MACHINE\HARDWARE\OEM\KEYBD]
"KeyLock"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\OEM\DIM]
"HiddenDurationPage"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\OEM\PhoneSetting]
"HiddenTimesyncPage"=dword:00000001
"ShowTimeZonesPage"=dword:00000001
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CameraDriver]
"JpegBufferSize"=dword:00768000
[HKEY_LOCAL_MACHINE\System\StorageManager\Filters\fsreplxfilt]
"ReplStoreCacheSize"=dword:00004096
[HKEY_LOCAL_MACHINE\System\StorageManager\FATFS]
"CacheSize"=dword:00000800
"EnableCache"=dword:00000001
"EnableWriteBack"=dword:00000001
"Flags"=dword:00000068
"EnableCacheWarm"=dword:00000001
[HKEY_LOCAL_MACHINE\Drivers\SDCARD\ClientDrivers\Class\SDMemory_Class]
"BlockTransferSize"=dword:00000032
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings]
"ClearTypeText"=dword:00000001
[HKEY_LOCAL_MACHINE\ControlPanel\Backlight]
"Redirect disabled"="Backlight.exe"
"Group"=dword:00000001
[HKEY_LOCAL_MACHINE\nls\overrides]
"S2359"="Pm"
"S1159"="Am"
"STFmt"="h:mm tM"
[HKEY_LOCAL_MACHINE\System\GDI]
"ClearType"=dword:00000001
[HKEY_LOCAL_MACHINE\System\GDI\ClearTypeSettings]
"OffOnRotation"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell]
"OffOnRotation"=dword:00000001
"NoClearType"=dword:00000000
"ShowTitleBarClock"=dword:00000001
[HKEY_LOCAL_MACHINE\Drivers\SDCARD\ClientDrivers\Class\MMC_Class]
"BlockTransferSize"=dword:00000040
[HKEY_LOCAL_MACHINE\Software\Microsoft\Inbox\Settings]
"SMSNoSentMsg"=dword:00000001
"SMSDeliveryNotify"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\camera\AppDefSettings\P3]
"EnableLimit"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Microsoft\Obex]
"IsEnabled"=dword:00000001
[HKEY_CURRENT_USER\ControlPanel\Notifications\{A877D663-239C-47a7-9304-0D347F580408}]
"Default"="Low battery warning"
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\TaskBar]
"LimitedClock"=dword:00000000
[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\TRUEFFS_DOC1]
"Bootphase"=dword:00000002
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\TRUEFFS_DOC1]
"MountHidden"=dword:00000000
[HKEY_LOCAL_MACHINE\Comm\ConnMgr\Providers\{7C4B7A38-5FF7-4bc1-80F6-5DA7870BB1AA}\Connections\Sprint PCS Vision]
"AlwaysOn"=dword:00000001
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\AdvancedCPL]
"MicrophoneAGC"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AboutURLs]
"Home"="http://www.google.com/"
Any suggestions on what might be causing the lag? I thoght it was HKLM\Drivers\SDCARD\ClientDrivers\Class\SDMemory_C lass\IOCTL but removing that didn't help either.
The other issue is the GPRS "Always On" hack didn't seem to take either.
Oh that and which of these are included in the ROM so I can remove them. No sense updating the same thing twice.
-MadManX