Jailbreak:WP7: Unterschied zwischen den Versionen

Aus Alexander's Wiki
Zeile 40: Zeile 40:
  "DeveloperUnlockState"=dword:1
  "DeveloperUnlockState"=dword:1
</source>
</source>
Auslöser-Sound wird deaktiviert, wenn Master Volumen = 0
<source lang="text">
[HKEY_LOCAL_MACHINE\Audio\StreamClass\Output\10]
"BypassDeviceGain"=dword:0
</source>
Auslösegeräusch dauerhaft deaktivieren
<source lang="text">
[HKEY_LOCAL_MACHINE\Audio\StreamClass\Output\10]
"ClassGain"=dword:0
</source>
Lockscreen deaktivieren
<source lang="text">
[HKEY_LOCAL_MACHINE\System\State]
"Lock"=dword:1
</source>
Lockscreen auf "nie" stellen
<source lang="text">
[HKEY_LOCAL_MACHINE\ControlPanel\Lock]
"DisableNever"=dword:0
</source>
3G Toogle zeigen
<source lang="text">
[HKEY_LOCAL_MACHINE\Software\Microsoft\Connectivity\CellularCPL]
"Show3GToggle"=dword:1
</source>
Bluetooth A2DP-Einstellungen ändern
<source lang="text">
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\A2DP\Settings]
"UseJointStereo"=dword:1    ;For A2DP audio quality in AKU2.3 and above.
"BitPool"=dword:1E          ;By default, A2DP uses a bitpool of 0x30. 0x40 - Better than Excellent audio quality 0x3A.
"MaxSupportedBitPool"=dword:50 ; PTS 3.0.1 requests Max Bit Pool is 0x35.
</source>





Version vom 11. Februar 2012, 15:58 Uhr

getestet

Installation von Anwendungen mit höheren Rechten

[HKEY_LOCAL_MACHINE\Software\Microsoft\DeviceReg\Install]
 "MaxUnsignedApp"=dword:2147483647

Prevent Relock für ChevronWP7 entriegelt Gerät

[HKEY_LOCAL_MACHINE\Software\Microsoft\DeviceReg]
 "PortalUrlProd"=""
 "PortalUrlInt"=""

noch nicht getestet

Radio Lautstärke erhöhen

[HKLM/Software/Widcomm/FM]
 "Volume"=dword:25500

Radio mit und ohne Kopfhörer

[HKLM/Software/Widcomm/FM]
 "AntennaType"=dword:1

Multitasking für Apps aktivieren

HKLM\Software\Microsoft\TaskHost]
 "DehydrateOnPause"0"

Gerät entsperren (Chevron zutreffend)

[HKEY_LOCAL_MACHINE\Comm\Security\LVMod]
 "DeveloperUnlockState"=dword:1

Auslöser-Sound wird deaktiviert, wenn Master Volumen = 0

[HKEY_LOCAL_MACHINE\Audio\StreamClass\Output\10]
 "BypassDeviceGain"=dword:0

Auslösegeräusch dauerhaft deaktivieren

[HKEY_LOCAL_MACHINE\Audio\StreamClass\Output\10]
 "ClassGain"=dword:0

Lockscreen deaktivieren

[HKEY_LOCAL_MACHINE\System\State]
 "Lock"=dword:1

Lockscreen auf "nie" stellen

[HKEY_LOCAL_MACHINE\ControlPanel\Lock]
 "DisableNever"=dword:0

3G Toogle zeigen

[HKEY_LOCAL_MACHINE\Software\Microsoft\Connectivity\CellularCPL]
 "Show3GToggle"=dword:1




Bluetooth A2DP-Einstellungen ändern

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\A2DP\Settings]
 "UseJointStereo"=dword:1    ;For A2DP audio quality in AKU2.3 and above.
 "BitPool"=dword:1E          ;By default, A2DP uses a bitpool of 0x30. 0x40 - Better than Excellent audio quality 0x3A.
 "MaxSupportedBitPool"=dword:50 ; PTS 3.0.1 requests Max Bit Pool is 0x35.



Unlock-Typen

Unlocktyp Beschreibung
Developer Unlock / ChevronWP7 Man kann max. 10 XAP-Dateien installieren.

Developer (normal): Kostet 99 US$ Registrierungsgebühr

Developer (Student): Kostenlos (Emailadresse der UNI)

Chevron WP7: Kostet 9 US$ Registrierungsgebühr

Interop Unlock Die XAP-Dateien können auf die Interop-Bibliothek zugreifen, so z.B. auf die Registry
Full Unlock WinCE-Programme (*.exe) können nativ ausgeführt werden