Enable native call recording functionality - OnePlus 5T Questions & Answers

Hi all,
After watching reviews of the 5t coming out of India its clear that some regions have an inbuilt call recording ability enabled. I live in Finland where the function is unavailable.
Is there a way to enable it in other regions?
Thanks, Peter

bedgellert said:
Hi all,
After watching reviews of the 5t coming out of India its clear that some regions have an inbuilt call recording ability enabled. I live in Finland where the function is unavailable.
Is there a way to enable it in other regions?
Thanks, Peter
Click to expand...
Click to collapse
https://play.google.com/store/apps/details?id=net.jroot3d.joneplustools

Thanks for the link
There is a problem with the joneplus tools app, it has to be re enabled after every reboot. is there a more permanent solution to this issue?
Thanks, Peter

bedgellert said:
There is a problem with the joneplus tools app, it has to be re enabled after every reboot. is there a more permanent solution to this issue?
Thanks, Peter
Click to expand...
Click to collapse
Works fine here, simply add joneplus to the autostart apps :good:

Pfeffernuss said:
Works fine here, simply add joneplus to the autostart apps :good:
Click to expand...
Click to collapse
if you have tasker you can do it without installing anything:
create a task with 'run shell' and input
Code:
su
settings put global op_voice_recording_supported_by_mcc 1
and run it on reboot. done!
il already worked on my 3t
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

alessandro_xda said:
if you have tasker you can do it without installing anything:
create a task with 'run shell' and input
and run it on reboot. done!
il already worked on my 3t
Click to expand...
Click to collapse
hi ?️
does it require root?
i get this error message:
23.08.06/E Shell Ausführen: ->
23.08.06/E Shell Ausführen: ->
23.08.06/E Shell Ausführen: ->
23.08.06/Shell runBackground su settings put global op_voice_recording_supported_by_mcc 1 root: false timeout: 5000
23.08.06/Shell start process-thread ID 569
23.08.06/E add wait type Shell1 time 2147483647
23.08.06/E add wait type Shell1 done
23.08.06/E add wait task
23.08.06/E Fehler: 127
mbr

Phi7 said:
hi ?️
does it require root?
Click to expand...
Click to collapse
it does

Phi7 said:
hi [emoji870]️
does it require root?
i get this error message:
23.08.06/E Shell Ausführen: ->
23.08.06/E Shell Ausführen: ->
23.08.06/E Shell Ausführen: ->
23.08.06/Shell runBackground su settings put global op_voice_recording_supported_by_mcc 1 root: false timeout: 5000
23.08.06/Shell start process-thread ID 569
23.08.06/E add wait type Shell1 time 2147483647
23.08.06/E add wait type Shell1 done
23.08.06/E add wait task
23.08.06/E Fehler: 127
mbr
Click to expand...
Click to collapse
Nope. You just can use an adb command to enable them features.
Inviato dal mio ONEPLUS A5010 utilizzando Tapatalk

Chazy12 said:
Nope. You just can use an adb command to enable them features.
Inviato dal mio ONEPLUS A5010 utilizzando Tapatalk
Click to expand...
Click to collapse
any more info?

alessandro_xda said:
any more info?
Click to expand...
Click to collapse
Sei italiano, giusto?!
Quando installi joneplus ti dice il comando adb da usare attraverso il PC..
Inviato dal mio ONEPLUS A5010 utilizzando Tapatalk

Does this hack work on Android 10 as well?
Anybody? Does this hack work on Android 10 also? If it does, how it can be implemented step-by-step?

Related

Relock Bootloader - Google PAY and Netflix don`t work.

Hello everybody.
I have unlocked the bootloader on my Xiaomi MI 9 SE and since then the apps Google PAY and Netflix don`t work anymore.
Yes, I should have ask the internet before unlocking... ... That´s annoying.
I checked the forums here and I dont`t want to use the idea from ths forum:
https://forum.xda-developers.com/mi-9-se/help/google-pay-t3927403
Does anyone maybe have a solution how to relock the bootloader again?
I´m on 10.2.9.0 Global Stable.
Thanks
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
balu1977 said:
View attachment 4776044
Click to expand...
Click to collapse
Where can I find this option and what app is it?
Miflash tool
Fastoob rom
Manual
I found something that helped:
https://forum.xda-developers.com/mi-8-Lite/help/lock-bootloader-unlocking-t3907086
See the Reply from @SubwayChamp.
@SubwayChamp Thanks a lot! I could relock my Mi 9 SE again and now GooglePAY and Netflix work again.
Here's what helped me with Google Pay. Run it as root. You need to install Sqlite client in Magisk modules.
Code:
am force-stop /data/data/com.google.android.apps.walletnfcrel
chmod 777 /data/data/com.google.android.gms/databases/dg.db
sqlite3 /data/data/com.google.android.gms/databases/dg.db "update main set c='0' where a like '%attest%';"
sqlite3 /data/data/com.google.android.gms/databases/dg.db "update main set c='0' where a like '%attest%';"
chmod 444 /data/data/com.google.android.gms/databases/dg.db
Netflix works after installing Magisk module liboemcryptodisabler.
Have you paid with it?
Yes, about 10 times already
maciek90 said:
Here's what helped me with Google Pay. Run it as root. You need to install Sqlite client in Magisk modules.
Code:
am force-stop /data/data/com.google.android.apps.walletnfcrel
chmod 777 /data/data/com.google.android.gms/databases/dg.db
sqlite3 /data/data/com.google.android.gms/databases/dg.db "update main set c='0' where a like '%attest%';"
sqlite3 /data/data/com.google.android.gms/databases/dg.db "update main set c='0' where a like '%attest%';"
chmod 444 /data/data/com.google.android.gms/databases/dg.db
Netflix works after installing Magisk module liboemcryptodisabler.
Click to expand...
Click to collapse
Could you explain step by step how to fix the gpay issue..?
I mean, where do I have to paste these lines to solve it.
Magisk + sqlite already installed..
Thanks in advance
Gesendet von meinem Mi 9 SE mit Tapatalk
Just paste them in any terminal app as root (type su and hit enter).
I found those lines on Polish MIUI forum.
Works, thanks a lot!
Gesendet von meinem Mi 9 SE mit Tapatalk
any solution for netflix?
diegochiva95 said:
any solution for netflix?
Click to expand...
Click to collapse
Magisk module liboemcryptodisabler.
I at least was now able to activate my paypal account on GPay. At least this step already worked for me. I was only confused that when booting the phone, below the Xiaomi Logo theres still "unlocked" written.
Although I was able to link Paypal with gpay after this method, I was not able pay. It says that it can't idetify the card
fgh11 said:
Hello everybody.
I have unlocked the bootloader on my Xiaomi MI 9 SE and since then the apps Google PAY and Netflix don`t work anymore.
Yes, I should have ask the internet before unlocking... ... That´s annoying.
I checked the forums here and I dont`t want to use the idea from ths forum:
https://forum.xda-developers.com/mi-9-se/help/google-pay-t3927403
Does anyone maybe have a solution how to relock the bootloader again?
I´m on 10.2.9.0 Global Stable.
Thanks
Click to expand...
Click to collapse
Hi how do you unlock this phone.im stuck at 50% cant verify phone error
exratz said:
Hi how do you unlock this phone.im stuck at 50% cant verify phone error
Click to expand...
Click to collapse
I don't remember every step. Sorry. But it was the usual (official) way and I used one of the tutorials here on xda. On the official Mi-Forum you can also find some help.

Question MIUI 12.5.6 killed gestures for third party launchers

MIUI 12.5.6 killed gestures for third party launchers, I have been using Fluid.N.G to bypass full screen gestures erlier problems, but now system doesn`t allow to switch to gestures when third party launcher is selected. Does anyone know how to get it work?
Yeah purchase LADB and run the command after any reboots, it is on sales now cause I requested for. Hurry up.
italodance said:
Yeah purchase LADB and run the command after any reboots, it is on sales now cause I requested for. Hurry up.
Click to expand...
Click to collapse
What command should I enter? I've enabled USB debugging and granted rights for FNG, but despite this, the option to remove control keys doesn't work. How to do it with a manual command? I'd love to see if it works via PC, and then possibly buy a LADB to do it from phone. BTW I have a ABD Shell for Tasker already
malykazio said:
What command should I enter? I've enabled USB debugging and granted rights for FNG, but despite this, the option to remove control keys doesn't work. How to do it with a manual command? I'd love to see if it works via PC, and then possibly buy a LADB to do it from phone. BTW I have a ABD Shell for Tasker already
Click to expand...
Click to collapse
settings put global force_fgs_nav_bar 1
@italodance Thank you good man! Not without some probems with the configuration, but it worked!
malykazio said:
@italodance Thank you good man! Not without some probems with the configuration, but it worked!
Click to expand...
Click to collapse
What problem? If it is statusbar theme, just switch between gestures once then back to homescreen menu and run the command again. you won't lose your theme.
italodance said:
What problem? If it is statusbar theme, just switch between gestures once then back to homescreen menu and run the command again. you won't lose your theme.
Click to expand...
Click to collapse
I was referring to the LADB configuration, I couldn't get the pairing to work properly at first, but I used the hint about two windows and then it worked. It would be nice to force Tasker to work this way, so that using its ADB plugin it automatically enters this command after a reboot. When I find time I might look into it, for now I'm happy. Thanks again.
.
.
malykazio said:
I was referring to the LADB configuration, I couldn't get the pairing to work properly at first, but I used the hint about two windows and then it worked. It would be nice to force Tasker to work this way, so that using its ADB plugin it automatically enters this command after a reboot. When I find time I might look into it, for now I'm happy. Thanks again.
Click to expand...
Click to collapse
LADB is really painful to use...
Tasker allows you to set this global var after each boot via a Custom Setting (no need for ADB plugin)
Create a Profile > Event > System > Device Boot
Add a new Task
Add a new Action > Settings > Custom Setting
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Mellow971 said:
Tasker allows you to set this global var after each boot via a Custom Setting (no need for ADB plugin)
Click to expand...
Click to collapse
Interesting option - is it working without root?
Yes, you just need to grant Tasker WRITE_SECURE_SETTINGS permission via ADB

Question Removing Bloatware

Was somebody succesful to remove all the bloatware from OriginOS?
I used the adb method:
Uninstall system apps without root (vivo bloatware)
You must downloaded adb, and install the adb drivers 1. enable developer options and turn on usb debugging 2. open command prompt > type adb devices if the device is detected by the computer then the name will appear, if it is written...
forum.xda-developers.com
And I removed browser and vivo appstore, but some apps could't be removed, for example: Vivo Wallet or i Music
I got only this message:
Failure [DELETE_FAILED_USER_RESTRICTED]
Any idea what could be the reason?
xperia81 said:
Was somebody succesful to remove all the bloatware from OriginOS?
I used the adb method:
Uninstall system apps without root (vivo bloatware)
You must downloaded adb, and install the adb drivers 1. enable developer options and turn on usb debugging 2. open command prompt > type adb devices if the device is detected by the computer then the name will appear, if it is written...
forum.xda-developers.com
And I removed browser and vivo appstore, but some apps could't be removed, for example: Vivo Wallet or i Music
I got only this message:
Failure [DELETE_FAILED_USER_RESTRICTED]
Any idea what could be the reason?
Click to expand...
Click to collapse
that is because you have to be root user to delete some uninstall some apps.
Inbox me via Telegram: @vutruonghainam
I'll help you
vutruonghainam said:
Inbox me via Telegram: @vutruonghainam
I'll help you
Click to expand...
Click to collapse
done and thx
HI! wich apps do you think that it can be disable or unistall without messing with the phone?
i have some clue like:
- ivideo
- imusic
- browser
- com.vivo.pem (sometimes stop google services when its disable)
- imanager???
monex12 said:
HI! wich apps do you think that it can be disable or unistall without messing with the phone?
i have some clue like:
- ivideo
- imusic
- browser
- com.vivo.pem (sometimes stop google services when its disable)
- imanager???
Click to expand...
Click to collapse
i removed them all except imanager, but imusic was not removable
xperia81 said:
i removed them all except imanager, but imusic was not removable
Click to expand...
Click to collapse
how do you do that? do you still have troubles when remove com.vivo.pem
xperia81 said:
i removed them all except imanager, but imusic was not removable
Click to expand...
Click to collapse
I had the same problem, could you tell me what to do? thx
You can use LADB app and remove anything what you want its work without pc or root..Just need wireless connection thats all
blinkt88 said:
You can use LADB app and remove anything what you want its work without pc or root..Just need wireless connection thats all
Click to expand...
Click to collapse
thank you, but the result is same, Failure [DELETE_FAILED_USER_RESTRICTED]
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hmmm interesting..maybe is there another commands for removing it
CSUNEU said:
thank you, but the result is same, Failure [DELETE_FAILED_USER_RESTRICTED]View attachment 5707547
Click to expand...
Click to collapse
Another way to delete pre-installed apps (not marked as core ,works on A12)
Sorry for bad english. With new protection vivo.uninstall.compatibility.not_adbUninstall it's become impossible to delete or disable Jovi app with ADB on my Vivo Y31 android 12. pm uninstall -k --user 0 com.vivo.hiboard Failure...
forum.xda-developers.com
Pervokur said:
Another way to delete pre-installed apps (not marked as core ,works on A12)
Sorry for bad english. With new protection vivo.uninstall.compatibility.not_adbUninstall it's become impossible to delete or disable Jovi app with ADB on my Vivo Y31 android 12. pm uninstall -k --user 0 com.vivo.hiboard Failure...
forum.xda-developers.com
Click to expand...
Click to collapse
Thank you very much, but I could not really understand.
I tried the "adb shell service call package 134 s16 com.vivo.hiboard i32 0 i32 0" command, the result is"Result: Parcel(00000000 00000001 '........')"
Then I don't know what to do......
Said.
CSUNEU said:
Thank you very much, but I could not really understand.
I tried the "adb shell service call package 134 s16 com.vivo.hiboard i32 0 i32 0" command, the result is"Result: Parcel(00000000 00000001 '........')"
Then I don't know what to do......
Said.
Click to expand...
Click to collapse
00000001 means success, jovi (com.vivo.hiboard) is deleted
Pervokur said:
00000001 means success, jovi (com.vivo.hiboard) is deleted
Click to expand...
Click to collapse
Oh, thank you.
So, how can I find the number of other app? And should I keep "s16" and "i32" stable?
Thank you so much!
CSUNEU said:
Oh, thank you.
So, how can I find the number of other app? And should I keep "s16" and "i32" stable?
Thank you so much!
Click to expand...
Click to collapse
you only need to replace com.vivo.hiboard with another package name
Pervokur said:
you only need to replace com.vivo.hiboard with another package name
Click to expand...
Click to collapse
Thank you so much!

Question Disable bloatwares on COS 13 in ADB does not work?

Hi anyone has a clue on how to disable some apps in ColorOS 13, been trying but failed because the state of the app does not change. My main concern is to redirect app links (eg. from ecommerce app to payment app, which usually lands into App Market and said "app not available"). These are things I have tried and not successful:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Package name directly extracted:
cmd I followed:
shell pm uninstall --user 0 com.oplus.ota
Failure [DELETE_FAILED_INTERNAL_ERROR]
shell pm disable-user --user 0 com.oplus.ota
Package com.oplus.ota new state: default
shell pm disable com.oplus.ota
[Error]:failed to disable com.oplus.ota
Click to expand...
Click to collapse
A couple of suggestions:
-Remove the -k keyword while uninstalling the app
-Add the adb keyword before the shell pm uninstall command
binary**# said:
A couple of suggestions:
-Remove the -k keyword while uninstalling the app
-Add the adb keyword before the shell pm uninstall command
Click to expand...
Click to collapse
thanks but does not work
rockmaster said:
Hi anyone has a clue on how to disable some apps in ColorOS 13, been trying but failed because the state of the app does not change. My main concern is to redirect app links (eg. from ecommerce app to payment app, which usually lands into App Market and said "app not available"). These are things I have tried and not successful:
View attachment 5862107
View attachment 5862109
Package name directly extracted: View attachment 5862111
cmd I followed:
Click to expand...
Click to collapse
Or use adb app Control
For easy debloat
ChrisFeiveel84 said:
Or use adb app Control
For easy debloat
Click to expand...
Click to collapse
I will try, just additional question do I have to reboot into bootloader or it's ok to just enable debugging and stay within the OS?
rockmaster said:
I will try, just additional question do I have to reboot into bootloader or it's ok to just enable debugging and stay within the OS?
Click to expand...
Click to collapse
Adb only works when you in system
On bootloader only fastboot no adb
ChrisFeiveel84 said:
Or use adb app Control
For easy debloat
Click to expand...
Click to collapse
Same I dont think the app state changes because after refresh it still show enabled, and task 0/1
any clue ?
Edit:
Somehow this market is not disabled, tried a few things but market
Edit2:
A few others failed to be disabled too, not sure if this is common on COS13
rockmaster said:
View attachment 5862123 Same I dont think the app state changes because after refresh it still show enabled, and task 0/1
any clue ?
View attachment 5862125
Edit:
Somehow this market is not disabled, tried a few things but market
View attachment 5862129
Edit2:
A few others failed to be disabled too, not sure if this is common on COS13
View attachment 5862133
Click to expand...
Click to collapse
Not with the comand go to application and from here disable the apps
ChrisFeiveel84 said:
Not with the comand go to application and from here disable the apps
Click to expand...
Click to collapse
uhmm how do you mean ser? The app can't be disabled, I tried also revoking its permission as well from ADB but failed too.
Workaround anyway to set Play Store as default app store?
I guess no one facing the issue like this, only my device then :/
So you have to disable permission monitoring in colorOS to be able to run adb commands. It's in developer options.
rockmaster said:
I guess no one facing the issue like this, only my device then :/
Click to expand...
Click to collapse
me too... there are some packages like com.oplus.ota that you can not disble/uninstall....
i've searched everywere in forums but there are no solutions :-(
Same issues here with Realme 10 Pro+. Uninstalled several bloatware apps but App Market, Browser and Wallet resist unistallation and disabling.

Question Is there anyway to get rid of this?

I don't want to login or create emojis but it keeps popping up asking if i want to. Any way to remove this?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Package Disabler or a adb edit will stop it from running at startup. You can try to disable or uninstall the app in settings but many times you don't have that option.
Any dependencies it may have will also be affected as well... don't go too nuts.
blackhawk said:
Package Disabler or a adb edit will stop it from running at startup. You can try to disable or uninstall the app in settings but many times you don't have that option.
Any dependencies it may have will also be affected as well... don't go too nuts.
Click to expand...
Click to collapse
So which app is that?
I have the OnePlus 10 Pro and I don't believe you can remove it. However, apart from where you see the message it should not appear anywhere else, except maybe within the OnePlus Store app.
birdie said:
So which app is that?
Click to expand...
Click to collapse
Don't know, don't have that phone make.
It's pretty easy to figure it out especially with PD.
seancojr said:
I have the OnePlus 10 Pro and I don't believe you can remove it. However, apart from where you see the message it should not appear anywhere else, except maybe within the OnePlus Store app.
Click to expand...
Click to collapse
You can op membership and account need to be uninstalled via adb debloater. Has ui to do it.
Sent from my OnePlus 10pro
[TOOL] ADB AppControl 1.8.0 🚀 Ultimate App Manager & Debloat Tool + Tweaks
ADB AppControl 🚀 Root is not required. Works with any Android device. Can do almost everything you dreamed about with applications. ADB AppControl - the desktop program, that will allow you to easily manage applications on your android device...
forum.xda-developers.com
blackhawk said:
Don't know, don't have that phone make.
It's pretty easy to figure it out especially with PD.
Click to expand...
Click to collapse
I've checked all the packages, nothing is "easy".
Option 1:
Open Termux application
Su
(superuser prompt)
"pm uninstall --user 0 com.oneplus.account"
Option 2:
"adb shell pm uninstall --user 0 com.oneplus.account"
Reboot
To restore:
"adb shell cmd package install-existing com.oneplus.account"
Option 3:
https://forum.xda-developers.com/t/...mate-app-manager-debloat-tool-tweaks.4147837/
Adb control application tool
The below is actually sufficient on the OnePlus 11, EU version running OxygenOS 13 build A.10:
Code:
adb shell pm uninstall --user 0 com.oneplus.account
Success
This doesn't work:
Code:
adb shell pm uninstall --user 0 com.oneplus.membership
Failure [not installed for 0]
birdie said:
I've checked all the packages, nothing is "easy".
Click to expand...
Click to collapse
That's the harder way...
blackhawk said:
That's the harder way...
View attachment 5913467
Click to expand...
Click to collapse
Have you used the phone we are discussing? Why are you posting the pic of a different device running some random app?
birdie said:
Have you used the phone we are discussing? Why are you posting the pic of a different device running some random app?
Click to expand...
Click to collapse
Haven't you solved this yet? Any more questions?
There is at least one way to solve this on a none rooted Android using adb or ladb as previously mentioned. That's assuming that it can't be resolved in settings or the easiest way using that "random app" I showed you. Pick your poison...
*punches ignore button*

Categories

Resources