You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement Backup and Restore: Add backup and restore functionality to the WOA Device Manager. The current idea is to capture an FFU file and restore it.
Add Uninstall/Revert Feature: Implement uninstall and revert options in the WOA Device Manager. The current idea is to use a dummy FFU file that restores the original GPT. This needs to account for disk size and handle cases where users have reflashed their boot partition to boot into Windows or Android on demand.
Fix Img2Ffu Issue: Ensure Img2Ffu does not depend on device information when building V1 images, as it currently throws an exception.
Automate WCOS Image Building: Streamline the process of building WCOS images by automating tasks such as copying feature manifests for desktop, removing non-WCOS drivers, and adding WCOS drivers.
Develop EFI DISKIO Driver for OSPools: Write a driver to avoid dependency on BS_EFIESP for WCOS images. Refer to the example C# library for parsing SPACEDB partitions, an example driver for binding to partitions and the example DiskIO driver.
Non exhaustive
Enhance Documentation: Make the guides easier to follow.
Complete Duo 2 Uninstall Section: Finalize the uninstall instructions.
Finalize and Merge SecureBoot PK Documentation: Complete and integrate the SecureBoot documentation.
Implement Backup and Restore: Add backup and restore functionality to the WOA Device Manager. The current idea is to capture an FFU file and restore it.
Add Uninstall/Revert Feature: Implement uninstall and revert options in the WOA Device Manager. The current idea is to use a dummy FFU file that restores the original GPT. This needs to account for disk size and handle cases where users have reflashed their boot partition to boot into Windows or Android on demand.
Enable Img2Ffu to Generate Both V1 and V2 FFUs: Currently, it is hardcoded to generate V2 FFUs via a hack.
Fix Img2Ffu Issue: Ensure Img2Ffu does not depend on device information when building V1 images, as it currently throws an exception.
Automate WCOS Image Building: Streamline the process of building WCOS images by automating tasks such as copying feature manifests for desktop, removing non-WCOS drivers, and adding WCOS drivers.
Optimize OSPool Layout: Create a device layout that fits perfectly to avoid manual extraction from VHDX files. The branch provides more details.
Develop EFI DISKIO Driver for OSPools: Write a driver to avoid dependency on BS_EFIESP for WCOS images. Refer to the example C# library for parsing SPACEDB partitions, an example driver for binding to partitions and the example DiskIO driver.
Create Repository for CBS Components for 10X: Build CBS components instead of using hardcoded prebuilt CAB files.
Investigate FactoryOS Boot Issue: Determine why FactoryOS does not boot.
Improve DriverUpdater Cleanup and Speed: Enhance the cleanup process and speed of DriverUpdater, as it is currently slow and inefficient.
Implement HeatCore adapter for fixing calibration issues on OEMEP and OEMZE
The text was updated successfully, but these errors were encountered: