View Single Post
  #1 (permalink)  
Old 10-04-2008, 06:12 PM
foxnews's Avatar
foxnews
Regular 'Geeker
Offline
 
Join Date: Sep 2008
Posts: 299
Reputation: 220
foxnews is keeping up the good workfoxnews is keeping up the good workfoxnews is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Tired of set up your phone everytime you flash a ROM? read here

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/
Attached Files
File Type: zip MAKECAB.zip (77.1 KB, 159 views) Click for barcode!

Last edited by foxnews; 10-04-2008 at 11:53 PM.
Reply With Quote
This post has been thanked 24 times.