View Single Post
  #6 (permalink)  
Old 04-21-2010, 04:03 PM
bsarlo's Avatar
bsarlo
PPCGeeks Regular
Offline
Threadstarter
Location: Washington
 
Join Date: Feb 2010
Posts: 238
Reputation: 485
bsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Energy ROM Custom Settings Exporter

Quote:
Originally Posted by badwolf View Post
the weather tab settings
[HKEY_CURRENT_USER\Software\HTC\Manila]
"AccuWeatherCode"="NAM|US|PA|PITTSBURGH"
"ActiveSyncConfigured"=dword:00000000
"AppointmentsEvent"=dword:001E05A4
"Data.DownloadWhenRoaming"=dword:00000001
"Data.AutoDownloadOff"=dword:00000000
"CityName"="Pittsburgh"
"HasSelectedCity"="NIL"

"TimeZone"="300"
"Weather.CityList"="NAM|US|PA|PITTSBURGH"
"Weather.CurrentCity"=dword:00000001
"WorldClock.IsPreset"=dword:00000001
"WorldClock.LocalIndex"=dword:00000001



the opera profile settings
And this will set it to download when roaming
Code:
 
Windows Registry Editor Version 5.00
 
[HKEY_CURRENT_USER\Software\HTC\Manila]
"Data.DownloadWhenRoaming"=dword:00000001
"Data.AutoDownloadOff"=dword:00000000
To Keep your Opera Settings, including the Home Page Quick Links, you need to copy the datastorage folder. If you try the XDA_UC beta, you just create the filepath Copy2Root\Program Files\Opera Mobile 10\profile\datastorage\

Folder 6 has the quick links and folder 1 has your settings

Last edited by bsarlo; 04-21-2010 at 04:06 PM.
Reply With Quote
This post has been thanked 1 times.