GithubHelp home page GithubHelp logo

exta2dp's People

Contributors

anonymix007 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

exta2dp's Issues

Pixel , Mi 9T

pixel 6 pro, stock rom, put everything right, but it only shows a list of codecs and you can't choose from.
Mi 9T, A13, RiceDroid exactly the same problem Ok, I can understand why it may not work on my Pixel, but I thought that on Mi 9t it would work properly

I would be very happy to enable the codec for good sound on one of these devices, can you help me, I would be grateful
Screenshot_20230820-045601

Any chance to adapt this for Tensor chips?

Hello!

I am using Google Pixel 7 Pro. It has pretty bad performance while using LDAC codec: in the city, with a lot of signal interference, connection drops every 3-5 minutes. It becomes even more apparent if you use a smartwatch.

Older Pixels with Qualcomm chips do not have this issue due touch better radio. Google changed their radio from Qualcomm to BroadCom in Tensor chips.

See this Reddit thread for details: https://www.reddit.com/r/GooglePixel/comments/y859oi/the_ldac_high_quality_audio_stutters_are_caused/?sort=confidence

Thus, AptX Adaptive / Lossless could be a great alternative in terms of hi-res codecs. But Pixel devices do not have these. Maybe due to licensing.

Is it possible in theory to adapt ExtA2DP for Pixel devices wit Tensor?

v3.0.0 Android 14 not working

thanks for your v3.0.0 release. I tried to get the version running over the weekend. Unfortunately without success. Here is my system:

Xiaomi Mi 11i/haydn (SD 888)
crDroidAndroid-14.0-20240210-haydn-v10.2
FW V14.0.7.0.TKKEUXM
AGNi_kernel-haydn-stable-v5.8-AOSP-ST
latest KernelSU
Zygisk Next 1.0.1
LSPosed-v1.9.2-7058-zygisk-debug

When I open the ExtA2DP, the following notification appears:

grafik

In the dev options the new Bluetooth codecs are listed, but not used when reconnecting with LHDC v4 headphones. I would be happy if you can find the error in the attached log.

Poco F3 (Paranoid CAF A14)

Привет, установлен полный набор для LHDC, в итоге не появляется пункт в приложении, где можно выбрать этот кодек, с чем это связано? Может лог нужен?

OnePlus 7T Pro (Parandroid Topaz 7 A13 rom)

Hi! I will immediately describe the problem, OnePlus 7t pro and OnePlus buds pro 2. Headphones are connected, there is a codec, but the system cannot switch to it. When using LHDC 5, the sound plays in the speakers of the phone, when using LHDC 3, there is no sound. I'm attaching logs!
Paranoid android 13 r7 firmware, module version 2.3.0, lsposed version 1.9.2 (7945) debug.
When trying to use the OnePlus 7 pro module from a similar theme - bluetooth does not work when the system boots!. ( here )
logs.txt

Screenshot_20240513-010108
Screenshot_20240513-010116
Screenshot_20240513-010142

OnePlus 9 pro, PA Rom.

Hi. Thanks for your great work
I cant get this mod working, on Paranoid Android Uvite beta 5, on my op9pro.
Followed all instructions, but bluetooth wont turn on, when enabled in lsposed for bluetooth. When ticking off bluetooth in the module, bluetooth starts working again.
Any suggestions or a specifik magisk module for OnePlus 9 pro?

OnePlus 7 Pro (Crdroid A13 rom)

Hello, first of all i understand that this module is new and untested on other devices and roms, but i tried to install it becouse i like to have back lhdc codec on custom rom for my OnePlus Buds Pro 2 that supports that.

After install of lsposed version from your requirment, installed magisk module and lsposed module, but can not open developer settings, becouse its crashing, i grabbed crashlog, maybe would you like to have a look?

https://paste.crdroid.net/vd5FEs

I hope at some day other phones also could have lhdc support back via your module! Thanks

Screenshot_20230718-114432_ExtA2DP.png

Doesn't work on pixel 4.

Is pixel 4 support possible? Installed, but when selected, everything is gray. Pixel Experience A13+ firmware.

Mi 9T , xperience (CAF)

I realized that on my Pixel this is not yet possible And I decided to take care of my Mi 9t.
I found CAF firmware and installed everything. Now I have a different problem, the sound only plays from the speaker, like the user above. I understand that I also need a separate module for my device?
Screenshot_20230820-140421_Magisk
Screenshot_20230820-140427_Bluetooth_Codec_Changer
Screenshot_20230820-140439_Shell
Screenshot_20230820-140441_Shell
Screenshot_20230820-140653_Settings
Screenshot_20230820-141133_Files_by_Google

Need a help regarding modern api imp

I also try to impeliment modern api by adding modern lib aar but when i enable module and open it
give me error

onBinderReceived
java.lang.NoClassDefFoundError: Failed resolution of: Lio/github/libxposed/service/IXposedService$Stub;
at io.github.libxposed.service.XposedServiceHelper.onBinderReceived(XposedServiceHelper.java:40)
at io.github.libxposed.service.XposedProvider.call(XposedProvider.java:58)
at android.content.ContentProvider.call(ContentProvider.java:2511)
at android.content.ContentProvider$Transport.call(ContentProvider.java:525)
at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:295)
at android.os.Binder.execTransactInternal(Binder.java:1280)
at android.os.Binder.execTransact(Binder.java:1244)
Caused by: java.lang.ClassNotFoundException: Didn't find class "io.github.libxposed.service.IXposedService$Stub" on path: DexPathList[[zip file "/data/app/~~fGVP96dcUeigEJBEjk7VjQ==/com.example.test3-zMHpWzwbuguIai1BIpztRQ==/base.apk"],nativeLibraryDirectories=[/data/app/~~fGVP96dcUeigEJBEjk7VjQ==/com.example.test3-zMHpWzwbuguIai1BIpztRQ==/lib/arm64, /system/lib64, /system/system_ext/lib64]]
at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:259)
at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
at io.github.libxposed.service.XposedServiceHelper.onBinderReceived(XposedServiceHelper.java:40) 
at io.github.libxposed.service.XposedProvider.call(XposedProvider.java:58) 
at android.content.ContentProvider.call(ContentProvider.java:2511) 
at android.content.ContentProvider$Transport.call(ContentProvider.java:525) 
at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:295) 
at android.os.Binder.execTransactInternal(Binder.java:1280) 
at android.os.Binder.execTransact(Binder.java:1244) 

any suggestion?

Xiaomi 12x (psyche) Paranoid Android LHDC not working

Paranoid Android Topaz 13, CLO
On MIUI it originally supported LHDC, earbuds support LHDC as well. But when LHDC is enabled, independently of bitrate or other parameters it doesn't work, there's no sound at all. LDAC seems to work fine if bitrate is selected manually.
Screenshot_20231017-215709_Magic
Screenshot_20231017-215602_Shell
Screenshot_20231017-215621_Shell
Screenshot_20231017-215641_ExtA2DP

Xiaomi Poco F5 (marble) - LHDC no sound

Hello!

Xiaomi Poco F5 (marble)
Paranoid Topaz Stable 1 A13
Headphones - OnePlus Buds Pro 2R

Installed LSPosed v1.9.2 (7045) + audio_policy_changer_magisk.zip in Magisk 26.4.
ExtA2DP module is enabled in LSPosed Manager.
The device is rebooted.
Choice of additional codecs appeared and I chose LHDC.

There is no sound in the headphones.
There are many messages in logcate during audio playback: LHDC not enabled in offload currently.
Tried turning A2DP hardware offloading on and off and rebooting the smartphone, still no sound.

I collected all the logs, libraries, and bluetooth app.
Logs were recorded according to the instructions.

Your mod is the only hope in all custom firmware to get LHDC.
Thank you so much for your work.

Screenshot_20231214-090023_Kitsune_Mask
Screenshot_20231214-091515
Screenshot_20231214-091532_Оболочка
Screenshot_20231214-091821_App_Manager
Screenshot_20231214-091928_ExtA2DP
Screenshot_20231214-091939_ExtA2DP
Screenshot_20231214-092017_Настройки

apk + libs
https://dropmefiles.com/4pQjv

logcat
https://dropmefiles.com/i3BWB

lsposed logs
https://dropmefiles.com/otGNP

android14 support

Screenshot_20240214-114954
im using a14 is that normal? because the module does not support a14, i think

Poco X3 pro sd860 arrowos13 aptx adaptive and lhdc still don't work

It changes codec menu, add new codecs and lhdc - but with my UTWS5 i still cant use aptx adaptive and lhdc of any version

With utws5 and poco x3 on miui it works, so problem not in utws

In module app i cant see these codecs too, only aptx/HD and LDAC, lc3, sbc, aac

Try LSposed hight and low versions debug and not
App module is activated, magisk additional module is installed

Redmi Note 11 (spes) Topaz [No BT)

Thanks for your module , I have a xiaomi redmi spes .I've installed this module with lsposedon my PA ROM and the bluetooth won't enable . Here's the log.Can you help me ?
logs.txt

Nothing Phone (Spacewar) Paranoid Topaz 9 silent LHDC

Hello, thank you for your work on this module. Was using xiaomi mi air 2 pro with original firmware, lhdc worked like a charm . Then moved to Paranoid and it has't got lhdc support so found your module and for some days been trying to get it to work. Now I have Lsposed 1.9.2 (7049) debug with magisk latest canary build (26403). Tried non debug lsposed and basic magisk 26.4. Your app ExtA2DP version 2.2.6(got it from issues, tried with release 2.2.5). Installed audio police changer module, edited xml in it with data from /vendor/etc/audio/sku_yupik_qssi
Tried flashing basic module and some of the different device modules from issues. Also got original audio_policy_configuration.xml and replaced in sku_yupik_qssi.
But its not working. Dev settigs says its savitech LHDC 3/4, as well as ExtA2DP app but earbuds are mute. Tried switching all quality settings - no use. And if I switch to SBC or AAC everything is fine and working. Checked with the Bluetooth scanner app - it says LHDC headphones and smartphone supported. Tried turning A2DP offload on and off multiple times - it changes nothing.
What am I doing wrong?

LSPosed_2023-12-21T13_42_27.335730.zip

1nos_audio_policy_changer_magisk.zip

Xiaomi Mi 10T AOSPA Topaz doesn't work

Shalom,
I tried to use every module for magisk but it doesn't work and I'm using CLO based ROM AOSPA Topaz on Mi 10T with SD865.

Can you help ?
Shalom shalom

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.