Home Artists Posts Import Register

Content

First and foremost, thanks for your patience everyone!

This one took a bit longer than I expected, but things are finally back on track!

Now that the initial roadblocks have been taken care of we now have Android 11 booting on our XD+, with most basic features like WLAN, Bluetooth, Audio and GPU drivers up and running!

We aren't quite at the finish line yet though. Hardware-accelerated video decoding is currently broken (and needs a few more patches to bring it back to life), rendering streaming software like Moonlight equally broken at the moment.

On top of that the usual suspects (touchscreen button mapping, the CleanROM menu, SDCardFS fixes, HDMI output, etc) still need porting over from Android 10, which will take some time as well.

I hate giving ETAs for things like this (given my rather busy schedule and how volatile it tends to be), so I won't... Non-the-less though: Should things continue at the pace they are going right now I'd expect the first Android 11 based beta builds sooner rather than later.

And as always, I'll keep you guys posted.

- Black-Seraph

Files

Comments

Anonymous

Nice work!

Anonymous

Nice work ! Did you manage to get Vulkan working again ?

blackseraph

Right now I'm focusing on finding a decent workaround to bring back legacy storage in Android 11. 11 is nice and all, but scoped storage on an emulation handheld sucks and needs "fixing".

Anonymous

Hey man, any chance that the kernel is built with CIFS on? I'd like to try and mount a SMB share again if so. Thanks https://android.stackexchange.com/questions/200867/how-to-mount-nfs-on-android-with-correct-permissions/201191#201191

blackseraph

Not that I'm aware of. By default the damn framework defaults to portrait with no real way to change it from the user side, it has a fallback behavior one can toggle at compile time though (which my ROMs do) to allow it to react to the rotation sensor (which it usually doesn't). This is how we currently get it to play nice with our screen.

Anonymous

I unfortunately deleted my comment, patreon doesnt ask for confirmation. I'm still having issues where it looks like cifs isnt supported. Still on android 10/los 17 Any chance you can compare what I'm trying to run versus your successful test? busybox mount -v -t cifs -o vers=3.0,nosuid,nodev,noexec,noatime,rw,hard,context=u:object_r:sdcardfs:s0,nounix,uid=0,gid=9997,file_mode=0660,dir_mode=0770,nouser_xattr,port=445,username=rich,password=password //192.168.1.9/external1 /data/media/0/external1 Returns: mount: '//192.168.1.9/external1'->'/mnt/sdcard/external1/': No such device Checked on network apps and the share is accessible

Anonymous

Thank you very much! :)