vmwgfx
is now working on BlissOS. And it's all thanks to a project that we did not expecthttps://fixupx.com/blissos_org/status/1860618609120407787
Are you a fan of BlissOS (x86) and want to stay up-to-date with all the latest updates and news? Look no further than the BlissOS Updates Telegram channel! This channel is dedicated to providing users with the most recent information about BlissOS, an open-source operating system based on Android that is optimized for x86 architecture. Whether you are a seasoned BlissOS user or just starting out, this channel is the perfect place to stay informed about new features, bug fixes, and other important announcements. Join our community of like-minded enthusiasts and never miss a beat when it comes to BlissOS development. Stay connected, stay informed, and experience the best that BlissOS has to offer with BlissOS Updates!
24 Nov, 09:39
vmwgfx
is now working on BlissOS. And it's all thanks to a project that we did not expect19 Nov, 08:08
/etc/modprobe.d
, something like /etc/modprobe.d/samsung-audio.conf
. In that file, add this codeoptions snd-hda-intel model=<samsung_options>
14 Nov, 09:27
/data/vendor/iptsd.d
instead of /data/vendor/ipts
. 31 Oct, 05:52
13 Oct, 09:23
13 Oct, 09:16
SDCARDFS_DISABLE=1
to allow disable it. And on Live boot, by default esdfs bind mounting will be disabled.syscall hardening
solution that prevented others from hooking up syscall, thus blocking KernelSU from being able to hookup syscall like faccessat()
. cmdline
to the kernel. Users can set syscall_hardening=off
to the kernel to be able to continue using KernelSU, but please be aware of that you are stripping away a security measure !19 Sep, 15:23
14 Sep, 20:10
unmounting modules
feature on apps. Make sure it have init.d scripts to survive OTA updates. We will choose the good ones and put them in our new Documentation.14 Sep, 19:07
app_process
command. What you need to do is to edit the script to add this to the app_process
commandapp_process -Xforce-nb-testing <the_rest_of_the_command>
08 Sep, 23:14
15 Jul, 20:04
S3
suspend (aka Suspend-to-RAM
). Meanwhile the old Intel Atom tablets or most recent devices are only support s2idle
(aka Suspend-to-Idle
). Either linux handling s2idle
really buggy on the device, or our Suspend HAL handle it really buggy. Whatever the case is, you should not using it on BlissOS for nows2idle
and disable suspend if true:/sys/power/state
$ cat /sys/power/state
freeze mem disk
mem
& freeze
then might support both S3
and s2idle
. If it only have freeze
then you might only support s2idle./sys/power/mem_sleep
$ cat /sys/power/mem_sleep
s2idle [deep]
deep
and it's in the square brackets, then yes you support S3. If the brackets pointed to s2idle then you can use echo deep > /sys/power/mem_sleep
or switch it on BIOS Settings. There is a Sleep State
option, usually it will say Linux
or Windows
in which Linux
is actually S3.mem
, chances are S3 is already the default sleep state. If it doesn't , edit grub and boot withSLEEP_STATE=mem
freeze
or you don't want to use suspend, boot with SLEEP_STATE=none
19 Jun, 16:04
su
, but you can type /system/bin/su
17 Jun, 18:20
17 Jun, 17:27
17 Jun, 17:27
05 Jun, 00:12
27 May, 20:35
27 May, 11:09