On the F version some apps some apps like dialer, messages and phone carrier stuff can be removed with adb. Steps:
create a text file where adb.exe is located, and inside copy the stuff below ;
replace adb+folder from the first row with the name of this folder(where adb.exe and .txt files are). don't remove the %% ;
save the file and change it's extension from .txt to .bat ;
usb debugging needs to be enabled ;
reboot after running the .bat.
Code:
cd %adb+folder%
adb shell pm uninstall --user 0 com.android.providers.telephony
adb shell pm uninstall --user 0 com.android.messaging
adb shell pm uninstall --user 0 com.android.cellbroadcastreceiver
adb shell pm uninstall --user 0 com.android.server.telecom
adb shell pm uninstall --user 0 com.android.dialer
adb shell pm uninstall --user 0 com.android.calllogbackup
adb shell pm uninstall --user 0 com.android.providers.blockednumber
adb shell pm uninstall --user 0 com.android.providers.contacts
adb shell pm uninstall --user 0 com.android.stk
adb shell pm uninstall --user 0 com.android.carrierconfig
adb shell pm uninstall --user 0 com.android.mms.service
adb shell pm uninstall --user 0 com.android.contacts
adb shell pm uninstall --user 0 com.qti.qualcomm.datastatusnotification
adb shell pm uninstall --user 0 org.codeaurora.ims
adb shell pm uninstall --user 0 com.qualcomm.qti.ims
adb shell pm uninstall --user 0 com.qualcomm.qcrilmsgtunnel
adb shell pm uninstall --user 0 com.qualcomm.fastdormancy