MMS Settings For SWE ROM (3.3) - 8525, TyTN, MDA Vario II, JasJam Software Upgradin

Hey everyone, I uploaded a file on to the ftp called mms settings (currently in upload folder)
if you copy those files to your windows folder on your hermes, you should be able to get the mms configuration screen. A soft reset maybe required, but after you should be able to config and send your mms.
let me know if it works for you all as it did for me

Related

Easy if you know how! mms composer cab file install.

Sorry everyone.I've downloaded the mms composer cab file,but how do I install it?
Sure it's easy.But I'm baffled.Thanks in advance. :lol:
hi
copy it to your xda2 and click on it as easy as that.
from the xda2 screen
mms cab file
I must be silly!
Opened it on pc,copied via active sync to xda,clicked on it in my documents,and application manager.Nothing.What am I doing wrong please?
mms cab file
I must be silly!
Opened it on pc,copied via active sync to xda,clicked on it in my documents,and application manager.Nothing.What am I doing wrong please?
copy the cab file to your xda
then use file explorer to find the cab file on your xda.
then click on it
Don't open the cab file just copy it as it is
Thanks.
Was making it more difficult than it was.

.provxml files questions

Guys,
does anyone know any information about the .provxml files that are run on Hard Resst that reside in the ROM?? ie what executes them etc...
AFAIK they generally contain registry settings and are executed by PreAutorun.txt or PreConfig.txt (can't remember the exact name) found on \windows\ dir.... watch for the lines starting with "XML:".
pof said:
AFAIK they generally contain registry settings and are executed by PreAutorun.txt or PreConfig.txt (can't remember the exact name) found on \windows\ dir.... watch for the lines starting with "XML:".
Click to expand...
Click to collapse
So, I assume this is where data connection details and the like are loaded?
richy240 said:
So, I assume this is where data connection details and the like are loaded?
Click to expand...
Click to collapse
no its not... data connection details are loaded from CAB files on the ExtROM... Operators use these .provxml files onto of the base rom they receive from HTC... these files are read on a Cold Boot (Hard Reset) and their settings entered into the registry...
but they probably could be used for operator settings.... but im in the process of writing an Operator Setting application for World Wide use....
Actually in the VPA ROM I'm working on, data connections ARE stored in the provxml files.
walshieau said:
no its not... data connection details are loaded from CAB files on the ExtROM... Operators use these .provxml files onto of the base rom they receive from HTC... these files are read on a Cold Boot (Hard Reset) and their settings entered into the registry...
but they probably could be used for operator settings.... but im in the process of writing an Operator Setting application for World Wide use....
Click to expand...
Click to collapse
on the cingular rom the data connection settings are set via xml and is stored in the rom, mms is set via cab, these are both NOT in the extended rom... was different than the wizard which had all the settings in the ext rom.
Connection Settings Are Stored In The XML Files On The Original Orange Rom And Are Executed By PreAutoRun.exe Reading Which Files To Execute From PreConfig.txt.
The Original Orange Rom Didn't Have An ExtRom And So Everything Had To Be Loaded From The Windows Directory.
Also Adding The Connection Settings XML To This File
"mxipcold_zzzbetaconfig_100.provxml"
And Then Cooking The File Into A Rom Will Install The XML Settings You Want At Startup And After Hard Reset.
Cheers
mousey_ said:
Connection Settings Are Stored In The XML Files On The Original Orange Rom And Are Executed By PreAutoRun.exe Reading Which Files To Execute From PreConfig.txt.
The Original Orange Rom Didn't Have An ExtRom And So Everything Had To Be Loaded From The Windows Directory.
Also Adding The Connection Settings XML To This File
"mxipcold_zzzbetaconfig_100.provxml"
And Then Cooking The File Into A Rom Will Install The XML Settings You Want At Startup And After Hard Reset.
Cheers
Click to expand...
Click to collapse
it all depends on how 'lazy' the operator feels hahaha... because the .provxml files are basically the same as the xml files... both used to configure your device with reg tweaks and operator settings... but.. i should have my Operator Settings app out this week finally

Want all your email/connection settings restored on hardreset?

I know it sounds like im trying to sell you something well fear not this is free ok so i know you can use sprite backup or pimbackup but this can all be done using any uc complient rom and since there are becomeing alot more roms i thought i would share the way i do it so that after a hard reset everything includeing push mail, connections and contacts with assigned ringtones are all there and your ready to go. In the zip files there are several files. the cingular file is for network connections if you already have cingular/att then you don't have to touch this. the next one is for push mail you open it up in word pad and put in the correct settings i use mail2web so if you have this then just put in your user name and password and your good to go. ok the pop mail, which i have gotten from sleuth255 (thanks to sleuth255) is the same as push mail however you must create a new guid and replace it with the one already in the characteristic type go to this link to get the guid http://www.guidgen.com/. ok last is the pim.vol inorder to copy this vol or anyother you need to change this reg HKLM\System\Platform\DataPath the default is "\" you can change it to anything you want but i changed it to "\My Documents" also you might have to restart sometimes i don't have to and other times i do. copy pim.vol to the root dir of the storage card and place vol1 restore.xml and vol2 restore.xml on the storage card and make sure the path in sdconfig.txt is correct as it might differ from mine. well thats it, if you have any questions just post
Best post of the month.

[Q] XDA_UC - not importing XML file properly

hi,
newbie here, just getting into things. apologies if this is in the wrong area
trying to use XDA_UC on my HTC-HD2 to set up email accounts after flashing a new rom.
after flashing and UC running, it says "importing XML files", then i do a soft re-set, and email accounts are not there.
i have put xml file in XDA_UC directory on storgae card
attached is xml file i am using, i have of course changed account passwords
i have used details for the file setup from various templates available
any help there???
many thanks
Simon

[Q] Change Settings or Reg Edits before Building

I cooking my own ROMS, but i would like to know if there is a way to change APN settings or change registry files before Building the ROM in oskitchen...
SO lets say i want to put a custom registry..So that after the ROM is flashed to the HD2 its already been applied instead of me having to wait for the ROM to be flashed then go in an manually put it in every single time i flash the rom.
yes you can, look for the package folder you are interested in,
example
C:\Kitchen\EXT\LEO\21869\LEO_External_Packages\AdobePDF_x.x.x
and there will be an app.reg or a 0775c01a-387c-4407-b51f-aff8596c3f17.rgu (numbers will be different, , ,just look for the .reg and/or .rgu files)
Those files hold the reg entries for that package, and you can edit them directly using something like ceregistryeditor.
Or,
bundle all your reg tweaks into a .cab file (with wince cab manager for example) and then use something like cab2ext to convert the cab into an EXT package for use in your kitchen. (Make sure it gets processed after the package it is altering.)
You can also do settings stuff with provxml, particularly for stuff like wifi passwords, email accounts, data connection settings, but i dont know how to make it instal them automatically. i just use the cab/ext or direct editing of the package.
I use makisu and manually provision the xml file for apn and email.

Categories

Resources