Code Signing Questions - General Questions and Answers

Hello all,
I have a little query regarding code signing cab files to allow roll out on the Windows Mobile 5.1 platform. I cannot add my cab files to the ExtROM because they have to be signed, i can autorun them from a memory card and just select ignore on the "Not signed" popup that appears. If u plonk a cab though our autorun into the windows\startup folder i get a message that flat refuses to install the cab file because it is not signed!!!
We are only a small company and would like to know the cheapest way to move forward on this, Symbian OS is looking tempting right now and although i would hate to change
Any advice would be great

maybe this ?
http://www.buzzdev.net/index.php?option=com_remository&Itemid=100&func=select&id=37

Its a shame that don't work from the ExtROM I will use it for my memory card Autorun workaround for now though, thanks for that. Does anyone have a good solution to the cab signing thing at all, even a cheap way of signing stuff, we are willing to pay but i have seen things like 10 signing events for 400 USD, thats a little over the top for us.

Related

Where to get device lock application available on Wizard

Hi All,
My friend has just bought a Wizard and I noticed that it has a nice little device lock application on the home screen. Does anyone know where I can get this little app
for my XDA II running WM 2003 SE?
Cheers,
Richard.
Is it possible to rip this app from the WM 2005 Wizard ROM somehow?
I checked one of the EXT_ROM images I found but couldn't see anything obvious
in there. Could it be built into the main ROM perhaps?
cheers,
Richard.
We tried before to find the file responsible for this utility, so we could be able to bind it to a hardbutton and take it off the todayscreen, but no luck. No-one knows what file is responsible for this app. sorry guys.
the registry points to "shutil.dll" - I suppose this is a fairly generic shell utilities DLL, but as there is no further 'entry point' data in the registry, just hooking that up as a Today item should automatically provide the required data ? Unless it polls an additional DLL, of course, but a resource explorer check of that DLL (if you can copy it) should be able to point any of that out?

Looking for a CAB file tool

Does anyone know of an inexpensive CAB file tool that will allow me to read/modify/create WinCE CAB files?
I downloaded OCP Software's WinCE CAB Manager and was going to buy it, until I saw that the price was $150 USD! It's hard to justify spending half the price of my XV6700 on a CAB file modifier.
Does anyone have any suggestions?
Thanks!
¿GotJazz?
Here's some tools that I found a while ago, I couldnt find the original site, but I have attached the files. They dont do much good to edit existing cabs, but they do work nicely to let you create your own. Hope they help somewhat
opc software (winCE cab manager) will due the trick for 30 days that is.

Looking for PIM for Win CE5 (I'm new ... go slow!)

Chaps,
I'm new 'round here (first post), and I am not that clued-up on PDA and Windows CE terminology and suchlike. However I have a technical background, so will probably get along OK.
I have a Fujitsu Siemens Loox N100 (see link here.) I bought it as a Sat-Nav system, but have since discovered that you can unlock it and reveal the underlying Windows operating system. It claims to be Windows CE v5.00.
Having managed this, I have loaded various bits of software onto it, including TCPMP (MP3 player) and SpreadCE (Pocket Spreadsheet program.) Both of which work very well, and I am very happy with them.
I now want to find both address book and diary software, thus allowing me to use the machine as a PDA. However, I simply can't find anything to fit this bill - it seems that if you buy a PDA with WinCE on it, it also comes with Pocket Outlook, allowing you to do both these things. I don't have this software, and therein lies my request.
Is it possible to get hold of CAB files for Pocket Outlook, to solve this problem? Or, failing that, can anyone recommend a suitable PIM application that will both keep track of contacts for me, and run a personal diary? (If these sync with Outlook on my desktop PC that would be the icing on the cake, but it is not essential.)
Does anyone have any suggestions for suitable software for these tasks?
The other option is to use SpreadCE to write something using Excel functionals. I may be able to cook up a reasonable address book like this, but a diary would be beyond me!
Thanks for any help!
Oli.
Quick update ...
.. searching on here has thrown up "My Calender v1.5", which looks ideal for the diary part of the problem, but when I load it and run it I get the message (on the pocket device) "Fail to load CLSID".
Any ideas?
Thanks, again.
Oli.
Sorry, I am not familiar with any PIM software that will work on Win CE.
The devices we deal with here run Windows Mobile. Though it is based on Win CE (same kernel) it has a few additions on which most of the apps (fortunately not all) depend.
There is no such thing as cab for pocket outlook.
There is one thing I can recommend:
Search for "opening MIO C550". Someone created a cab for that device (unfortunately it runs CE 4.2) that adds ActiveSync to it and some dlls (like aygshell.dll) that Win Mobile apps need to run.
It also has some utilities though I am not sure about PIM.
I think this might work for you (at least you will be able to run a wider range of apps).
Oh, and the error you are getting is probably due to a missing COM object. Nothing to be done about that.
Levenum,
Thanks for your reply. It was helpful.
Your comment about Windows Mobile and Windows CE is very helpful. I thought that Windows Mobile and Windows CE were the same thing - different names for the same software. Thanks for clearing that up - apologies for ignorance. The fact that there are some things on Windows Mobile that are not on Windows CE may explain why some of the software I have tried hasn't worked.
I will try the "Opening MIO C550" search as you suggested. However, I can run Windows ActiveSync on the N100 as it is. (Although that's about it!) I'll post up here with details of how I get on ...
What do you mean by a "Missing Com Object"? What is a Com Object? You suggest that there is no way of fixing this - shame, as My Calender looks just about ideal for what I want to do!
Thanks again for your help.
Oli.
Please receive my apologies. I gave you incorrect model. There is no C550.
Mio P550 is a full PDA, but Mio C510 is a PND.
Any way here is the link, judging by the screenshots it has some kind of 'contact' app. Hope it helps.
'COM object' is a programming term. M$ invented the system and it is very problematic when moving programs around.
As you may know almost all windows programs rely on some DLL files in addition to EXE files as well. Those DLL files are programs too but they do not run by them selves but only offer functions to be used by other programs.
The idea was that if there is a common function, like say opening a window it would be in a DLL and instead of every programmer rewriting it in his code he would just call the function.
COM objects are stored in DLLs too but accessing them is more complicated. For one thing, its not enough for the DLL just to be there (like with normal DLLs) but it needs a registry entry. Have you ever dug through the registry and seen the CLSID key that has many sub keys that look like this: {a1234678-1234.....? Most of them are COM objects.
Virtual keyboards are implemented as COM objects on WM.
Levenum,
Thanks again.
It looks like I am onto a losing streak with this. I tried the details as described for the Mio C510, but to no avail - it doesn't work on the N100.
COM Objects ... thanks for the explanation. Am I right in understanding that the problem I have is a missing DLL file, when I try to run MyCalender? Would it be possible to put the relevant DLL file onto my machine? My Calender looks very much like the sort of thing I am looking to run, and I am frustrated at being so close to running it!
Failing that, does anyone else know of any PIM software that might run on WinCE?
Thanks again,
Oli.
Actually, what the error means is you are missing some registry entries.
It is most likely those entries are pointing to a DLL but there is no way of telling which DLL without knowing what the app looks for in the registry.
By the way, you do not need to follow all the instructions there.
You just need to get the cab and manually install it (I understand you can access file explorer on your device).
If that does not work, then sorry I am out of ideas.

Microsoft Reader Factivation

I not know anybody do it before, if no it is long over due.
Microsoft Reader for Pocket PC is here long as I remember, it it nice reader but their activation method are pain in [email protected]@ if you use their Internet Explorer it many time fail complete activation (you can no use other browser because it is Microsoft and use AX, MS think *nix users must go [email protected] themself?).
And you can activate 6 devices maximum, very generous Microsoft!
Here solution:
Perpetual Activation for Microsoft Reader
It is no hacking.
I simply take advantage of Activation Process "logic hole", it is all.
Up when they change activation proceses (doubt) or patch MS Reader on next ad hoc version (more possible, but it required full build *and* it not stop this activation work on Windows Mobile with MS Reader 2.4.x installated).
This NO is keygen, crack or warez.
I find it (literary) in Microsoft, is all I can say.
Name it "factivation" from Freedom Activation (or [email protected] your stupid activations, Bill...)
I want post it with my real name, but I change mind, one never know what future is next, and law change every day
Install Microsoft Reader for Pocket PC
reboot
Install Microsoft Reader Factivation
have MS Reader activated at open.
It is all.
work on: Pocket PC Windows Mobile 2003, 2003 SE, WM5, WM6, WM6.1 (tested) with Microsoft Reader version 2.4.1
It may will work on WM 2002 if use Microsoft Reader version 2.4 and not the old one (no tested but may work).
Sorry my english!
note:
This software not violate any EU Law in my knowledge.
It may violate laws in other countries (USA?)
It publish here as proof of concept.
It is not my, is YOUR RESPONSIBILITY know law apply to you in your own country.
If you not sure law in your country apply - DO NOT DOWNLOAD IT, DO NOTUSE IT.
tracemeifucan said:
but their activation method are pain in [email protected]@ if you use their Internet Explorer it many time fail complete activation (you can no use other browser because it is Microsoft and use AX, MS think *nix users must go [email protected] themself?).
Click to expand...
Click to collapse
Update on the M$ website
Please note that we have recently posted an update of the Pocket PC/Pocket PC Phone Edition version of Microsoft Reader.
This update addresses activation problems experienced by the users of some Windows Mobile 5.0 and 6.0 Phone Edition devices. In addition we have made it easier to use Microsoft Reader with device storage cards
Click to expand...
Click to collapse
http://www.microsoft.com/reader/downloads/ppc.mspx
I have tried to activate my Titan since MS updated to make activation "easier", and just like in the past it didn't work with two separate attempts. I would love to tell the useless MS Reader team where to go. As of now I am through with that crappy product and have switched over to eReader - simple activation that always works and a better UI. I just wish I could get the money back for all the .lit format books I've bought over the years.
/edited (because exploit works)
Cool Exploit, thanks for sharing.
I put this in a cab with MSReader and it seems to work great!
didn't work
I tried the instructions as described above on my ATT Fuze (winmo 6.1) and it didn't activate my copy of MS Reader.
HTC Diamond default H3G Rom [6.1]
znutar said:
I tried the instructions as described above on my ATT Fuze (winmo 6.1) and it didn't activate my copy of MS Reader.
Click to expand...
Click to collapse
Me too tried as described but Reader did not activate anymore...
I still can't read my bought books
Surely Your Cab is fine, but not rof my device/rom/sw.
Anyone has some other ideas?
Anyway, my device is HTC Touch Diamond with default ITA H3G Rom 6.1, MS Reader 2.41.
TiA
Francesco
It works great on all WinMo 2003SE/5/6.1 PocketPCs I have, all with the latest MS Reader 2.4.1 from microsoft's website.
I'd say PM the author if it doesn't work on your device, maybe there are some variables he (she?) have missed?
Didn't work on my Fuze either but did work on my Kaiser.
Oh well...
Call me ignorant ...
tracemeifucan said:
...
Install Microsoft Reader for Pocket PC
reboot
Install Microsoft Reader Factivation
have MS Reader activated at open.
It is all.
...
Click to expand...
Click to collapse
I was looking to make MS Reader more touch screen friendly on my htc Diamond (like go to next page on swipe right for example) and my google search turned up this thread. It greatly interested me (even though it wasn't what I was looking for) as I've had problems with my MS activation for some time (on another device). The big problem is that I don't know the heck as to what I'm doing (in this sense). Please excue my ignorance. While I know a fair bit about a lot of things IT this has me confused (outside my area of expertiese no doubt). The contents of the compressed file don't contain anything that looks like I can install it except "_setup.xml".
How does one run "_setup.xml"?
Just like any .exe file?
I've already run a search on this site to try to figure it out but my search foo must be weak because I'm none the wiser.
Any help would be appreciated
msinsabaugh said:
I was looking to make MS Reader more touch screen friendly on my htc Diamond (like go to next page on swipe right for example) and my google search turned up this thread. It greatly interested me (even though it wasn't what I was looking for) as I've had problems with my MS activation for some time (on another device). The big problem is that I don't know the heck as to what I'm doing (in this sense). Please excue my ignorance. While I know a fair bit about a lot of things IT this has me confused (outside my area of expertiese no doubt). The contents of the compressed file don't contain anything that looks like I can install it except "_setup.xml".
How does one run "_setup.xml"?
Just like any .exe file?
I've already run a search on this site to try to figure it out but my search foo must be weak because I'm none the wiser.
Any help would be appreciated
Click to expand...
Click to collapse
From what I understand you have unpacked .cab file (which you shouldn't - it is not .zip or .rar compressed archive, although it may look like one on your PC if you have winzip or winrar set as default viewer for .cab files).
Just copy the .cab file to your WinMo device and double tap on it, that's what you should do.
downloaded will test it later..
and hey mate
thanks for this.. :-D
worked like a charm thanks!
It works on HD2 and 2.4.2 USA version (Italian version and others are in 2.4.1)
Really great!!!!!
Great application -- thanks a lot!

Is it at all possible to merge multiple cab files to create a single cab?

What I am interested in doing is taking multiple cab files and then merging them into a single cab file so rather than having to install multiple theme tabs i could just install a single file which would make the whole process simpler after a hard reset to get all my things reinstalled.
I'm a bit of a noob and have searched through the forum but havent really found a noob's walkthrough although i have found usefull posts they arent exactly what i'm looking for, i'm sure other members would find this really usefull too if its at all possible.
It could also be helpful for installing multiple applications at a time.
I appreciate that people dont have the time to sit and talk me through the whole process but any information you could give would really be appreciated.
I've attached the files that i would be interested in merging. I'm not looking for anyone to do the work for me i'm just interested in any knowledge of the process that you may have to offer.
Thx
Alex
Doobee24 said:
What I am interested in doing is taking multiple cab files and then merging them into a single cab file so rather than having to install multiple theme tabs i could just install a single file which would make the whole process simpler after a hard reset to get all my things reinstalled.
I'm a bit of a noob and have searched through the forum but havent really found a noob's walkthrough although i have found usefull posts they arent exactly what i'm looking for, i'm sure other members would find this really usefull too if its at all possible.
It could also be helpful for installing multiple applications at a time.
I appreciate that people dont have the time to sit and talk me through the whole process but any information you could give would really be appreciated.
I've attached the files that i would be interested in merging. I'm not looking for anyone to do the work for me i'm just interested in any knowledge of the process that you may have to offer.
Thx
Alex
Click to expand...
Click to collapse
Simplest and easiest thing to do is to use UC to install all these cabs automated style when the ROM boots up. I am assuming you are using a ROM which is UC compliant (all the official ones arent.....the cooked ROMs are mostly UC compliant though).
The 'hard' way is analyzing the cab's -> extracting files/reg-entries -> rebuilding the cab-files to one cab.
Theoritically it's possible with a program like WinCE Cabmanager but it is a hell of job I think.
I would go for the UC-option mentioned by MrVanx. I use it myself and it works like a threat (you have to get familiar with wap-provisioning and stuff but it's worth the journey)
Ive tried using a few of the cooked roms over the past couple of weeks but to be honest they dont work all that well for me, none of them seem to work with msn (which is something i use all the time) i always get error messages saying that it cant find a data connection even through wifi which is always setup properly as i can search the net quite easily and have verified that the wifi is working and searched through the rom threads for fix's and all ive seen so far is that this seems to be a bit of a problem for a number of users, some fixes work for certain members but it doesnt for others, unfortunatly i'm one of the others.
Currently using Vodafone UK 1.90.161.5 stock rom.
I think the WinCE Cabmanager approach mite be the best option for me as i'm still a bit of a noob with regards to things and as most of the cabs i'm interested in merging are simple theme cabs so it shouldnt be that much of a task (gulps)
Are there any good tutorials that i could use for WinCE Cabmanager?
I'll have a search myself to see what i can come up with but in the past i've found it quite hard to find things in the forum and most of the time i stumble across certain "gems" by following links in peoples signatures.
Thanks for the info its much appreciated.
Alex
Over on the Kaiser section there was a user named bengalih, who made an automated installer called Sashimi. Although Bengalih has been banned, his work is still floating around. Check out this thread, or do a search for Sashimi. In theory, it should work for the Raphael, since it is still a Win Mobile device. Hope that helps. I might add, that right before Bengalih was banned, he stripped his Sashimi guides from his posts on xda, but they are available here.
This does look like the type of thing i am looking for unfortunately all his posts are just "..........................." but i regged on the other site and got the software so i'm going to go check it out and see how it works. Thanks for that
Alex
Just a quick question but does your mobile connection (Vodafone UK) allow you to use msn (or to that matter any IM program) or is it just http stuff only?
Tmobile wnw doesnt allow IM software over the data connection unless you use wnw+ so i wonder if this is the case with vodfone aswell?
Yeah it does, it also allows me to use skype too. Unfortunalty its the only ROM that does allow me to use msn although i havent tested skype as this is my secondary IM app.
In theory to make a theme (cab) i tried to extract files from a few cabs, files including:
1AA884~1.004
1BBFDC~1.001
1E29E8~1.005
4E6705~1.002
5A7AE8~1.015
5B86C9~1.016
5C27FF~1.017
etc
Then i used "QuickCab 1.0" to add all the extracted files from a couple of cab files, i directed QuickCab 1.0 to install the files to the Windows directory and the process made the new cab file with no problems however i tried to install the cab file that it had created but my TF3D didnt change at all even after a restart.
I'm trying to merge NoTopCurtain.cab-NoCurtains.cab-GlassClock_v1.cab-Pamas Transparant Slider.CAB & NeonIcon.cab
By looking at the xml file it looked like all the 90 files should be installed to the Windows directory.
Any idea of what i am doing wrong?
Thx
Alex
try cabmanager. You will see the actual files. And there is very logical registry structure.
I do not have a tutorial for the program but it's not that hard. You can export files (right mouse click) and reg-entries (under 'file'). Put those all together (import of reg-entries is also possible!) Adding files gives you a simple window with where to put the files on your ppc.
It is not that hard and you will be in control of the proces instead of working with the encrypted files you are doing now...
made dozens of (working) cab's this way myself and I'm no einstein!
Good luck
@merten3000 thanks for that for the next 30 days i can make working cabs, i initially seen your post and checked the program but noticed it was only a 30 day trial so i never bothered then with your last post when u mentioned "encrypted" files that sort of made sense when i originally seen the file names of the files i was extracting where as they are now extracting properly and i created a working cab, thanks very much.
Dont suppose you know of a free program that will do the same job? Money is tight and cant justify buying this app.
Alex
The simplest thing to do, for me, would be to take the stock rom that you like, extract and recook it making only the changes needed to make it UC compliant.
That way you get your rom just as it was, and can run all your cabs. Shouldn't be much work either. (well, it wouldnt be on the Kaiser - not used Raphael kitchens etc, but assume it is relatively easy)

Categories

Resources