Bluetooth audio patch from aosp - LineageOS Questions & Answers

Can developers answer if this patch is merged to Lineageos? It's about Bluetooth audio real-time priority for glitchless playback.
https://android-review.googlesource.com/#/c/platform/system/bt/+/379973/
If no, can it be merged at least to newest version 15.1?

buaser said:
Can developers answer if this patch is merged to Lineageos? It's about Bluetooth audio real-time priority for glitchless playback........
Click to expand...
Click to collapse
You'll have to track this within the following Official LineageOS Gerrit channel.
https://review.lineageos.org/#/q/project:LineageOS/android_system_bt
Just an FYI... I don't believe that the LineageOS area of the forum is even looked at by any of the Official Lineage Team Developers.
Only a handful of them even monitor any of the Official LineageOS threads that's on the Forum as well.
The Lineage Team has a preferred method for providing support and guidance that's outlined on the following Official Lineage web page.
https://www.lineageos.org/community/
Good Luck!
~~~~~~~~~~~~~~~
I DO NOT provide support via PM unless asked/requested by myself. PLEASE keep it in the threads where everyone can share.

This patch is in review as abandoned, I'm not a developer and can't say if it is really in use or not.

Related

Sailfish PreAlpha1 for the OnePlus One

I quote the legendary vgrade aka Martin for the post..
"This is a community port of Jolla's Sailfish OS for the OnePlus One.
It features a gesture-based user interface with a unique design and ease-of-use in mind.
For more information about SailfishOS please head over to sailfishos.org.
This is not an Android ROM, this is a different base of an operating system called Linux, running glibc library.
It only uses parts of Android for hardware enabling (drivers).
Release Notes:
The port is considered to be of alpha quality and released as a first step to the same levels of functionality as the Nexus 5 .
Download Location
http://images.devaamo.fi/sfa/bacon/
Make sure you have a compatible cm11 base installed http://78.47.45.43/owncloud/public.php?service=files&t=9725fbb3b3c8d9706a2bb29388b3de83
Zip install tested with TWRP_multirom_bacon_20150317-01.img.
MultiROM support waiting for some changes to be picked up from upstream by the OnePlus One MultiROM maintainer.
HW Support status:
(Look for OnePlus 5 row): https://wiki.merproject.org/wiki/Adaptations/libhybris
Bug reports, if internet search refuses to help:
First search XDA for keywords. Things like libsailfishapp have already been worked out by this amazing community
Software-related bugs (Sailfish OS): first search http://together.jolla.com . Tag your questions with "community-build"
Hardware-related problems: at the Nemo Project Bugzilla under Hybris-ing component
Please do not contact Jolla Care or Jolla Developer Care, as this is not the Jolla phone
Known issues:
WLAN
RIL
OTA Updates do not work
The camera does not work
Android app support is not available (unlike in Jolla phone): please ask about the status for open-source Dalvik runtime framework on #sailfishos-porters on irc.freenode.net and also check this XDA Thread
All remaining: In Bugzilla
ROM Kernel: Linux 3.4.0
Changelog:
Alpha1 - 20 March 2015
Initial release
This is a video of SailfishOS running on the oneplus one.
https://www.youtube.com/watch?v=uHi3_TdpbCU
Details of port can be found at http://piratepad.net/gVqPXuEGW4
Please join the porting efforts at IRC channel #sailfishos-porters.
Thanks to all the Jolla sailors and SailfishOS community members for all their help, especially @stskeeps for the QCOM_BSP catch.
vgrade[/QUOTE]
APOLOGIZE IF ITS THE WRONG SECTION OR FORUM.
KINDLY MOVE IT TO APPROPRIATE ONE.
@ Moderators, I am sorry that I just noticed there was a similar thread.
didnt show in my search results as exact one..
the original thread can be found here..
http://forum.xda-developers.com/oneplus-one/general/dev-sailfish-os-port-t2889468
thus I request for closure of this thread if its a repost or a spam.
just wanted the community to know.
warm regards
Wooo thank you so mutch for this prealpha!!
OP, hit report to get a Moderator's attention, or we'll never see your request.
Thread closed per OP request... Use the existing thread linked above.
Thanks!

[REFERENCE] [OOS/CUSTOM] OnePlus 5 kernel source with linux-stable (4.4.162)

Introduction
Hello everyone, this is a thread to introduce both users and kernel developers to the concept of linux-stable as well as give developers some tips and a tree to either merge into their own, use as a base, or just as a reference. Feel free to ask questions and enjoy!
What is it?
linux-stable is, as the name implies, the stable branch of the Linux kernel, the base of Android. The phone could not run without the Linux kernel (at least not without reworking a lot of stuff). The Android kernels are based on the longterm stable trees:
Longterm
There are usually several "longterm maintenance" kernel releases provided for the purposes of backporting bugfixes for older kernel trees. Only important bugfixes are applied to such kernels and they don't usually see very frequent releases, especially for older trees.
Click to expand...
Click to collapse
Source: https://www.kernel.org/category/releases.html
All Linux development happens on the master branch, which is governed by Linus Torvalds. When issues are discovered there, the fixes are applied then backported to these various stable trees for consumption. It is not uncommon for a fix to need to go back a few years.
There is a LOT more information available in the notes repo in the android-linux-stable organization if you care to learn more in-depth: https://github.com/android-linux-stable/notes
What does this mean for me?
If you are a developer, this means you should be merging these changes into your own tree. These are vetted, stable fixes to real world problems and they are being handed out for free. It does not take long to get up to date (as you can just merge this tree directly into your own or do it yourself using the tree as a reference) and once you are up to date, there is usually a release once every two weeks, give or take. I provide a rebuttal to a lot of various complaints here. If you still feel like there is a good reason not to do this, please let me know, I'll be happy to try and debate on it!
If you are a user, it means that you should be looking for and using kernels that have these fixes, as it shows the developers care for your security and stability. The current version for this device is 4.4.78 on OOS and 4.4.100 on Lineage while the current version upstream is 4.4.162 so all you need to do is go into Settings > About phone and look at the kernel version to know if you are up to date.
How do I use?
If you are a developer, the reference tree is located in the android-linux-stable organization: https://github.com/android-linux-stable/op5
There are three branches, one for OxygenOS 8.0 stable, one for OyxgenOS 8.1 beta, and one for Lineage 15.1.
This can either be merged into your existing kernel tree if you have one or be used as a fresh base. You do not need my permission to use it nor do you need to give me credit (although it would be appreciated).
If you are a user, use a kernel that has the changes added in!
Getting notified about updates
There are a few ways to get notified of linux-stable updates:
The linux-kernel-announce mailing list: http://vger.kernel.org/vger-lists.html#linux-kernel-announce
The android-linux-stable Telegram channel: https://t.me/alsupdates
Subscribe to this thread
Follow me on Google+ or Twitter
Getting help
If you have any issues with getting these changes into your tree or want to ask a question, there are a few different ways to do it:
Post in this thread
Join the linux-stable support chat on Telegram: https://t.me/joinchat/C1UAJ1EMSX31PCFdwLnOSg
File an issue either in the android-linux-stable notes repo or the android-linux-stable repo for this device
When requesting help, please give some solid details as to what you are struggling with, as I am happy to provide assistant and clarity but not to do something for you (unless I screwed up).
From what I understand, you're creating a space where you're updating the stock Kernel to the latest Linux tags and creating a clean base that others can develop upon for a consistently updated kernel?
Seems to me like the epitome of a community project and in keeping with the heart behind open source.
Great work Nathan!!!
Sent from my OnePlus 5 using XDA Labs
rav101 said:
From what I understand, you're creating a space where you're updating the stock Kernel to the latest Linux tags and creating a clean base that others can develop upon for a consistently updated kernel?
Seems to me like the epitome of a community project and in keeping with the heart behind open source.
Great work Nathan!!!
Sent from my OnePlus 5 using XDA Labs
Click to expand...
Click to collapse
Exactly correct I have seen others grab my kernel and base their work upon (which I have zero issues with) but I know most do it because I've merged linux-stable as one of my first things. Figured I would make their lives easier (plus doing the conflict resolution summaries helped me validate my own work). I am mulling over posting these to the mailing lists so other mainline Linux developers with these devices can easily test new builds and get the latest fixes without needing to do the work themselves (even if they are fully capable).
nathanchance said:
Exactly correct I have seen others grab my kernel and base their work upon (which I have zero issues with) but I know most do it because I've merged linux-stable as one of my first things. Figured I would make their lives easier (plus doing the conflict resolution summaries helped me validate my own work). I am mulling over posting these to the mailing lists so other mainline Linux developers with these devices can easily test new builds and get the latest fixes without needing to do the work themselves (even if they are fully capable).
Click to expand...
Click to collapse
If you're doing the work anyway and it's just a simple push to mailing list then might as well. Others can choose whether to use it or not but at least it's there. :good:
Sent from my OnePlus 5 using XDA Labs
where to download the link?
Gayrat1999 said:
where to download the link?
Click to expand...
Click to collapse
This isn't a kernel you flash, this is something for developers to use in their own work. For example, my kernel Flash already has all of this, which you can flash.
Nice. How about GCC error fixes and wifi stack driver in this base?
neobuddy89 said:
Nice. How about GCC error fixes and wifi stack driver in this base?
Click to expand...
Click to collapse
I toyed with the idea of doing two branches (one for building, one for usability) but decided against it as 1. I want this source to be as plain as possible and 2. It doesn't fully fit with the idea of this project. This purely to help developers get up and running with linux-stable, not a fully fledged custom kernel. I will consider adding the GCC fixes to the usability README though, that could be useful.
You are a true asset to this community!
4.4.103 has been merged in, with conflict notes updated accordingly.
Oh boy oh boy it might be time for a rebase for me
4.4.104 has been merged in, with conflict notes updated accordingly.
I truly apologize to anyone who was tracking the tree because I just force pushed. I decided to update the location and branch name and wanted everything to be consistent. It is now up to date with 4.4.105.
I have updated the OP with the notes and tree location. The new notes are on the staging branch right now, they will be merged into master once everything is finalized.
I'm sorry being out off topic, but can i use this https://github.com/android-linux-stable/msm-3.18 kernel source as base for my soc (msm8937) sir?
zainifame said:
I'm sorry being out off topic, but can i use this https://github.com/android-linux-stable/msm-3.18 kernel source as base for my soc (msm8937) sir?
Click to expand...
Click to collapse
Most likely yes. For the future, this thread is geared towards the generic CAF trees (msm-3.18 and msm-4.4). Feel free to ask me anything over there.
4.4.106 has been merged in (conflict notes).
4.4.107 has been merged in.
4.4.108 has been merged in.
4.4.109 has been merged in (conflict notes).
4.4.110 has been merged in (conflict notes).

request for galaxy s8+

Won't we get lineageOS for Galaxy s8+???
bishal.theseus337 said:
Won't we get lineageOS for Galaxy s8+???
Click to expand...
Click to collapse
I don't have this device but, at this point in time, the following Unofficial LineageOS thread for your device is the only one released.
https://forum.xda-developers.com/showthread.php?t=3684398
I do know that the Lineage Team is working on an Official one but, they don't provide ETA's for any device releases.
You'll have to be patient... this device was released not too long ago and these developments take time for Official releases.
If you have any further questions, your best bet is to post that question within the following Q&A thread that's specific to your device.
https://forum.xda-developers.com/showthread.php?t=3586299
Good Luck!
~~~~~~~~~~~~~~~
I DO NOT PROVIDE SUPPORT VIA PM UNLESS ASKED/REQUESTED BY MYSELF.
PLEASE KEEP IT IN THE THREADS WHERE EVERYONE CAN SHARE
I have seen this already...but that build has some serious issue with phone call, Bluetooth,camera and some other things.
I don't like Samsung Experience at all.I searched for AOSP based custom roms for it, didn't find one.Actually this is my first samsung device i have used.
ow okay.....i will share over that thread!

[mido] Upgrade to 15.1 crashed launcher.

I tried to upgrade from 14.1 to 15.1 numerous times in different ways using every available nightly build through latest TWRP by simply dirty flashing it. Every time the system boots up, I l'm able to unlock the device but then I'm only seeing my background wallpaper and the notification bar unable to actually use the phone. I'm also able to navigate from app to app through recent apps but that's it.
Does anybody know why this happens and how to fix it?
Arjab said:
I tried to upgrade from 14.1 to 15.1 numerous times in different ways using every available nightly build through latest TWRP by simply dirty flashing it...
Click to expand...
Click to collapse
I don't have this device but, your best bet is to post this question within the following Official LineageOS thread that's specific to your device for support and guidance.
https://forum.xda-developers.com/showthread.php?t=3690465
Good Luck!
~~~~~~~~~~~~~~~
I DO NOT provide support via PM unless asked/requested by myself. PLEASE keep it in the threads where everyone can share.
Thanks, but this thread is specific for the custom treble LOS 15.1. I used the official build.
Arjab said:
Thanks, but this thread is specific for the custom treble LOS 15.1. I used the official build.
Click to expand...
Click to collapse
The title states:
[ROM][OFFICIAL][8.1.0][treble][mido] LineageOS 15.1 [Weeklies]
This means that it's the Official LineageOS 15.1 builds for both the treble and mido devices (aka Unified Development).
~~~~~~~~~~~~~~~
I DO NOT provide support via PM unless asked/requested by myself. PLEASE keep it in the threads where everyone can share.
Ah, sorry, didn't see that, thanks.

Update channel for 4a 5G (bramble)

Hello,
As I am actively monitoring updates and new roms for our device, I figured out that I will make a Telegram channel to be always up to date with various updates, for anyone.
If you are interested, please join us here: https://t.me/pixel4a5gupdates
@pixel4a5gupdates
Thanks!
January OTA image is available. Changelog: https://9to5google.com/2021/01/04/pixel-5-january-update/
Don't forget to join our Telegram Channel and be the first to know!
Added patched january boot.img to the channel
radogost said:
Added patched january boot.img to the channel
Click to expand...
Click to collapse
Joined the Channels , Thanks for efforts.
Quick question please about the patched boot image , we can use it with any build , I mean non-US builds?
also could you please add guide links for root , enable 5G ,Volte
Thanks
nfqa said:
Joined the Channels , Thanks for efforts.
Quick question please about the patched boot image , we can use it with any build , I mean non-US builds?
also could you please add guide links for root , enable 5G ,Volte
Thanks
Click to expand...
Click to collapse
Yes, you can use it on non US (non Verizon) builds.
Unfortunately, you are talking about gropus. I was admin of the group before, but I find it too exhausting to create a group and manage it all by myself. Channel has no options for /notes
Added LineageOS for microg by @dic1911
edited.
Added new ProtonAOSP update.
Added Zest Kernel by
LazerL0rd
And promoted LazerL0rd as an admin!
Old Telegram link is working again, feel free to re-join.
Added CalyxOS
Lineage 18.1 by aleasto added
LineageOS update added, Zest update added
Added Zest kernel information, CalyxOS and ProtonAOSP updates
Added grapheneOS
It's worth to check the channel out. Multiple new posts - Zest Kernel, March OTA, LineageOS and more.
Telegram: Contact @pixel4a5gupdates
t.me
Added Graphene update, added ProtonAOSP Update
Lots of new posts. Updated daily.
radogost said:
Hello,
As I am actively monitoring updates and new roms for our device, I figured out that I will make a Telegram channel to be always up to date with various updates, for anyone.
If you are interested, please join us here: https://t.me/pixel4a5gupdates
@pixel4a5gupdates
Thanks!
Click to expand...
Click to collapse
That's a good call...maybe someone more organized & knowledgeable than me will be inspired to do that for us Pixel AAAAA folks?

Categories

Resources