[Q] Certificate verification warning - Windows Mobile

hi
can somebody please explain how to remove Certificate verification warning from stock rom for cooking by os kitchen.thanks

You have to patch the nk.exe file in the XIP Kernel.

brainmaster said:
You have to patch the nk.exe file in the XIP Kernel.
Click to expand...
Click to collapse
can you please tell me how ?

Search for cmonex's patcher. Or enable cert patching in your kitchen.
When are you getting errors? It probably has nothing to do with certificates. You may have a bad shortcut or missing files (components). I doubt it's really a cert problem. Check the shortcut path first (or the alias path in the registry).

Related

Dsm & Rgu questions

Hi,
I am trying to build my first rom using Hypercore. I would like to know if there is a way to merge all the dsm and rgu files which are in the Windows folder? I've read that if using all_packages_in_one.exe, it will do the job but I am getting error that the "all_packages_in_one.exe has encountered an error and needs to close". I've installed Net Framework 3.5 together with the Microsoft Visual C++ 2008, but I cannot open the program.
Can anyone help me on how to merge the dsm and rgu files please please please?
Thanks!!

[SOLVED] platformrebuilder errorlevel: -1073740777

hi,
i have modified bepe's new rom kitchen (PRB) to suit my needs.
for months it's working flawlessly.
due to some updated rom tools, i have modified the kitchen batch to include the updated tools. i have updated all the folders in the kitchen (EXT, OEM, ROM, SYS, tools & toolset) with the latest packages, tools, etc.
then 2 weeks ago, i can't build a rom with my kitchen.
everytime prb executes, it is showing this platformrebuilder errorlevel: -1073740777.
today, i have managed to trim down the cause for this error.
if i have a module inside EXT folder, (i.e. EXT\COMMON\Scrolling\files\PhysicsEngine.dll - which is a module), prb throws the error.
however, if i move the module outside the files folder, (i.e. EXT\COMMON\Scrolling\PhysicsEngine.dll), or recmod the module (convert the module to file), there is no error. i can build a rom with success.
i have this packages with module before i modified my kitchen and i can build without error.
i would like to ask if you have also encountered the same error, or its just me and i would also like to know what could be the cause for the error.
thanks very much.
regards,
mike
Its trying to replace the module, and couldnt since its a module. Want to use the the one in EXT, then you will have to delete the one in OEM or SYS.
Yeah, I'm agree. I has a Mui file as a module (???) in an Oem_lang folder. This cause the error. I just change the module for a mui file and all goes ok.
thanks for the replies guys.
regards,
mike
I recall seeing that issue with certain versions of EVK. I also recall, ervius stating that he had fixed EVK to support both locations for modules:
.\packagename\<modulefile.ext>
.\packagename\files\<modulefile.ext>
A search through the EVK thread should bring up the particulars. Search using the internal search function by member name - his or mine (think it was me that brought it to his attention). Also, the module folder only needs to contain the imageinfo.* & S#### files - the .DLL/.EXE/.MUI/etc. file doesn't need to be present ... it will get created a build time.
HTH,
* EDIT *
http://forum.xda-developers.com/showthread.php?p=4243721#post4243721
hi,
after further investigation, i have found out that if the original module's attribute is not the same as the new module (i.e. PhysicsEngine.dll\imageinfo.*, S00x, etc.), prb will throw the error -1073740777. otherwise, no problem/error encountered.
so my conclusion is, if you have to overwrite a module, the new module should have the same attributes as the old module.
regards,
mike
twisted said:
hi,
after further investigation, i have found out that if the original module's attribute is not the same as the new module (i.e. PhysicsEngine.dll\imageinfo.*, S00x, etc.), prb will throw the error -1073740777. otherwise, no problem/error encountered.
so my conclusion is, if you have to overwrite a module, the new module should have the same attributes as the old module.
regards,
mike
Click to expand...
Click to collapse
So how do we correct the attribute?
ai6908 said:
So how do we correct the attribute?
Click to expand...
Click to collapse
i've done it manually, right-click the original file (i.e. S000) and check the attributes, should be the same with the new file (i.e. if original file S000 has attribute set to Hidden Read-only, the new file S000 should also be set to Hidden Read-only).
regards,
mike

[Q] Are modules not required cert but files required?

I try to cook a ROM for my Acer neoTouch S200(F1), I could finish it for me, thanks hdubli, DimICE and rafyvitto
I just use a few tools but not GUI kitchen so that I could learn more about making ROMs:
xidump.exe for dumping
osnbtool.exe for dumping and rebuild the ROM
RecMod.exe
ImgfsFromDump.exe, BuildOS.exe, EXTReloc.exe
XIPPort.exe
f1extromtool.exe for ExtROM
At the same time, I'm porting EZInput CHT form HD2 Leo...
Of cause, I want to porting EZinput CHT in cab from, for anyone who don't use custom ROM besides HTC.
Questions:
1. I'm not sure that was RecMod disadvantage or bugs, it seems that the files after RecMod would lost the cert... (#2)
2. Then it could cause a ton of problems, such as how can I indicate files needed to re-sign? Any tools could port a cert to another file?
Or have to patch a ton of files even a whole OEM packages?
3. Would the modules at Slot 61 could reduces the actual free RAM of process (shown in the memory page), even the process not using these modules? Then, how to estimate the minimum RAM used?
You can't sign the modules - only the files.
utak3r said:
You can't sign the modules - only the files.
Click to expand...
Click to collapse
Then, could the SDKcert could be hacked for changing name of signer?
or how to make the cert for it?
Moreover, the difficult problems is that how to sign all the unsign dll and exe with SDKcert easier?
You can just cert patch the nk.exe and not have to worry about the problem (with EVK, just check a box). More to the point, what errors are you getting, and are you sure it's actually a certificate error and not a 'missing component' error?
Farmer Ted said:
You can just cert patch the nk.exe and not have to worry about the problem (with EVK, just check a box). More to the point, what errors are you getting, and are you sure it's actually a certificate error and not a 'missing component' error?
Click to expand...
Click to collapse
I'm not using EVK, because I'm cooking for Acer S200, then I just use a few tools...
Emmm, no any certificate error or 'missing component' error, just the services or programs could not be able to auto start.
Patch nk.exe could be a good choice for cook, but not the best for the user, I think.
However, for patch nk.exe, it still followes this thread?
http://forum.xda-developers.com/showthread.php?t=384137
Nagato Yuki said:
I'm not using EVK, because I'm cooking for Acer S200, then I just use a few tools...
Emmm, no any certificate error or 'missing component' error, just the services or programs could not be able to auto start.
Patch nk.exe could be a good choice for cook, but not the best for the user, I think.
However, for patch nk.exe, it still followes this thread?
http://forum.xda-developers.com/showthread.php?t=384137
Click to expand...
Click to collapse
so please tell us what is exactly your trouble... cause:
1.- cert patches are now a unusual issue cause the kitchens already has certs pkg included to void this things.
2.- use the xipporterexe in EVK to patch your nk.exe thats all then readd your nk to your kitchen.
3.- certs issues are
a) when you tap... it shows a dialog saying is not trusted signed or has missing compoenents...
a1.- this means (obviously after you add the certs pkg or enable the kit5chen option or whatever to fix it) that the lnk is pointed to a non complete PKG it has missed some files, due to "maybe" it needs the app files in program files or a bad pkg creation (app.reg or app.dat) (or initflash oem pkgs)
4.- why patch nk.exe is not the best option to users??? i guess is the best cause if they use a devs app it will works with a cert patched nk
5.- the service or apps wont auto launch.... mmmm you must to xplain better cause it seems not related to certs matbe autoshortcut.. initflashfiles or app.dat troubles or corrupted PKGS.
Advice: please please... post your device model, kitchen name and version, and sys oem version if posible
once you redesign your question i will change if you wish the name of the thread just have more help
keep it up
Much BIG THANKS for your reply
Because I am not use any GUI kitchens, at this time, it seems that no GUI kitchens for Acer S200, then I don't try EVR before.
(BTW, it seems that we lack of Universal GUI kitchens for any device? Because the process to make ROM could be much similar, except decompose and assemble back the ROM files. I'm trying to use osKichens... )
In my case, there no any dialog saying not trusted signed or has missing compoenents... It just doesn't run for apps.
For services, they could not be able to start automatically, but I could start them manually though Dotfred's TaskMgr, no any dialog happen also, but they could run correct functionally !
Then I sign with SDKcert, they work normally.
For patching nk.exe, it could be very difficult for users who just want to use official ROM, but want to use apps form dev. But sign the cert and import the sign could be much easier...
Then it leads the second question. I'm seeking any effect ways to Recmod and sign them with sdkcert ...
Of cause, I want sign them much look like OEM ones (subject's and issuer's names), but just using SDKcert only for running.
Moreover, XipporterEx for patching nk.exe, it seems that there is no standalone one for porting WM 6.5.x one. And also I'm not sure that besides EXTReloc, Is there any Reloc programs compatible for Acer S200/WM6.5?
p.s. I could try to modify my questions later, but if someone help could be much nicer. So, +Que, please feel free to change my topic for better one

registry certification problem

my cooked rom dont allow create, install cab or change any file on device
also start icon and any icon on bottom taskbar has problem
i thought problem is in certification at HKEY_LOCAL_MACHINE\Comm\Security\SystemCertificates
in my cooked rom i cant see any root certification at start->settings->system->certificates
i use XIP/SYS build 28230 at joojoobee666.ppckitchen.org/Kitchens/
when i change only SYS folder of XIP/SYS Da_G's 23563 instead of 28230 sys in my kitchen problem Obviation an i see root certification and file access Error removed too
what do you think about that?
also sorry for my very bad English
Make sure you have all of the same packages in the new sys. Make sure you have the Metadata package. Maybe you're missing the default certs in there.
Farmer Ted said:
Make sure you have all of the same packages in the new sys. Make sure you have the Metadata package. Maybe you're missing the default certs in there.
Click to expand...
Click to collapse
there is different in packages size but all of same package exist in Both
also metadata pack exist and all file of this package exist such as DefaultCerts.dat
i decide to download build 23563 of joojoobee666.ppckitchen.org/Kitchens and compare file by file whit build 23563 of DA_G to finding problem
thx for your reply
hi
well comparison between SYS folders(using windiff) resulted that everything is equal except
location of RAM slots which exist in imageinfo.bin of modules (also S000 ,S001,...)
i use same xip make it from DA_G 23563 for both cook
are you thinking that different ram slot location can cause the problem
any idea ?

[Q] [PROBLEM] NoCert option on Ervius 1.8.2 not working

Hi, i'm a pretty new learning chef. I'm doing (trying) a blackstone ROM with the faster 6.1 instead of 6.5. I'm using ervius 1.8.2 and the 1.56 default ROM for starting.
I've successfuly created some "alpha" ROM they all works but i'm unable to remove the certification control. I've added "NoCert" in the relative text box in ervius gui, but when I install something wm still asking me if I want to install ecc. ecc. and I can't include any third parts package.
I've tryed to edit directly the kitchen_build_rom.bat that uses the text box, where there was %nocert% i've inserted simply nocert. Still not working.
Any advice?
Thanks for you answers, and thanks to all chefs, developers, moderators... anyone
Just get cmonex's nk.exe patcher and patch the s000 binary of your nk.exe manually and then forget about it.
If you're getting cert errors, they generally have nothing to do with certificates. Rather, you have a bad shortcut or are missing some files.
Never heard about this, good to know ,thank FT.
The questions from WM about install apps should be related to this reg:
Code:
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
"0000101a"=dword:00000001
and i would put this one too:
Code:
[HKEY_LOCAL_MACHINE\ControlPanel\Error Reporting]
"Hide"=dword:1
Farmer Ted said:
Just get cmonex's nk.exe patcher and patch the s000 binary of your nk.exe manually and then forget about it.
If you're getting cert errors, they generally have nothing to do with certificates. Rather, you have a bad shortcut or are missing some files.
Click to expand...
Click to collapse
Farmer Ted said:
Just get cmonex's nk.exe patcher and patch the s000 binary of your nk.exe manually and then forget about it.
If you're getting cert errors, they generally have nothing to do with certificates. Rather, you have a bad shortcut or are missing some files.
Click to expand...
Click to collapse
I'll double check to see if I have done some other mistakes,
thanks for your help
Here's the tool; it takes 10 seconds to patch an nk.exe.
Thanks FT .
Farmer Ted said:
Here's the tool; it takes 10 seconds to patch an nk.exe.
Click to expand...
Click to collapse
Thanks
Thanks FT finally I can cook in apps
many thanks for your answer
Farmer Ted said:
Here's the tool; it takes 10 seconds to patch an nk.exe.
Click to expand...
Click to collapse
Thank you Farmer Ted...
I'll try on my nk.exe because until now don't know how to manualy patch the nk.exe instead use implantxip.
btw, are the cmonex method can work to patch the wm6.1 nk.exe?
Solved
Solved for me.
Thread can be closed for me.
Thanks to all the answer

Categories

Resources