[MAGISK]Extra volume steps - Xiaomi Mi A3 Themes, Apps, and Mods

A very simple module to modify number of volume steps. Very handy for anyone who finds the default volume control too steep (e.g. level 7 is too quiet and 8 too loud).
It also removes the safety "too loud" nagging message.
Using Magisk 19+ template, so should be good for a while.
Code:
ro.config.vc_call_vol_steps=14
ro.config.media_vol_steps=40
audio.safemedia.bypass=true

Awesome. Going to try it.

Is a way to change vol. steps in setedit.apk ?
I think the lower volume is to loud ... For my wife when she is trying to sleep and I playing Clash royale

arielekagatka said:
Is a way to change vol. steps in setedit.apk ?
I think the lower volume is to loud ... For my wife when she is trying to sleep and I playing Clash royale
Click to expand...
Click to collapse
I don't think that's possible. Audio service reads the number of volume steps from build.prop file.
However you can easily decrease (or increase) the overal volume without root with eqfy equalizer app - just use the first slider (pre-amp). One of the free apps might achieve the same, but IMHO the eqfy is worth the money, probably the best quality equalizer app available.

Nice, but... Is possible do it for notification sound?
Enviado desde mi Mi A3 mediante Tapatalk

namekiano84 said:
Nice, but... Is possible do it for notification sound?
Enviado desde mi Mi A3 mediante Tapatalk
Click to expand...
Click to collapse
Probably, install the module and try adding these lines in /data/adb/modules/VolumeStepsTweaks/system.prop:
alarm:
Code:
ro.config.alarm_vol_steps=xx
system (ringer/notification?)
Code:
ro.config.system_vol_steps=xx
Replace xx with desired number of steps.
And reboot the phone.
Let us know the result

_mysiak_ said:
Probably, install the module and try adding these lines in /data/adb/modules/VolumeStepsTweaks/system.prop:
alarm:
Code:
ro.config.alarm_vol_steps=xx
system (ringer/notification?)
Code:
ro.config.system_vol_steps=xx
Replace xx with desired number of steps.
And reboot the phone.
Let us know the result
Click to expand...
Click to collapse
Thank you.
For alarm work, but for ringtone/notification no
Enviado desde mi Mi A3 mediante Tapatalk

namekiano84 said:
Thank you.
For alarm work, but for ringtone/notification no
Enviado desde mi Mi A3 mediante Tapatalk
Click to expand...
Click to collapse
After further digging in the source code - we need to change "stream.ring" values, but it can't be done with ro.config prop unfortunately. Only alarm/media/in_call can be modified this way.
https://android.googlesource.com/pl...va/com/android/server/audio/AudioService.java

_mysiak_ said:
A very simple module to modify number of volume steps. Very handy for anyone who finds the default volume control too steep (e.g. level 7 is too quiet and 8 too loud).
It also removes the safety "too loud" nagging message.
Using Magisk 19+ template, so should be good for a while.
Click to expand...
Click to collapse
]
Instead for those who want to increase the power of the volume in the headphones, how should they do it

ale200112 said:
]
Instead for those who want to increase the power of the volume in the headphones, how should they do it
Click to expand...
Click to collapse
https://play.google.com/store/apps/details?id=com.wiseschematics.eqfy
Increase the first slider - pre amp/gain.

there is no magisk module or something on an old phone of mine i had modified the file system but here I can't find it

ale200112 said:
there is no magisk module or something on an old phone of mine i had modified the file system but here I can't find it
Click to expand...
Click to collapse
I am not aware of any module for recent phones. Modification of mixer paths xml would change the SW gain only anyway, most probably in the very same way as the Eqfy does.

_mysiak_ said:
I am not aware of any module for recent phones. Modification of mixer paths xml would change the SW gain only anyway, most probably in the very same way as the Eqfy does.
Click to expand...
Click to collapse
But where can I find the file1 To modify, it is much simpler and cleaner without using third-party applications, if possible you could create a magisk module, if only you knew where to start

ale200112 said:
But where can I find the file1 To modify, it is much simpler and cleaner without using third-party applications, if possible you could create a magisk module, if only you knew where to start
Click to expand...
Click to collapse
There are several mixer xml files now, it's not clear which one exactly is responsible for headphones gain. It's not "much simpler and cleaner" anymore (as you can see, so far no one bothered or succeeded). But of course no one stops you to edit these files - they are located in /vendor/etc. Hint - do not edit them directly as dm-verity kernel feature will correct these "errors", you need to create Magisk module.

_mysiak_ said:
Probably, install the module and try adding these lines in /data/adb/modules/VolumeStepsTweaks/system.prop:
alarm:
Code:
ro.config.alarm_vol_steps=xx
system (ringer/notification?)
Code:
ro.config.system_vol_steps=xx
Replace xx with desired number of steps.
And reboot the phone.
Let us know the result
Click to expand...
Click to collapse
hello mysiak, i'd like to add steps to the alarm because it's to loud at 5am , but i can't find " /data/adb/modules/VolumeStepsTweaks/system.prop:
alarm: " witch program do you use to go there?

arjo656 said:
hello mysiak, i'd like to add steps to the alarm because it's to loud at 5am , but i can't find " /data/adb/modules/VolumeStepsTweaks/system.prop:
alarm: " witch program do you use to go there?
Click to expand...
Click to collapse
I am using Total commander to navigate the phone file system and internal text editor in Totalcmd as well, but any file manager with root access should work.

_mysiak_ said:
I am using Total commander to navigate the phone file system and internal text editor in Totalcmd as well, but any file manager with root access should work.
Click to expand...
Click to collapse
ok thanks, i installed it but i still can't find the path.
the only file in data is com.keramidas.titaniumbackup

arjo656 said:
ok thanks, i installed it but i still can't find the path.
the only file in data is com.keramidas.titaniumbackup
Click to expand...
Click to collapse
You must navigate to the file system root, not internal SD as you're doing now.View attachment 4998871

Ok, found it,
it's strange,the steps are there, but the real sound level does not seems to match the new steps, but the old ones.
I mean,The cursor has 40 steps now and i can choose the 7th step, but the sound level is the same until the 15th (for exemple)

arjo656 said:
Ok, found it,
it's strange,the steps are there, but the real sound level does not seems to match the new steps, but the old ones.
I mean,The cursor has 40 steps now and i can choose the 7th step, but the sound level is the same until the 15th (for exemple)
Click to expand...
Click to collapse
Try to move the volume slider up and down to both extreme values, I noticed with headphone and in call volumes that upon the first change, the system needs to "reset/recalibrate" the exact value for new number of steps. At least that did the trick for me.

Related

[Q] In-call volume

Hello, I hope someone can help me.
The scenario is the following:
I've got a optimus black (Obviusly) flashed with the lastest cyanogenmod (cm-10.1-20130221). The problem is the in-call volume, it's as low I can't hear anything if I'm in the street so, I searched posts related with this issue, I found and tried:
-Volume+ --> It was the only which worked but, unfortunately the earphone boost is very slight, so it isn't enough.
-Increasing the volume steps --> This does nothing for my purposes, no earphone boost.
-AudioHack 2.1 --> This neither worked.
So, after I've tried this "methods", I saw in other models (I don't now if in mine is possible) a way in which you modify a file to gain more volume. This is the post I'm refering to:
http://forum.xda-developers.com/showthread.php?t=1722136
Is this possible in optimus black?
Thanks in advance.
Try this:
http://forum.xda-developers.com/showpost.php?p=38168998&postcount=1272
dcop7 said:
Try this:
http://forum.xda-developers.com/showpost.php?p=38168998&postcount=1272
Click to expand...
Click to collapse
I've done all that you say in your post, I think I'm doing something wrong because when I reboot my phone it doesn't goes further the lg logo. I'm going to explain you how I'm doing your steps.
Scenario: cm-10.1-20130221 with google apps (Last version)
-I use the default file explorer which comes with cyanogenmod (In root mode)
-Then I go to /system/
-After that, I open the file with the default text editor which comes by default with cyanogenmod and at the bottom of the file I write "ro.config.vc_call_vol_steps=5", and then I save the file
-Finally I open the properties of the file with file explorer and I set rw-rw-rw
am I right? If not, say me the way you do this or the step(s) I'm doing wrong.
Thanks a lot
In CM you don't have to do that. In CM, the calls are good
dcop7 said:
In CM you don't have to do that. In CM, the calls are good
Click to expand...
Click to collapse
Yes, I realised of that yesterday. I was doing some test aaand after seeing the thread of your response, I'm giving a try to IZS. It manages very very well the resources of the phone, cool theme and so on...The only that worries me now is the manage of the battery but anyway thanks for all .
If you want, you can test this:
http://forum.xda-developers.com/showpost.php?p=38383025&postcount=1341
dcop7 said:
If you want, you can test this:
http://forum.xda-developers.com/showpost.php?p=38383025&postcount=1341
Click to expand...
Click to collapse
I've tried it and I think now it sounds a bit more clear or clean than before. Thanks, I'm following you in the other IZS post.

[TWEAK] Remove Brightness Slider from Notification Panel

This tweak worked on the stock T-Mobile OCG ROM, and will likely work for other stock based ROM's.
I used the "SQLite Editor" app to do this tweak. Other SQLite editors should work as well.
1.Launch SQLite Editor and select "Files" and drill down into /data/data/com.android.providers.settings/databases/settings.db
2. Select "system"
3. Press the "+" option
4. Leave _id set to auto
5. Add in the name field "notification_panel_brightness_adjustment" (without the quotes)
6. Add in the value field "0" (number zero without the quotes)
7. Press save
8. Exit and reboot
If you decide at a later time you want it back, just change the value of that field to a 1 then save and reboot.
guyd said:
This tweak worked on the stock T-Mobile OCG ROM, and will likely work for other stock based ROM's.
I used the "SQLite Editor" app to do this tweak. Other SQLite editors should work as well.
1.Launch SQLite Editor and select "Files" and drill down into /data/data/com.android.providers.settings/databases/settings.db
2. Select "system"
3. Press the "+" option
4. Leave _id set to auto
5. Add in the name field "notification_panel_brightness_adjustment" (without the quotes)
6. Add in the value field "0" (number zero without the quotes)
7. Press save
8. Exit and reboot
If you decide at a later time you want it back, just change the value of that field to a 1 then save and reboot.
Click to expand...
Click to collapse
Nice find! However since I actually use the brightness slider daily, I won't be getting rid of it. Now we just need to find a way to get rid of the S Finder/Quick Connect from the notification panel.
Yoshi910 said:
Nice find! However since I actually use the brightness slider daily, I won't be getting rid of it. Now we just need to find a way to get rid of the S Finder/Quick Connect from the notification panel.
Click to expand...
Click to collapse
I can mod systemui.apk to remove them, if you want it.
mikeyinid said:
I can mod systemui.apk to remove them, if you want it.
Click to expand...
Click to collapse
Yes please
And if you could possibly look into having 6 toggles that would be greatly appreciated. Using your rom got it before the pull lol
guaneet said:
Yes please
And if you could possibly look into having 6 toggles that would be greatly appreciated. Using your rom got it before the pull lol
Click to expand...
Click to collapse
haha, yea im not a fan of having a ton of threads all with mostly the same thing. ill see what i can do about the toggles, i can for sure get rid of the other stuff.
You can also simply install Lux and turn off its persistent notification
Could this be used to do other tweaks like remove icons/clock from the status bar?
mikeyinid said:
I can mod systemui.apk to remove them, if you want it.
Click to expand...
Click to collapse
That'd be awesome. I was looking through the xml but was having trouble finding an obvious section to cut for this bar--res/layout/status_bar_expanded doesn't even appear to contain a reference to the sfinder_qconnect stuff.
teiglin said:
That'd be awesome. I was looking through the xml but was having trouble finding an obvious section to cut for this bar--res/layout/status_bar_expanded doesn't even appear to contain a reference to the sfinder_qconnect stuff.
Click to expand...
Click to collapse
its in res/values/dimens.xml. if you google it theres a few tuts how to do it.
mikeyinid said:
its in res/values/dimens.xml. if you google it theres a few tuts how to do it.
Click to expand...
Click to collapse
Thanks, I had been looking at another tutorial involving cutting a few lines from status_bar_extended, but it hadn't occurred to me simply to change its size to zero in dimens. >.<
This doesn't seem worth a whole new thread, so I've attached a systemui whose only change is the removal of the sfinder/qconnect bar. I believe you also have to delete the arm64/SystemUI.odex.art.xz file for things to work properly.
Edit for basic instructions:
Use a root-enabled file manager or console to replace /system/priv-app/SystemUI/SystemUI.apk with the attached file, and delete /system/priv-app/SystemUI/arm64/SystemUI.odex.art.xz. Make sure the permissions of the new SystemUI.apk are rw-r--r-- (chmod 644 /system/priv-app/SystemUI/SystemUI.apk at the console). Reboot and enjoy.
Caveat: you may not be able to swipe away notifications from within the region previously taken up by the sfinder/qconnect bar.
Great! Can also be done via adb:
Code:
adb shell settings put system notification_panel_brightness_adjustment 0
teiglin said:
Thanks, I had been looking at another tutorial involving cutting a few lines from status_bar_extended, but it hadn't occurred to me simply to change its size to zero in dimens. >.<
This doesn't seem worth a whole new thread, so I've attached a systemui whose only change is the removal of the sfinder/qconnect bar. I believe you also have to delete the arm64/SystemUI.odex.art.xz file for things to work properly.
Click to expand...
Click to collapse
Thanks! Works great.
teiglin said:
Thanks, I had been looking at another tutorial involving cutting a few lines from status_bar_extended, but it hadn't occurred to me simply to change its size to zero in dimens. >.<
This doesn't seem worth a whole new thread, so I've attached a systemui whose only change is the removal of the sfinder/qconnect bar. I believe you also have to delete the arm64/SystemUI.odex.art.xz file for things to work properly.
Click to expand...
Click to collapse
How would you get it to work, I tried to install it but it won't install.
teiglin said:
Thanks, I had been looking at another tutorial involving cutting a few lines from status_bar_extended, but it hadn't occurred to me simply to change its size to zero in dimens. >.<
This doesn't seem worth a whole new thread, so I've attached a systemui whose only change is the removal of the sfinder/qconnect bar. I believe you also have to delete the arm64/SystemUI.odex.art.xz file for things to work properly.
Click to expand...
Click to collapse
Worked fine, thanks !
EvoYas said:
How would you get it to work, I tried to install it but it won't install.
Click to expand...
Click to collapse
Also wondering the same. And I don't see the system ui file in arm64. Can't wait to find out though lol I despise those two buttons
EvoYas said:
How would you get it to work, I tried to install it but it won't install.
Click to expand...
Click to collapse
v2.2v said:
Also wondering the same. And I don't see the system ui file in arm64. Can't wait to find out though lol I despise those two buttons
Click to expand...
Click to collapse
You either need a root-enabled file manager or su at a console, and replace /system/priv-app/SystemUI/SystemUI.apk with the file I provided, and delete /system/priv-app/SystemUI/arm64/SystemUI.odex.art.xz, then reboot. As always, I strongly recommend making backups and of course, I can provide no guarantees, yadda yadda.
teiglin said:
You either need a root-enabled file manager or su at a console, and replace /system/priv-app/SystemUI/SystemUI.apk with the file I provided, and delete /system/priv-app/SystemUI/arm64/SystemUI.odex.art.xz, then reboot. As always, I strongly recommend making backups and of course, I can provide no guarantees, yadda yadda.
Click to expand...
Click to collapse
That worked flawlessly, thank you.
teiglin said:
You either need a root-enabled file manager or su at a console, and replace /system/priv-app/SystemUI/SystemUI.apk with the file I provided, and delete /system/priv-app/SystemUI/arm64/SystemUI.odex.art.xz, then reboot. As always, I strongly recommend making backups and of course, I can provide no guarantees, yadda yadda.
Click to expand...
Click to collapse
perfect! thank you so much
teiglin said:
Thanks, I had been looking at another tutorial involving cutting a few lines from status_bar_extended, but it hadn't occurred to me simply to change its size to zero in dimens. >.<
This doesn't seem worth a whole new thread, so I've attached a systemui whose only change is the removal of the sfinder/qconnect bar. I believe you also have to delete the arm64/SystemUI.odex.art.xz file for things to work properly.
Click to expand...
Click to collapse
Awesome! Works perfectly! Thanks so much. Just a reminder to relative noobs like myself to change the appropriate permissions in the new SystemUI file to -rw-r--r--. I forgot to do so first try, and lost both the status bar and the lockscreen. Fixed now, but had a moment or two of panic...
Painless001 said:
Awesome! Works perfectly! Thanks so much. Just a reminder to relative noobs like myself to change the appropriate permissions in the new SystemUI file to -rw-r--r--. I forgot to do so first try, and lost both the status bar and the lockscreen. Fixed now, but had a moment or two of panic...
Click to expand...
Click to collapse
BINGO. Yea i forgot to mention that in my response, as well. Always fix permissions

H850 Quick charge wich screen on MOD

Quick charge wich screen ON without overheat MOD.
Full speed 3100mA even play hard game like WOT Blitz etc.
I use this setting at 4 mount and don't have any problem.
Just delete .txt and replaced orginal file (after get backup) in folder /ETC, give permission rw-r-r and restart device.
Or use Magisk module zip.
This work on H850 fulmic 3.3 rom and maybe work wich stock rom.
Tx to ReVanTis for Magisk module.
Thanks. Quick Charging with screen on working, i test it myself
How about we make it Magisk!
Let me know if it works or not.
I only checked the /system/etc/thermal-engine-8996.conf content did changed but not sure if it makes any difference.
ReVanTis said:
How about we make it Magisk!
Let me know if it works or not.
I only checked the /system/etc/thermal-engine-8996.conf content did changed but not sure if it makes any difference.
Click to expand...
Click to collapse
Its working. Thanks
Hey guys, I downloaded the above .zip and now not sure how to proceed. I am fairly new to XDA and not entirely sure about many of the things on here.
When I open the file in file manager, I get a few folders and .gitattributes, config.sh, and module.prop , as being extractable.
Any assistance would be grand.
---------- Post added at 07:38 AM ---------- Previous post was at 07:34 AM ----------
Kiggles said:
Hey guys, I downloaded the above .zip and now not sure how to proceed. I am fairly new to XDA and not entirely sure about many of the things on here.
When I open the file in file manager, I get a few folders and .gitattributes, config.sh, and module.prop , as being extractable.
Any assistance would be grand.
Click to expand...
Click to collapse
I'm on the regilar, factory OS, no root or ROMs, if that's relevant to anything.
Kiggles said:
Hey guys, I downloaded the above .zip and now not sure how to proceed. I am fairly new to XDA and not entirely sure about many of the things on here.
When I open the file in file manager, I get a few folders and .gitattributes, config.sh, and module.prop , as being extractable.
Any assistance would be grand.
---------- Post added at 07:38 AM ---------- Previous post was at 07:34 AM ----------
I'm on the regilar, factory OS, no root or ROMs, if that's relevant to anything.
Click to expand...
Click to collapse
You'll need to be rooted in order to use this.
Hadi99 said:
You'll need to be rooted in order to use this.
Click to expand...
Click to collapse
Ah ok. Well then. I guess that's that, as I don't have access to a PC for that kinda stuff. Thanks for the reply though!
I would still add a warning despite the fact that it's speaking for itself as LG, Samsung etc would have kept it enabled if it was no big deal. I think despite by some it won't overheat, that in some cases it will really overheat and idk how the battery's handling it. It just sounds unsafe for long term.
wulsic said:
I would still add a warning despite the fact that it's speaking for itself as LG, Samsung etc would have kept it enabled if it was no big deal. I think despite by some it won't overheat, that in some cases it will really overheat and idk how the battery's handling it. It just sounds unsafe for long term.
Click to expand...
Click to collapse
7 mouth use this settings and no problems, battery life still same as new.
The only problem that can occur is the burnout of the screen but only wich static element's snd max screen lights.
That's is Lg screen problems.
MrDraska said:
Quick charge wich screen ON without overheat MOD.
Full speed 3100mA even play hard game like WOT Blitz etc.
I use this setting at 4 mount and don't have any problem.
Just delete .txt and replaced orginal file (after get backup) in folder /ETC, give permission rw-r-r and restart device.
Or flash zip file in recovery.
This work on H850 fulmic 3.3 rom and maybe work wich stock rom.
Tx to ReVanTis for flash file
Click to expand...
Click to collapse
Just to be clear it's a Magisk module.
If your G5 is not rooted with Magisk you probably won't be able to use it (Fulmics is pre-rooted with Magisk by default).
Magisk: https://forum.xda-developers.com/apps/magisk
MrDraska said:
7 mouth use this settings and no problems, battery life still same as new.
The only problem that can occur is the burnout of the screen but only wich static element's snd max screen lights.
That's is Lg screen problems.
Click to expand...
Click to collapse
Screen burnout can be fixed by changing color settings
RGB =240
Minimum =35
Saturation =50-60(as you like)
Value = 130
Contrast = 130
Hue = 1520
That's it.
Will this work with other variants?
Awkydee said:
Will this work with other variants?
Click to expand...
Click to collapse
It might. It's a magisk module which means that it can easily be removed in worst case scenarios.
Wow, it actually works. I'll report how it goes
Awkydee said:
Will this work with other variants?
Click to expand...
Click to collapse
I don't have system file an other variants but probably work.
Rafeh said:
Screen burnout can be fixed by changing color settings
RGB =240
Minimum =35
Saturation =50-60(as you like)
Value = 130
Contrast = 130
Hue = 1520
That's it.
Click to expand...
Click to collapse
What app do you use to change the settings?
aanonymoushuman said:
What app do you use to change the settings?
Click to expand...
Click to collapse
Kernel adiutor
I wouldn't do this. Especially when the G5 has a removable battery where one can just swap over a fully charged one.. My experience with the G4 is that it overheated terribly when screen on and plugged in. Strangely the overheating was worse with standard charger rather than the fastcharger. I think this very much attributed to the bootloop issue. Not that I'm saying the G5 suffers from the same fault but I wouldn't take the risk. The G5 charges so fast when on fastcharger that I would think it wise to just leave it as it is.
ReVanTis said:
Just to be clear it's a Magisk module.
If your G5 is not rooted with Magisk you probably won't be able to use it (Fulmics is pre-rooted with Magisk by default).
Magisk: https://forum.xda-developers.com/apps/magisk
Click to expand...
Click to collapse
I installed it under Magisk (17.1 ) Modules and it failed with error msg
" Copying zip to temp dir
Installing charger_tweaker.zip
Mounting /system, /vendor, /data, /cache
/data/magisk isn't setup properly !
Please install Magisk v14+
Installation failed
Any idea ?
I also tried it on my lg H850 (stock rom) but during the flashing it reports a problem and doesn't work

[guide] black navigation bar

Hey all. Other day i look around floating_feature.xml in system/etc and i found the line for config nav bar:
<SEC_FLOATING_FEATURE_FRAMEWORK_CONFIG_NAVIGATION_BAR_THEME>SupportLightNavigationBar|SupportForceTouch|SupportCustomBgColor|SupportNaviBarRemoteView</SEC_FLOATING_FEATURE_FRAMEWORK_CONFIG_NAVIGATION_BAR_THEME>
I think if theres an option "SupportLightNavigationBar" lets see if "SupporrDarkNavigationBar" works. And it worked
Don't know if anyone have dicover that but i wann share it with you.
Final code:
<SEC_FLOATING_FEATURE_FRAMEWORK_CONFIG_NAVIGATION_BAR_THEME>SupportLightNavigationBar|SupportForceTouch|SupportCustomBgColor|SupportNaviBarRemoteView|SupportDarkNavigationBar</SEC_FLOATING_FEATURE_FRAMEWORK_CONFIG_NAVIGATION_BAR_THEME>
marquelito said:
Hey all. Other day i look around floating_feature.xml in system/etc and i found the line for config nav bar:
<SEC_FLOATING_FEATURE_FRAMEWORK_CONFIG_NAVIGATION_BAR_THEME>SupportLightNavigationBar|SupportForceTouch|SupportCustomBgColor|SupportNaviBarRemoteView</SEC_FLOATING_FEATURE_FRAMEWORK_CONFIG_NAVIGATION_BAR_THEME>
I think if theres an option "SupportLightNavigationBar" lets see if "SupporrDarkNavigationBar" works. And it worked
Don't know if anyone have dicover that but i wann share it with you.
Final code:
<SEC_FLOATING_FEATURE_FRAMEWORK_CONFIG_NAVIGATION_BAR_THEME>SupportLightNavigationBar|SupportForceTouch|SupportCustomBgColor|SupportNaviBarRemoteView|SupportDarkNavigationBar</SEC_FLOATING_FEATURE_FRAMEWORK_CONFIG_NAVIGATION_BAR_THEME>
Click to expand...
Click to collapse
It works only for rooted S9?
Meknes23 said:
It works only for rooted S9?
Click to expand...
Click to collapse
I think you can push it via adb. If anyone could help with it
marquelito said:
I think you can push it via adb. If anyone could help with it
Click to expand...
Click to collapse
Fairly sure you need to be rooted to mod system files even with ADB, or at least have TWRP installed, in which case you might as well root too as you have already tripped KNOX
or you can just use this app:
https://play.google.com/store/apps/details?id=by4a.setedit22
set
need_dark_navigationbar to 1
need_dark_statusbar to 1
then go switch it to black..
you might need adb initially to get the app permission but its only needed to do once.. actually, you dont need permission for that as its in system settings.. if u want to change secure or global settings you need to set the adb perms
*Detection* said:
Fairly sure you need to be rooted to mod system files even with ADB, or at least have TWRP installed, in which case you might as well root too as you have already tripped KNOX
Click to expand...
Click to collapse
not true in this case.. those values are in settings.. you can do it in adb also if you use the settings binary similar to what i just posted.. the app is probably the easiest tho plus u can edit pretty much any setting with the app
elliwigy said:
or you can just use this app:
https://play.google.com/store/apps/details?id=by4a.setedit22
set
need_dark_navigationbar to 1
need_dark_statusbar to 1
then go switch it to black..
you might need adb initially to get the app permission but its only needed to do once.. actually, you dont need permission for that as its in system settings.. if u want to change secure or global settings you need to set the adb perms
Click to expand...
Click to collapse
Just changed those lines both to 1, but no black has appeared
Also I have a problem with low notification / ringtone sounds, I see there are level settings for that too
What is the adb command to get the full permissions for the app to edit everything? The values are reset back to 0 after a reboot
*Detection* said:
Just changed those lines both to 1, but no black has appeared
Also I have a problem with low notification / ringtone sounds, I see there are level settings for that too
What is the adb command to get the full permissions for the app to edit everything? The values are reset back to 0 after a reboot
Click to expand...
Click to collapse
Did you have any luck figuring this out? The settings don't seem to stick on reboot.
knoxjon said:
Did you have any luck figuring this out? The settings don't seem to stick on reboot.
Click to expand...
Click to collapse
Not with this method, I use this now instead, works flawlessly
https://play.google.com/store/apps/details?id=org.inteks.samtweak2&hl=en
Exclude the app from power saving though or you'll need to open it again to reapply some of the tweaks
knoxjon said:
Did you have any luck figuring this out? The settings don't seem to stick on reboot.
Click to expand...
Click to collapse
not sure why u guys have a hard time lol.. i change the value to 1 then wait a few mins then when i go to navbar settings its black..
works every time for me

Dailer recording EU version

Hi,
I ordered the phone yesterday and am excited to have it, it I keep wondering if this one has call recording. Please let me know, because I need this!
Thanks
joefso said:
Hi,
I ordered the phone yesterday and am excited to have it, it I keep wondering if this one has call recording. Please let me know, because I need this!
Thanks
Click to expand...
Click to collapse
It doesn't have (got my phone last Monday)
joefso said:
Hi,
I ordered the phone yesterday and am excited to have it, it I keep wondering if this one has call recording. Please let me know, because I need this!
Thanks
Click to expand...
Click to collapse
You can't record calls in Europe as it is illegal,maybe try changing region to India or somewhere where it is legal.There are apps out there too
manus31 said:
You can't record calls in Europe as it is illegal,maybe try changing region to India or somewhere where it is legal.There are apps out there too
Click to expand...
Click to collapse
Thanks.for.your reply!
No it depends.on which country you are in. Some countries it is not allowed.
I thought coloros had call recording inbuild
valthunder said:
It doesn't have (got my phone last Monday)
Click to expand...
Click to collapse
Does it have Google Dailer?
Does this option not exists? http://www.gadgetdetail.com/coloros-6-how-to-setup-call-recording/
Could you plz check?
Thnx
Call recording is not present in EU ROM. But I'm pretty sure that it will be there as soon as custom stock ROM is out as I think it's simply a property to enable in some file (needs root).
In case you're still searching, there's a solution for rooted EU roms; I tested it successfully:
See https://forum.xda-developers.com/showpost.php?p=81431741&postcount=4
joefso said:
Does it have Google Dailer?
Does this option not exists? http://www.gadgetdetail.com/coloros-6-how-to-setup-call-recording/
Could you plz check?
Thnx
Click to expand...
Click to collapse
It doesn't have Google Dialer. And you can't install it unless you're rooted, because there is no Google Dialer Framework installed. If you are rooted, there is a magisk module that installs Google Dialer Framework, and after that you can install google dialer (but that doesn't have call recording).
cyexdeah said:
In case you're still searching, there's a solution for rooted EU roms; I tested it successfully:
See https://forum.xda-developers.com/showpost.php?p=81431741&postcount=4
Click to expand...
Click to collapse
How did you do that? I followed the whole procedure, but I still can't have call recording.
Maybe I missed something, or I'm not checking in the right place to activate it.
Can you please help me?
asusgarb said:
How did you do that? I followed the whole procedure, but I still can't have call recording.
Maybe I missed something, or I'm not checking in the right place to activate it.
Can you please help me?
Click to expand...
Click to collapse
I just followed the instructions. If you're rooted, just go to /system/etc/oppoRegionMarkFeatures/ in your file manager. You should see a bunch .xml files with country codes, which apparently turn on/off certain features, but for call recording they're probably not relevant. I copied com.oppo.region mark.EUEX.xml first somewhere safe and opened it with an editor. There's a line that says feature name="oppo.phone.nodisplayrecord". I deleted the line, saved and rebooted. This activates the hidden option. Then go to settings, search for "call recording". You should see "System Apps > Call > Call recording" Activate the option "record all calls" (or "record unknown numbers"), call some number. You should see a green "recording standby" icon in the call wait screen and text changes automatically once it starts recording. Recordings are listed in the "Recorder" app. Voila. Ping me later and I can post the screenshots of the settings screens.
HTH
I am using this https://nllapps.com/apps/acr/ and it works. It just has one bummer and that it doesn't save the number of the person you called. So, you have to assign it after a call.
andrejd1 said:
I am using this https://nllapps.com/apps/acr/ and it works. It just has one bummer and that it doesn't save the number of the person you called. So, you have to assign it after a call.
Click to expand...
Click to collapse
It doesnt work for me. Im EU ROM.
anfederin said:
It doesnt work for me. Im EU ROM.
Click to expand...
Click to collapse
My device is EU rom too. In the settings, I have selected an automatic source of the recording and format is MP3.
andrejd1 said:
My device is EU rom too. In the settings, I have selected an automatic source of the recording and format is MP3.
Click to expand...
Click to collapse
Can you please show it as a screenshot?
Here you go.
andrejd1 said:
My device is EU rom too. In the settings, I have selected an automatic source of the recording and format is MP3.
Click to expand...
Click to collapse
The APK works, bur It records the interlocutor voice at very low level.
anfederin said:
The APK works, bur It records the interlocutor voice at very low level.
Click to expand...
Click to collapse
Yes, it's not perfect but better than nothing, I guess...
cyexdeah said:
I just followed the instructions. If you're rooted, just go to /system/etc/oppoRegionMarkFeatures/ in your file manager. You should see a bunch .xml files with country codes, which apparently turn on/off certain features, but for call recording they're probably not relevant. I copied com.oppo.region mark.EUEX.xml first somewhere safe and opened it with an editor. There's a line that says feature name="oppo.phone.nodisplayrecord". I deleted the line, saved and rebooted. This activates the hidden option. Then go to settings, search for "call recording". You should see "System Apps > Call > Call recording" Activate the option "record all calls" (or "record unknown numbers"), call some number. You should see a green "recording standby" icon in the call wait screen and text changes automatically once it starts recording. Recordings are listed in the "Recorder" app. Voila. Ping me later and I can post the screenshots of the settings screens.
HTH
Click to expand...
Click to collapse
But didn't you replaced the original one with the edited one?
I did it (with TWRP File Manager).
Did you only edited it, without replacing it?
What I did is:
1. Copy the EUEX XML to "internal memory".
2. Edit the copied file removing the whole line (from < to >) and without leaving the blank line.
3. Reboot to TWRP.
4. From TWRP File Manager copy the edited file to origin folder, overwriting the stock XML).
5. Reboot to OS.
As you can see in the screenshot, no more "nodisplayrecord" line and no blank line before "blacklist"line.
Sent from my Realme RMX1931 using XDA Labs
asusgarb said:
But didn't you replaced the original one with the edited one?
I did it (with TWRP File Manager).
Did you only edited it, without replacing it?
What I did is:
1. Copy the EUEX XML to "internal memory".
2. Edit the copied file removing the whole line (from < to >) and without leaving the blank line.
3. Reboot to TWRP.
4. From TWRP File Manager copy the edited file to origin folder, overwriting the stock XML).
5. Reboot to OS.
As you can see in the screenshot, no more "nodisplayrecord" line and no blank line before "blacklist"line.
Click to expand...
Click to collapse
Sent from my Realme RMX1931 using XDA Labs
asusgarb said:
Did you only edited it, without replacing it?
Click to expand...
Click to collapse
Yes. I browsed to the directory and edited the XML file directly using my file manager (I use X-plore but any rooted app should also do).
The copy I made was not for offline-editing purposes, it's a habitual backup just in case
Try editing the file directly. If it doesn't work, you might wanna check if the line is in the other XML files in the same folder. Maybe there is a country-specific XML file.
ps: I'm on 11_A.08, EU version.

Categories

Resources