
I've uploaded a new version of the WP7 Root Tools SDK for developers. This is version 0.2.1.0 alpha. You can download it from the download-section. With this SDK I hope to give the Windows Phone homebrew community a boost. I encourage all developers to download the SDK and experiment with it.
Changes in this version:
- FIX: It was not possible to get the contents of the root-folder.
- FIX: Massive performance-improvement for getting folder-contents (THANKS A LOT TO: ULTRASHOT)
- NEW: string Environment.ProcessConfigXml(string ConfigXml)
- NEW: FileStream.Seek()
- NEW: string[] Registry.GetMultiStringValue(RegistryHyve Root, string Key, string ValueName)
- NEW: void Registry.SetMultiStringValue(RegistryHyve Root, string Key, string ValueName, string[] Value)
- NEW: byte[] Registry.GetBinaryValue(RegistryHyve Root, string Key, string ValueName)
- NEW: void Registry.SetBinaryValue(RegistryHyve Root, string Key, string ValueName, byte[] Value)
- NEW: void Environment.ShellExecute(string Application)
- NEW: void Environment.ShellExecute(string Application, string Arguments)
A new version of WP7 Root Tools is also on it's way, but this will need some work to be done. It can be expected soon.
If you build a cool app using this SDK, let me know. I'd like to see the SDK being made to good use :-)
Happy programming!
- Heathcliff74 -
