|
||||
Quote:
"Ringtones"=multi_sz:"Windows Default .wav", "Mystic .wma" ![]() ![]() ![]() ![]()
__________________
Kitchen updates at www.ppckitchen.org and you can get BuildOS help Here
If you have been helped by me or would like to support developers like Olipro, helmi_c, and others please feel free to Donate ALWAYS FLASH BACK TO YOUR CARRIER'S OFFICIAL ROM BEFORE TAKING YOUR PHONE IN FOR SERVICE OF ANY KIND ![]() |
|
||||
I'm planning to cook iLauncher as an OEM, my question is how do I register a dll as part of today plugin or as a module?
Thanks. Edit: I noticed that modules have the imageinfo.txt and the S000->0003 or so don't know how to make those. |
|
||||
Quote:
Or you can try this app I found: http://www.windowsmobiledn.com/articles/articles.php?&atb.set(c_id)=41&atb.set(a_id)=3931& atb.set(c_id)=41&atb.perform(details)=& EDIT: Obviously this board software can't parse that weird URL correctly--just copy and paste it. Judging from the screenshot it was designed for an older version of Windows Mobile but is worth a shot. Good luck. |
|
||||
OK, I just found out how to register the DLL as part of Today. I'm gonna take my iLauncher as an example. So put all the DLL from the .cab install file and extract it to OEM like usual. Flash ROM and go to HKLM\Software\Microsoft\Today\Item and create a new key called "iLauncher" with the following sub keys:
type | Name | Value ---------------------------------------------- string DLL iLauncher.dll DWORD Enabled 0 don't enable yet, enable yourself DWORD Flags 0 DWORD Order 0 DWORD Options 0 DWORD Type 4 don't know what this means copied from other. Close regedit, and go to settings - Today and you should see iLauncher and tick to check it and hit OK. iLauncher will now load. ![]() So far my custom ROM contains netcf2 from imkokeman magic button imkokeman wm5menu kokeman iLauncher Wisbar Advance with Crossbow theme PHM Editor SKTools RegsvrCE TotalCmder kokeman More to be added...maybe pocketbreeze and such. |
|
||||
vboyz103: does ilauncher not list the reg entries in the cab?
Did you get the info from a dif then? Still trying to find a way to do this as I have some large diffs with a few apps and finding all of the keys is problematic at best. ![]() -saridnour |
|
||||
Nope the cab file doesn't contain any registry.
There's a Setup.dll that came with the cab, I think it is responsible for setting up all the registry entries and such, but the problem is that if you have setup.dll from other apps then CreateOS.exe will ignore and only get one of them. Also, I don't know how to invoke that DLL so that it can do its job as of now. So manually creating the registry seems to work. You can attach it in the .rgu file if you like. Right now I'm getting some errors with CreateOS.exe with the reg dump I got. CreateOS.exe is saying Can't create DEFAULT Hives or some'n. |
![]() |
|
|
|