diff options
author | RGIB <gibellini.roberto@gmail.com> | 2016-08-22 22:32:40 +0200 |
---|---|---|
committer | RGIB <gibellini.roberto@gmail.com> | 2016-08-22 22:32:40 +0200 |
commit | e9a5736c3f0c3da83e4a5268bdd2e1268fd32348 (patch) | |
tree | 7792f4587f9d5b6a771d75730f8667f4bb1e657e | |
parent | 6423b9447537d657bf62c0e47aee6ebca5464ef5 (diff) | |
download | device_samsung_n5100-e9a5736c3f0c3da83e4a5268bdd2e1268fd32348.zip device_samsung_n5100-e9a5736c3f0c3da83e4a5268bdd2e1268fd32348.tar.gz device_samsung_n5100-e9a5736c3f0c3da83e4a5268bdd2e1268fd32348.tar.bz2 |
n5100 : fix reboot request
Change-Id: I4f07e6e6c8a384c38a46e80e86dcbb9b050c56cd
-rwxr-xr-x | system.prop | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/system.prop b/system.prop index 85ac8f8..1684929 100755 --- a/system.prop +++ b/system.prop @@ -6,10 +6,7 @@ rild.libpath=/system/lib/libsec-ril.so rild.libargs=-d /dev/ttyS0 ro.lcd_min_brightness=20 ro.sf.hwrotation=270 -ro.sf.lcd_density=213 +ro.sf.lcd_density=175 ro.hdcp2.rx=tz ro.ril.hsxpa=1 ro.ril.gprsclass=10 -persist.radio.add_power_save=1 -persist.radio.apm_sim_not_pwdn=1 -persist.radio.no_wait_for_card=1 |