Arcsoft MMS 5.0.31.11 ITA Working for trinity - P3600 ROM Development

package here:
thanks to *netDrg* for mailing me the previous 5.0.31.09 FR version..... Thanks...
http://rapidshare.com/files/104690396/xArcsoft_MMS_5_0_31_11.zip

Thanks ervius
is there WWE version?

hmmm probably its a stupid question but.... how we install the files cointained in the zip file above?

cavallino said:
hmmm probably its a stupid question but.... how we install the files cointained in the zip file above?
Click to expand...
Click to collapse
this is italian package, not a cab to install, is you want, you can transfor it into cab file with trial version of wince cab manager, following initflashfiles.txt where it puts files, and importing rgu file like .reg file into cab....
bye!

WWE cab
ervius said:
this is italian package, not a cab to install, is you want, you can transfor it into cab file with trial version of wince cab manager, following initflashfiles.txt where it puts files, and importing rgu file like .reg file into cab....
bye!
Click to expand...
Click to collapse
It's my first try to made a cab. It cant damage your phone... only you can get a few files doubled.
Regards,
Dan

danra said:
It's my first try to made a cab. It cant damage your phone... only you can get a few files doubled.
Regards,
Dan
Click to expand...
Click to collapse
Thanks a lot !!!! try this right now !!!
Edit : It doesn't work on my P3600 !! I can't install it. It says : "Installation of Arcsoft Arcsorft MMS Composer_5_0_31_11-eng.cab was unsuccessful. The installation file is not intended for this device".

kintestyle said:
Thanks a lot !!!! try this right now !!!
Edit : It doesn't work on my P3600 !! I can't install it. It says : "Installation of Arcsoft Arcsorft MMS Composer_5_0_31_11-eng.cab was unsuccessful. The installation file is not intended for this device".
Click to expand...
Click to collapse
try this "fixed" version if works....

ervius said:
try this "fixed" version if works....
Click to expand...
Click to collapse
Trying right now !!! thanks a lot !! report in few minutes ...
Edit : Doesn't work !! damn !! I can choose the location for the installation (I choose "device") but at the end of the installation it says : "Installation of ArcSoft ArcSoft MMS Composer_5_0_31_11-eng_fixed.cab was unsuccessful"
It's better than the non-fixed version but it still doesn't work...

kintestyle said:
Trying right now !!! thanks a lot !! report in few minutes ...
Edit : Doesn't work !! damn !! I can choose the location for the installation (I choose "device") but at the end of the installation it says : "Installation of ArcSoft ArcSoft MMS Composer_5_0_31_11-eng_fixed.cab was unsuccessful"
It's better than the non-fixed version but it still doesn't work...
Click to expand...
Click to collapse
strange....
try first a softreset, and then, without do anything, install it...
I tryed but I have modified system check for not certified system files, so I can do what I want with system exe and dll, overwrite all into \windows and all works well, ever!!!

ervius said:
strange....
try first a softreset, and then, without do anything, install it...
I tryed but I have modified system check for not certified system files, so I can do what I want with system exe and dll, overwrite all into \windows and all works well, ever!!!
Click to expand...
Click to collapse
I just try first softreset and then install but same result : The installation of ArcSoft MMS 5.0.31.11 was unsuccessful
I can install ArcSoft MMS v4.2.8.1 with a cab file but the v5.0.31.11 doesn't work for me and I don't know why !! really frustrating !!

please update the newest italian version of the mms composer! i really need it!

Related

Advanced ext.rom config - del or move files from cmd line

Hi mates,
I'm currently modifying my ext.rom to install and configure every app I use, but also to configure windows itself. I managed to find a workaround for almost every issue I got, but I'm still stuck with one thing ^_^
Does anyone know a cmd-line tool to delete/move some files ?
So as I can include a batch in my extended rom installation, as I want my start menu re-organised.
Thank you for your answers !
niKo
I know copy and execute exe's but not delete or move, perhaps you could (if you program at all) write a very basic ppc app to move/delete the files and run that with extrom installation
I'm kind of a developper, but never tried myself to ppc world ^^
And.... I unfortunately miss time right now to learn that, so I would rather find a nice little .exe to do that for me
Thanks anyway !
lastnikita said:
Hi mates,
I'm currently modifying my ext.rom to install and configure every app I use, but also to configure windows itself. I managed to find a workaround for almost every issue I got, but I'm still stuck with one thing ^_^
Does anyone know a cmd-line tool to delete/move some files ?
So as I can include a batch in my extended rom installation, as I want my start menu re-organised.
Thank you for your answers !
niKo
Click to expand...
Click to collapse
After disassembling autorun.exe I found some interresting strings which would seem that besides the known commands:
Show
Exec
cab
copy1 and copy2 (copy&paste)
Lock
Reset
It could also delete, and some more usefull stuff:
Code:
(Ignore the "a"; its added by the disassembler)
aAutoruncfg 000160CC
aAutoruntype 00016618
aBkl1 000165F0
aCab 00016190 ; install Cab
aComm 000160E4
aComm_0 00016654
aCpy1 00016160 ;copy
aCpy2 00016154 ;paste
aDelete 0001601C
aDelloadvdiskfl 00016630
aDisabled 000162F0 ;Flag
aEnabled 000162E0 ;Flag
aExec 00016178 ; execute an EXE
aExtended_romAu 00016090
aForceremove 00016040
aHide 0001613C ;Hides installer, depends on enabled and Disabled
aLock 00016148 ;Lock unit during install, depends on enabled and Disabled
aNoremove 0001602C
aNouiS 00016288
aOpen 000162C8
aProgramFilesTo 000161A0
aReset 000162D4 ;flag trailing "RST"
aRst 0001616C ;reset command depends on "Reset"
aS 0001627C
aSLoadvdisk_lnk 00016528
aShow 00016184 ;show background image during install
aTurnradioflag 000165FC
aVal 00016058
XML:
Is another command, usage, unknown
Hope these strings help you building your perfect extended Rom.
You could Write a testfile eg.: test.txt and test2.txt to your extended rom of your device (because this file stays during hard reset), make a config.txt only containing the line:
Code:
Forceremove: \Extended_ROM\test.txt
Delete: \Extended_ROM\test2.txt
Otherwise try:
Code:
Exec:\windows\DeleteFile.exe \Extended_ROM\test.txt ; <- this one most defenatly works!!!
TESTED on Faria's AKU 3.3 V2
the-equinoxe said:
After disassembling autorun.exe I found some interresting strings
Click to expand...
Click to collapse
Very interesting indeed ! But unfortunately I couldn't manage to make them delete my files..... What I tried :
Forceremove:Enabled
Delete: \path\file
Forceremove: \path\file
None of that worked out.
the-equinoxe said:
Otherwise try:
Code:
Exec:\windows\DeleteFile.exe \Extended_ROM\test.txt ; <- this one most defenatly works!!!
TESTED on Faria's AKU 3.3 V2
Click to expand...
Click to collapse
THIS IS THE FILE I NEED !!!! It looks like it's not a standard OS file, I guess Faria had it integrated into a cooked rom, so..... PLEASE ! anyone having that rom could send it to me ?
Thanks for your answers, it's been very helpfull.
lastnikita said:
Very interesting indeed ! But unfortunately I couldn't manage to make them delete my files..... What I tried :
Forceremove:Enabled
Delete: \path\file
Forceremove: \path\file
None of that worked out.
THIS IS THE FILE I NEED !!!! It looks like it's not a standard OS file, I guess Faria had it integrated into a cooked rom, so..... PLEASE ! anyone having that rom could send it to me ?
Thanks for your answers, it's been very helpfull.
Click to expand...
Click to collapse
I have build you an installation Cab.
Good Luck!
Thanks a lot mate
If one day you need help with anything, just let me know.
Cheers
Glad to be at service.
That is what this forum is all about: spreading and sharing knowledge and helping eachother..
We are all a bunch of hippies
(well almost..)

How to create cab file from OEM package

Dear All
I'm trying to create cab file from OEM package (attached)
I tried the free software (attached) but it gives me error
In the Autre file mu trail that fails.
and here theexplanation page that was not usefull at all for me
Can someone guid me
Thanks
Attached.
But I use WinCECab Manager
vivi said:
Attached.
But I use WinCECab Manager
Click to expand...
Click to collapse
Thanks Vivi
This the massage after installation
Faild to read cmmmanager string!!
By the way it was working fine with OEM
???
Don't know about the message but I collected and selected files in your attached zips to build that cab.
Here it is
Thanks vivi

Artemis Windows Mobile 6 WWE

This ROM is based on the official German O2 ROM:
http://www.o2online.de/nw/support/downloads/software/xda/xdaorbit/index.html
- replaced the localized packages
- removed the O2 operator package (Settings and O2 Theme)
Big thanks to rvbcrs for helping and mirroring
I don’t have an Artemis... ok, my girlfriend has one, but she would kill me if I use that... so the ROM has not been tested.
Please report all problems here.
!!! This thread is not for questions about unlocking the device !!!
- In case that you have questions about that open your own thread -
Download the ROM by reading and clicking the red text
Some screen captures: (again thanks to rvbcrs!)
whAT about to compile it to nbh back? for exam use dopod Radio, empty extrom. And flfash it back?
Bepe ..!
this is cool
Thanks a lot
---updated---
Thought to try using the PDAMobiz package and replace the ROM and give it a try even though it's based on pdocwrite.. Result is an error during writing at some time.. So kids don't try this is you don't know how to recover using the bootloader or you'll have a brick.
------
I'm actually flashing it at the moment... I hope I won't regret this..
... but somebody has to try..
bepe said:
We had some problems to flash the OS.nb using pdocwrite... if someone has a solution for this, please help us
Click to expand...
Click to collapse
worked with small error, reset works perfect now
I need to upload pics but not allowed here..
Hi,
Can you tell us how you flashed it ? From bootloader results in a CRC/Certificate error.. Using pdocwrite (modified from PDAMobiz) resulted in a somewhat delayed write error here.. So what did I miss ?
eddie2k3 said:
worked with small error, reset works perfect now
I need to upload pics but not allowed here..
Click to expand...
Click to collapse
sparcle said:
Hi,
Can you tell us how you flashed it ? From bootloader results in a CRC/Certificate error.. Using pdocwrite (modified from PDAMobiz) resulted in a somewhat delayed write error here.. So what did I miss ?
Click to expand...
Click to collapse
press voice command button and press reset -colour bars - loaded success
then used ARTE from FTP site, copied os.nb to arte folder and rename it to windows.nb -run upgraderom.bat.
Update:
Never mind. Figured it out..
--
Hi,
What file exactly do you mean (filename pls) ? I only know of the PDAMobiz roms which are installed using a batch file.. The only ARTE I know if the official Dopod firmware update but it doesn't come with a batch file..
eddie2k3 said:
press voice command button and press reset -colour bars - loaded success
then used ARTE from FTP site, copied os.nb to arte folder and rename it to windows.nb -run upgraderom.bat.
Click to expand...
Click to collapse
sparcle said:
Hi,
What file exactly do you mean (filename pls) ? I only know of the PDAMobiz roms which are installed using a batch file.. The only ARTE I know if the official Dopod firmware update but it doesn't come with a batch file..
Click to expand...
Click to collapse
is your device orbit ?
is it cid-unlocked ?
then use winrar to unpack the (bepe) wm6 wwe rom in this page (written in red). flashed using bootloader method.
after u get german rom installed , run ARTE os flash utility from xda ftp.
ftp://xda:[email protected]/Uploads/Artemis/arte.zip unpack
copy os.nb from first folder (bepe) wwe rom to arte folder and rename os.nb to windows.nb then run UpgradeRom.bat
hard reset, soft reset done.
hello
how to run arte flasher on vista 64bit?
thanks
Requires a reset here since the os.nb/windows.nb update never finishes visually.. After that it works fine (after the reset needed during the missing bmp when customization attempts to start), exactly as you described.. Works great
For those wondering.. Works fine under Vista (32 bit version).. No idea about 64 bit version.
eddie2k3 said:
is your device orbit ?
is it cid-unlocked ?
then use winrar to unpack the (bepe) wm6 wwe rom in this page (written in red). flashed using bootloader method.
after u get german rom installed , run ARTE os flash utility from xda ftp (log in properly) link don't work if not logon properly..
ftp://ftp.xda-developers.com/Uploads/Artemis/arte.zip unpack
copy os.nb from first folder (bepe) wwe rom to arte folder and rename os.nb to windows.nb then run UpgradeRom.bat
hard reset, soft reset done.
Click to expand...
Click to collapse
I tried to flash it yesterday with the updaterom.bat file and it just stayed copying to my phone so I thought it did not work, but after killing the process after 25 min and resetting my phone I had WWE WM6 on my Artemis, still I think it is strange that pdocwrite never finishes. Apart from that great ROM some minor issues..
Cant download full ROM, only 24 M and stop, tried few times. Can someone upload to different place. Please!!
bepe said:
This ROM is based on the official German O2 ROM:
http://www.o2online.de/nw/support/downloads/software/xda/xdaorbit/index.html
- replaced the localized packages
- removed the O2 operator package (Settings and O2 Theme)
Click to expand...
Click to collapse
bepe, can you tell me how much free RAM you have? I hope that you have more than 30 MB by removing all the O2 stuff. I never had more than 30 MB after a hard reset and some of my apps need 30 but I have only 20 now.
I was wondering if the apps e.g. windows live messenger are still in German?
eddie2k3 said:
is your device orbit ?
is it cid-unlocked ?
then use winrar to unpack the (bepe) wm6 wwe rom in this page (written in red). flashed using bootloader method.
after u get german rom installed , run ARTE os flash utility from xda ftp (log in properly) link don't work if not logon properly..
ftp://ftp.xda-developers.com/Uploads/Artemis/arte.zip unpack
copy os.nb from first folder (bepe) wwe rom to arte folder and rename os.nb to windows.nb then run UpgradeRom.bat
hard reset, soft reset done.
Click to expand...
Click to collapse
Why i can't download form this link? I saw that: " 530 Permission denied". Pls tell me why? I want to use English. Thanks!
My Orbit is from O2 UK, does it still have to be CID unlocked to get this WM6 on it?
Registerme said:
bepe, can you tell me how much free RAM you have? I hope that you have more than 30 MB by removing all the O2 stuff. I never had more than 30 MB after a hard reset and some of my apps need 30 but I have only 20 now.
Click to expand...
Click to collapse
I dont have the device... but I asked someone for some screencaptures
indiekiduk said:
I was wondering if the apps e.g. windows live messenger are still in German?
Click to expand...
Click to collapse
It really is a WWE rom... I replaced all German files and rebuilded (not edited!) the Registry based on the WWE packages. The screencaptures will prove it
I suppose you really know how to do this stuff. Can you tell me which tools I need for "cookin" my own ROM? I'd like to have it in German and with my own Ext ROM, maybe I can get rid of some apps that waste my RAM. I only need the names of the tools, I'd guess they are on the xda-dev ftp server. And how do I extract the ROM from the installation file? In your signature you have a nice GUI for the Hermes stuff, is it the same for the Artemis. If you want you can send me a short PM in German.
By the way, the link should be: ftp://xda:[email protected]/Uploads/Artemis/arte.zip thats what people say about error 530

[UTIL]Newest SDConfig Tool v2, choice what install... and in different languge!!!

Hi all new version of Sd Config Tool v2:
changelog:
it can install
a) cab files into all sd card and its sub-subfolders (you can choice what and where install them);
b) tsk files
c) provxml
now it recognize automatically "sd card" name (so you can use it in non ITA and non WWE roms!)
now it recognize automatically the rom language (ITA, non ITA -> English langiage into it, but you hexediting strings, can translate in all languages you need! )
execute directly autorun.exe (the right way is: "\windows\autorun.exe" RUN), so after softreset never need to recostumize thenmail account, and maybe never lost your preferences....
try it and tell me what about newest SD Config tools v2!!!
bye!!!
doesn't work
doesn't work on my trinity wm6.1 wen i run it appears a window with la ricerca durerà del tempo wen i press ok notthing appear
ok great ervius i solved my
sd was named "scheda di memoria 2" now i renamed all is ok tank you great job
that's just what i've been looking for, thanks.
I installed the WWE one but the messages are in Italian?
ervius said:
Hi all new version of Sd Config Tool, noe, it reads all cabs, provxml and Tsk present into storage card and in its subfolders, create al list in wich you can choice, flagging what install and what not...., press ok, and all cabs.... will be installed one step one, so you can choice for languages or install-folder....
if there are present also provxml and tsk, new customization appear after softreset...
Click to expand...
Click to collapse
Great Job,my friend.
You are the BEST!!!
ervius said:
Hi all new version of Sd Config Tool, noe, it reads all cabs, provxml and Tsk present into storage card and in its subfolders, create al list in wich you can choice, flagging what install and what not...., press ok, and all cabs.... will be installed one step one, so you can choice for languages or install-folder....
if there are present also provxml and tsk, new customization appear after softreset...
Click to expand...
Click to collapse
Hello Ervius,this cab is ok for my Trinity,thank you ;-)
maury
maury71 said:
Hello Ervius,this cab is ok for my Trinity,thank you ;-)
maury
Click to expand...
Click to collapse
I released version 2:
what new???
1) multilanguage support (ITA-WWE), it recognize automatically.....
2) automatically recognize the storage card name, so, you can use it in all languages rom;
3) directly runs "\windows\autorun.exe", so maybe you never lost your costumizations....
try it (you can download v2 version at 1st post!!) and tell me what you think about....
bye!!!
Is there a screenshot please?
Hi ervius!
I've a question 4 u.
I haven't understood what u say in the first post:
ervius said:
execute directly autorun.exe (the right way is: "\windows\autorun.exe" RUN), so after softreset never need to recostumize thenmail account, and maybe never lost your preferences....
Click to expand...
Click to collapse
What does it mean?
How can I run SD Config Tools with the autorun and what does it exactly do??
If u prefer, PM me in italian!
Well, I've seen ur post about the final version.
I'll try that one.
Thank u m8!
Whats so diff about this one over the other one? Besides the multi-language?

Pawaj New ROM: ROM: :: hTc Arte and Love WM6.5.1 OS 23506 Build 23506.5.5.0 Lite

Thanks to Pawaj & pdamobiz:
ROM: :: hTc Arte and Love WM6.5.1 OS 23506 Build 23506.5.5.0 Lite
http://www.pdamobiz.com/forum/forum_posts.asp?TID=260048&PN=1
Download link:
http://files.pdamobiz.com/romcooker/pub/Pawaj/Arte_23506.rar
Go to Regional setting: and select English, originally set in Thai
I hope this is useful to everyone, a very big Thanks to Pawaj & his team
Perfbox added, I have no clue what this is and how it works, all I understand is it shows the ROM's performance
One more screen shot
One more screen shot
I will test this new ROM....
The last 23504 was good but not so fast than rom from dheewatara-s
Speed is perfect indeed,an issue occured during open SMS(can not open/read SMS) when I installed chinese package,any solution or sugestion??
Can't find the file .exe
Hi guys,
Sorry for that question, but i download from the both links and i open the rar file, i just find one file on it: ruu_signed.nbh
No other files contain the .exe file to be excuted
please check it and let me know if i have a problem here, or there is a missing file in the link....
Thanks
egitto3000 said:
Hi guys,
Sorry for that question, but i download from the both links and i open the rar file, i just find one file on it: ruu_signed.nbh
No other files contain the .exe file to be excuted
please check it and let me know if i have a problem here, or there is a missing file in the link....
Thanks
Click to expand...
Click to collapse
Just Download Romupdate utility for artemis and place this nbh file there and falsh it
hi, flashed with this rom. feels better. any chance for different startup photo.... any cab files to change it...? tq
fxdadbrowser said:
hi, flashed with this rom. feels better. any chance for different startup photo.... any cab files to change it...? tq
Click to expand...
Click to collapse
You can install : Advanced_Configuration_Tool_v3.3.cab
or
You can use : SplashScreen.exe from you PC.
bbk said:
You can install : Advanced_Configuration_Tool_v3.3.cab
or
You can use : SplashScreen.exe from you PC.
Click to expand...
Click to collapse
thanx. are those files applicable in wm 6.5.1 ? Where can I get them? (links pl)
Testing this rom now....... so far all perfect. fast, longer battery life.......stable.
Only issue with me....how to add programs for the short cuts already in today screen???
need to install every app??? any other tweek????? tnq
anyone tested this ROM? any more comments pl??
I am using it now... look @ my home!!!
Looks like a very good ROM.
@fxdadbrowser,
Can you post a memory page screenshot, please?
Is this ROM fast?
Anyone knows how to get reid of Fornando Torres form the start screen.
rao1234 said:
Anyone knows how to get reid of Fornando Torres form the start screen.
Click to expand...
Click to collapse
Exactly !!! otherwise its a good ROM.....
@GSJCDX: SC of memory page @ current stage ( after installing numerous apps and themes ++)
Mmmm... looks like it takes a lot of Program memory.
Is it because you installed new apps and themes?
GSJCDX said:
Mmmm... looks like it takes a lot of Program memory.
Is it because you installed new apps and themes?
Click to expand...
Click to collapse
Thats right. I remember it was 47+ free storage and around 24 mb free program memory after flasing and resetting.

Categories

Resources