So I'm curious to un-comment out the lte in the build.prop file... anyone idea what might happen if I do? Worst case boot loops and reflash sbf or worse?
Is low bad or good cuz I got 52 at the Verizon and 93 at home but I don't get really good service at home sometimes which leads me to bereave low is good or are my numbers just messed up
Edit: trying 80 at work in town right now
Sent from my DROID X2 using DroidForums
Irk but if its legit you may be on to something ....can anyone test this I would but I don't even know what it is lol
Sent from my DROID X2 using DroidForums
# CDMA RIL ---------------------
persist.ril.uart.flowctrl=1
persist.ril.mux.ttydevice=/dev/ttyHS3
#IKXETNA-176: Increased number of mux channels to include M2M.
persist.ril.mux.noofchannels=8
persist.ril.modem.ttydevice=/dev/ttySPI0
persist.ril.modem.mode=1
#IKSTABLEFOUR-7865/8078 Enabling MUX_PANIC_NOTIF/DEFAULT_BAND_FEATURE
persist.ril.features=0x0C
#Commenting out the rild path here. Check daytona.mk
# Comment the following line for use with Multimode or LTE RIL
rild.libpath=/system/lib/libmoto_ril.so
# End of CDMA RIL --------------
# LTE RIL ----------------------
# Comment the following line for use with Multimode or CDMA RIL
rild.libpath=/system/lib/lib-mot-lte-ril.so
# End of LTE RIL ---------------
# Multimode RIL ----------------
lte_ril.libpath=/system/lib/lib-mot-lte-ril.so
cdma_ril.libpath=/system/lib/libmoto_ril.so
ril.rat=LTE
# Comment the following line for use with CDMA or LTE RIL
rild.libpath=/system/lib/moto-ril-multimode.so
# End of Multimode RIL ---------
ro.hdmi.mirror.enable=false
ro.hdmi.default.app=
hw.overlay.path.config=
ro.mot.ril.danlist=611,*611,#611
persist.ril.ecclist=911,*911,#911
# This defines the max event window manager can
# handle in 1 s. We may adjust this # for performance
# reason later
windowsmgr.max_events_per_sec=95
# This defines the min duration between two pointer event
ro.min_pointer_dur=10
# for larger screen support
# 4.3" WVGA == 216dpi
# 4.3" qHD == 256dpi
ro.sf.lcd_density=240
dalvik.vm.heapsize=48m
# required for UDD backup tcmd
ro.mot.hw.calibratedImager=1
# set default usb mode as usb mass storage
ro.default_usb_mode=2
# To enable Google Froyo Tethering (USB & WIFI hotspot)
ro.tether.denied=false
# ro.cdma.homesystem:
# List of the icon indexes for Enhanced Roaming Indicator.
ro.cdma.homesystem=64,65,76,77,78,79,80,81,82,83
# Default network type.
# 4 => CDMA / EVDO.
ro.telephony.default_network=4
ro.com.google.clientid=android-motorola
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.config.vc_call_vol_steps=7
# Feature 33857 support DualMode switch, UMTS/CDMA
# This does not apply to Etna as it is not a Global phone.
# IKXETNA-337 turned off this flag.
#ro.mot.FTR.33857=true
# without this property, the lock screen would take global phone as UMTS
# block user to operate before setup
keyguard.no_require_sim = true
# set phone mode for lte sim ui
ro.mot.phonemode.vzw4gphone=1
ro.cdma.home.operator.numeric=310004
ro.cdma.home.operator.alpha=Verizon
Connect your phone to the computer using USB mode. Access the internal SD card and navigate to /system and copy the file build.prop to your computer. Open the file using note pad and the make the changes below. (compare what you have to what's below).
Code:# CDMA RIL --------------------- persist.ril.uart.flowctrl=1 persist.ril.mux.ttydevice=/dev/ttyHS3 #IKXETNA-176: Increased number of mux channels to include M2M. persist.ril.mux.noofchannels=8 persist.ril.modem.ttydevice=/dev/ttySPI0 persist.ril.modem.mode=1 #IKSTABLEFOUR-7865/8078 Enabling MUX_PANIC_NOTIF/DEFAULT_BAND_FEATURE persist.ril.features=0x0C #Commenting out the rild path here. Check daytona.mk # Comment the following line for use with Multimode or LTE RIL rild.libpath=/system/lib/libmoto_ril.so # End of CDMA RIL -------------- # LTE RIL ---------------------- # Comment the following line for use with Multimode or CDMA RIL rild.libpath=/system/lib/lib-mot-lte-ril.so # End of LTE RIL --------------- # Multimode RIL ---------------- lte_ril.libpath=/system/lib/lib-mot-lte-ril.so cdma_ril.libpath=/system/lib/libmoto_ril.so ril.rat=LTE # Comment the following line for use with CDMA or LTE RIL rild.libpath=/system/lib/moto-ril-multimode.so # End of Multimode RIL --------- ro.hdmi.mirror.enable=false ro.hdmi.default.app= hw.overlay.path.config= ro.mot.ril.danlist=611,*611,#611 persist.ril.ecclist=911,*911,#911 # This defines the max event window manager can # handle in 1 s. We may adjust this # for performance # reason later windowsmgr.max_events_per_sec=95 # This defines the min duration between two pointer event ro.min_pointer_dur=10 # for larger screen support # 4.3" WVGA == 216dpi # 4.3" qHD == 256dpi ro.sf.lcd_density=240 dalvik.vm.heapsize=48m # required for UDD backup tcmd ro.mot.hw.calibratedImager=1 # set default usb mode as usb mass storage ro.default_usb_mode=2 # To enable Google Froyo Tethering (USB & WIFI hotspot) ro.tether.denied=false # ro.cdma.homesystem: # List of the icon indexes for Enhanced Roaming Indicator. ro.cdma.homesystem=64,65,76,77,78,79,80,81,82,83 # Default network type. # 4 => CDMA / EVDO. ro.telephony.default_network=4 ro.com.google.clientid=android-motorola ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html ro.config.vc_call_vol_steps=7 # Feature 33857 support DualMode switch, UMTS/CDMA # This does not apply to Etna as it is not a Global phone. # IKXETNA-337 turned off this flag. #ro.mot.FTR.33857=true # without this property, the lock screen would take global phone as UMTS # block user to operate before setup keyguard.no_require_sim = true # set phone mode for lte sim ui ro.mot.phonemode.vzw4gphone=1 ro.cdma.home.operator.numeric=310004 ro.cdma.home.operator.alpha=Verizon
**WARNING** Do this at your own risk. This may have worked for me but I cannot promise it won't cause you problems. I am not responsible for any damage you do. BACK UP YOUR FILE FIRST!