PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Diamond (http://forum.ppcgeeks.com/forumdisplay.php?f=66)
-   -   Tired of set up your phone everytime you flash a ROM? read here (http://forum.ppcgeeks.com/showthread.php?t=39470)

foxnews 10-04-2008 06:12 PM

Tired of set up your phone everytime you flash a ROM? read here
 
1 Attachment(s)
well, I flash my phone many times, and every flash I lost all my settings. there too many settings that I have to remember, and it consumes too much time to set them back. Here are a few tricks to make flashing no longer a nightmare.

Create a cab file with all register settings and run the cab file whenever you want set all your settings. Below I included an example of settings for the followings:

- yahoo email account
- tethering settings (sprint)
- Resco file explorer settings


here are the steps:
1) copy the below xml text to notepad
2) add more settings if you need and changes the setting values to your own values. if you don't know your registry setting, look them in your phone reg
3) save the file as "_Setup.xml" under C:\ (can be any where)
4) save the makecab.exe file, attached below, to c:\
4) open a DOS command (type cmd from run or search command)
5) type c:\makecab _Setup.xml mysettings.cab
6) run mysettings.cab everytime you need to set your settings



<wap-provisioningdoc>

<!-- Email Account settings-->
<characteristic type="EMAIL2">
<characteristic type="{089535d0-d4ee-4630-9467-05f1807820a9}">
<parm name="SERVICENAME" value="yourEmail" />
<parm name="SERVICETYPE" value="IMAP4" />
<parm name="INSERVER" value="imap.mail.yahoo.com" />
<parm name="OUTSERVER" value="smtp.mobile.mail.yahoo.com" />
<parm name="NAME" value="yourEmail" />
<parm name="REPLYADDR" value="" />
<parm name="AUTHNAME" value="yourEmail" />
<parm name="AUTHSECRET" value="yourEmailPassword" />
<parm name="DOMAIN" value="" />
<parm name="AUTHREQUIRED" value="1" />
<parm name="LINGER" value="120" />
<parm name="RETRIEVE" value="1024" />
<parm name="KEEPMAX" value="0" />
<parm name="DWNDAY" value="3" />
<parm name="SMTPALTENABLED" value="0" />
<parm name="SMTPALTAUTHNAME" value="" />
<parm name="SMTPALTPASSWORD" value="" />
<parm name="SMTPALTDOMAIN" value="" />
<characteristic type="TAGPROPS">
<parm name="8128000B" value="0"/>
<parm name="812C000B" value="0"/>
</characteristic>
</characteristic>
</characteristic>


<characteristic type="Registry">
<!-- Tethering Settings -->
<characteristic type="HKCU\Software\Microsoft\InternetSharing">
<parm name="LastCellConnection" value="Sprint" datatype="string" />
</characteristic>
<characteristic type="HKLM\Comm\InternetSharing\Settings">
<parm name="ForceCellConnection" value="Sprint" datatype="string" />
</characteristic>
<characteristic type="HKLM\Comm\InternetSharing">
<parm name="Extension" value="" datatype="string" />
</characteristic>

<!-- Resco File Explorer Settings -->
<characteristic type="HKLM\Software\Resco\Explorer\Options">
<parm name="AutoHideScroller" value="0" datatype="integer" />
<parm name="DblClickMode" value="1" datatype="integer" />
<parm name="SecondToolbar" value="0" datatype="integer" />
</characteristic>
</characteristic>
</wap-provisioningdoc>



Restore your Opera Favorite links:
1) copy the following text below and add your favoriate links to Notepad
2) save it as "opera6.addr"
3) copy it to your phone undeer \window\Opera9


Opera Hotlist version 2.0
Options: encoding = utf8, version=3
#URL
ID==1
NAME==Business Yahoo News
CREATED==1222381776
URL==http://us.m.yahoo.com/p/news?nm=business&feed=b4c910
#URL
ID==2
NAME==CNN
CREATED==1222381469
URL==http://m.cnn.com/

rainfreak 10-04-2008 06:20 PM

Re: Tired of set up your phone everytime you flash a ROM? read here
 
Nice work, thanks for sharing.

rollrsk8ter 10-04-2008 11:19 PM

Re: Tired of set up your phone everytime you flash a ROM? read here
 
So where would I find my exchange server settings? Thanks in advance!

foxnews 10-04-2008 11:46 PM

Re: Tired of set up your phone everytime you flash a ROM? read here
 
Quote:

Originally Posted by rollrsk8ter (Post 446051)
So where would I find my exchange server settings? Thanks in advance!

sorry, I don't use exchange. usually, I use search function in Resco Register editor.

for example, if I want to know the reg setting where Note save notes, I search for "note" and found it under software/microsoft/note/FileDest

tobeychris 10-04-2008 11:47 PM

Re: Tired of set up your phone everytime you flash a ROM? read here
 
It would be easier to use an actual cab making program... that way you could also easily view, edit and even add files to it, to each their own.

foxnews 10-04-2008 11:52 PM

Re: Tired of set up your phone everytime you flash a ROM? read here
 
I just edit my first post and added instruction on how to restore your Opera favorite links.

TheDude1120 10-05-2008 05:22 PM

Re: Tired of set up your phone everytime you flash a ROM? read here
 
thanks, ill try this later

seamus 10-05-2008 06:41 PM

Re: Tired of set up your phone everytime you flash a ROM? read here
 
How about the settings for favorite people???? Any way to add that in?

I have sucessfully restored my opera bookmarks by having a custom file save under PIM Backup use the Opera6.adr file. Perfectly successful

Tried to use PIM Backup for favorite people - tried to save file pim.vol - Not so successful -

Same thing for using PIM Backup for email addresses - again not so successful.

Both of the unsuccessful attempts above for settings - PIMBackup said that it couldn't write the old files.

Also with PIMBackup, after you flash a new ROM you have to re-enter the custom settings for files and email options (as if they work anyways)

richrosa 10-05-2008 11:03 PM

Re: Tired of set up your phone everytime you flash a ROM? read here
 
Quote:

Originally Posted by foxnews (Post 445769)
Restore your Opera Favorite links:
1) copy the following text below and add your favoriate links to Notepad
2) save it as "opera6.addr"
3) copy it to your phone undeer \window\Opera9

This works great, a couple of changes though.
Restore your Opera Favorite links:
1) copy the following text below and add your favorite links to Notepad
2) save it as "opera6.adr" (target file changed)
3) copy it to your phone under \windows\Opera9 (directory changed)

ivan1.ruiz 11-15-2008 10:45 AM

Re: Tired of set up your phone everytime you flash a ROM? read here
 
I know it has been asked before but does anyone know how to setup the exchange server settings???? If i find out before anyone does i will post steps


All times are GMT -4. The time now is 09:53 AM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0