Related
The DTS Port has been released publicly is available from the following link:
https://forum.xda-developers.com/android/software/port-dtsx-ultra-dts-headphonex-t3896233
There are kernel patches still necessary (for both ports) and the new guide is here:
https://gitlab.com/dts_project/intro/blob/master/README.md
Used msm8998 for sdm660. Seems to be working fine so far. Thanks.
How to get it?
How to install on SD821?
Oneplus3T?
Actually we haven't released the kernel and stuff, yet. I'm working with those guys on it and we have a first beta Kernel running on my device, which is also a OP 3t. By now, it will be just for OxygenOS Oreo.
Gauravlonkar said:
How to get it?
How to install on SD821?
Oneplus3T?
Click to expand...
Click to collapse
OP3/T is MSM8996. Just pick the commits into your kernel source.
We are actually changing some stuff to get this fully running. We have already one kernel DTS eagle is fully working. Hopefully more devs will implement the driver.
Thanks for posting and porting this!
I know you guys are still working on fleshing out the commits for this, but as-is on the OP3 I needed to make a change in order for it actually compile the new dts_eagle_drv.o module and work:
https://github.com/holyangel/OP3/commit/c8b84a701fdcf82dc725beaaa40f740b13e84f7a
Basically was missing sourcing the dts_eagle/Kconfig file in drivers/misc/Kconfig, and had to remove the 'depends on CONFIG_SND_SOC_QDSP6V2' as i'm its not seeing that option during build time.
Once that was done it compiles and works great :good:
HolyAngel said:
Thanks for posting and porting this!
I know you guys are still working on fleshing out the commits for this, but as-is on the OP3 I needed to make a change in order for it actually compile the new dts_eagle_drv.o module and work:
https://github.com/holyangel/OP3/commit/c8b84a701fdcf82dc725beaaa40f740b13e84f7a
Basically was missing sourcing the dts_eagle/Kconfig file in drivers/misc/Kconfig, and had to remove the 'depends on CONFIG_SND_SOC_QDSP6V2' as i'm its not seeing that option during build time.
Once that was done it compiles and works great :good:
Click to expand...
Click to collapse
Take a look at the repo. @LazerL0rd force pushed new commits with the fix.
Will this work on SD625??
using this on hima "LineageOS 15.1 Unoffical" and "AICP 13.1 Official". Works great so far!
crian said:
Take a look at the repo. @LazerL0rd force pushed new commits with the fix.
Click to expand...
Click to collapse
yep builds now by itself without my commit :good:
HolyAngel said:
Thanks for posting and porting this!
I know you guys are still working on fleshing out the commits for this, but as-is on the OP3 I needed to make a change in order for it actually compile the new dts_eagle_drv.o module and work:
https://github.com/holyangel/OP3/commit/c8b84a701fdcf82dc725beaaa40f740b13e84f7a
Basically was missing sourcing the dts_eagle/Kconfig file in drivers/misc/Kconfig, and had to remove the 'depends on CONFIG_SND_SOC_QDSP6V2' as i'm its not seeing that option during build time.
Once that was done it compiles and works great :good:
Click to expand...
Click to collapse
sound/soc/msm/Kconfig
14:config SND_SOC_QDSP6V2
It's there alright. I fixed the other issues with a force-push btw.
@Claymore1297 @crian @HolyAngel another update has been pushed - I've joined the normal naming and folder placement scheme of the Linux Kernel and therefore have decided to move the Kconfig and dts_eagle folder to under drivers/misc/qdspv2 (well the Kconfig was added to drivers/misc/Kconfig as there is no child Kconfig for this folder)
shanks125 said:
Will this work on SD625??
Click to expand...
Click to collapse
There's no way you will know except you test it yourself. Pick 8996 commits, btw.
Sent from my Redmi Note 4 using XDA Labs
Do we need any application for controlling it?
NATO66613 said:
Do we need any application for controlling it?
Click to expand...
Click to collapse
Need, not really. Should have, yes. The module for that still isn't public yet because it's in beta. Join the ICESOUND group on TG for an show public version.
Kernel stuff works tho.
I'm on Omnidragon, the devs implemented DTS Eagle in kernel. As this an 'always on feature' I was wondering how this works/interferes with mods like v4a or James DSP?
mvn66 said:
I'm on Omnidragon, the devs implemented DTS Eagle in kernel. As this an 'always on feature' I was wondering how this works/interferes with mods like v4a or James DSP?
Click to expand...
Click to collapse
Works fine, it's just an addition to the many audio effects Android has. The kernel stuff is just a backend and allows it to be integrated deeply into the system.
LazerL0rd said:
Need, not really. Should have, yes. The module for that still isn't public yet because it's in beta. Join the ICESOUND group on TG for an show public version.
Kernel stuff works tho.
Click to expand...
Click to collapse
Can't find it can you please send it link
tested and seem working fine with SD435, really interesting sound enhancement.
Thanks
Listening to music on my Redmi Note 4 (mido), I noticed a loud crackling static noise when I use my headphones on Lineage and related ROMs like Pixel Experience. It's especially noticeable when a song starts to play. I didn't get this on MIUI.
so I decided to extract the MIUI mixer files (files that manage the audio), and the noises were solved in Custom Roms
DOWNLOAD: bit.ly/2OAlXDN
- Copy all .xml files to /vendor/etc and reboot
*Improvements in music quality (removing noise in Custom ROMs)
*Better call quality
*These files are from Redmi Note 4 (Mido)
Where is the file?
J_e4n said:
Mixer files extracted from MIUI
DOWNLOAD: bit . ly/ 2Om vs9 K (remove spaces)
- Copy all .xml files to /vendor/etc and reboot
*Improvements in music quality (removing noise in Custom ROMs)
*Better call quality
*These files are from Redmi Note 4 (Mido)
Click to expand...
Click to collapse
Can't able to download from afh, would you please provide another link.
Where is link
No mirrors found for AFH
sauvik kumar said:
Can't able to download from afh, would you please provide another link.
Click to expand...
Click to collapse
Updated
aakash dabrase said:
No mirrors found for AFH
Click to expand...
Click to collapse
Updated
It Worked!!!!
Good amount of Sound Quality improvements. Crackling Sound is Just disappread...
Thanks!
Thanks mate... Worked like a charm...
Sent from my mido using XDA Labs
Wow thank you man, it's working like a charm.
Gonna give it a try
I'm going to test this out because I noticed the cracking and bad sound quality over Bluetooth in Android Pie. But I would recommend creating a Magisk module for this so it can both installed and Uninstaller easily and so many others can test it. There is a Magisk tutorial that can help you create the module if you want to do it.
Can't download from AFH, no mirrors found
abhinavotaku said:
Can't download from AFH, no mirrors found
Click to expand...
Click to collapse
There you go!
Magisk module would be great
Magisk Module
netscvngr said:
I'm going to test this out because I noticed the cracking and bad sound quality over Bluetooth in Android Pie. But I would recommend creating a Magisk module for this so it can both installed and Uninstaller easily and so many others can test it. There is a Magisk tutorial that can help you create the module if you want to do it.
Click to expand...
Click to collapse
NinadKokani said:
Magisk module would be great
Click to expand...
Click to collapse
Here you guys, magisk module for the latest magisk i.e. v17. Enjoy.
This sound mod didn't work for me, maybe because I'm on Android Pie.
I'll try to make similar mod for Pie as well.
Do hit thanks if I helped you.
AP_on_xda said:
Here you guys, magisk module for the latest magisk i.e. v17. Enjoy.
This sound mod didn't work for me, maybe because I'm on Android Pie.
I'll try to make similar mod for Pie as well.
Do hit thanks if I helped you.
Click to expand...
Click to collapse
Working on pie??
NinadKokani said:
Working on pie??
Click to expand...
Click to collapse
Read the above post
zoel.fahmi said:
Read the above post
Click to expand...
Click to collapse
But it's not stable
NinadKokani said:
But it's not stable
Click to expand...
Click to collapse
Then don't use it, the dev still develop for Android Pie
Hey people,
While I use gcam mod usually by san1ty for pictures and open camera for video(I want to control bitrate and other options)
I just found this gcam mod from UltraM8. It's just like san1ty's but you can use the second back camera!
The only negative is that trying night mode crashes the app, I've send a message to the UltraM8's post and if it fixes that, you can give it a go
What do you think about this?
P.S. also this gcam version has some selection of bitrates for video recording
Best Camera app is this by Urnyx05 !
LINK
It's based on Gcam 7.3, it support dual camera (enable it on settings), night sight works well and it supports AstroPhoto!!
And there are a lot of settings that you can use it
fefuzzo said:
Best Camera app is this by Urnyx05 !
LINK
It's based on Gcam 7.3, it support dual camera (enable it on settings), night sight works well and it supports AstroPhoto!!
And there are a lot of settings that you can use it
Click to expand...
Click to collapse
Sounded so promising, yet I get crashes when switching to telephoto. Might be an issue with Lineage OS 17.1 tho, or some specific config I need to tweak. I'll test out the rest of the features and let you know how it works, thanks for the suggestion
igor_anta said:
Sounded so promising, yet I get crashes when switching to telephoto. Might be an issue with Lineage OS 17.1 tho, or some specific config I need to tweak. I'll test out the rest of the features and let you know how it works, thanks for the suggestion
Click to expand...
Click to collapse
Yes probably is an issue related to LOS...i'm on latest xiaomi.eu and it works without problems and no need any configuration, i only enabled Telephoto on Camera Settings.
igor_anta said:
Sounded so promising, yet I get crashes when switching to telephoto. Might be an issue with Lineage OS 17.1 tho, or some specific config I need to tweak. I'll test out the rest of the features and let you know how it works, thanks for the suggestion
Click to expand...
Click to collapse
Same thing here with ExtendedUI
igor_anta said:
Sounded so promising, yet I get crashes when switching to telephoto. Might be an issue with Lineage OS 17.1 tho, or some specific config I need to tweak. I'll test out the rest of the features and let you know how it works, thanks for the suggestion
Click to expand...
Click to collapse
same on pixel experience ...
On xiaomi.eu 12-10.
Urnyx05 camera switch is working and night mode, but 360° and slowmo crashes.
So still searching for the ultimate mi mix 2s gcam mod 7.3 (or any other).
igor_anta said:
Sounded so promising, yet I get crashes when switching to telephoto. Might be an issue with Lineage OS 17.1 tho, or some specific config I need to tweak. I'll test out the rest of the features and let you know how it works, thanks for the suggestion
Click to expand...
Click to collapse
Could have something to do with selinux. As far as I know second lens is only working in permissive on custom roms
Oxofrmbl said:
Could have something to do with selinux. As far as I know second lens is only working in permissive on custom roms
Click to expand...
Click to collapse
Man, you're a genius, that was it!
To everyone else using this camera mod, just set Selinux to permissive and the second camera works. I'm on Lineage OS 17.1.
How to change SELinux Android 10
igor_anta said:
Man, you're a genius, that was it!
To everyone else using this camera mod, just set Selinux to permissive and the second camera works. I'm on Lineage OS 17.1.
Click to expand...
Click to collapse
Hi,
is there a way to change SELinux without root on Android 10?
Could you just explane it? I googeld it and didn't find a methode that works for me :-/
Thx anx cheers
Sir_Bommel
the BSG mod is the one that will always work without any crashes on anything on our device.
Sir_Bommel said:
Hi,
is there a way to change SELinux without root on Android 10?
Could you just explane it? I googeld it and didn't find a methode that works for me :-/
Thx anx cheers
Sir_Bommel
Click to expand...
Click to collapse
I don't think it's a possibility without root unfortunately, I used a Magisk module for that :-/
igor_anta said:
Man, you're a genius, that was it!
To everyone else using this camera mod, just set Selinux to permissive and the second camera works. I'm on Lineage OS 17.1.
Click to expand...
Click to collapse
Hey, how did you make it work? I'm using Urnyx05 latest gcam on LOS 17.1 2020-04-23 build with Camera2Api enabled plus SELinux permissive and it just keeps crashing when I switch to x2.
I'm seeing that LOS merged some changes for Camera2 on may, but builds newer than april are not out yet, did you build it yourself?
Thanks!
igor_anta said:
Sounded so promising, yet I get crashes when switching to telephoto. Might be an issue with Lineage OS 17.1 tho, or some specific config I need to tweak. I'll test out the rest of the features and let you know how it works, thanks for the suggestion
Click to expand...
Click to collapse
You just need to set SELinux to permissive. Install this Magisk module: https://github.com/evdenis/selinux_permissive
Telephoto now works by default on latest LOS 17.1 nightly
No need to change SELinux to be permissive or to install a magisk module to enable camera2api, just update to lineage-17.1-20200529-nightly-polaris-signed.zip, they merged some camera2api stuff and now Telephoto, or second camera, works.
I'm using Urnyx05 latest gcam, it works flawlessly, just don't try to use Slow-mo or stop astrophotography while it's taking a photo because it will crash. I tried UltraCam and it works too, but zooming crashes the app for me.
Worth a try using san1ty's and BSG's gcam too. Though I believe san1ty disabled aux/tele camera on their mod.
And use Google Photos instead of default gallery app to stop weird behaviour while using gcam.
Sir_Bommel said:
Hi,
is there a way to change SELinux without root on Android 10?
Could you just explane it? I googeld it and didn't find a methode that works for me :-/
Thx anx cheers
Sir_Bommel
Click to expand...
Click to collapse
I think you can do it with adb and the set enforce command. Look for that. But I think you have to enable it after every reboot again.
Or look for a twrp flash able zip which changes it
Edit: you can try this https://www.cyanogenmods.org/downloads/permissiver-v4-for-android-10/#
I think you have to flash it after every update
With TWRP you can
Sir_Bommel said:
Hi,
is there a way to change SELinux without root on Android 10?
Could you just explane it? I googeld it and didn't find a methode that works for me :-/
Thx anx cheers
Sir_Bommel
Click to expand...
Click to collapse
Without root your phone you can change selinux to permissive with this zip (flash in TWRP)
THREAD CLOSED
@evronetwork A GCam discussion thread already exists, hence this thread is being closed. Kindly continue the discussion in the existing thread, if need be.
Link to existing thread: https://forum.xda-developers.com/xiaomi-mi-mix-2s/themes/google-camera-mod-t3792143
Thanks for your cooperation and understanding.
Regards,
shadowstep
Forum Moderator
Snapchat Dark ModeEnables the experimental Dark Mode feature in Snapchat on Android.
How To UseDownload the .apk to your device and install!
Note: I have tested this on my Android 11 device as you can not theme Snapchat with something like Substratum. No idea if it works on lower versions but please try!
DownloadDownload from the Google Play Store.
Download the latest APK.
Source CodeHere is the GitHub repo.
Credits
Various Stack Overflow threads
Quinny899 for discovering the in-development preference. XDA GitHub
libsu for root access.
Reserved for changelog
Working on OnePlus 6t on Android 10
Pandaegg15 said:
Working on OnePlus 6t on Android 10
Click to expand...
Click to collapse
Awesome, thanks for the feedback!
Works on my Mi 9T runnning LOS 18.1 (Android 11)
Haven't been banned yet
Can you add follow system theme or just a timed schedule toggle?
Currently not working in the latest version as Snapchat removed the experimental dark mode, hopefully temporarily.
Any idea which versions do support it?
ilkehylke said:
Any idea which versions do support it?
Click to expand...
Click to collapse
11.27 supports it.
TylerOlson said:
11.27 supports it.
Click to expand...
Click to collapse
Thanks, downgraded, now it's working fine on my OP 7 Pro running OOS11.
Update it is working on latest stable but not latest beta.
Hasn't been working for a while with Snapchat's new update. Also got a letter from Snap Inc. stating a Terms of Service Violation, which I don't really understand how, but I have to remove it for the Play Store.
TylerOlson said:
Update it is working on latest stable but not latest beta.
Click to expand...
Click to collapse
same here
salimifran said:
same here
Click to expand...
Click to collapse
Not here 11.30+
TylerOlson said:
Hasn't been working for a while with Snapchat's new update. Also got a letter from Snap Inc. stating a Terms of Service Violation, which I don't really understand how, but I have to remove it for the Play Store.
Click to expand...
Click to collapse
Is there a workaround cause the DARK_MODE flag keeps getting removed every single time I decide to add it but it works on 11.27
TylerOlson said:
Snapchat Dark ModeEnables the experimental Dark Mode feature in Snapchat on Android.
How To UseDownload the .apk to your device and install!
Note: I have tested this on my Android 11 device as you can not theme Snapchat with something like Substratum. No idea if it works on lower versions but please try!
DownloadDownload from the Google Play Store.
Download the latest APK.
Source CodeHere is the GitHub repo.
Credits
Various Stack Overflow threads
Quinny899 for discovering the in-development preference. XDA GitHub
libsu for root access.
Click to expand...
Click to collapse
works well. Other apk's i downloaded didn't work for me.
TylerOlson said:
Snapchat Dark ModeEnables the experimental Dark Mode feature in Snapchat on Android.
How To UseDownload the .apk to your device and install!
Note: I have tested this on my Android 11 device as you can not theme Snapchat with something like Substratum. No idea if it works on lower versions but please try!
DownloadDownload from the Google Play Store.
Download the latest APK.
Source CodeHere is the GitHub repo.
Credits
Various Stack Overflow threads
Quinny899 for discovering the in-development preference. XDA GitHub
libsu for root access.
Click to expand...
Click to collapse
i was waiting for this upgrade on android but they don't seem to release.
Sadly it doesn't seem to be working on the current version.
doesnt work anymore
SatouKazuma said:
doesnt work anymore
Click to expand...
Click to collapse
Are you sure?
Not working on Snapchat 11.74.1.30
Samsung Galaxy S8+
Android 10 Custom rom
I've switched to a GSI, and I have been using GCam just because I liked how the UI and app icon looked. I didn't really like it, doesn't work well, slow, and the photo quality is mediocre while the file sizes were outrageous. I just want to go back to the stock camera on OneUI, without going back to OneUI. It worked well and the photos looked good. Where can I get the APK for it? And would it work just by installing it normally? Also I'm not sure if it's allowed but sharing the file here would also be nice.
I did have the same experience. However the ONEUI APK didn't work on the GSI and gcam also had issues. There seems to be something wrong with the frame buffer.
I am using the stock One Ui 4.1 with Google Camera and photos are really better with Google Cam. I'm using "Shamim's SGCAM_8.4.400.42...V35" from https://www.celsoazevedo.com/files/android/google-camera/dev-shamim/. I've configured a bit the options and pictures are really better than the stock cam. However, I think using the Samsung Camera on GSI is impossible because it uses some closed-source code which is only on the One UI.
Thanks for the answers. I've just been using Open Camera and it's exactly what I need, not sure why I didn't switch sooner.
Can I ask which GSI you’re using?
Hello,
I also use Open Camera on my phones, no bugs, many options and compatibility with all manufacturers
fede2782 said:
Can I ask which GSI you’re using?
Click to expand...
Click to collapse
GitHub - ponces/treble_build_pe: Script and patches for building PHH-Treble Pixel Experience
Script and patches for building PHH-Treble Pixel Experience - GitHub - ponces/treble_build_pe: Script and patches for building PHH-Treble Pixel Experience
github.com
I've another question, are you using the latest version (415) or 414. And have you flashed the VBmeta disabler? Thanks for your time
fede2782 said:
I've another question, are you using the latest version (415) or 414. And have you flashed the VBmeta disabler? Thanks for your time
Click to expand...
Click to collapse
I'm using the Android 13 build (20220929), I kinda regret upgrading from 12 tbh. Yes, I used the VBMeta disabler.
Sorry for the late reply, I'm really busy and don't have as much free time as I used to.
Platypus Enthusiast said:
GitHub - ponces/treble_build_pe: Script and patches for building PHH-Treble Pixel Experience
Script and patches for building PHH-Treble Pixel Experience - GitHub - ponces/treble_build_pe: Script and patches for building PHH-Treble Pixel Experience
github.com
Click to expand...
Click to collapse
Does it work without root? And does disabling VBMeta make phone status custom? Because I still want to get update from Samsung.