Showing posts with label another. Show all posts
Showing posts with label another. Show all posts

Monday, 19 October 2015

From one noob to another...



It's sad reading all these threads about bricked devices. Thankfully I have yet to join that group. Why? Because I spend a lot of time reading and re-reading threads that don't make complete sense to me; hoping someone will post something that clicks in my head.
My first venture into the world of flashing was with my vz galaxy nexus. To say I was I little more than nervous is a serious understatement.
Since then, the nexus 5 and now the nexus 6 have both been unlocked and rooted successfully because I've read so much on these forums that I need glasses. One bootloop from flashing the first 5.1 image on the nexus 6 is, thankfully, the only issue I've had. I was seriously flipping out thinking I've spent 600+ for a paper weight.
An hour or so later, after A LOT more reading, I was up and running.
I am by no means a computer/ Android genius. I've seen the help, commands screen scroll in a terminal window more times than I'd like to admit because I was typing faster than I was thinking. The one command I have yet to type is fastboot oem lock. Never will either after reading waaaaaay to many threads about people bricking their devices.
Every issue I've ever had, someone else has had as well. The answers I need have always been in a thread or 2.
The answers are here if you take the time to look for them. :)
Be cool. Be safe and happy flashing!



Sunday, 18 October 2015

[Help need] edited build.prop, device weird clean install of another ROM doesn't help



I build a ROM for months, and I try to implemented some lines to my system.prop on the tree or in the device build.prop, and I "screwed" the device.

After i add some lines the device is acting weird , and even after i did a clean install of a clean ROM (a ROM that doesn't have those lines on the prop ), the weird things do not go way, I wipe it all, Dalvik cache, cache, system, internal memory and data, all the partition available on wipe of TWRP... I have install the stock ROM via Fastboot, erase all the device information, on the stock the bug doesn't exist, but if i flash the custom it is back on.


The weird things are.
The device get lock in a middle CPU frequency (the top is 2,7ghz it stays at 2ghz), and only after i plug the charger and reboot it go to the top frequency.

Always after a clean install, developer option is enable by default (I have installed this version before it doesn't have that enable by default), if i try to enable adb and after disable adb the device reboot, if i disable developer then I enable by clicking over build number to enable it, then the ADB bug disappears i can enable and disable it no reboot.

But I wanna the device clean of this bugs that doesn't exist before

I think the lines that cause trouble was a bad line that I used by mistake (bad part in red)...

I set like this
#Enable ADB Debugging By Default & Disable USB Debugging Popup

persist.adb.notify=0
persist.service.adb.enable=1 persist.service.debuggable=1
persist.sys.usb.config=mtp,ad

it should be like this...

persist.adb.notify=0
persist.service.adb.enable=1
persist.service.debuggable=1
persist.sys.usb.config=mtp,adb

but I ctrl+c ctrl+v it wrong...

Other lines i have tested





# Radio
ro.ril.telephony.mqanelements=5
persist.radio.add_power_save=1

# GSM LTE
ro.ril.def.preferred.network=10

# Enable Quick Power-On mode to reduce boot-time

ro.config.hw_quickpoweron=true

# Fast Reboot
persist.sys.purgeable_assets=1


# Reduce dial-out time
ro.telephony.call_ring.delay=0
ring.delay=0
ro.config.vc_call_vol_steps=20

# Increase jpg quality to 100%
ro.media.enc.jpeg.quality=100

# Better internet browsing & download speed
net.tcp.buffersize.default=6144,87380,1048576,6144 ,87380,524288
net.tcp.buffersize.wifi=524288,1048576,2097152,524 288,1048576,2097152
net.tcp.buffersize.umts=6144,87380,1048576,6144,87 380,524288
net.tcp.buffersize.gprs=6144,87380,1048576,6144,87 380,524288
net.tcp.buffersize.edge=6144,87380,524288,6144,163 84,262144
net.tcp.buffersize.hspa=6144,87380,524288,6144,163 84,262144
net.tcp.buffersize.lte=524288,1048576,2097152,5242 88,1048576,2097152
net.tcp.buffersize.hsdpa=6144,87380,1048576,6144,8 7380,1048576
net.tcp.buffersize.evdo_b=6144,87380,1048576,6144, 87380,1048576

the next line are from stock ROM...
# system props for the MM modules
# Increase Quality Of Media Streaming

media.stagefright.enable-player=true
media.stagefright.enable-http=true
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
media.stagefright.enable-fma2dp=true
media.stagefright.enable-scan=true
mmp.enable.3g2=true
media.aac_51_output_enabled=true
# Motorola disable smooth streaming
#mm.enable.smoothstreaming=true
#3183219 is decimal sum of supported codecs in AAL
#codecs: DivX DivXHD AVI AC3 ASF AAC QCP DTS 3G2 MP2TS
mm.enable.qcom_parser=3183219
persist.mm.enable.prefetch=true

#
#snapdragon value add features
#
ro.qc.sdk.audio.ssr=false

#
# Dual-mic config: "endfire" or "broadside" or "none"
#
persist.audio.dualmic.config=endfire

#Enable property to enable ds2
audio.dolby.ds2.enabled=true

#enable property for hard bypass
audio.dolby.ds2.hardbypass=true

#property to enable user to access Google WFD settings
persist.debug.wfd.enable=1
##property to choose between virtual/external wfd display
persist.sys.wfd.virtual=0

#enable dsp gapless mode by default
audio.offload.gapless.enabled=true



When i give a adb shell getprop i don't see any bad line...

Line (persist.data.netmgrd.qos.enable]: [truepersist.radio.apn_delay=5000]) is like that for moths even before i start to develop to the device, will change that.



adb shell getprop
[DEVICE_PROVISIONED]: [1]
[audio.offload.buffer.size.kb]: [32]
[audio.offload.gapless.enabled]: [true]
[audio.offload.multiple.enabled]: [false]
[audio.offload.pcm.16bit.enable]: [true]
[audio.offload.pcm.24bit.enable]: [true]
[av.offload.enable]: [true]
[av.streaming.offload.enable]: [true]
[bt.max.hfpclient.connections]: [1]
[camera2.portability.force_api]: [1]
[dalvik.vm.dex2oat-Xms]: [64m]
[dalvik.vm.dex2oat-Xmx]: [512m]
[dalvik.vm.heapgrowthlimit]: [256m]
[dalvik.vm.heapmaxfree]: [8m]
[dalvik.vm.heapminfree]: [2m]
[dalvik.vm.heapsize]: [512m]
[dalvik.vm.heapstartsize]: [8m]
[dalvik.vm.heaptargetutilization]: [0.75]
[dalvik.vm.image-dex2oat-Xms]: [64m]
[dalvik.vm.image-dex2oat-Xmx]: [64m]
[dalvik.vm.isa.arm.features]: [div]
[dalvik.vm.lockprof.threshold]: [500]
[dalvik.vm.stack-trace-file]: [/data/anr/traces.txt]
[debug.force_rtl]: [0]
[dev.bootcomplete]: [1]
[dhcp.wlan0.dns1]: [8.8.8.8]
[dhcp.wlan0.dns2]: [8.8.4.4]
[dhcp.wlan0.dns3]: []
[dhcp.wlan0.dns4]: []
[dhcp.wlan0.domain]: []
[dhcp.wlan0.gateway]: [192.168.0.1]
[dhcp.wlan0.ipaddress]: [192.168.0.101]
[dhcp.wlan0.leasetime]: [7200]
[dhcp.wlan0.mask]: [255.255.255.0]
[dhcp.wlan0.mtu]: [576]
[dhcp.wlan0.pid]: [2847]
[dhcp.wlan0.reason]: [BOUND]
[dhcp.wlan0.result]: [ok]
[dhcp.wlan0.server]: [192.168.0.1]
[dhcp.wlan0.vendorInfo]: []
[gsm.apn.sim.operator.numeric]: [72404]
[gsm.current.phone-type]: [1]
[gsm.network.type]: [EDGE]
[gsm.nitz.time]: [1445215491027]
[gsm.operator.alpha]: [TIM]
[gsm.operator.iso-country]: [br]
[gsm.operator.isroaming]: [false]
[gsm.operator.numeric]: [72404]
[gsm.sim.operator.alpha]: [TIM]
[gsm.sim.operator.iso-country]: [br]
[gsm.sim.operator.numeric]: [72404]
[gsm.sim.state]: [READY]
[gsm.version.baseband]: [MDM9625_104438.245.02.85R]
[gsm.version.ril-impl]: [Qualcomm RIL 1.0]
[hw.aov.c55_ready]: [1]
[hw.stm401.booted]: [1]
[hw.touch.ready]: [1]
[init.svc.adbd]: [running]
[init.svc.adspd]: [running]
[init.svc.atfwd]: [running]
[init.svc.atvc]: [stopped]
[init.svc.atvc_core]: [stopped]
[init.svc.auditd]: [running]
[init.svc.batt_health]: [running]
[init.svc.bootanim]: [stopped]
[init.svc.config_bluetooth]: [stopped]
[init.svc.debuggerd]: [running]
[init.svc.dhcpcd_wlan0]: [running]
[init.svc.drm]: [running]
[init.svc.healthd]: [running]
[init.svc.installd]: [running]
[init.svc.irsc_util]: [stopped]
[init.svc.keystore]: [running]
[init.svc.lmkd]: [running]
[init.svc.logd]: [running]
[init.svc.mdm_helper]: [running]
[init.svc.mdm_helper_proxy]: [running]
[init.svc.media]: [running]
[init.svc.mmi-boot-sh]: [stopped]
[init.svc.mmi-ril-daemon]: [running]
[init.svc.mmi-touch-sh]: [stopped]
[init.svc.mmi-usb-sh]: [stopped]
[init.svc.mpdecision]: [stopped]
[init.svc.netd]: [running]
[init.svc.netmgrd]: [running]
[init.svc.p2p_supplicant]: [running]
[init.svc.ppd]: [running]
[init.svc.qcamerasvr]: [running]
[init.svc.qmuxd]: [running]
[init.svc.qseecomd]: [running]
[init.svc.rfs_access]: [running]
[init.svc.ril-daemon]: [stopped]
[init.svc.rmt_storage]: [stopped]
[init.svc.sdcard]: [running]
[init.svc.servicemanager]: [running]
[init.svc.stm401]: [stopped]
[init.svc.su_daemon]: [stopped]
[init.svc.surfaceflinger]: [running]
[init.svc.sysinit]: [stopped]
[init.svc.thermal-engine]: [running]
[init.svc.time_daemon]: [running]
[init.svc.ueventd]: [running]
[init.svc.vold]: [running]
[init.svc.zygote]: [running]
[keyguard.no_require_sim]: [true]
[media.sf.extractor-plugin]: [libffmpeg_extractor.so]
[media.sf.omx-plugin]: [libffmpeg_omx.so]
[net.bt.name]: [Android]
[net.change]: [net.dns2]
[net.dns1]: [8.8.8.8]
[net.dns2]: [8.8.4.4]
[net.hostname]: [android-b182f0788019a5a1]
[net.qtaguid_enabled]: [1]
[net.tcp.buffersize.default]: [4096,87380,524288,4096,16384,110208]
[net.tcp.buffersize.edge]: [4093,26280,35040,4096,16384,35040]
[net.tcp.buffersize.evdo]: [4094,87380,524288,4096,16384,262144]
[net.tcp.buffersize.gprs]: [4092,8760,11680,4096,8760,11680]
[net.tcp.buffersize.hsdpa]: [4094,87380,1220608,4096,16384,1220608]
[net.tcp.buffersize.hspa]: [4094,87380,1220608,4096,16384,1220608]
[net.tcp.buffersize.hspap]: [4094,87380,1220608,4096,16384,1220608]
[net.tcp.buffersize.hsupa]: [4094,87380,1220608,4096,16384,1220608]
[net.tcp.buffersize.lte]: [2097152,4194304,8388608,1048576,3145728,4194304]
[net.tcp.buffersize.umts]: [4094,87380,110208,4096,16384,110208]
[net.tcp.buffersize.wifi]: [524288,6291456,8291456,524288,6291456,8291456]
[net.tcp.default_init_rwnd]: [60]
[net.tcp.delack.default]: [1]
[net.tcp.delack.lte]: [8]
[net.tcp.delack.wifi]: [20]
[net.tcp.usercfg.default]: [0]
[net.tcp.usercfg.lte]: [1]
[net.tcp.usercfg.wifi]: [1]
[persist.atvc.adb]: [0]
[persist.atvc.allow_all_core]: [0]
[persist.atvc.allow_res_core]: [0]
[persist.atvc.allow_res_panic]: [0]
[persist.atvc.log]: [0]
[persist.atvc.netmon_ih]: [0]
[persist.atvc.netmon_usb]: [0]
[persist.atvc.simswap]: [0]
[persist.atvc.uid]: []
[persist.audio.calfile0]: [/system/etc/acdbdata/MTP/MTP_Bluetooth_cal.acdb]
[persist.audio.calfile1]: [/system/etc/acdbdata/MTP/MTP_General_cal.acdb]
[persist.audio.calfile2]: [/system/etc/acdbdata/MTP/MTP_Global_cal.acdb]
[persist.audio.calfile3]: [/system/etc/acdbdata/MTP/MTP_Handset_cal.acdb]
[persist.audio.calfile4]: [/system/etc/acdbdata/MTP/MTP_Hdmi_cal.acdb]
[persist.audio.calfile5]: [/system/etc/acdbdata/MTP/MTP_Headset_cal.acdb]
[persist.audio.calfile6]: [/system/etc/acdbdata/MTP/MTP_Speaker_cal.acdb]
[persist.audio.fluence.speaker]: [true]
[persist.audio.fluence.voicecall]: [true]
[persist.audio.fluence.voicerec]: [false]
[persist.camera.enable_vpu]: [0]
[persist.camera.hal.vnr.enable]: [0]
[persist.camera.ltm.gts]: [345.60]
[persist.camera.morphonr.enable]: [0]
[persist.data.df.agg.dl_pkt]: [10]
[persist.data.df.agg.dl_size]: [4096]
[persist.data.df.dev_name]: [rmnet_usb0]
[persist.data.df.dl_mode]: [5]
[persist.data.df.iwlan_mux]: [9]
[persist.data.df.mux_count]: [8]
[persist.data.df.ul_mode]: [5]
[persist.data.llf.enable]: [true]
[persist.data.netmgrd.qos.enable]: [truepersist.radio.apn_delay=5000]
[persist.data.wda.enable]: [true]
[persist.gps.qc_nlp_in_use]: [0]
[persist.hwc.mdpcomp.enable]: [false]
[persist.logd.size]: []
[persist.mot.gps.smart_battery]: [1]
[persist.panel.inversemounted]: [1]
[persist.qcril_uim_vcc_feature]: [1]
[persist.radio.adb_log_on]: [0]
[persist.radio.apm_sim_not_pwdn]: [1]
[persist.radio.apn_delay]: [5000]
[persist.radio.dfr_mode_set]: [1]
[persist.radio.eons.enabled]: [false]
[persist.radio.msgtunnel.start]: [false]
[persist.radio.nitz_lons_0_0]: [TIM 55]
[persist.radio.nitz_lons_1_0]: []
[persist.radio.nitz_lons_2_0]: []
[persist.radio.nitz_lons_3_0]: []
[persist.radio.nitz_plmn_0]: [724 04]
[persist.radio.nitz_sons_0_0]: []
[persist.radio.nitz_sons_1_0]: []
[persist.radio.nitz_sons_2_0]: []
[persist.radio.nitz_sons_3_0]: []
[persist.radio.no_wait_for_card]: [1]
[persist.radio.oem_ind_to_both]: [false]
[persist.radio.relay_oprt_change]: [1]
[persist.rild.nitz_long_ons_0]: []
[persist.rild.nitz_long_ons_1]: []
[persist.rild.nitz_long_ons_2]: []
[persist.rild.nitz_long_ons_3]: []
[persist.rild.nitz_plmn]: []
[persist.rild.nitz_short_ons_0]: []
[persist.rild.nitz_short_ons_1]: []
[persist.rild.nitz_short_ons_2]: []
[persist.rild.nitz_short_ons_3]: []
[persist.rmnet.data.enable]: [true]
[persist.rmnet.mux]: [enabled]
[persist.service.bdroid.bdaddr]: [22:22:70:5f:4d:ca]
[persist.sys.dalvik.vm.lib.2]: [libart.so]
[persist.sys.dun.override]: [0]
[persist.sys.profiler_ms]: [0]
[persist.sys.qc.sub.rdump.max]: [20]
[persist.sys.qc.sub.rdump.on]: [1]
[persist.sys.qc.sub.rstrtlvl]: [3]
[persist.sys.recovery_update]: [false]
[persist.sys.root_access]: [0]
[persist.sys.ssr.restart_level]: [1]
[persist.sys.timezone]: [America/Sao_Paulo]
[persist.sys.usb.config]: [mtp,adb]
[persist.timed.enable]: [true]
[qcom.audio.init]: [complete]
[qcom.bluetooth.soc]: [rome]
[qcom.bt.le_dev_pwr_class]: [1]
[ril.ecclist]: [911,190,112]
[ril.qcril_pre_init_lock_held]: [0]
[ril.radio.ctbk_inst]: [379]
[ril.radio.ctbk_val]: [0,0,0,0,0,0,0,0,0,0,0,0]
[ril.subscription.types]: [NV,RUIM]
[rild.libpath]: [/system/vendor/lib/libril-qc-qmi-1.so]
[ro.adb.secure]: [1]
[ro.allow.mock.location]: [0]
[ro.baseband]: [mdm]
[ro.bluetooth.dun]: [true]
[ro.bluetooth.hfp.ver]: [1.6]
[ro.bluetooth.sap]: [true]
[ro.board.platform]: [apq8084]
[ro.boot.baseband]: [mdm]
[ro.boot.bl_state]: [2]
[ro.boot.bootdevice]: [msm_sdcc.1]
[ro.boot.bootloader]: [0x7082]
[ro.boot.bootreason]: [reboot]
[ro.boot.carrier]: [retbr]
[ro.boot.cid]: [0xC]
[ro.boot.device]: [quark]
[ro.boot.fsg-id]: []
[ro.boot.ftm]: [0]
[ro.boot.hardware.sku]: [XT1225]
[ro.boot.hardware]: [qcom]
[ro.boot.hwrev]: [0x84A0]
[ro.boot.mode]: [normal]
[ro.boot.powerup_reason]: [0x00004000]
[ro.boot.radio]: [0x5]
[ro.boot.secure_hardware]: [1]
[ro.boot.serialno]: [0014609614]
[ro.boot.write_protect]: [0]
[ro.bootloader]: [0x7082]
[ro.bootmode]: [normal]
[ro.build.characteristics]: [nosdcard]
[ro.build.date.utc]: [1444622518]
[ro.build.date]: [Mon Oct 12 01:01:58 BRT 2015]
[ro.build.description]: [quark_retla-user 5.0.2 LXG22.33-12.16 16 release-keys]
[ro.build.display.id]: [rr_quark-userdebug 5.1.1 LMY48W 20fbaa6148 test-keys]
[ro.build.fingerprint]: [motorola/quark_retla/quark_umts:5.0.2/LXG22.33-12.16/16:user/release-keys]
[ro.build.flavor]: [rr_quark-userdebug]
[ro.build.host]: [baybutcher-android]
[ro.build.id]: [LMY48W]
[ro.build.product]: [quark]
[ro.build.selinux]: [1]
[ro.build.tags]: [test-keys]
[ro.build.type]: [userdebug]
[ro.build.user]: [bhb27]
[ro.build.version.all_codenames]: [REL]
[ro.build.version.base_os]: []
[ro.build.version.codename]: [REL]
[ro.build.version.incremental]: [20fbaa6148]
[ro.build.version.release]: [5.1.1]
[ro.build.version.sdk]: [22]
[ro.build.version.security_patch]: [2015-10-01]
[ro.carrier]: [unknown]
[ro.cm.build.version.plat.rev]: [0]
[ro.cm.build.version.plat.sdk]: [3]
[ro.cm.device]: [quark]
[ro.cm.display.version]: [Resurrection-Remix-LP-v5.5.7-20151012-quark]
[ro.cmlegal.url]: [https://cyngn.com/legal/privacy-policy]
[ro.com.android.dataroaming]: [false]
[ro.com.android.dateformat]: [MM-dd-yyyy]
[ro.com.android.wifi-watchlist]: [GoogleGuest]
[ro.com.google.clientidbase]: [android-google]
[ro.config.alarm_alert]: [Helium.ogg]
[ro.config.notification_sound]: [Argon.ogg]
[ro.config.ringtone]: [C.Y.E-Resurrection.mp3]
[ro.crypto.fuse_sdcard]: [true]
[ro.crypto.state]: [unencrypted]
[ro.dalvik.vm.native.bridge]: [0]
[ro.data.large_tcp_window_size]: [true]
[ro.debuggable]: [1]
[ro.factorytest]: [0]
[ro.fsg-id]: [singlela]
[ro.gps.agps_provider]: [1]
[ro.hardware]: [qcom]
[ro.hw.device]: [quark]
[ro.hw.revision]: [p4a]
[ro.hwui.drop_shadow_cache_size]: [8]
[ro.hwui.gradient_cache_size]: [2]
[ro.hwui.layer_cache_size]: [58]
[ro.hwui.path_cache_size]: [32]
[ro.hwui.r_buffer_cache_size]: [8]
[ro.hwui.shape_cache_size]: [4]
[ro.hwui.text_large_cache_height]: [4096]
[ro.hwui.text_large_cache_width]: [4096]
[ro.hwui.text_small_cache_height]: [2048]
[ro.hwui.text_small_cache_width]: [2048]
[ro.hwui.texture_cache_size]: [88]
[ro.manufacturedate]: [5/18/2015]
[ro.opengles.version]: [196608]
[ro.product.board]: [APQ8084]
[ro.product.brand]: [motorola]
[ro.product.cpu.abi2]: [armeabi]
[ro.product.cpu.abi]: [armeabi-v7a]
[ro.product.cpu.abilist32]: [armeabi-v7a,armeabi]
[ro.product.cpu.abilist64]: []
[ro.product.cpu.abilist]: [armeabi-v7a,armeabi]
[ro.product.device]: [quark]
[ro.product.locale.language]: [en]
[ro.product.locale.region]: [US]
[ro.product.manufacturer]: [motorola]
[ro.product.model]: [Moto MAXX]
[ro.product.name]: [rr_quark]
[ro.qc.sdk.audio.fluencetype]: [fluence]
[ro.qc.sdk.izat.premium.enabled]: [0]
[ro.qc.sdk.izat.service_mask]: [0x0]
[ro.qualcomm.bluetooth.ftp]: [true]
[ro.qualcomm.bluetooth.hfp]: [true]
[ro.qualcomm.bluetooth.hsp]: [true]
[ro.qualcomm.bluetooth.map]: [true]
[ro.qualcomm.bluetooth.nap]: [true]
[ro.qualcomm.bluetooth.opp]: [true]
[ro.qualcomm.bluetooth.pbap]: [true]
[ro.qualcomm.bluetooth.sap]: [false]
[ro.qualcomm.cabl]: [0]
[ro.qualcomm.perf.cores_online]: [2]
[ro.resurrection.version]: [Resurrection-Remix-LP-5.0-20151012]
[ro.revision]: [33952]
[ro.ril.svdo]: [false]
[ro.ril.svlte1x]: [false]
[ro.rommanager.developerid]: [cyanogenmod]
[ro.rr.version]: [quark]
[ro.rr_modversion]: [Resurrection-Remix-LP-v5.5.7]
[ro.runtime.firstboot]: [1445215343393]
[ro.secure]: [1]
[ro.serialno]: [0014609614]
[ro.setupwizard.enterprise_mode]: [1]
[ro.setupwizard.gservices_delay]: [-1]
[ro.setupwizard.network_required]: [false]
[ro.sf.lcd_density]: [640]
[ro.telephony.call_ring.multiple]: [false]
[ro.telephony.default_network]: [9]
[ro.url.legal.android_privacy]: [http://www.google.com/intl/%s/mobile.../privacy.html]
[ro.url.legal]: [http://www.google.com/intl/%s/mobile...ne-legal.html]
[ro.usb.bpt]: [2ea0]
[ro.usb.bpt_adb]: [2ea1]
[ro.usb.bpteth]: [2ea2]
[ro.usb.bpteth_adb]: [2ea3]
[ro.usb.mtp]: [2ea4]
[ro.usb.mtp_adb]: [2ea5]
[ro.usb.ptp]: [2ea6]
[ro.usb.ptp_adb]: [2ea7]
[ro.use_data_netmgrd]: [true]
[ro.vendor.extension_library]: [/system/vendor/lib/libqc-opt.so]
[ro.wifi.channels]: []
[ro.zygote]: [zygote32]
[rr.ota.version]: [20151012]
[selinux.reload_policy]: [1]
[service.bootanim.exit]: [1]
[supolicy.loaded]: [1]
[sys.boot_completed]: [1]
[sys.perf.profile]: [1]
[sys.settings_global_version]: [8]
[sys.settings_secure_version]: [32]
[sys.settings_system_version]: [14]
[sys.sysctl.extra_free_kbytes]: [43200]
[sys.sysctl.tcp_def_init_rwnd]: [60]
[sys.usb.config]: [mtp,adb]
[sys.usb.state]: [mtp,adb]
[telephony.lteOnGsmDevice]: [1]
[usb.mtp.config]: [mtp,usbnet]
[usb.mtp.pid]: [2ea4]
[use.dedicated.device.for.voip]: [false]
[use.voice.path.for.pcm.voip]: [false]
[vold.pfe]: [deactivated]
[vold.post_fs_data_done]: [1]
[wifi.interface]: [wlan0]
[wlan.driver.ath]: [0]
[wlan.driver.config]: [/data/misc/wifi/WCNSS_qcom_cfg.ini]
[wlan.driver.status]: [ok]




As I said, I'm doing clean install and using a old version of my ROM but it doesn't seems to work.

Can some one please help, can i change bad lines over adb? or erase a file on the device?

I try to use this

persist.adb.notify=1
persist.service.adb.enable=0
persist.service.debuggable=0

reboot, after i clean install but no good the bug persist...

Thanks... :good:



Yet another S6 Active (G890A) Root Thread



According to my search on this forum, it's been at least two months since root of Galaxy S6 Active was mentioned last, so I thought I'll try again...

I am trying to figure out if there is a way to root the phone now? I tried KingoRoot, Towel Root, PingPong, King and nothing worked...
Would the phone get bricked if I try the rooting via Odin using the files for the regular S6 (G920)?
Is it possible to just flash CyanogenMod and thus get both the rom and root that way?

Any help would be greatly appreciated!



Is screen bleed common? Should I exchange for another?



My MXP has yellow screen bleed in the lower right corner. I can't see it on moto display notifications but if I'm in a darker room with the screen brightness at 50% or above, I can see it on a dark background like the app drawer. I suppose it isn't a big deal and I don't even notice it in most conditions but I was wondering if the majority of us have the same issue. If it's not common, I'm within my window to exchange at Amazon. Thanks for any replies.