Hi,
I've this reg for other devices, but I can't find a working one for my Topaz WM6.5 Leo.
This doesn't work at all
<characteristic type="HKLM\Drivers\BuiltIn\RIL">
<parm name="BatteryTimeoutInCall" value="1" datatype="integer" />
<parm name="BattSuspendTimeoutInCall" value="1" datatype="integer" />
<parm name="EnableFastDormantDisplayDuringCall" value="1" datatype="integer" />
</characteristic>
<characteristic type="HKCU\ControlPanel\Phone">
<parm name="Sleep" value="1" datatype="integer" />
</characteristic>
<characteristic type="HKCU\ControlPanel\BackLight">
<parm name="LightSensorPollingEnable" value="1" datatype="integer" />
</characteristic>
Click to expand...
Click to collapse
Does anyone know how to make phone lock during call so you can't push "End Call" with face?.
I don't want S2U2's or so ever. Just a reg that disables screen or hides end call during call...
Thanks in advance.
Hi,
Like many users, I do a lot of ROM flashing
Everytime I need to re-install a lot of apps and do some customizing.
Is there a app that can do:
- Backup ActiveSync settings
- Backup favourites
- Backup all installed apps
- Backup homescreen shortcut icon settings
If so, can I use it with different ROM cookers and different languages ?
Regards,
Marcel
For backup of everything but settings i use Google Sync in combination with MyPhone (Microsoft). This works like a charm.
- Backup favourites
I am currently trying this http://www.fuzemobility.com/tip-add-and-control-sense-fav-people-from-outlook
I'll post again if I have more information to wether this works or not.
edit: Ok, I tested this thing. It doesn't work. Method I used:
1- Create "HTC Favorite" group in Google contacts
2- Added a contact to the newly created group
3- Ran sync on device.
Result: the contact is not added to the fav-list on the device.
What I do notice though, when I add a contact on the device to be a fav and I check that contact in Google Contacts (after it's being synced ofcourse), I see a <FDMID>123456789</FDMID> -random numbers chosen-, is added to the contact's metadata, in "notes". Anyone knows if we can make some goodies out of this??
I meant my apps backup and apps settings ...
My contacts, calendar are backuped by MS Exchange ...
Can Sprite Backup do this job ?
i to would like something like this.
currently using SPB Backup 2.1.0
But im not sure how much of everything this backs up.
Like customiced icons etc.
(with full backup i like to think its backs up registry and.... everything else.)
xivius said:
I meant my apps backup and apps settings ...
My contacts, calendar are backuped by MS Exchange ...
Can Sprite Backup do this job ?
Click to expand...
Click to collapse
Use ActiveSync.
Install apps to Storage Card.
Backup needed registry keys.
Backup needed folders & files.
Backup done.
Using fully automated backup solutions will make your device buggy.
djet said:
Use ActiveSync.
Install apps to Storage Card.
Backup needed registry keys.
Backup needed folders & files.
Backup done.
Using fully automated backup solutions will make your device buggy.
Click to expand...
Click to collapse
is there a way to backup ActiveSync settings in a reg key ?
xivius said:
is there a way to backup ActiveSync settings in a reg key ?
Click to expand...
Click to collapse
Better make a provisioning XML CAB for Exchange account.
Here is a sample I use:
Code:
<wap-provisioningdoc>
<characteristic type="Sync">
<characteristic type="Settings">
<parm name="SyncWhenRoaming" value="1"/>
<parm name="PeakStartTime" value="1000"/>
<parm name="PeakEndTime" value="1900"/>
<parm name="PeakFrequency" value="60"/>
<parm name="OffPeakFrequency" value="240"/>
<parm name="BodyTruncation" value="-1"/>
<parm name="MailBodyTruncation" value="20480"/>
<!--
<parm name="MailFileAttachments" value="10240"/>
-->
<parm name="DisconnectWhenDone" value="0"/>
<parm name="ConflictResolution" value="1"/>
</characteristic>
<characteristic type="PeakDays">
<parm name="Sun" value="0"/>
<parm name="Mon" value="1"/>
<parm name="Tue" value="1"/>
<parm name="Wed" value="1"/>
<parm name="Thr" value="1"/>
<parm name="Fri" value="1"/>
<parm name="Sat" value="0"/>
</characteristic>
<characteristic type="Connection">
<parm name="Domain" value="domain.local"/>
<parm name="Password" value="Password"/>
<parm name="SavePassword" value="1"/>
<parm name="Server" value="server.dot.com"/>
<parm name="User" value="username"/>
<parm name="URI" value="Microsoft-Server-ActiveSync"/>
<parm name="UseSSL" value="1"/>
</characteristic>
<characteristic type="Mail">
<parm name="Enabled" value="1"/>
<parm name="EmailAgeFilter" value="0"/>
</characteristic>
<characteristic type="Calendar">
<parm name="Enabled" value="1"/>
<parm name="CalendarAgeFilter" value="0"/>
</characteristic>
<characteristic type="Contacts">
<parm name="Enabled" value="1"/>
</characteristic>
<characteristic type="Tasks">
<parm name="Enabled" value="1"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
djet said:
Better make a provisioning XML CAB for Exchange account.
Here is a sample I use:
Code:
<wap-provisioningdoc>
<characteristic type="Sync">
<characteristic type="Settings">
<parm name="SyncWhenRoaming" value="1"/>
<parm name="PeakStartTime" value="1000"/>
<parm name="PeakEndTime" value="1900"/>
<parm name="PeakFrequency" value="60"/>
<parm name="OffPeakFrequency" value="240"/>
<parm name="BodyTruncation" value="-1"/>
<parm name="MailBodyTruncation" value="20480"/>
<!--
<parm name="MailFileAttachments" value="10240"/>
-->
<parm name="DisconnectWhenDone" value="0"/>
<parm name="ConflictResolution" value="1"/>
</characteristic>
<characteristic type="PeakDays">
<parm name="Sun" value="0"/>
<parm name="Mon" value="1"/>
<parm name="Tue" value="1"/>
<parm name="Wed" value="1"/>
<parm name="Thr" value="1"/>
<parm name="Fri" value="1"/>
<parm name="Sat" value="0"/>
</characteristic>
<characteristic type="Connection">
<parm name="Domain" value="domain.local"/>
<parm name="Password" value="Password"/>
<parm name="SavePassword" value="1"/>
<parm name="Server" value="server.dot.com"/>
<parm name="User" value="username"/>
<parm name="URI" value="Microsoft-Server-ActiveSync"/>
<parm name="UseSSL" value="1"/>
</characteristic>
<characteristic type="Mail">
<parm name="Enabled" value="1"/>
<parm name="EmailAgeFilter" value="0"/>
</characteristic>
<characteristic type="Calendar">
<parm name="Enabled" value="1"/>
<parm name="CalendarAgeFilter" value="0"/>
</characteristic>
<characteristic type="Contacts">
<parm name="Enabled" value="1"/>
</characteristic>
<characteristic type="Tasks">
<parm name="Enabled" value="1"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
Click to expand...
Click to collapse
This sound great! After a made this XML, how can I use it ?
xivius said:
This sound great! After a made this XML, how can I use it ?
Click to expand...
Click to collapse
Name it _setup.xml and make a cab with the following command:
Code:
MakeCAB.exe /D COMPRESS=OFF _setup.xml result.cab
djet said:
Name it _setup.xml and make a cab with the following command:
Code:
MakeCAB.exe /D COMPRESS=OFF _setup.xml result.cab
Click to expand...
Click to collapse
thanks! A great solution!
nevermind i got it
Just look in the .xml file of the cab which installs the tweaks. It should have the registry location in there.
I'm working on a mac
I am working on a mac here, I installed the update at a friends house. Mac OSX doest allow me to look at the XMLs of the cab, is there any way to do that through the phone without installing the cab, or does anyone know the registry that needs to be edited? Please let me know, my phone kinda sucks without internet. Thanks!
Looking at the XMLs
Ok, I managed to look within the XML files. there are quite a few here, I do not want to change the wrong one so if anyone can point me in the right dirrection, I would appreciate it.
- <characteristic type="HKLM\Software\OEM\PhoneSetting">
<parm name="AllowRoaming" value="1" datatype="integer" />
<parm name="AutoPrepend_1" value="1" datatype="integer" />
<parm name="DataCallLock" value="0" datatype="integer" />
<parm name="DataRoamGuard" value="1" datatype="integer" />
<parm name="DataRoamNeverAsk" value="1" datatype="integer" />
<parm name="ModemLock" value="0" datatype="integer" />
<parm name="PhoneSettingExt-DLL" value="PhoneAdvanced.dll" datatype="string" />
<parm name="RoamingAlert" value="0" datatype="integer" />
<parm name="ShowTimeSyncUpdateNow" value="1" datatype="integer" />
<parm name="TimeSyncUpdateNow_Method" value="1" datatype="integer" />
<parm name="VoiceLock" value="0" datatype="integer" />
</characteristic>
out of this one I think it might be the modem lock?
or
- <characteristic type="HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings">
<parm name="AggressiveCacheFlush" value="0" datatype="integer" />
<parm name="AllowCookies" value="0" datatype="integer" />
<parm name="DialogTimeOut" value="300000" datatype="integer" />
<parm name="DisableCachingOfSSLPages" value="0" datatype="integer" />
<parm name="EnableAutodial" value="1" datatype="integer" />
<parm name="EnableHttp1_1" value="1" datatype="integer" />
<parm name="EnableNegotiate" value="1" datatype="integer" />
<parm name="MaxConnectionsPerServer" value="10" datatype="integer" />
<parm name="ProxyHttp1.1" value="1" datatype="integer" />
<parm name="SecureProtocols" value="oAAAAA==" datatype="binary" />
<parm name="ShowDialogFullScreen" value="1" datatype="integer" />
<parm name="WarnOnPolicyDisallow" value="0" datatype="integer" />
<parm name="WarnOnZoneCrossing" value="0" datatype="integer" />
or
- <characteristic type="HKLM\Comm\ConnMgr\Providers\{7C4B7A38-5FF7-4bc1-80F6-5DA7870BB1AA}\Connections\Phone as Modem">
<parm name="AlwaysOn" value="0" datatype="integer" />
<parm name="ConnectionGUID" value="{E8F7941B-F379-E1C7-A25E-9C1425630A20}" datatype="string" />
<parm name="DestId" value="{ADB0B001-10B5-3F39-27C6-9742E785FCD4}" datatype="string" />
<parm name="Enabled" value="0" datatype="integer" />
<parm name="EntryType" value="0" datatype="integer" />
<parm name="ReadOnly" value="0" datatype="integer" />
<parm name="RequirePw" value="0" datatype="integer" />
<parm name="Secure" value="0" datatype="integer" />
<parm name="SecureLevel" value="0" datatype="integer" />
That might unlock your modem to accept different settings. If you want to try it, backup registry, change and test it. You shouldn't hurt anything else by changing that registry.
I believe you might also want to look into the "PhoneSettingsExt-DLL". Here is some info on that:
http://forum.ppcgeeks.com/showpost.php?p=1326489&postcount=17951
crxer0007 said:
nevermind i got it
Click to expand...
Click to collapse
Was ur issue with the sprint default connection keepin you from going online and receiving MMS? if so, what did u do because I'm havin that same prob?
hi all experts,
I'm trying to configure my LG-E900 phone's device manager account using the OTA-CP (Over the Air Client Provisioning).
I'm able to deliver the WBXML to the phone but I'm unable to provision the phone / Create the device manager account using the
WBXML settings sent to the phone over the air. I keep getting the message
"Couldn't change phone settings - Your phone's settings couldn't be changed".
I'm using the following XML ,which I'm converting to WBXML and sending to the phone OTA.
<?xml version="1.0" encoding="UTF-8" ?>
<wap-provisioningdoc version="1.1">
<characteristic type="APPLICATION">
<parm name="APPID" value="w7"/>
<parm name="PROVIDER-ID" value="funambol"/>
<parm name="NAME" value="Funambol"/>
<parm name="ADDR" value="https://funm.moota.com:8443/funambol/dm"/>
<parm name="TO-NAPID" value="ppwap"/>
<parm name="ROLE" value="12"/>
<parm name="INIT"/>
<characteristic type="APPAUTH">
<parm name="AAUTHLEVEL" value="APPSRV"/>
<parm name="AAUTHTYPE" value="DIGEST"/>
<parm name="AAUTHNAME" value="funambol"/>
<parm name="AAUTHSECRET" value="funambol"/>
</characteristic>
<characteristic type="APPAUTH">
<parm name="AAUTHLEVEL" value="CLIENT"/>
<parm name="AAUTHTYPE" value="DIGEST"/>
<parm name="AAUTHSECRET" value="srvpwd"/>
</characteristic>
</characteristic>
<characteristic type="NAPDEF">
<parm name="NAPID" value="ppwap"/>
<parm name="NAME" value="Dialog Internet"/>
<parm name="BEARER" value="GSM-GPRS"/>
<parm name="NAP-ADDRESS" value="ppwap"/>
<parm name="NAP-ADDRTYPE" value="APN"/>
</characteristic>
<characteristic type="SecurityPolicy">
<parm name="4104" value="1"/>
<parm name="4105" value="3"/>
<parm name="4108" value="2048"/>
<parm name="4109" value="3072"/>
<parm name="4110" value="64"/>
<parm name="4111" value="3732"/>
<parm name="4113" value="1"/>
<parm name="4121" value="140"/>
<parm name="4129" value="1"/>
<parm name="4119" value="0"/>
<parm name="4141" value="0"/>
<parm name="4142" value="3200"/>
<parm name="4143" value="3200"/>
</characteristic>
<characteristic type="CertificateStore">
<characteristic type="ROOT">
<parm name="EncodedCertificate" value="MIIEbzCCA1egAwIBAgIDAIJQMA0GCSqGSIb3DQEBBQUAMEAxCzAJBgNVBAYTAlVTMRcwFQYDVQQKEw5HZW9UcnVzdCwgSW5jLjEYMBYGA1UEAxMPR2VvVHJ1c3QgU1NMIENBMB4XDTExMDQwMzE1MDg1MVoXDTEyMDcwNjAwMzY0N1owgYcxKTAnBgNVBAUTIGM0Szk5Y0lhMHZZRTdwUnkzY2Zyc3IzZWxxNG4yamVxMQswCQYDVQQGEwJOTzENMAsGA1UECBMET3NsbzENMAsGA1UEBxMET3NsbzEZMBcGA1UEChMQTW9vdGEgVGVsZWNvbSBBUzEUMBIGA1UEAwwLKi5tb290YS5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvkRQ6H4k2ngqDoQQCt1P+U5ccIUoByuKbcA5fYJ9/v4StITYEwMePvJRTBsLjV8DdByDjB4V0qKPoMK37pGjIEsJ4jQMT5i36CgwbiluHaUUiQJCdZDclx4rmdk3qa2OQfb5XDNG+z1nsz+mFcXJTBk0jfOesa3RqBxBWKxdOV+xa7wPiQym7SMFArnIL73WtxQvmml+tny5MUc1/xylUG4iRKLH3t+A3QUTnD3KuReJID+F+f5S4UHD1AfnNRSYfKkAquTvoNEdgo7+sXGi5NJSw3ApVDtvRNZoAoq/qLpPqJXFNk8GI4imYPJCaqmAK7UWZvopLT9HIR81+ZoI7AgMBAAGjggEoMIIBJDAfBgNVHSMEGDAWgBRCeVQbYc1VKz5j1TxIV/Wf+0XOSjAOBgNVHQ8BAf8EBAMCBaAwHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMCEGA1UdEQQaMBiCCyoubW9vdGEuY29tggltb290YS5jb20wPQYDVR0fBDYwNDAyoDCgLoYsaHR0cDovL2d0c3NsLWNybC5nZW90cnVzdC5jb20vY3Jscy9ndHNzbC5jcmwwHQYDVR0OBBYEFARmed8FGmP5lckvDg3A8p9cpetuMAwGA1UdEwEB/wQCMAAwQwYIKwYBBQUHAQEENzA1MDMGCCsGAQUFBzAChidodHRwOi8vZ3Rzc2wtYWlhLmdlb3RydXN0LmNvbS9ndHNzbC5jcnQwDQYJKoZIhvcNAQEFBQADggEBAFhuJQIxLknf5y+e3uCFGXPB+68SbsaG0ZCTKThtr57OqbsvJ/xByyiJcuFcJ/+EZ7KOjuP6BK8qCQLXR8vSqV1mcyMRiJMrkGM6fT7XUJpOXW485XYh7Dye1W8QEK43xY3wkr1JT9M7ryv0hHt2MmwgssmqsRZFxhy9WZk/XFxgNkxEff9WF91c+d/L+MUC3E79i0bCuyWQQ0BfuJ/6/G2Csny9Kx5CUdZM3F0DXu+BzjmsSp90U9Oqje5gh7Ekxnmx7OQyrbBnHNkjMpTwQ3WSjAPGrR745zkOFkaAAuAksFtliWlAzWSN4Cm/LQEb+bN28CSXkuq+NVY+w9wOjIk="/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
Any Ideas ??. I'm stuck with this issue for three weeks now .
./Ramesh
http://forum.xda-developers.com/showthread.php?t=1452029
I was the above XAP for changing the accents and themes on Samsung phones and I edited it to use my own colors. Here is the code I used (I have a very strong feeling this is where I went wrong...):
Code:
<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKLM\ControlPanel\Themes\1\Accents">
<parm name="17" value="0" datatype="integer" />
<parm name="18" value="9266" datatype="integer" />
<parm name="19" value="2368548" datatype="integer" />
<parm name="20" value="8448" datatype="integer" />
</characteristic>
<characteristic type="HKLM\ControlPanel\Themes\0\Accents">
<parm name="17" value="0" datatype="integer" />
<parm name="18" value="9266" datatype="integer" />
<parm name="19" value="2368548" datatype="integer" />
<parm name="20" value="8448" datatype="integer" />
</characteristic>
<characteristic type="HKLM\ControlPanel\Themes\AccentsDisplayName">
<parm name="17" value="Black" datatype="string" />
<parm name="18" value="Dark Blue" datatype="string" />
<parm name="19" value="Slate" datatype="string" />
<parm name="20" value="Sage" datatype="string" />
</characteristic>
</characteristic>
<characteristic type="Registry">
<characteristic type="HKLM\System\AutoDataConfig">
<parm name="RunADC" value="1" datatype="integer" />
</characteristic>
<characteristic type="HKLM\System\AutoDataConfig">
<parm name="ConfigurationStatus" value="0" datatype="integer" />
</characteristic>
<characteristic type="HKLM\System\AutoDataConfig">
<parm name="Attempt" value="0" datatype="integer" />
</characteristic>
<characteristic type="HKLM\System\AutoDataConfig">
<parm name="MaxAttemptsAllowed" value="5" datatype="integer" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
I deployed it, deleted it, and then used diagnostics to save it, powered off device, and then powered it on. After these steps I was no longer able to access the theme section of settings and I could not access any homebrew apps nor the diagnostics menu. I'm just curious if any would know how to fix this, or could point me in a direction of how. I would rather not have to reset my phone as I'm sure you understand.
Thanks!
-bmk