SKill

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Bluetooth #48814

    Good news. I have ported Bluetooth stack and some other features.

    I need somebody advanced to prepare a nice tutorial. Here are the steps in short:
    1. You need an iso of initial release of windows 8.1 without any updates (i.e. 9600.16384.WINBLUE_RTM.130821-1623_X64FRE_ENTERPRISE_EVAL_EN-US-IRM_CENA_X64FREE_EN-US_DV5.ISO).
    2. Open F:sourcesinstall.wim file with 7-zip.
    3. Copy the content of following directories into a single one:
    F:sourcesinstall.wimWindowsservicingPackages
    F:sourcesinstall.wimWindowsWinSxS
    F:sourcesinstall.wimWindowsWinSxSManifests
    4. Run from that local folder:
    dism /online /add-package /packagepath:Microsoft-Windows-Common-Drivers-Package-drivers~31bf3856ad364e35~amd64~~6.3.9600.16384.mum
    5. the installation most likely will fail. you need to open C:WindowsLogsCBSCBS.log in notepad and resolve the issue you have and go back to step 4. The most common issue is some package dependency is not installed. Most likely you will need to install a few Package_XXX_*.mum and Microsoft-Windows-Serial-UartClass-package~31bf3856ad364e35~amd64~~6.3.9600.16384.mum and Microsoft-Windows-Serial-UartClass-package~31bf3856ad364e35~amd64~en-US~6.3.9600.16384.mum

    Another issue you might see that SXS or some other files are missing. this usually happens if you are using windows 8.1 iso with integrated updates, which replaced some WinSxS with newer versions so that required old ones are not available anymore.

    6. once drivers package is installed run: dism /online /add-package /packagepath:Microsoft-Windows-Common-Drivers-Package-drivers~31bf3856ad364e35~amd64~en-US~6.3.9600.16384.mum

    7. PROFIT!

Viewing 1 post (of 1 total)