@contable, this message is for you
All these tweaks are just a collection of the tweaks I found useful and still use in my phone.
They were posted/discovered from other users from xda that I will singly thank for each tweak.
- Faster Boot - Only on Ativ S with WP8.1- (tnx to
@thals1992 and
@marass82 )
HKLM (dword)
PATH: System\CurrentControlSet\Pnp
KEY: BootOptions
VALUE: 00000003
- Reduce the time of sensor delay when passing from a light place to another (tnx to
@AlvinPhilemon )
It works on my wp8.1 pfd Ativ S
HKLM (dword)
PATH: Software\OEM\AutoBrtightness
KEY: TransitionDelay
VALUE: 000001 (default 3)
- Soft vibration-haptic feedback when pressing physical buttons -as a Galaxy S3- (tnx again to Alvin)
You should put both the keys on a single button to activate the tweak
HKLM (dword)
PATH: System\Touch\Buttons
KEY1: Duration
VALUE1: 20 (default 25)
(same path and dword)
KEY2: Intensity
VALUE2: 30 (default 50)
- Disable Camerasound (tnx to
@-W_O_L_F-)
the same tweak from wphtweaks didn't work for me with wp8.1, so you could add it.
HKLM (dword)
PATH: Software\Microsoft\EventSounds\Sounds\Camera
KEY: Disabled
VALUE: 0 (default 1)
- Save Maps to sd , already working in wphtweaks but why not adding it (tnx to
@djtonka)
HKLM (dword)
PATH:System\Maps\Storage
KEY:UseExternalStorage
VALUE: 1 (def 0)
- Show USB in settings -only on 8.1- (tnx to
@Loco5150)
HKLM (dword)
PATH: Software\Microsoft\Shell\USB
KEY: DisableUSBControlPanel
VALUE: 0 (default 1)
- Add 'export on sim' in the addressbook settings (tnx again to
@spavlin and djtonka)
HKLM (dword)
PATH: Software\Microsoft\Contacts\SIM
KEY: EnableSIMAddressBookAndExport
VALUE: 00000001
- Increase the sd performances (tnx to djtonka)
enable HS200 feature on eMMC-only working in wp8.1
HKLM(dword)
PATH: System\ControlSet001\Services\SdBus\Parameters
KEY1: DisableHS200Support
VALUE1: 0 (default 1)
(same path and dword)
KEY2: DisableUhsSupport
VALUE2: 0 (default 1)
Then.. a question.. What does THIS TWEAK? I've never undestrood.
as GDTD says
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\FileSystem]
Lots of interesting values (these are the values controlled by the "fsutil" program on Windows). The ones most interesting to those who would tinker with symplinks are the following:
"SymlinkLocalToLocalExecution"
"SymlinkLocalToRemoteExecution"
"SymlinkRemoteToLocalExecution"
"SymlinkRemoteToRemoteExecution"
These are all DWORDs and are all disabled by default on the phone (unlike on the PC, where the "LocalTo*" ones are enabled). Set the values from 0 to 1 to enable.
and then this..what is it done for?
as spavlin says
[HKEY_LOCAL_MACHINE\SYSTEM\Accessibility]
"tty_UI"=dword:00000001
"telecoil_UI"=dword:00000001
"compactMode"=dword:00000001
Cheers,
@contable let me know what tweaks you'll add.