This guide is applicable only to Surface devices.
Reference posts here and here.
Do you have a Surface device that you would like to run Bliss OS on? You're in luck, because Bliss OS was primarily developed and tested on a Surface Pro 3 back on Android Nougat.
Most Surface devices with IPTS require a specific set of firmware for proper functioning. For all other Surface models, the user must upgrade their own firmware, because we can't build for all Surface models without having those devices to test with.
To start, here is the series classification for Surface devices:
For the ipts_firmware files (series 4/5 devices only), please select the correct version for your device:
v76
for the Surface Bookv78
for the Surface Pro 4v79
for the Surface Laptopv101
for Surface Book 2 15"v102
for the Surface Pro 2017v137
for the Surface Book 2 13"For the i915_firmware files (series 3/4/5 devices), please select the correct version for your device:
kbl
for series 5 devicesskl
for series 4 devicesbxt
for series 3 devicesAll firmware files can be found here.
For Surface Go users, you will have to remove some files and replace them with @jakeday's firmware. Please see this thread on Reddit for detailed information.
Once you have the right firmware you need, you should copy it to a folder on your Bliss install (SD_card_root/surface
), making sure to put the right firmware in the right folders:
SD_card_root/surface/intel/ipts
ath10k
firmware (some models): SD_card_root/surface/ath10k
mrvl
firmware (some models): SD_card_root/surface/mrvl
mwlwifi
firmware (some models): SD_card_root/surface/mwlwifi
nvidia
firmware for Surface Book 2: SD_card_root/surface/nvidia
Next, open a terminal (we include one you can enable in "Developer Options"). In the terminal, enter the following commands, giving permission to the superuser popup dialog when prompted:
su mv -f SD_card_root/surface/* system/lib/firmware/
Then you can restart:
reboot
It should recognize and load the correct firmware versions for your device upon reboot if you did everything correctly.