mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-10 18:35:00 -04:00
RIP Mako: Bootloops, No Data, Slow Boots, Random WiFi Dropouts
This commit is contained in:
parent
f806d19004
commit
6b23c23ce8
2 changed files with 2 additions and 1 deletions
|
@ -187,6 +187,7 @@ deblobDevice() {
|
|||
sed -i 's/persist.cne.feature=./persist.cne.feature=0/' system.prop; #Disable CNE
|
||||
sed -i 's/persist.dpm.feature=./persist.dpm.feature=0/' system.prop; #Disable DPM
|
||||
sed -i 's/persist.gps.qc_nlp_in_use=1/persist.gps.qc_nlp_in_use=0/' system.prop; #Disable QC Location Provider
|
||||
sed -i 's/persist.sys.dpmd.nsrm=./persist.sys.dpmd.nsrm=0/' system.prop; #Disable DPM
|
||||
sed -i 's/ro.bluetooth.emb_wp_mode=true/ro.bluetooth.emb_wp_mode=false/' system.prop; #Disable WiPower
|
||||
sed -i 's/ro.bluetooth.wipower=true/ro.bluetooth.wipower=false/' system.prop; #Disable WiPower
|
||||
#Disable IMS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue