[MOD][FIX] Audio Bitrate Increase For Redmi Note 9S - Redmi Note 9S / Note 9 Pro (Indian Model) Themes,

Disclaimer :
Code:
I am not responsible for any damage to your device!
Use this mod at your own risk!
What's this?
This mod increases the audio bitrate on video recording from a disgraceful 96kbps to a respectable 320kbps. Thus, giving a richer, more pleasing audio quality.
Still confused? Click here for a better explanation
Requirements :
- A rooted phone with magisk installed
- An opened mind (important!)
Contributors :
@Jt380p
@thithi1983
* NOTES * (READ) :
- Not all ROMs are compatible with this mod, you might end up in a bootloop. YOU HAVE BEEN WARNED!
Download :
https://drive.google.com/file/d/1vTyNAzyiUSBkvmNPqvW0APNJB8nlgyeX/view?usp=sharing (Flash with magisk manager)
Source :
https://forum.xda-developers.com/Mi-9/themes/magisk-audio-bitrate-increase-t3927810
Audio files provided by @thithi1983
Thanks to :
@thithi1983
@topjohnwu for Magisk
Created : 14/5/2020
Last updated : 14/5/2020

reserved

will work on 9 pro?

Agha Farhan said:
will work on 9 pro?
Click to expand...
Click to collapse
if you're talking Indian 9 Pro, then yes. If you mean 9 Pro Global, maybe. they both have the same chip, but a different main sensor....so idk.

thanks!

I use it on evolution rom ( not miui ) the voice from recording became crackling maybe this mod is not for custom rom

First of all be warned that I have almost zero experience with modding, so no guarantee this is right.
I tried the mod on Evolution X but video would still be recorded with 96 kbit/s audio, so I decided to look into it and found another two files in system/vendor/etc (media_profiles.xml and media_profiles_V1_0.xml) that looked quite similar to media_profiles_vendor.xml.
I replaced 96000 with 320000 where necessary and placed both files in Jt380p's zip.
Afterwards I edited install.sh by adding
Code:
set_perm $MODPATH/system/vendor/etc/media_profiles_V1_0.xml 0 0 0644
and
Code:
set_perm $MODPATH/system/vendor/etc/media_profiles.xml 0 0 0644
to the end of the file.
Videos I take after flashing the modified .zip now show up in VLC with a 288 kbit/s audio track, though the quality doesn't seem to have improved much if at all.
I'm not allowed to post a link yet since I have never really posted anything on here but you should be able to recreate it.
---
I've now installed the Xiaomi.eu ROM and the mod works well there. The left and right audio channel are switched for some reason though.

Alex Shep said:
First of all be warned that I have almost zero experience with modding, so no guarantee this is right.
I tried the mod on Evolution X but video would still be recorded with 96 kbit/s audio, so I decided to look into it and found another two files in system/vendor/etc (media_profiles.xml and media_profiles_V1_0.xml) that looked quite similar to media_profiles_vendor.xml.
I replaced 96000 with 320000 where necessary and placed both files in Jt380p's zip.
Afterwards I edited install.sh by adding
Code:
set_perm $MODPATH/system/vendor/etc/media_profiles_V1_0.xml 0 0 0644
and
Code:
set_perm $MODPATH/system/vendor/etc/media_profiles.xml 0 0 0644
to the end of the file.
Videos I take after flashing the modified .zip now show up in VLC with a 288 kbit/s audio track, though the quality doesn't seem to have improved much if at all.
I'm not allowed to post a link yet since I have never really posted anything on here but you should be able to recreate it.
---
I've now installed the Xiaomi.eu ROM and the mod works well there. The left and right audio channel are switched for some reason though.
Click to expand...
Click to collapse
Is the better quality more clear with the Xiaomi.eu ROM, or still not really notable?

blowy666 said:
Is the better quality more clear with the Xiaomi.eu ROM, or still not really notable?
Click to expand...
Click to collapse
It does sound clearer. Did a short frequency analysis and there isn't much going on above 12 kHz without the mod and with the mod it goes up to 16 kHz. Since then I switched from Xiaomi.eu to sooti's ROM. The mod is already integrated into it and he increased the gain, so audio isn't super quiet anymore. It's giving me the best results compared to all ROMs I've tried so far.

Related

[Q] Build.prop Xperia U

As I'm a Novice about ROM building but still by switching ROMs I've learned some tweaks..... But Recently after using these two ROMs:
Thunder Strike JB for Xperia U: http://forum.xda-developers.com/showthread.php?t=2461791
Galaxy SU for Xperia U: http://forum.xda-developers.com/showthread.php?t=2519996
I found that both these ROMs provide awesome experience but still there are some things that doesn't match in both ROMs such as:
Galaxy SU provided me better downloads. I just put a thing on download and forget it! This is not in case of Thunder Strike. I've to keep an eye on download every-time and many of time downloading gets halted.
Thunder Strike provided me fluidity which is somewhat not in case of Galaxy SU.
And some misc. things.
So my questions are about Build.prop (Both build.prop files of Galsxy SU & Thunder Strike are provided [build.prop.txt belongs to Galaxy SU & build2.prop.txt belongs to Thunder Strike]).
Alright, here are my questions:
Q1. What will happen if I change the value of this in both props:
Code:
# system props for Battery test in Service menu
ro.semc.batt.capacity=1290
Q2. What will happen if I cahnge 720p to 1080p here:
Code:
#Limitation on how much hwmem MM codecs should use
ste.video.decoder.max.hwmem=0x2600000
ste.video.decoder.max.res=720p
ste.video.decoder.h264.max.lev=3.2
Q3. What will happen if I change the JPEG quality from 99 to 120 (as 120 is max JPEG quality [I think]) value in here:
Code:
#Camera Mods
ro.media.enc.jpeg.quality=99
ro.media.enc.hprof.vid.fps=30
Q4. How do I combine both props to get maximum tweaks in my ROM which I'm running (I'm currently running Thunder Strike JB ROM)?
Q5. Which part of both props you liked (for example "#Better internet browsing & download speed" present in Galaxy SU)?
cy56 said:
As I'm a Novice about ROM building but still by switching ROMs I've learned some tweaks..... But Recently after using these two ROMs:
Thunder Strike JB for Xperia U: http://forum.xda-developers.com/showthread.php?t=2461791
Galaxy SU for Xperia U: http://forum.xda-developers.com/showthread.php?t=2519996
I found that both these ROMs provide awesome experience but still there are some things that doesn't match in both ROMs such as:
Galaxy SU provided me better downloads. I just put a thing on download and forget it! This is not in case of Thunder Strike. I've to keep an eye on download every-time and many of time downloading gets halted.
Thunder Strike provided me fluidity which is somewhat not in case of Galaxy SU.
And some misc. things.
So my questions are about Build.prop (Both build.prop files of Galsxy SU & Thunder Strike are provided [build.prop.txt belongs to Galaxy SU & build2.prop.txt belongs to Thunder Strike]).
Alright, here are my questions:
Q1. What will happen if I change the value of this in both props:
Code:
# system props for Battery test in Service menu
ro.semc.batt.capacity=1290
Q2. What will happen if I cahnge 720p to 1080p here:
Code:
#Limitation on how much hwmem MM codecs should use
ste.video.decoder.max.hwmem=0x2600000
ste.video.decoder.max.res=720p
ste.video.decoder.h264.max.lev=3.2
Q3. What will happen if I change the JPEG quality from 99 to 120 (as 120 is max JPEG quality [I think]) value in here:
Code:
#Camera Mods
ro.media.enc.jpeg.quality=99
ro.media.enc.hprof.vid.fps=30
Q4. How do I combine both props to get maximum tweaks in my ROM which I'm running (I'm currently running Thunder Strike JB ROM)?
Q5. Which part of both props you liked (for example "#Better internet browsing & download speed" present in Galaxy SU)?
Click to expand...
Click to collapse
Q1. It's OK.It is the real capacity XU and not 1500.Personal this is the value that I use. Help phone to show real stats of battery.If you use 1500 value sometimes real stats of batt will be wrong.

Irrc support almost universal

IRRC SUPPORT ALMOST UNIVERSAL
DISCLAIMER
I am not responsible to anything going wrong with your device.
You are responsible to what you are doing with your phone, not me.
The project is still testing and we need lot of time to create something easy and useful if you can help at this project we would like to hear your.​
STEPS TO WORK:
1. Download three apps from play store “ zaza remote “,“ AlsaMixer ” and “ terminal “
2. You need to have any kind of headphones or handsfree or something to put in the 3.5 jack.
3. Open the terminal type SU . Next we have to mount the debug for that:
‘ mount -t debugfs none /sys/kernel/debug ‘
4. To power the led and set ready to use:
‘ echo 1 33 50 > /sys/kernel/debug/sw_irrc/poke ‘ (if any error appears check out step 3 again)
5. Set up the alsamixer : Open the app, go to settings and set mode to ‘ alsa amixer controls ‘
Go in tab by name ALL and select as favorite the values bellow:
Hold alsaMixer in the background and open zaza
6. When zaza opens plug something in 3.5 jack. Now it will hide the message “no devices are detected”. ( If you still take the message “no devices” go to settings and change the IR driver settings -> Device settings -> power zaza)
7. Go back to alsaMixer in the favorite tab we have created at step 5 and open the values bellow as shown.
a. LINEOUT1 Volume set to 20
b. RX3 Degital Volume set to 88
c. RX3 MIX1 INP1 set to 6
d. SLIM RX1 MUX set to 1
e. SLIMBUS_0_RX Audio Mixer MultiMedia2 set to 1
f. SLIM_0_RX Channels set to 0 (0 for one channel 1 for stereo two cahnnels)
g. SPK DAC Switch set to 0 (Enable and disable the Speaker)
8. Now open zaza and control any you like do not unplug the 3.5 jack.
Bugs:​1. Every time you restart the phone all the steps mast start from the top
2. If you unplug the 3.5 jack you have to set the c. value again.
3. Do not use any other kind of music or telephone call at the same time because the IR blaster uses the audio to be controlled.
4. If you using the marshmallow and you have installed the IRRC pack you have to disable the LG remote and quick sdk in order to work.
XDA:DevDB Information
IRRC SUPPORT UNIVERSAL, Device Specific App for the LG G2 Mini
Contributors
likeadracula, mobiusm, vm03,
Vagelis1608.
And many thanks to quarx2k for the irrc work on lg IRRC !!
Version Information
Status: Testing
Created 2017-01-27
Last Updated 2017-01-27
What about say big thanks to @Quarx , who found all about LG SW IRRC???
Can help someone i have in terminal ,device or resourse busy' l. I have 548 mb free space.
discoamazing said:
Can help someone i have in terminal ,device or resourse busy' l. I have 548 mb free space.
Click to expand...
Click to collapse
It's already mounted.
Ignore that error and do the rest of the steps.
Ok thanks
Is this guide meant for using InfraRed chip to control TVs? "almost universal" is referred to ...?
Doesn't we already have the IR patch for using LG Quickremote on AOSP?
ninestarkoko said:
Is this guide meant for using InfraRed chip to control TVs? "almost universal" is referred to ...?
Doesn't we already have the IR patch for using LG Quickremote on AOSP?
Click to expand...
Click to collapse
If I remember right, the patch only works on CM13-based ROMs.
"Almost universal" is referred to the guide being tested only on a couple of ROMs with ZaZaRemote, I believe.
So how can we modify using this so I don't need to have headphones plugged in all the time, or losing changes on reboot?
9v9 said:
So how can we modify using this so I don't need to have headphones plugged in all the time, or losing changes on reboot?
Click to expand...
Click to collapse
Not as of now.
If you unplug the jack, it's only one value that you have to change. Not that bad.
However, there is a patch that came up about a month ago at a git related to LaOS ( more like required for the msm8226, but whatever, you get the point ) that should allow apps to use IR blaster, without need for such tricks.
No promises or ETAs, though.
Vagelis1608 said:
Not as of now.
If you unplug the jack, it's only one value that you have to change. Not that bad.
However, there is a patch that came up about a month ago at a git related to LaOS ( more like required for the msm8226, but whatever, you get the point ) that should allow apps to use IR blaster, without need for such tricks.
No promises or ETAs, though.
Click to expand...
Click to collapse
Yeah I understand it is a good solution for other users but the problem is I have other functions using that port with Xposed right now. I would love the built in function but it is not critical.
Do you think it would be included by LaOS 15?
9v9 said:
Yeah I understand it is a good solution for other users but the problem is I have other functions using that port with Xposed right now. I would love the built in function but it is not critical.
Do you think it would be included by LaOS 15?
Click to expand...
Click to collapse
Only time will tell.

[MOD][DEV] Question : SM-N910F moded Cam for Android v8.0

Hi, I checked and it seemed appropriate to post this here, but just excuse me if I'm wrong in posting here, I've been looking for a good rom for my Note 4 here that supports these camera mods but can't find right off the bat. I have Mod_NeoGT_CAM_old working very well with stock rooted rom Android v5.1.1, with Wanam Xposed and have waited to see if there's a similar cam mod for Android v8 but can't really find anything that works even for Android v6.0.
Mod_NeoGT_CAM_old has the following features:-
- Jpeg Quality 100% min 7mb-max 20mb appr.*
- 4K 5 Minutes removed. ( Max file size 4gb* apprx 12 min.)
- 4K Bitrate changed 65mbits bitrate
- [email protected] 100Mbits (It's need very fast micro sd, stable with internal storage)
- [email protected] 51Mbits auto continue recording enabled ( Max file size 4gb )
- FHD30fps bitrate 61 Mbits
- [email protected] 17Mbits
- Front FHD,WQHD 61 Mbits
-5% low battery alert fixed
-15% Led flash activated. ( Popup dialog is not removed.)
I really want to move from v5.1.1 to a better rom particularly with Cam mod that works and Wanam Xposed working too. Can anyone point me in the right direction based on available options?

[SOUND MOD] [MAGISK] Viper4Android with included settings

After trying out a lot of different sound mods and apps and patches I always came back to Viper4Android. Simple to use, great sound quality and a lot of customization.
Steps:
-Extract the attached IRS.zip into Android/data/com.pittvandewitt.viperfx/files/Kernel (For Android 11 follow this tutorial)
-Install latest Viper4Android apk (Download here), open it, grant root access and install the drivers.
-Reboot the device.
IF THE MOD IS NOT WORKING AFTER REBOOT TRY SETTING SELINUX MODE TO PERMISSIVE WITH THIS APP AND/OR INSTALLING AUDIO MODIFICATION LIBRARY MAGISK MODULE
HEADSET
Go to Headset and enable the Master power switch, I suggest you put on your headphones now so you can hear the changes in the sound yourself and tweak them to your liking.
My settings are:
Master power: ON
FIR equalizer (enabled): Preset: Acoustic
Convolver (enabled); Impulse Response: IRS.irs (copy IRS.irs from the rar into Viper4Android/Kernel); Cross Channel: 60%
Dynamic System (enabled); Listening Device: High-end headphone (v2); Dynamic Bass:7%
Viper Bass (enabled); Bass mode: Natural bass; Bass Frequency: 115 Hz; Bass Boost: 3.5 dB
Viper Clarity (enabled); Clarity mode:Natural; Clarity:3.5 dB
Auditory system protection (enabled); On; Binaural level:1
Feel free to share your own settings in this thread!
Credits :
- @zhuhang (Official Thread)
- @osm0sis
- Viper's Audio (Official blog)
- @viper520
- @Team_DeWitt
- @ahrion
- @afah_me for stuck at bootlogo fix
Thanks to @sauliiin for his profiles:
"Here I share a lot of profiles and some other stuff for Viper4Android.
Just download, copy it and replace viper4android folder, close and open viper and choose your desired profile. My favorite is "Saulin", that is based on "V4ARISE".
Try and choose the best for you! Peace out!
https://mega.nz/#F!z5UmGaTJ!kWuvdZ7lpJ7Vt0tEsSlR4A"
Thanks for the settings, phone speaker does sound better now.
Do you have also settings for bluetooth car audio?
this worked great.
thanks!
pavaosk said:
After trying out a lot of different sound mods and apps and patches I always came back to Viper4Android. Simple to use, great sound quality and a lot of customization.
Steps:
Flash the attached Magisk module (v4afx-legacy_v4.3.zip) through Magisk Manager and follow module instructions.
After that reboot your device and enter the Viper4Android app.
Next, you need to set up the sound mod.
HEADSET
Go to Headset and enable the Master power switch, I suggest you put on your headphones now so you can hear the changes in the sound yourself and tweak them to your liking.
My settings on Mi 8 Lite are:
Master power: ON
Spectrum Extension (enabled): Strength: 0,5
FIREqualizer (enabled): Preset: Acoustic
Convolver (enabled); Impulse Response: BBE2.irs (extract the attached BBE_2.zip into Viper4Android/Kernel); Cross Channel: 60%
Dynamic System (enabled); Listening Device: High-end headphone v2; Dynamic Bass:5%
Viper Bass (enabled); Bass mode: Natural bass; Bass Frequency: 100 Hz; Bass Boost: 3,5 dB
Viper Clarity (enabled); Clarity mode:Natural; Clarity:3,5 dB
PHONE SPEAKER
Master power: ON
FIREqualizer (enabled): Acoustic
Convolver (enabled); Impulse Response: BBE2.irs (extract the attached BBE_2.zip into Viper4Android/Kernel); Cross Channel: 30%
BLUETOOTH DEVICE (based on my UE BOOM 2 speaker)
Master power: ON
Spectrum Extension (enabled): Strength: 0,5
FIREqualizer (enabled): Preset: Acoustic
Dynamic System (enabled); Listening Device: High-end headphone v2; Dynamic Bass:10%
Viper Bass (enabled); Bass mode: Natural bass; Bass Frequency: 100 Hz; Bass Boost: 3,5 dB
Viper Clarity (enabled); Clarity mode:Natural; Clarity:6 dB
Feel free to share your own settings in this thread!
Credits :
- @zhuhang (Official Thread)
- @osm0sis
- Viper's Audio (Official blog)
- @viper520
- @Team_DeWitt
- @ahrion
For MIUI 9.2.38:
"Guys I'm using 9.2.38 miui.eu pie, and not until I see in oficial forum the tip, install the latest version 2.7 from oficial topic here on xda, don't download direct from magisk, and use lib workaround during install, now is working flawless here later I'm install ACP and AML, everything working as it should." Thanks to @marceloBoZo
Thanks to @sauliiin for his profiles:
"Here I share a lot of profiles and some other stuff for Viper4Android.
Just download, copy it and replace viper4android folder, close and open viper and choose your desired profile. My favorite is "Saulin", that is based on "V4ARISE".
Try and choose the best for you! Peace out!
https://mega.nz/#F!z5UmGaTJ!kWuvdZ7lpJ7Vt0tEsSlR4A"
Click to expand...
Click to collapse
Saulin is great set-up. Speaker, Bluetooth work's great. Not yet try in headset.
Om Kecap said:
Saulin is great set-up. Speaker, Bluetooth work's great. Not yet try in headset.
Click to expand...
Click to collapse
It can do for miui 11 ?
Method 4 is working for me on MI 8 Lite with MIUI11 and A10: https://forum.xda-developers.com/mi-8/themes/guide-force-enable-viper4android-stuck-t3972551
Updated guide for Android 10 based roms, MIUI and AOSP.
I have the stock rom..
Miui 11.0.1 Global firmware stock rom.. The latest firmware for that phone.
My phone is mi 8 lite.
I installed the stock rom wia recovery using pith black recovery.. All succes.
After that system boot.. I finished the setup ??
Then i boot again to recovery flsshed magisc 20.3 and reboot again all ok..
Then i used magisc module to flash Viper4android V2.7.1.6 rebooted and works very fine..
Then i installed the dolby digital plus V7. 2 for Android 10.. Reboot and works ?
Booth of viper4android and dolby works without problem.
No musicfx uninstalled no modification library / sound path aplyed.. ? So.. Unusefull tutorial
derrekgamer said:
I have the stock rom..
Miui 11.0.1 Global firmware stock rom.. The latest firmware for that phone.
My phone is mi 8 lite.
I installed the stock rom wia recovery using pith black recovery.. All succes.
After that system boot.. I finished the setup ??
Then i boot again to recovery flsshed magisc 20.3 and reboot again all ok..
Then i used magisc module to flash Viper4android V2.7.1.6 rebooted and works very fine..
Then i installed the dolby digital plus V7. 2 for Android 10.. Reboot and works ?
Booth of viper4android and dolby works without problem.
No musicfx uninstalled no modification library / sound path aplyed.. ? So.. Unusefull tutorial
Click to expand...
Click to collapse
Yeah, the new Viper4Android version fixes the problems we had to bypass by using the steps I mentioned in the tutorial. I will update the tutorial soon, no reason to call it unuseful
pavaosk said:
Yeah, the new Viper4Android version fixes the problems we had to bypass by using the steps I mentioned in the tutorial. I will update the tutorial soon, no reason to call it unuseful
Click to expand...
Click to collapse
Even with the Magisk module working, I always come back here to see the settings and apply them to my device.
Thanks for the tutorial.
Thread updated.
Do you have new updates on this?
Convolver (enabled); Impulse Response: IRS.irs
But I don't see file with that name on list...
Oh, I get is, it is need new ones for v2.7.2.1
If you can rewrite for this new version...
for example there is no more "profile" there is "preset" folder. and old xml does not work on never version... It must be make again...
Can you do it... At least for best ones...

ZenUI Essential ( Stock apps )

ZenUI Essential​​DISCLAIMER:
I wont be held responsible for bricked devices or dead MicroSD and USBs.
Modifications comes with no warranty, by installing this you agree doing
it at your own risk.
--------------------------------------------------------------------------------------------------------------------------------------
What's working:
--------------------------------------------------------------------------------------------------------------------------------------​b1 - v1.35b:​1) 1X - 4X zoom
2) 0.5 wide angle
3) auto HDR
4) Camera settings
5) Google Lens
6) beauty Mode
7) Video up to 4K 60 fps --(depends upon which rom is used)
8) slo-mo 240 fps ---- bit buggy
9) Time-lapse
10) PRO mode
11) Timer
12) flash
13) filters
14) all the aspect ratios
15) selfie
16) Camera settings
17) standby mode
18) Dynamic Theme (Dark / Light mode according to SystemUI )
b2 - v1.75b:​19) added gallery
20) added file manager
21) fixed lib crashes
22) added Zenfone 6 camera apk
23) minor adjustments
24) fixed compatibility issues with the above apps
25) added support for game genie (loader not yet ready)
b3 - v1.75.5b:​26) fixed libs not loading
27) fixed compatibility issues
28) fixed 'failed to mount /system_root
29) fixed HDR++
30) removed incompatible apps
31) fixed permission issues
32) patched some lib files to work with arm64 devices
33) fixed app signature (app not installed) of some apps
34) added support for lineageOs 18.1
35) added apk files into internal storage
(to ease the process of installing apps if not installed while flashing)
--------------------------------------------------------------------------------------------------------------------------------------​What's not working:​--------------------------------------------------------------------------------------------------------------------------------------​b1 - v1.35b:​
1) PANO ---- crashes the app
2) AI Scene Detection
3) Portrait mode
4) HDR++ ---- buggy (works sometimes)
5) Instant Camera ----- if double press power button is used for another function
6) other apps (gallery needs re-sighing, face unlock depends upon the rom you're using)
7) YOU NAME IT...
b2 - v1.75b:​8) incompatible apps included (will solve incompatibility issues in next update )
9) apps does not install automatically on some devices (need to manually install )
b3 - v1.75.5b:​10) pre existing bugs​
​How to Install:​
- Download the zip from the given link
- place the zip in your MicroSD card
- boot into TWRP
- boot to the slot that contains your rom (a / b)
- in the install section Select MicroSD card
- Flash the zip file
- reboot to system
- if you don't see the apps... you can find the apk files in the internal storage or.
- use the download link apps are available there
- now open the apps
- allow permissions
- enjoy !!!
DOWNLOAD :
BETA 3 - v1.75.5b : LINK 1
(contains bugs)
hangout with me on:
Twitter | Instagram​
Hello! I'm using the Octavious ROM and the option to shoot at 60 fps is not showing up, can I activate this or does it just depend on the ROM developer?
Afonsostark01 said:
Hello! I'm using the Octavious ROM and the option to shoot at 60 fps is not showing up, can I activate this or does it just depend on the ROM developer?
Click to expand...
Click to collapse
Afonsostark01 said:
Hello! I'm using the Octavious ROM and the option to shoot at 60 fps is not showing up, can I activate this or does it just depend on the ROM developer?
Click to expand...
Click to collapse
As per your image your checking at the wrong place first open camera app then choose video mode and then check the camera settings.
mayker05 said:
As per your image your checking at the wrong place first open camera app the choose video mode and the check the camera settings.
Click to expand...
Click to collapse
I already did that, I believe it is an incompatibility between your port and the octaviOS rom. this weekend I will install Evolution X to test and see if I like it more, and if the COD mobile doesn't close
Afonsostark01 said:
Hello! I'm using the Octavious ROM and the option to shoot at 60 fps is not showing up, can I activate this or does it just depend on the ROM developer?
Click to expand...
Click to collapse
Absolutely... The same ..
I am also trying it on octaviOS latest build, & 4k 60 fps is disabled for me. Only shows upto 4k, not 60 fps option.
A11 octaviOS
No support for 4k 60fps
Also it's not recording in any quality. I tried shooting in 4k 30, fhd it fails recording videos in all formats.
Harshatxda said:
Also it's not recording in any quality. I tried shooting in 4k 30, fhd it fails recording videos in all formats.
Click to expand...
Click to collapse
which rom is it?
Harshatxda said:
A11 octaviOS
No support for 4k 60fps
Click to expand...
Click to collapse
haven't tested on that rom thanks for reporting the issue... I'll try to fix it as soon as possible
Harshatxda said:
A11 octaviOS
No support for 4k 60fps
Click to expand...
Click to collapse
try using older version of the camera apk if that doesn't work than your rom does not allow to use it
Afonsostark01 said:
Hello! I'm using the Octavious ROM and the option to shoot at 60 fps is not showing up, can I activate this or does it just depend on the ROM developer?
Click to expand...
Click to collapse
yes it depends upon the rom
Afonsostark01 said:
I already did that, I believe it is an incompatibility between your port and the octaviOS rom. this weekend I will install Evolution X to test and see if I like it more, and if the COD mobile doesn't close
Click to expand...
Click to collapse
ill look into it and add support after i fix some major issues as it is still a beta
Afonsostark01 said:
I already did that, I believe it is an incompatibility between your port and the octaviOS rom. this weekend I will install Evolution X to test and see if I like it more, and if the COD mobile doesn't close
Click to expand...
Click to collapse
COD crashes on yours, I play CODM too but it works fine for me
mayker05 said:
COD crashes on yours, I play CODM too but it works fine for me
Click to expand...
Click to collapse
it seems that an activation corrected the bug that causes the COD crash, since it launched android 10 there were suffering with this bug.
lineageOS 18.1 no 4k 60fps,fhd60fps,hd60fps . All quality 30fps

Categories

Resources