Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
396 views2 pages

Adb Shell Getprop

Download as pdf or txt
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 2

adb shell getprop

‫מראה את כל הפרמטרים‬

adb shell getprop | grep “volte”

adb shell getprop persist.dbg.ims_volte_enable


adb shell getprop persist.dbg.volte_avail_ovr
adb shell getprop persist.dbg.vt_avail_ovr
adb shell settings get global volte_vt_enabled

adb shell settings put global volte_vt_enabled 0


adb shell am broadcast -a android.telephony.action.CARRIER_CONFIG_CHANGED
adb shell setprop persist.mtk.volte.enable 0

getprop <folder>
/data/property
/system/build.prop

Enable
adb shell setprop persist.dbg.ims_volte_enable 1;
setprop persist.dbg.volte_avail_ovr 1;
setprop persist.dbg.vt_avail_ovr 1;
setprop persist.dbg.wfc_avail_ovr 1

DIsable
adb shell setprop persist.dbg.ims_volte_enable 0;
setprop persist.dbg.volte_avail_ovr 0;
setprop persist.dbg.vt_avail_ovr 0;
setprop persist.dbg.wfc_avail_ovr 0

=======================
adb shell getprop
Gets an Android system property, or lists them all

adb shell getprop

Show property types instead of values

adb shell getprop -T

Get SIM Operator

adb shell getprop gsm.sim.operator.alpha

Get Device IEMI

adb shell getprop ro.ril.oem.imei


adb shell getprop ro.ril.oem.imei

logcat

mApnType

ApnContext

You might also like