Hi, just want to know something about file extensions. I encounter a software with 'MIPS', 'SH3' and 'ARM'; which one should i choose so that i can install the program in Xda II ? Do i need any particular program to run those files ?
Thanx for your help
Ben...
ARM
if the extension is CAB you have to copy it to XDA and run it there
EXE's can be eithet PC or PocketPC EXE's so you'll have to try, but try first on PC and if it is a pocketpc exe it will say so.
hi all
just wandering if anyone knows how to convert sis to cab file and actually make it work on ppc?
Thanks
No, there is no way: .sis and .cab are totally different file formats.
Symbian and Windows Mobile are not compatible to each other.
Compare it to Mac OS and Windows.
i have asus p525
also i have installed windows mobile 6.5
build 23064
i need to install a program which have a jad extension
how can i do that i relly need help
ty
same problem, any solution???
Who? if anyone could make this program install (and maybe even work) for me? It's a program for my car.
TY
JOE
K, its to big to add here, it's 20mb and even "rar'd" it's 15mb
Sorry, I don't understand the question. Are you saying you want to run a Windows .exe on your phone ?
Exactly right!
Not possible.
Dave
Not as it is, but I am sure there is/are people on here that can "open" up the .exe and make it so it can install and run on the phone.
hisandherturbo said:
Not as it is, but I am sure there is/are people on here that can "open" up the .exe and make it so it can install and run on the phone.
Click to expand...
Click to collapse
I very much doubt it, the code is compiled to run on x86 / x64 processors, not the ARM one on the TP2.
.Net apps might be possible to do, but unlikely.
Dave
the guy is probably talking about an installer. you should be able to extract the cab file from the exe with Winrar or something and then copy on the device and install from there.
DaveShaw said:
Not possible.
Dave
Click to expand...
Click to collapse
This.
RAMMANN said:
the guy is probably talking about an installer. you should be able to extract the cab file from the exe with Winrar or something and then copy on the device and install from there.
Click to expand...
Click to collapse
...or this.
Are you talking about Windows XP (for example) programs or WinMo apps packaged as exe not a cab?
RAMMANN said:
the guy is probably talking about an installer. you should be able to extract the cab file from the exe with Winrar or something and then copy on the device and install from there.
Click to expand...
Click to collapse
doesn't matter - if it's written for windows xp/vista/7 etc. it won't run on windows mobile. about the only thing they have in common is the work windows in the name.
hello does anyone has a answer to my question?
I am using ervius visual kitchen on a windows 7.
I have no problems with it.
But this pc needed to be repaired so I transfered all the files to another pc with windows xp.
There i have a problem when i run the kitchen it stops at the end and nothing happens the last line i read in the kitchen is: temp config.txt deleted !!!
But when i use windows 7 and run the kitchen at the end it runs the flash tool at him self.
menomenic said:
hello does anyone has a answer to my question?
I am using ervius visual kitchen on a windows 7.
I have no problems with it.
But this pc needed to be repaired so I transfered all the files to another pc with windows xp.
There i have a problem when i run the kitchen it stops at the end and nothing happens the last line i read in the kitchen is: temp config.txt deleted !!!
But when i use windows 7 and run the kitchen at the end it runs the flash tool at him self.
Click to expand...
Click to collapse
open
kitchen/tools/kitchen_build_rom.bat
find
REM **************** TOOLS\platformrebuilder.exe
if not "%errorlevel%"=="0" goto error
and edit to
REM **************** TOOLS\platformrebuilder.exe
rem if not "%errorlevel%"=="0" goto error
I have tryed it but it won't work.
Do i mis something?