Bliss OS (x86) for PC's - 14.x/15.x Development - Stable Builds

Search This thread

.:Addicted:.

Senior Member
Aug 22, 2014
388
89
Cuttack
addicted.tk
I just used lite version & found it's not compatible with normal Merkaba-v12.6 k5.6 data partition. So they kind of messed up.
Merkaba-v12.6 k5.6 -> many thiings not working(bliss related modification, even a hide status bar lead to system freeze)
Bliss lite -> Android x86 experience with extra bliss app bloat.(bliss paper, bliss about etc)+xda gesture(lol i even bought that)+Brave(idk, wouldn't bromite a better alternative). But everything seems working, no crashes.(Everything(AOSP related) was working in non lite version too)

So my question is, if i keep using bliss lite & another update arrives, would that be compatible with previous bliss lite data? Coz i can't keep reinstalling apps or backup etc.
 

electrikjesus

Recognized Contributor
Apr 10, 2008
2,986
5,061
Grand Rapids, MI
I just used lite version & found it's not compatible with normal Merkaba-v12.6 k5.6 data partition. So they kind of messed up.
Merkaba-v12.6 k5.6 -> many thiings not working(bliss related modification, even a hide status bar lead to system freeze)
Bliss lite -> Android x86 experience with extra bliss app bloat.(bliss paper, bliss about etc)+xda gesture(lol i even bought that)+Brave(idk, wouldn't bromite a better alternative). But everything seems working, no crashes.(Everything(AOSP related) was working in non lite version too)

So my question is, if i keep using bliss lite & another update arrives, would that be compatible with previous bliss lite data? Coz i can't keep reinstalling apps or backup etc.
No, it should be a given to completely wipe data before flashing Bliss OS Lite. But if you're flashing an update for Bliss OS Lite on top a previous Bliss OS Lite build, you should be good to go
 
  • Like
Reactions: .:Addicted:.

.:Addicted:.

Senior Member
Aug 22, 2014
388
89
Cuttack
addicted.tk
But if you're flashing an update for Bliss OS Lite on top a previous Bliss OS Lite build, you should be good to go

Ok, thanks for the info. I plan on to use bliss 12 lite since it seems lot faster than bliss 11 (even bliss 12 non lite is faster than bliss 11)

Hope we'll see more bliss mods on lite version too.


Anyway to disable display off after a short time of booting if screen lock is enabled? Coz i have to unlock immediately else display turns off & can't turn it on without force restart.(volume/power button didn't work)

Edit: fstab again in initrd.img instead of system.img
 
Last edited:

vladone97

Senior Member
Mar 21, 2015
50
7
I'm running Bliss-OS-Merkaba-v12.6-android_x86_64-OFFICIAL-202005041401_k-k5.6.2-si-yling-rmi_m-10.0.8-ax86_ld-2.4.100-ax86-ma_dg-_dh-_mg-_gms_cros-hd_cros-wv.iso on a One Mix 1S and I can't run any games. They all crash on startup. It seems like Bliss OS is acting as if the "Enable native bridge" setting was toggled off, even though I have it toggled on.
log: https://drive.google.com/file/d/1-a8-hSh_LR3kdSE68r64ZM4UYpi0nqV9/view?usp=drivesdk
 

.:Addicted:.

Senior Member
Aug 22, 2014
388
89
Cuttack
addicted.tk
Anyway to disable display off after a short time of booting if screen lock is enabled? Coz i have to unlock immediately else display turns off & can't turn it on without force restart.(volume/power button didn't work)

@electrikjesus I noticed sleep works. Tablet goes to sleep if i press power button, display turns off completely & power button LED blinks as supposed to be in sleep state.
But my problem is i can't use it after sleep.
If i press power button, device wakes up. I can confirm that from solid power button LED & sound i hear from speaker (i get a notification sound when i start my device) But display stays off. I tried using tasker & binding vol long press to turn on display. But that doesn't work. So only way i got is restart
Any proper way to turn on display in such case?
Edit: sleep.state none doesn't help
 
Last edited:

electrikjesus

Recognized Contributor
Apr 10, 2008
2,986
5,061
Grand Rapids, MI
@electrikjesus I noticed sleep works. Tablet goes to sleep if i press power button, display turns off completely & power button LED blinks as supposed to be in sleep state.
But my problem is i can't use it after sleep.
If i press power button, device wakes up. I can confirm that from solid power button LED & sound i hear from speaker (i get a notification sound when i start my device) But display stays off. I tried using tasker & binding vol long press to turn on display. But that doesn't work. So only way i got is restart
Any proper way to turn on display in such case?
Edit: sleep.state none doesn't help
It should be tied to spacebar after power is pressed. Try tapping the space a couple times.
If that doesn't help, we add a flag in board.config for the fake deep sleep we have to use on PC hardware, so tht might be messing with some devices
 

.:Addicted:.

Senior Member
Aug 22, 2014
388
89
Cuttack
addicted.tk
It should be tied to spacebar after power is pressed. Try tapping the space a couple times.
If that doesn't help, we add a flag in board.config for the fake deep sleep we have to use on PC hardware, so that might be messing with some devices

Nop, when i press spacebar, i can hear tap sound. But display not turning on.
Also i would prefer vol button or power button to wake up device since it has detachable keyboard & can be used as tablet independently.
@electrikjesus
 
Last edited:
Nov 4, 2017
15
2
I'm curious; has anyone else had any issues installing this on an AMD C-50?
I can't seem to get it to work, but have seen others running android on these from inactive threads and forums, years ago.
 
Feb 4, 2020
13
1
Is this the correct configuration to boot Bliss OS? I am dualbooting with Linux Mint instead of using the default Windows bootloader. The boot splash appeared, but no linux shell sessions started and the OS did not proceed to launcher.
menuentry "Bliss OS" {
search --no-floppy --set=root --file /BlissOS/system.img
linux (hd0,msdos2)/BlissOS/kernel root=/dev/ram0 USE_SQUASHFS=0 quiet androidboot.selinux=permissive androidboot.hardware=android_x86_64 acpi_sleep=s3_bios,s3_mode mitigations=off SRC=/BlissOS
initrd (hd0,msdos2)/BlissOS/initrd.img
}
Directories available on (hd0,msdos2): /BlissOS/data.img
/BlissOS/system.img
/BlissOS/initrd.img
/BlissOS/kernel
 
Last edited:

electrikjesus

Recognized Contributor
Apr 10, 2008
2,986
5,061
Grand Rapids, MI
Is this the correct configuration to boot Bliss OS? I am dualbooting with Linux Mint instead of using the default Windows bootloader. The boot splash appeared, but no linux shell sessions started and the OS did not proceed to launcher.
menuentry "Bliss OS" {
search --no-floppy --set=root --file /BlissOS/system.img
linux (hd0,msdos2)/BlissOS/kernel root=/dev/ram0 USE_SQUASHFS=0 quiet androidboot.selinux=permissive androidboot.hardware=android_x86_64 acpi_sleep=s3_bios,s3_mode mitigations=off SRC=/BlissOS
initrd (hd0,msdos2)/BlissOS/initrd.img
}
Directories available on (hd0,msdos2): /BlissOS/data.img
/BlissOS/system.img
/BlissOS/initrd.img
/BlissOS/kernel


It looks correct. If you're on mint though, you should just be able to run "sudo update-grub" and it''ll add what it finds. You may also need to add "DATA=" so it looks in the root folder ov where you installed it for the data folder (assuming it's ext3/ext4)
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Add AUTO_LOAD=old to linux line in your grub config or boot in debug mode to get buttons working, it has worked for some Surface device users. https://docs.blissos.org/knowledgebase/troubleshooting/edit-grub-from-bliss-install/
    Edit: the actual issue was https://github.com/BlissRoms-x86/device_generic_common/pull/23#issuecomment-2034786629

    Thank you!!! That totally solved the issue! You are a life saver, really, because I thought this was a deal breaker!

    Now I have the following two issues to troubleshoot:
    • The touch panel is so sensitive that one tap gets recognized as more than one. When this happens while you are typing text (on a virtual keyboard), it looks as if chattering happened.
    • The internal LTE modem is not recognized.
    If anybody has any info on these, please enlighten me!

    Thanks!
    1
    Ugh, I did not know that. I am not mounting any NTFS volumes but thanks for letting me know.

    I want stability over new features. I chose v15 becaue it was supposed to be stable. Maybe it is, generally, but on my Surface Pro, I am having some difficulty.

    Do you have any experence running Bliss OS on a Surface Pro? What version of Bliss OS would you recommend?
    Well it's my fault...😅 I was too irritable this morning...
    Perhaps changing another kernel may help. According to my testing results, sometimes new kernel didn't work well but the old kernel is fine.
    Recently I'm researching on file access between windows and android and I meet with some problems, but currently I cannot make sure the cause, maybe is the kernel, on maybe something else.
    And if you use a old surface device, maybe android 11(blissos14) can help.🙂
    My deivce is lenovo thinkpad x12 detachable Gen1, currently running blissos16 and windows11. In blissos16, my audio often stops working, both the old kernel and the new kernel, but this didn't appear in blissos15...
  • 74
    6R5b2X6.jpg


    BlissLabs is pleased to present to you
    Bliss-OS for PCs

    Based on Android
    An Open Source OS, based on Android, that incorporates many customizations options and added security features. And it is available for just about any Chromebook, Windows/Linux PC or tablet released in the last 10 years


    Our focus is to bring the Open Source community a quality OS that can run on all your devices as a daily driver, syncing your apps + settings + customizations across all platforms you run Bliss on.[/font]

    Bliss-OS comes with a wide selection of customization options from around the Android community as well as unique options developed by our team. With so many options available, you’ll find it hard not to enjoy the Blissful experience.


    Information:

    We started out our project with Bliss-x86 back in KitKat, and our first public release was with Android Marshmallow. Since then, we have been working with Android-x86 Project as part of their team, providing access to our infrastructure like Slack, GSuite, build servers, and more. Together we explore the potential options and development futures of Android-x86 project and integrate those options into Bliss OS. The parts that are chosen to work well with Android-x86 project (non-ROM based AOSP) are adopted and merged into Android-x86 base source code. This gives our project(s) a little wiggle room to try some out of the box thinking, and that is what we focus on here for development.

    Those that would like to learn along side us are welcome to join our socials and start working along side us. If you choose to make your contributions official, we do have a form to join BlissLabs. If you are a project that wants to help rally along side with us, we also have a Project Application you could fill out for BlissLabs. Checkout that website for more info.



    M8leihh.png


    Bliss OS Website
    There's now a support bot added to the website for questions. Make sure you preface using (@ + ask) followed by your question content.
    Example:
    Code:
    @ask Can I run Bliss OS on my Acer laptop with an i7 and an AMD gpu?



    Team Bliss is not responsible in any way for anything that happens to your device in the process of installing

    Please familiarize yourself with the methods of install as well as what could go wrong before moving forward. Please make sure you download the correct version of Bliss for your specific device. The links are labeled clearly.

    We have moved the instructions to be a part of our docs site

    • For the main instructions to get going with Bliss OS, you can check out our docs site. Installation methods are the first things listed
    • If you get into a bind with your install, you should check out our knowledgebase section
    • And if you are ready to start building and testing new things, you can check out the development section of the docs site
    • When you are ready to contribute back to the project, we also have a Development section to the docs you should check out.

    For budding developers, we also create the Android-Generic Project as a way to help make the Android-x86 development process a little easier to learn.


    aWICthQ.png


    Create Bug Report on our Issues Tracker


    A7JONTD.png


    Bliss OS Github
    Bliss OS Gerrit
    Kernel Source
    Kernel Drivers Source
    Kernel Firmware Source

    Development Documentation


    myCEQmI.png


    | Website | Blog |
    | Facebook | Twitter | Telegram Group | Telegram Channel |

    If someone wants to donate, please do so via this PayPal link

    Or you can donate through OpenCollective

    Or use our Amazon Smile link to let a % of your purchases go toward our organization

    Thank you for using Bliss OS! And as always, #StayBlissful
    19
    FAQ & Questions:

    For all FAQ's, please check the Wiki or our Telegram Chat


    Recent Update Posts:

    Updates, Round 1 - 2019.11.19
    https://xdaforums.com/showpost.php?p=80950983&postcount=15

    Second round of updates - 2019.12.16
    https://xdaforums.com/showpost.php?p=81122057&postcount=80

    Bliss OS 12.2 Alpha Updates - 2019.12.28
    https://xdaforums.com/showpost.php?p=81329287&postcount=160

    Bliss OS - Yantra - 12.2 Beta Release - 2020.02.05
    https://xdaforums.com/showpost.php?p=81688893&postcount=229

    Bliss OS "Yantra" 12.3 Beta Release - 2020-02-23
    https://xdaforums.com/showpost.php?p=81845175&postcount=296

    Bliss OS "Yantra" 12.4 Release Candidate 1 - 2020-02-27
    https://xdaforums.com/showpost.php?p=81880187&postcount=309

    Bliss OS "Yantra" 12.5 Release Client 2.1 - 2020-03-26
    https://xdaforums.com/showpost.php?p=82110111&postcount=389

    Bliss OS "Merkaba" 12.6 Release Client 2.2 - 2020-05-05
    https://xdaforums.com/showpost.php?p=82490635&postcount=451

    Bliss OS "Merkaba" 12.6 Release Client 2.2 - AMD - 2020-04-23 & Bliss OS Lite Alpha Release - Vulkan - 2020-05-31
    https://xdaforums.com/showpost.php?p=82731139&postcount=499

    Bliss OS "Sri" 12.8 - Introducing Android-Generic v1.1 Vulkan & Generic-Intel Builds - 2020-06-30
    https://xdaforums.com/showpost.php?p=82968733&postcount=543

    AG-10 Bliss OS 12.12 - Generic Build - 2020-10-07
    https://xdaforums.com/showpost.php?p=83661857&postcount=674

    AG-11 & Bliss OS 14.3 - Generic Build - 2021/06/17

    Bliss OS 14.3 - Generic 5.4 Builds (32bit FOSS / 64bit Gapps) - 2021/06/18


    Bliss OS 14.3 - Generic x86_64 - kernel-5.10.42 - 06.26.21

    Bliss OS 14.3 FOSS - x86/x86_64 - kernel-5.10.50 - 07.24.21

    Return to Bliss OS - v14.x & v15.x Stable Releases - 07.10.23
    10
    Bliss OS 12.2 Alpha Updates - 2019-12-28
    !! Please remember to not quote these update posts, or any of the OP's !!

    It's a little late for Christmas, but early for new years, so I have another update for all of you to test. Tons of updates that won't show up in the changelog, like a bunch for firmware and kernel drivers. As well as a bunch of silead touchscreen firmwares added to the mix. Thanks to a few upstream updates from Android-x86 project, we finally got Superuser added properly too (must be enabled from Developer Options in Settings), so that is also included, as well as a non-functioning switch in Settings for enabling Houdini (yeah, that's still broken). S3 sleep modes have also been tweaked a little to hopefully work better, just remember to use the Sleep option from the power menu now and not a third party app.

    Taskbar might need to be updated from Play Store for it to properly hide the nav bar, but things there are working great!!

    PLEASE NOTE I recommend everyone testing to also use this in Vulkan mode, as I am considering making it the default. This can be done from the Advanced grub menu if you installed using the bootable installer, or if you used a different grub, you will want to add "VULKAN=1" to the grub entry before the word "quiet"

    Builds being uploaded:
    • Bliss-OS-v12.2-x86_64-OFFICIAL-201912272156_k-k4.19.80-ax86-ga-q_m-q-x86_ld-q-x86_dg-_dh-q-x86.iso

    General Updates List:
    • More fixes for sleep when using the power menu. Access it using Ctrl+Alt+Del or the three dot menu from Taskbar.
    • More updates to stagefright-plugins
    • Added more kernel modules for various wireless hardware
    • Some fixes for sound and volume on many devices
    • Some upstream updates from Android-x86 project's q-x86 branch
    • and much much more, check the changelog.

    Known new issues:
    • AOSP Gesture navbar might crash still
    • Sleep states aren't working right on a few machines. Some can cause SystemUI to restart
    • Power buttons still don't work on a most machines.
    • Volume buttons might not affect media volume, use 3rd party EQ or volume control.

    Download:

    You still have to go through our website to download. The default download link for the alphas has been updated.

    Changelog:

    Code:
    ====================
         12-27-2019
    ====================
    
    
       * bootable/newinstaller/
    20d3e2e Merge remote-tracking branch 'ax86/q-x86' into HEAD
    63c8e6b init: do not modify /default.prop
    
       * device/generic/common/
    4012579 Add optional native bridge and widevine
    0f4ea69 Merge remote-tracking branch 'ax86/q-x86' into q-x86-12.1
    6cf5d7f init: allow to disable SetupWizard
    f96a177 init: allow to set ro.sf.lcd_density by DPI in cmdline
    
       * vendor/blissos/
    580ea7cc Update to 12.2
    32d32840 Script updates for houdini and widevine inclusion
    701585df Remove NexusLauncher
    
    ====================
         12-26-2019
    ====================
    
    
       * device/generic/common/
    999e952 Update to track our own houdini
    dc379ac Insist that a few product inherits are found
    135c675 Add a couple more Superuser package variants
    
       * external/koush/Superuser/
    27b7d22 Make the icons more visible
    c61bc31 Fix pin dialog crashing
    
       * packages/apps/Settings/
    e565b279b0 Add Android-x86 dashboard
    ea248ebd65 Settings: Add Superuser entry
    
    ====================
         12-25-2019
    ====================
    
    
       * device/generic/common/
    574cda7 Reset superuser configs to ax86's q branch
    1eec22c Add another superuser package variant
    815bd7c Reset nativebridge to android-x86 sources
    
       * packages/apps/Settings/
    37f98643f4 Settings: Add developer setting for root access
    10fbbd75cb Add information about OpenGL driver version
    d6d04c55cc Add Manufacturer to device info
    
    ====================
         12-24-2019
    ====================
    
    
       * device/generic/common/
    cba4d81 Update Superuser calls
    a29e99a Staging houdin changes
    
    ====================
         12-23-2019
    ====================
    
    
       * external/koush/Superuser/
    2c2f827 Replace android.support.v4.app by AndroidX
    
       * external/koush/Widgets/
    642ab34 Fix crashing
    a3c5c1e Replace android.support.v4.app by AndroidX
    
    ====================
         12-22-2019
    ====================
    
    
    ====================
         12-21-2019
    ====================
    
    
       * external/stagefright-plugins/
    d32297d Port to q-x86
    
    ====================
         12-20-2019
    ====================
    
    
    ====================
         12-19-2019
    ====================
    
    
       * frameworks/base/
    5ad841cc802b Enabling suspend on IVI after clicking sleep from the power button menu.
    
       * system/core/
    ff43c53f5e libcutils: add probe_module
    
    ====================
         12-18-2019
    ====================
    
    
       * device/generic/common/
    73c011b Akoya P2213T: Fix orientation of auto rotation
    
       * frameworks/base/
    c29a214a9af1 Align the pageBlockOrder to the kerne 4.19 kernel
    
       * vendor/blissos/
    9378ffc0 Updates for q-12.1
    
    ====================
         12-17-2019
    ====================
    
    
       * vendor/blissos/
    182435d2 Use vendor/GMS for USE_GMS
    
    ====================
         12-16-2019
    ====================
    
    
    ====================
         12-15-2019
    ====================
    
    
    ====================
         12-14-2019
    ====================
    
    
    ====================
         12-13-2019
    ====================
    
    
       * bootable/newinstaller/
    5e88beb Merge remote-tracking branch 'ax86/pie-x86' into HEAD
    c8ead07 Update filename for new Bliss OS version name
    
       * external/ax86-nb-qemu/
    83784e3 Updates for q-x86
    
       * external/ax86-nb-qemu-guest/
    55b45ba Update patch for q
    eaa55f7 Updates for q-x86
    
       * vendor/google/chromeos-x86/
    abc8257 extract-files.sh: Update to 12499.66.0_atlas

    Thanks, and #stayblissful ;)
    9
    Bliss OS "Yantra" 12.3 Beta Release - 2020-02-23
    !! Please remember to not quote these update posts, or any of the OP's !!

    The Bliss devs have been working hard to bring you all some awesome updates, and I have also had some time to get quite a few things done for this project too, so we're bringing you another jam-packed update of Bliss OS 12.x. Some of the biggest highlights in this update are working mic, device admin, widevine video codecs, and we added a few titlebar buttons too (these will be submitted upstream to Android-x86 Project eventually). Make sure that you read the changelogs for all the juicy details, and hit the Thanks button if things are working better this round.

    Here's a short list of some of those updates.

    Updates include:
    • New themes and theme updates
    • New fonts and font updates
    • Permissions updates for some Google apps
    • Look & Feel updates to Settings
    • Updates and fixes to dialer
    • Added Active Edge support for some devices
    • Added many new options to Blissify
    • Updates for a few LineageParts related features
    Added titlebar buttons for minimize and pip (picture in picture) mode
    • Much much more, see the changelogs

    Bugs fixed:
    • Microphone bugs are fixed
    • Sound bugs on many devices are fixed
    • Widevine is now working
    • native navbars and guesture navigation is now fixed
    • Flashlight notification fixes
    • Camera fixes (use Open-Camera)
    • Various fixes to SystemUI
    • Fixes for a few LineageParts related issues
    • Fixes in PerformanceManager

    PLEASE NOTE I recommend everyone testing to also use this in Vulkan mode or boot using gbm_gralloc, as I am considering making it the default. Vulkan mode can be done from the Advanced grub menu if you installed using the bootable installer, or if you used a different grub, you will want to add "VULKAN=1" to the grub entry before the word "quiet". If your device doesn't support Vulkan, you can add "GRALLOC=gbm" to the same place in your grub entry. Sleep states should work fine after that.

    Builds being uploaded:
    • Bliss-OS-Yantra-v12.3-android_x86_64-OFFICIAL-202002231104_k-k4.19.95-ax86-ga-rmi_m-19.3.3-ax86-q_ld-2.4.100-ax86-ma_dg-_dh-q10.0-x86_mg-_gms_cros-hd_cros-wv.iso
    • Will also be posting another build without the custom RMI fixes.

    Known new issues:
    • Sleep states aren't working right on a few machines. Some can cause SystemUI to restart
    • Power buttons still don't work on a most machines. You can now set Volume buttons to wake the device from Settings > Blissify. Sometimes Power button may work to wake the device.
    • Touch/Mouse interaction might stop sometimes upon screen on or boot. To fix this, set Swipe as your lock method in Settings
    • Sensor input is still not working, so rotation will have to be set manually
    • Some machines still have volume/sound issues, use 3rd party EQ or volume control.

    Download:

    You still have to go through our website to download. The download section for Bliss OS 12 Betas has been updated.

    Changelog:

    Code:
    Changelog too big to include. I have uploaded all the changelogs from my test builds though so you all can see the changes. See full changelogs list here:
    All changelogs - [url]https://sourceforge.net/projects/blissos-dev/files/Beta[/url]

    Thanks, and #stayblissful ;)
    9
    Bliss OS "Yantra" 12.2 Beta Release - 2020-02-05
    !! Please remember to not quote these update posts, or any of the OP's !!

    OK peeps, what we have here is a little departure from our last update. This update marks the start of Bliss OS - Yantra. What this will be is a separate version of Bliss OS with all the bells and whistles added. Where our last releases were mostly AOSP with a few Pixel related additions, the Yantra releases will include commits from many other Android ROM teams, like LOS, Paranoid Android, Omni, AICP, etc.
    These builds also remove some of the compatibility problems with non-x86 or universal apps we were seeing with the alphas. So for the time being, until ChromeOS updates to use Android 10 blobs, or there is an open-source solution for running Arm apps, you won't be able to run those types of apps. If you want your favorite game to work as intended on Bliss OS, then please complain to the game developer and ask them to release universal apks for their game.

    For troubleshooting, we also now have a way of specifying what hardware composer and gralloc source we want to use from Grub command line:
    HWC=xxx: Define DRM_HWComposer - options include drm, drm_minigbm, and intel.
    GRALLOC=xxx: Define DRM_Gralloc - options include gbm, minigbm, and intel.

    Difference between the builds:
    First one is using Android-x86's kernel-4.9 branch (based off kernel-4.19.95) without any changes. On this branch, some of my machines were having issues with the keyboard and touchpad, so for those devices that have troubles, we also have the second build, using the kernel branch, k4.19.80-ga-q, and this includes the removal of HID_RMI with the connections now defaulting to use HID_MULTITOUCH instead.

    UPDATE 02.07.20 - Two updated builds added to help get rid of ueventd issues.
    These builds have an updated kernel including all the commits to support chromebooks. The second build has the HID_RMI stuff added to the kernel so that some troublesome touchpads and synaptics touchscreens now work. These two builds also have some of the ARM compatibility libraries added back, so users can hopefully install a couple of the apps that were working fine before.

    PLEASE NOTE I recommend everyone testing to also use this in Vulkan mode, as I am considering making it the default. This can be done from the Advanced grub menu if you installed using the bootable installer, or if you used a different grub, you will want to add "VULKAN=1" to the grub entry before the word "quiet"

    Builds being uploaded:
    • Bliss-OS-Yantra-v12.2-android_x86_64-OFFICIAL-202002051133_k-k4.19.80-ax86-ga-q_m-19.3.0-ax86-q_ld-2.4.100-ax86-ma_dg-_dh-q10.0-x86_mg-_gms_cros-wv.iso
    • Bliss-OS-Yantra-v12.2-android_x86_64-OFFICIAL-202002051304_k-kernel-4.19_m-19.3.0-ax86-q_ld-2.4.100-ax86-ma_dg-_dh-q10.0-x86_mg-_gms_cros-wv.iso
      Bliss-OS-Yantra-v12.2-android_x86_64-OFFICIAL-202002062215_k-k4.19.95-ax86-ga-rmi_m-19.3.0-ax86-q_ld-2.4.100-ax86-ma_dg-_dh-q10.0-x86_mg-_gms_cros-hd_cros-wv.iso
      Bliss-OS-Yantra-v12.2-android_x86_64-OFFICIAL-202002071251_k-k4.19.95-ax86-ga_m-19.3.0-ax86-q_ld-2.4.100-ax86-ma_dg-_dh-q10.0-x86_mg-_gms_cros-hd_cros-wv.iso

    General Updates List:
    • Added more fixes for sleep. Sleep from power menu is currently missing. Access it using Ctrl+Alt+Del or the three dot menu from Taskbar.
    • Added sleep options like double-tap to sleep from statusbar or lockscreen
    • Added Blissify app for customizations
    • Generic Kernel updates for the "kernel-4.19" build
    • Fixes for sound and volume on many devices
    • Some upstream updates from Android-x86 project's q-x86 branch
    • and much much more, check the changelogs.

    Known new issues:
    • AOSP Gesture navbar might crash still - Future builds will include XDA's Navigation Gestures app in order to provide a solution for Gestures. https://play.google.com/store/apps/details?id=com.xda.nobar
    • Sleep states aren't working right on a few machines. Some can cause SystemUI to restart
    • Power buttons still don't work on a most machines. You can now set Volume buttons to wake the device from Settings > Blissify. Sometimes Power button may work to wake the device.
    • Touch/Mouse interaction might stop sometimes upon screen on or boot. To fix this, set Swipe as your lock method in Settings
    • Sensor input is still not working, so rotation will have to be set manually
    • Some machines still have volume/sound issues, use 3rd party EQ or volume control.

    Download:

    You still have to go through our website to download. The download section for Bliss OS 12 Betas has been updated.

    Changelog:

    Code:
    Changelog too big to include. See full changelogs here:
    All changelogs - [url]https://sourceforge.net/projects/blissos-dev/files/Beta[/url]

    Thanks, and #stayblissful ;)