for AKU3.5 try to remove some of apache service, drivers, extra function etc..
Like some of this extra function services, for example:
Code:
[HKEY_LOCAL_MACHINE\Services\RPS]
"Dll"="RadioPresentService.dll"
[HKEY_LOCAL_MACHINE\Services\Power]
"Dll"="Power_Service.dll"
[HKEY_LOCAL_MACHINE\Services\PhoneExt]
"Dll"="PhoneExt_Service.dll"
[HKEY_LOCAL_MACHINE\Services\PhoneExt\KeyProgram]
"Prog3"="EPST.exe ##775"
"Key3"="#775"
"Prog2"="DMRouter.exe"
"Key2"="#3424"
"Key1"="#33284"
"Prog1"="FieldTrial.exe"
"Key0"="#778"
"Prog0"="EPST.exe ##778"
"Prefix"="#"
u might leave everything to just OS service only,or remove some device extra startup app (initflashfiles.dat) like:
Code:
Directory("\Windows\StartUp"):-File("bugtrap.lnk","\Windows\bugtrap.lnk");
Directory("\Windows\StartUp"):-File("sddaemon.lnk","\Windows\sddaemon.lnk")
Directory("\Windows\StartUp"):-File("ChgDfLnk.lnk","\Windows\ChgDfLnk.lnk")
Directory("\Windows\StartUp"):-File("Usbcnect.lnk","\Windows\Usbcnect.lnk")
or some extra registry key/function like:
Code:
[HKEY_CLASSES_ROOT\CLSID\{D5DA6C41-D942-4a15-A857-70A5F569B64D}\InProcServer32]
@="PicturesExt.dll"
[HKEY_CLASSES_ROOT\CLSID\{2C51FDE9-39A0-4df7-8C59-9A41EE060497}\InProcServer32]
@="PhoneSetting.dll"
[HKEY_CLASSES_ROOT\CLSID\{AA9E7E86-002E-41fc-B53F-F4EA5D7DECBB}]
@="Phone Menu Plugin"
[HKEY_CLASSES_ROOT\CLSID\{AA9E7E86-002E-41fc-B53F-F4EA5D7DECBB}\InprocServer32]
@="PhoneMenu.dll"
etc...or anything extras like that, cos the problem is exist after the device boot... so some extra app or oem or service maybe incompatible with the new os.. we just need to check them one by one...
or for developer who use my kitchen? maybe U simple try temporary remove some OEM extra folder like:
Code:
EPST.exe
FieldTrial.exe
Generic_6_0_2_x_8_CDMA_noMMS
CyberonVDD
DMRouter.exe
IntelliPad
Camera
ButtonSetting.dll
OEM_Misc.dll
OEMExtDLL.dll
PhoneExt_Service.dll
PhoneMenu.dll
PhoneSetting.dll
PicturesExt.dll
RadioPresentService.dll
ScreenRotate_Service.dll
SMSRetry.exe
SmartDial
HTC_SMS_Providers.dll
and remove all DSM folder
and try to built the rom ( only Windows & Core Driver will be available,with the above removed oem pack) does the AKU3.5 will work or not. if work, reverse the procces by simply added the removed OEM pack back to OEM folder... hopes we'll find the problem...