How to Extract .exe files from ROM? - General Topics

hello all,
I am developer for windows mobile and i need to extract Windows Media Player (exe file) from my rom, because i have one tool called ResHack that show me the resource from my assembly... i need to get the menu's ids to control in my application....
can anyone help-me?
sorry my bad english!
God Bless 1

Not sure which device you are using, but here are a few options:
- Connect the device via USB and ActiveSync and copy the .EXE to your workstation
- Use File Explorer (or TotalCommander) to copy the .EXE to the SD Card of your device (if you have that capability). You will need to Show All Files if you use File Explorer.
- Go to the Raphael Forum ROM Dev section and locate the OEM Repository thread. There's a link in that thread to the OEM 4Shared repository where you will find a Media Player package.
HTH,

Related

How to extract cab file from exe ?

hi !
Most of our software are .exe files to be run from a PC and to be installed then on the PPC.
When one wants to perform a HR away from PC, it is then hard to quickly re-install all apps.
Having cab files stored in the SD card is the solution but what to do when no cab files are available only exe ?
My question is then the following : is there a possibility to extract CAB files from .exe files ?
Thx in advance
Hi,
Often the .exe is just a self extracting archive which you can open with winrar
doesn't always work, just right-click on the .exe en choose open with winrar...
also, when you try to install an exe file, the .cab is extracted and moved to you phone, that means you should be able to find the cab somewhere and copy it...
most of the time in \program files\microsoft active sync\(appname)
also, when you install an app, some of them ask you where to install it on your pc, in that directory you can find the cabs you need
now I'm just looking for a program that can make an cab installer that can be run on my phone and installs every cab to SD...
I found one, but it doesn't work... teksoft airwizard 1.1...
Bartus
at times one can also just rename it from .exe to .zip
yes copy from activesync folder is possible but i have the same problem only with this difference. On my working computer i have administrator rights and folder Program files is blocked for me. I need a program to extract cab form exe. WinRar does not work. Sorry for my bad english
well try this: after cab transferred to your device, don't install it (and don't cancel!!) , go to Windows\AppMgr , and see if a folder with the name of that program exists with a cab file in it ...
now I'm just looking for a program that can make an cab installer that can be run on my phone and installs every cab to SD...
I found one, but it doesn't work... teksoft airwizard 1.1...
Click to expand...
Click to collapse
try SettingsSaviour ... it has a silent install feature with which you can install many cabs at once, downside is silent isntall can't be used to install programs on SD, you'll have to manually choose Storage Card for each program...
Very comprehensive explanations ... thanks to all of you ! I gonna try and report if any further problems.
--------------------------------------------
After trying to change the extension of the .exe, I have to report that it works with one of the files I wanted to CABized.
To MODO : do I need to stamp this thread as SOLVED ?
Bonusbartus said:
Hi,
Often the .exe is just a self extracting archive which you can open with winrar
doesn't always work, just right-click on the .exe en choose open with winrar...
also, when you try to install an exe file, the .cab is extracted and moved to you phone, that means you should be able to find the cab somewhere and copy it...
most of the time in \program files\microsoft active sync\(appname)
also, when you install an app, some of them ask you where to install it on your pc, in that directory you can find the cabs you need
now I'm just looking for a program that can make an cab installer that can be run on my phone and installs every cab to SD...
I found one, but it doesn't work... teksoft airwizard 1.1...
Bartus
Click to expand...
Click to collapse
What I did to keep installed cab files was I created a new folder in my storage card and named it "CABS", then I did a registry tweak to where the cab file was not deleted after installation. Now whenever I download a cab file, I "save as", CABS folder(from the dropdown box) on my storage card.
DR400 said:
hi !
Most of our software are .exe files to be run from a PC and to be installed then on the PPC.
When one wants to perform a HR away from PC, it is then hard to quickly re-install all apps.
Having cab files stored in the SD card is the solution but what to do when no cab files are available only exe ?
My question is then the following : is there a possibility to extract CAB files from .exe files ?
Thx in advance
Click to expand...
Click to collapse
Just wants to mention a "universal" unpacker called UniExtract - http://legroom.net/software/uniextract - it can extract many .EXEs made by install tools. Also - check out MSCEInf - which can analyze an CAB-file - http://www.freewareppc.com/utilities/msceinf.shtml
Are you able to open a exe file on your device? 90% of the programs I like have exe files and I always get not a valid pocket pc application. I've even tried to rename exe to cab or zip, but doesn't work. The file extension being downloaded is shaded out in the file type box in the download dialog box and cannot be changed. I've tried programs to convert exe files to other extensions, but all they do is convert after the downloaded exe files have already been installed.
hotdog53 said:
Are you able to open a exe file on your device? 90% of the programs I like have exe files and I always get not a valid pocket pc application. I've even tried to rename exe to cab or zip, but doesn't work. The file extension being downloaded is shaded out in the file type box in the download dialog box and cannot be changed. I've tried programs to convert exe files to other extensions, but all they do is convert after the downloaded exe files have already been installed.
Click to expand...
Click to collapse
thats because they are exe files that are supposed to be run on a normal PC. You download the exe to a PC, then when you have your Phone connected via Activesync, run the exe and it will install on your phone.
Alternativly, use WinRar on your PC to extract the exe, and copy the .cab files to your phone, then open them. (this does not always work, not all exe files are extractable)
DR400 said:
hi !
Most of our software are .exe files to be run from a PC and to be installed then on the PPC.
When one wants to perform a HR away from PC, it is then hard to quickly re-install all apps.
Having cab files stored in the SD card is the solution but what to do when no cab files are available only exe ?
My question is then the following : is there a possibility to extract CAB files from .exe files ?
Thx in advance
Click to expand...
Click to collapse
My solution is:
1) keep PDA disconnected (no active sync session)
2) install exe as usual and, when standard installation dialog will appear, go on (later cab installation will begin when you'll connect phone to pc)
3) open regedit.exe
4) go to this key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows CE Services\AppMgr\Apps
5) there you'll find a list of installable cabs via active sync
6) under each application, the value ListCabFiles is the name of cab file and the value InstallDir is its position of file system.
Remember to uninstall exe after you copy/move the cab file (or delete application key) otherwise installation of cab files will start on next activesync session!!
Simple, do you agree?
yeh... sure i cant use activesync, so i just extract the exes seems easy enough
mugglesquop said:
thats because they are exe files that are supposed to be run on a normal PC. You download the exe to a PC, then when you have your Phone connected via Activesync, run the exe and it will install on your phone.
Alternativly, use WinRar on your PC to extract the exe, and copy the .cab files to your phone, then open them. (this does not always work, not all exe files are extractable)
Click to expand...
Click to collapse
I use a program called pocketRAR like winRAR but for mobile win -extract files- get cab and run its that easy just did it with this calc.exe
Knocksock said:
Just wants to mention a "universal" unpacker called UniExtract - http://legroom.net/software/uniextract - it can extract many .EXEs made by install tools. Also - check out MSCEInf - which can analyze an CAB-file - http://www.freewareppc.com/utilities/msceinf.shtml
Click to expand...
Click to collapse
I have just used uniextract to unpak my Pocket informant, I think this utility will be a life saver for all those files that i can't get as CABS. I have a lot of problems with active sync but can easily transfer to SD card with card reader or WM5Storage.
Thanks you so much
exe programs which use activesync
always get cabs from the install programs
if just renaming the exe to zip don't let you extract the cab file manualy
an installation on a pc without a pda connected to active sync would leave the cab files somewhere so next time the pda is connected the cabs can be transfered
search for *.cab and find the one you're looking for on the computer
Ran the .exe, found the cab, copied it.
Thanks.
Oh and UniExtract looks like a great program so I'll probably be using that next time.
NOT ALL
Not all the apps can run on the SD... thats for sure
but always you can... use setingsaivour BTW you can edit some cabs that arent sign trusted or only read with cab manager and edit the cab to apply the default installation or tell it that you dont want to choose set default main or SD... save it and tadaaaa!
I always do that... change .exe to .rar or .zip see inside extract the cab and copy it to my Cab folder on sd... always edit the sd config... and run the User customization !
this is not only easy, but it works flawlessly,
thanks
why don't you try 7zip for pocket pc? is the best way and quick cuz you ccan estract your cab files right on your ppc
just go to menu and extract, works for executables for windows
Bonusbartus said:
Hi,
Often the .exe is just a self extracting archive which you can open with winrar
doesn't always work, just right-click on the .exe en choose open with winrar...
also, when you try to install an exe file, the .cab is extracted and moved to you phone, that means you should be able to find the cab somewhere and copy it...
most of the time in \program files\microsoft active sync\(appname)
also, when you install an app, some of them ask you where to install it on your pc, in that directory you can find the cabs you need
now I'm just looking for a program that can make an cab installer that can be run on my phone and installs every cab to SD...
I found one, but it doesn't work... teksoft airwizard 1.1...
Bartus
Click to expand...
Click to collapse
Not to get off subject but teksoft is just one way. I know there is a nother and I can't remember where it was, but I'll keep looking for the cab install program and let you know where it is or provide a link, if I find it.

Extracting CABS from EXE files

How does one go about extracting the CAB file from a desktop installation EXE file so I can have it with me when I want to Hard Reset ?
When you run setup.exe a folder is created in %ProgramFiles%\Microsoft ActiveSync\ with the cab's
If you unplug your device from ActiveSync, run setup.exe, click start - run and type %ProgramFiles%\Microsoft ActiveSync\ (and press return), locate the new folder, copy the cab file to somewhere else, delete the folder, connect the device to ActiveSync, copy the cab to your storage card and your all set
There is also a program called Universal Extractor that unpacks most stuff - Google it
U can use universal extractor in some cases, or after runnig exe on PC files can be found smwhere in async directory, or it creates folder for itself in Program files (both on PC). Or after it starts installing, dont click anything ad search for *.cab. AFAIK it should work (expcept few apps)
FileJuicer
Filejuicer works for Macs. It is a good program for us mac users to get cab files out of .exe. www.filejuicer.com
I use this program but it doesn't work with all the EXE files. It worked 7 out 10 of the files that I tried to extract the CAB. Give it a try.
Wow ALL great ideas ands methods.
I was able to grab them from the active sync folder.
Duh I should have thought of that I have done that on the other end ( ppc) but not desktop.
Thanks

cab help

can someone please point me in the direction of how to load cabs i have had look on wiki i cant seem to get it to work. DO i need download some sort of software thats allows me run the cabs on my phone.
Sorry if this a silly question.
Use activesync on your computer to open up the directories on your phone...move the cab onto your phone and run it from there.
sorry do i just install anywhere for example on my sd card, and would it be for example be a setup xml file and enable file,
sorry if i sound thick but i am greatful for your help
move the CAB file you want to install anywhere on your device (SD card is good).
Open Explorer on your device and go to the cab file location and execute it.
After it installs you can delete the CAB file.
If it asks you where to install you can choose either to put it on the device or on the SD card.
If it is a plugin or something that is used ALOT (that is open all the time) best to put it on your device.
Steps:
- Download a CAB file
- Copy the CAB to you device (don't extract it! location doesn't matter)
- Use a FileManager on your device to find the CAB file
- Click on the CAB file and choose your installation target: Device or Storage Card
That's just it.
Note: Some programs\files require installation on the device or it will not work.
Good luck!

[Q] Simple question - How to install?

Hi all. I just got my Xperia X2 which is my first smartphone ever.
I'm very excited about it but my Lock Slider is rather slow.
I browsed a bit and found a few possible solutions but how do I install applications like this? This is what I want to download for my phone at the moment, but can someone please tell me how I extract it properly? And how to send it to my phone in the easiest way?
forum.xda-developers.com/showthread.php?t=781784
Howdy there,
Though I do not have any experience with your phone, I would;
1. download any give utility I wanted via my Personal Computer and then
2a. plug tha phone in my PC via USB (set it to 'Diskdrive') and copy the file(s) or
2b. plug tha phone in my PC via USB (set it to 'ActiveSync') and copy the file(s) or
2c. unplug the SDCard and stick it into my 72+1_Cardreader and then copy the files or
1b/2d. download everything via my phone (while using 'Compact View').
Start using http://filext.com if you do not know what to do with certain file extentions. Like;
pdf, arj, rar, zip, 7z
Anyway know that *.cab files can be installed on your smartphone via its file browser.
Success ,
What utility is prefered? I got no clue at all really. :-( And when I'm clicking on your shortcut "Compact View" it just goes to the home-page of forum.xda? Why is that? :-|
Compact View is for use with your phone.
Did you visit your phone's specific site here on XDA?
The Sony Ericsson Xperia X2 runs on Windows Phone 6.5, meaning there are a whole host of apps you can download onto it.
You can install additional applications on your phone, but they must be compatible with Windows Mobile version 6.5.3.
It is possible to remove the applications that you have installed, but you cannot remove applications that come with the phone.
To install an application use Explorer (find it in Program Files);
Download the application to your PC
If the application file is in compressed format, such as .zip, first extract the file
Read any installation instructions or documentation that comes with the application
Connect your phone to the computer with a USB cable.
[*]Double-click the application file (usually of .exe format (use ActiveSync to install)) to start the installation. If it is of .cab format then copy the file to your phone and tap (and hold) the file from your phone to start installation.​

[Q] Noob help w/ bkondisk and other questions

Great forum, lots of great information. I want to flash a Spanish language ROM to an HTC Excalibur, I have read a lot of the threads related to doing this and I have downloaded most of the tools as well as the ROM.
I want to do a ROM dump of the OEM ROM just in case anything goes wrong.
1) Instructions for using bkondisk.exe says
prun bkondisk [targetdir]
I need more detailed instructions, if I run this from a command prompt in Win XP it just says prun is not a recognized as a command, program or batch file.
do I have to navigate to a directory on the phone? It just says 'mobile device' location is "my documents" which is weird because I don't see my documents anywhere.
I have copied bkondisk.exe and the tools from itsutils to the windows directory on the phone.
2) general question about all .exe files eg. typical instructions will say
Run the SDA Application Unlock.exe.
Right now the file SDA Application Unlock.exe is downloaded to my PC. Where do I copy it to on the phone before running it?
I cannot run any .exe files copied to the phone.
All files which I have copied to the phone it says "converting to mobile phone format" while copying.
Any .exe file copied thusly if I double click on it it will not execute, it just shows the file size and info.
I tried running the file SDA Application Unlock from the phone's file explorer, when I did it just said "SDA Application Unlock is not a valid Windows CE program"
Summary: basically two problems, where do I put these files to be able to run them, and why is it when I copy them to my phone I can't get them to execute?

Categories

Resources