- Oct 19, 2014
- 14
- 0
- 0
Please be careful, you will need to modify register and system files, so it can be dangerous.
I've read a lot of guide during the time, i think a organized summary can be useful :smile:
I've tested the current guide on build 10.0.10586.164.
- hard reset (optional)
- set dev unlock
- install on pc this xap deployer [TUTORIAL] Deploy XAPs easily with WPV
- installing this app [XAP] SamWP8 Tools [v1.6.4]. System tools (Use WPV, stock deployer will fail)
- open SamWP8 Tools and apply unlock (check all 3 button)
- in the app swap to registry, time to edit:
- HKLM\SOFTWARE\Microsoft\Shell\OEM\Brightness" name="LowBrightnessPct" type="string" value="E" #Set the min brightness to 14 from 25
- HKLM\SOFTWARE\Microsoft\Shell\OEM\Brightness" name="MediumBrightnessPct" type="dword" value="28" #Medium to 40 from 50
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\diagtrack #Windows telemetry, useful only if you like to share your data with ms
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\{service name}
- Service list:
- dmwappushservice #Complementary to diagtrak, it give to ms analytics,
- storagesvc # Form managing storage, not a very usful service (configurations/black-vipers-windows-10-service-configurations/]Black Viper?s Windows 10 Service Configurations ? Black Viper | www.blackviper.com)
- xboxauth #For some xbox game, usually not needed
- wcncsvc #It's ms wps
- (MpsSvc # !this is win firewall, you won't be able to install app)
- at this point we need to access the fs, I've used this guide, when write reg key it will say error, but it works.
- download a hosts file (I recommend this, be sure to delete 0.0.0.0 m.hotmail.com)
- overwrite the default hosts on C:/windows/system32/driver/etc/
Tips:
- Hack for 5 inches screen or less to have 5 actions buttons:
HKLM\SYSTEM\Platform\DeviceTargetingInfo" name="PhoneManufacturerModelName" type="string" value=RM-938_1000
OR
I'd like to add that you don't need to edit the phone model number in order to get 5 action buttons, you can just change DPI in Display setting to 175% instead od 200% which is default - No bing logo [TWEAK] De-watermark Bing Lockscreen | Windows 10 Development and Hacking
- Change default camera:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Photos\OEM\DefaultLens\{"app-id"} #SamWP8 Tools can't do it
A easier method (need test) is to edit the xap file manually before installing, in the wmappmanifeast.xml add:
<Extensions>
<Extension ExtensionName="Photos_Extra_Image_Editor" ConsumerID="{5B04B775-356B-4AA0-AAF8-6491FFEA5632}" TaskID="_default" />
<Extension ExtensionName="Camera_Capture_App" ConsumerID="{5B04B775-356B-4AA0-AAF8-6491FFEA5631}" TaskID="_default" />
</Extensions>
Last edited: