[custom-conf] -> in-deep-gps.conf <- - Sony Ericsson XPERIA X10 Mini

HI TO ALL !!!
putting togheter some material available on the net plus some from my mind, I'm posting below the "code" for a self-explaining content of a gps.conf file with the possibility to fully customize every parameter/feature that the agps standard offers.
to use that --> copy the content into a blank text file, save it, and then rename it "gps.conf" (without quotes). Backup your original gps.gonf in /etc folder if you want, then put the fresh gps.conf there (/etc folder). To modify it, just edit it as you want using a text editor (es. from within root explorer app). Reboot.
Try differen't configz till reach the best fit for your personal needs.
Code:
# WELCOME ALL!!!
# enable-disable any parameter/feature by adding or removing (#) symbol
# change values as you want
# connect to http://www.pool.ntp.org to find out the ntp server nearest to you
# change following NTP_SERVER to nearest address (country or zone)
NTP_SERVER=0.europe.pool.ntp.org
XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
# DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
# 4 - Debug, 5 - Verbose
DEBUG_LEVEL = 3
# Intermediate position report, 1=enable, 0=disable
INTERMEDIATE_POS=0
# Accuracy threshold for intermediate positions
# less accurate positions are ignored, 0 for passing all positions
# use only increment/decrement of 10 and DON'T go below 30
ACCURACY_THRES=5000
################################
##### AGPS server settings #####
################################
# FOR SUPL SUPPORT, set the following
#SUPL_HOST=supl.sonyericsson.com
#SUPL_PORT=7275
SUPL_HOST=supl.google.com
SUPL_PORT=7276
# FOR C2K PDE SUPPORT, set the following
# C2K_HOST=c2k.pde.com or IP
# C2K_PORT=1234
################################
# EXTRA SETTINGS ###############
################################
# Report supl ref location as position, 1=enable, 0=disable
REPORT_POSITION_USE_SUPL_REFLOC=0
# Wiper (wifi positioning), 1=enable, 0=disable
ENABLE_WIPER=0
#################################
##### AGPS Carrier settings #####
#################################
CURRENT_CARRIER=common
DEFAULT_AGPS_ENABLE=TRUE
DEFAULT_SSL_ENABLE=FALSE
# TRUE for "User Plane", FALSE for "Control Plane"
DEFAULT_USER_PLANE=TRUE
Hoping the above "code" could help someone somewhere !!!
best regards,
respect!

Related

[Q] GPS issue

Hi, I have alcatel OT-990 runing on an android 2.2...rooted it with superoneclick and everything worked fine until the GPS problem ocured...I installed iGo (8.4) and ndrive navigation...the instalation process went smooth,but here is the problem...Both cant find any satellite!
I have tried many times and waited 10-30 minutes for satelites to hook up with no luck...Here is my gps.conf file from the system/etc folder ----->>>
NTP_SERVER=xtra1.gpsonextra.net
XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
# DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
# 4 - Debug, 5 - Verbose
DEBUG_LEVEL = 3
# Intermediate position report, 1=enable, 0=disable
INTERMEDIATE_POS=0
# Accuracy threshold for intermediate positions
# less accurate positions are ignored, 0 for passing all positions
# ACCURACY_THRES=5000
################################
##### AGPS server settings #####
################################
# FOR SUPL SUPPORT, set the following
# SUPL_HOST=supl.host.com or IP
# SUPL_PORT=1234
# FOR C2K PDE SUPPORT, set the following
# C2K_HOST=c2k.pde.com or IP
# C2K_PORT=1234
################################
# EXTRA SETTINGS
################################
No one knowes?
Try GPS Status and Tools, free in the market. Or you can try THIS thread, worked great for me

Has anyone analyzed the build.prop? Seen some interesting things.

I just got my Photon yesterday and I rooted and was looking through the build.prop
I saw some things about LTE, EV-DO REV B and I saw a lot of lines saying vzw which = Verizon. Im not sure if this has been looked at, but i also saw option to changing resolution, lcd density and DPI. Ill do screen shots soon
Multimode-
# 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 ---------------
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=4.5.1A-1_SUN-198_6
ro.build.display.id=4.5.1A-1_SUN-198_6
ro.build.version.incremental=CM
ro.build.version.sdk=10
ro.build.version.codename=REL
ro.build.version.release=2.3.4
ro.build.date=Tue Sep 20 02:34:36 EDT 2011
ro.build.date.utc=1316500476
ro.build.type=user
ro.build.user=dnt648
ro.build.host=fl36bld22
ro.build.tags=release-keys
ro.product.model=MB855
ro.product.brand=sprint
ro.product.name=moto_sunfire
ro.product.device=sunfire
ro.product.board=sunfire
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=motorola
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=tegra
# ro.build.product is obsolete; use ro.product.device
ro.build.product=moto_sunfire
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=sunfire-user 2.3.4 4.5.1A-1_SUN-198_6 CM release-keys
ro.build.fingerprint=sprint/moto_sunfire/sunfire:2.3.4/4.5.1A-1_SUN-198_6/CM:user/release-keys
# end build properties
# 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=10
persist.ril.modem.ttydevice=/dev/ttySPI0
persist.ril.modem.mode=1
persist.ril.features=0x0C
#Commenting out the rild path here. Check sunfire.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=70
# for larger screen support
# 4.3" WVGA == 216dpi
# 4.3" qHD == 256dpi
ro.sf.lcd_density=280
dalvik.vm.heapsize=50m
# required for UDD backup tcmd
ro.mot.hw.calibratedImager=1
# 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.
#BEGIN Motorola, dfgr73, IKSUNFIRE-2266 Preferred Network should be set to Automatic
# 7 => GLOBAL.
ro.telephony.default_network=7
# END IKSUNFIRE-2266
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.
# Enabling the flag for sunfire.
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
# This is necessary for framework to support
# the LTE and eHRPD capability.
#ro.mot.lte_on_cdma=1
ro.cdma.home.operator.numeric=310120
ro.cdma.home.operator.alpha=Sprint
# Indicate carrier OTA SP number schema
# refer to frameworks/base/telephony/java/com/android/
# internal/telephony/cdma/CDMAPhone.java for the schema:
ro.cdma.otaspnumschema=SELC,1,80,99
# BEGIN Motorola, a20763, 1-Dec-2010, IKMAIN-7617
# write cdma MIN to property for VVM use in GSM/UMTS mode
persist.radio.cdma.min = 0
# true Horizontal VVM is preloaded, not allow to install standalone version of
# VVM from Android Market
# false Horizontal VVM is not preloaded
ro.HorizontalVVM=true
# END IKMAIN-7617
# The OpenGL ES API level that is natively supported by this device.
# This is a 16.16 fixed point number
ro.opengles.version = 131072
# our HTML browser (not WAP browser ) does not need to specify UAProf URL
ro.mot.hw.uaprof=http://device.sprintpcs.com/Motorola/MOTOMB855/
# Enable HAC to also display Call Setting Menu Option.
ro.mot.hw.HAC=1
# Motorola, a19622, 12/28/2009, IKSHADOW-204 / Location Settings for android
# Property to set enabling state of the location privacy setting feature.
# Motorola, a19622, 03/16/2010, IKSHADOW-2141 / Disable feature 33067
#ro.mot.settings.locprivacy=1
# ERI feature
# 0 OFF
# 1 ON
ro.mot.eri=1
# Motorol,a6889c,02/Feb/2010,IKSHADOW-619
# Proximity Sensor feature
# 0 disable
# 1 enable
persist.mot.proximity.touch=1
# BEGIN Motorola, a22976, 25-Feb-2010, IKSHADOW-702, FID 31841
# VZW Requirement Specifications: NETWORK BASED PLUS CODE DIALING
# 0 disable
# 1 enable
ro.cdma.nbpcd=1
#Proximity sensor debounce time
mot.proximity.delay=450
# disable touch below 60 pixels
mot.proximity.distance=60
# Time between scans in seconds. Keep it high to minimize battery drain.
# This only affects the case in which there are remembered access points,
# but none are in range.
wifi.supplicant_scan_interval = 45
# BEGIN Motorola, nfjb73 23-jun-2010, IKMAIN-624
# this is for feature 33860, when phone is activated, the cdma mdn is written.
persist.radio.vzw.cdma.mdn=
# END Motorola, nfjb73
# BEGIN Motorola, e50202, 3-Sept-2010, IKSTABLETWO-7041, default Mobile Hotspot is on
ro.mot.mynet=true
# END IKSTABLETWO-7041
# BEGIN Motorola, a22976, 20-Oct-2010, IKSTABLETWOV-3218
cdma.nbpcd.supported=false
# END IKSTABLETWOV-3218
# BEGIN Motorola, a23250, 08-Nov-2010, IKMAIN-7258
ro.mot.bindervm.config = 72
# END IKMAIN-7258
#BEGIN Motorola, 30Jan2011, w19837, IKSUNFIRE-215, Feature ID: 35761.
#[sprint tv transport protocol support]
sprint.mm.http.proxy = 0.0.0.0
sprint.mm.http.port = 0
sprint.mm.rtsp.proxy = 0.0.0.0
sprint.mm.rtsp.port = 0
sprint.mm.network.type = unknow
sprint.mm.nai = unknown
#END IKSUNFIRE-215
# For docked touchpad keyboard map
android.keylayout.evfwd=/system/usr/keylayout/evfwd.kl
android.keychar.evfwd=/system/usr/keychars/evfwd.kcm.bin
# BEGIN Motorola, 19Mar2011, vcnw83, IKSUNFIRE-423
slate.keyevent=false
slate.penevent=false
# END Motorola, 19Mar2011, vcnw83, IKSUNFIRE-423
# USB modes allowed for UI and switching
ro.ngp_available=1
ro.modem_available=0
persist.mot.usb.mediasync = 1
# Motorola, IKHALFMWK-3, w001091
# Feature 32711, deep sleep mode support
#ro.mot.deep.sleep.supported=true
# BEGIN Motorola, 3/23/2011, a21739, IKSUNFIRE-465
ro.mot.phonemode.numsignalbars=6
# END IKSUNFRE-465
#BEGIN Motorola, 4/21/2011, gqkp64, IKSUNFIRE-716
# turn it on since sunfire is a global phone
# this is for feature 34386, other features for vzw global phone
# could use this property too. IKMAIN-732
#1 this is verizon wireless globle phone
#0 this is not verizon wireless globle phone
ro.mot.phonemode.vzwglobalphone=1
# END IKSUNFIRE-716
#BEGIN Motorola, nfmq37 27Apr2011 IKPAXSPRINT-952, a21269 08/01/2011 IKSUNFIRE-3199
# Enable RDC Feature
# "ro.rdc.enable" is a bitwise flex value:
# bit 0: indicating RDC uploading function
# bit 1: indicating RDC lifetime metrics function.
# bit 2-7: reserved.
# Make sure ro.rdc.allow_wifi_upload, ro.rdc.no_of_domain and ro.rdc.whitelist_domain1
# are properly changed/finalized when ro.rdc.enable=1
ro.rdc.enable=1
# Allow Upload of RDC Metrics over WiFi
ro.rdc.allow_wifi_upload=1
# RDC Whitelist
# while adding new domain increment no_of_domain &
# add element ro.rdc.whitelist_domainX, where X is
# domain no
ro.rdc.no_of_domain=1
ro.rdc.whitelist_domain1=.att.com
#END IKPAXSPRINT-952, IKSUNFIRE-3199
#
# ADDITIONAL_BUILD_PROPERTIES
#
rild.libpath=/system/lib/libmoto_ril.so
persist.ril.mux.retries=500
persist.ril.mux.sleep=2
ro.kernel.android.ril=yes
ro.config.ringtone=EtherShake.ogg
ro.config.notification_sound=OnTheHunt.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
ro.default_usb_mode=0
ro.media.enc.aud.fileformat=qcp
ro.media.enc.aud.codec=qcelp
ro.media.enc.aud.bps=13300
ro.media.enc.aud.ch=1
ro.media.enc.aud.hz=8000
ro.com.google.gmsversion=2.3_r6
ro.config.sync=no
ro.browser.useragent=0
ro.config.sync=no
ro.media.camcorder.720p=mp4,h264,30,12000000,aac,128000,44100,2
ro.media.camcorder.d1NTSC=mp4,h264,30,6000000,aac,128000,44100,2
ro.media.camcorder.vga=mp4,h264,30,4000000,aac,128000,44100,2
ro.media.camcorder.cif=mp4,h264,30,1500000,aac,128000,44100,2
ro.media.camcorder.qvga=mp4,m4v,15,225000,amrnb,12200,8000,1
ro.media.camcorder.mms=3gp,h264,15,128000,amrnb,12200,8000,1
ro.media.camcorder.mmsres=qvga
ro.camcorder.zoom=true
ro.media.capture.shuttertone=0
ro.camcorder.videoModes=false
ro.media.panorama.defres=2592x1458
ro.media.panorama.frameres=960x540
ro.telephony.call_ring.multiple=false
ro.telephony.call_ring.delay=300
ro.com.google.clientidbase=android-motorola
ro.com.google.clientidbase.am=android-sprint-us
ro.com.google.clientidbase.yt=android-sprint-us
ro.com.google.clientidbase.ms=android-sprint-us
ro.com.google.clientidbase.gmm=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.cdma.data_retry_config=default_randomization=2000,0,0,120000,180000,540000,960000
ro.mot.setuptype=2
ro.media.camera.focal=3378.6,3378.6
ro.media.camera.principal=1296.0,729.0
ro.media.camera.skew=0.0
ro.media.camera.distortion=0.0,0.0,0.0,0.0,0.0
ro.media.camera.calresolution=2592,1458
ro.setupwizard.enable_bypass=1
ro.mot.internalsdcard=1
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.mot.dpmext=true
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.mot.hw.uaprof=http://uaprof.motorola.com/phoneconfig/MotoMB200/profile/MotoMB200.rdf
ro.build.version.full=Blur_Version.45.3.6.MB855.Sprint.en.US
ro.mot.hidden_keyboards=evfwd
There are some of the settings I found in Build.prop , may it be evidence towards if we have LTE or not? I also saw a thread with someone asking on how to change DPI or resolution and it looks like its in the build.prop
short answer: no
long explaination
they are sloppy honetsly why make 3 completely different build.props when you can make minor edits to just one? the lcd density is how its set on every android phone moto was just nice enough to leave cliff notes on it

Photon Won't Update to 45.4.13, build.prop Dump

I rooted my MB855 with Photon Torpedo, and searching shows that others have experienced a similar problem updating to 45.4.13 on Sprint because of "build.prop". My system version is 45.3.6, Android v2.3.4, Build number 4.5.1A-1_SUN-198_6. Thinking that it was the root preventing the update, I factory reset my phone, but even after that, the update won't install.
Hitting both volume keys when I see the "!" install android icon doesn't show me the error for long enough, so I'm going to dump my build.prop file here and hope someone notices something that can easily be changed so I can install this update.
Note: I want to install the update, even though it locks things down. I'll worry about re-rooting and all that other stuff later. Any help, including alternate solutions, a pointer to a build.prop file that will allow me to go from 45.3.6 to 45.4.13, or inspiring stories about chickens, will be greatly appreciated.
build.prop - Notepad follows ("HTTPLINKNEWXDAUSER" has replaced links so I can post this):
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=4.5.1A-1_SUN-198_6
ro.build.display.id=4.5.1A-1_SUN-198_6
ro.build.version.incremental=CM
ro.build.version.sdk=10
ro.build.version.codename=REL
ro.build.version.release=2.3.4
ro.build.date=Tue Sep 20 02:34:36 EDT 2011
ro.build.date.utc=1316500476
ro.build.type=user
ro.build.user=dnt648
ro.build.host=fl36bld22
ro.build.tags=release-keys
ro.product.model=MB855
ro.product.brand=sprint
ro.product.name=moto_sunfire
ro.product.device=sunfire
ro.product.board=sunfire
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=motorola
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=tegra
# ro.build.product is obsolete; use ro.product.device
ro.build.product=moto_sunfire
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=sunfire-user 2.3.4 4.5.1A-1_SUN-198_6 CM release-keys
ro.build.fingerprint=sprint/moto_sunfire/sunfire:2.3.4/4.5.1A-1_SUN-198_6/CM:user/release-keys
# end build properties
# 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=10
persist.ril.modem.ttydevice=/dev/ttySPI0
persist.ril.modem.mode=1
persist.ril.features=0x0C
#Commenting out the rild path here. Check sunfire.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=70
# for larger screen support
# 4.3" WVGA == 216dpi
# 4.3" qHD == 256dpi
ro.sf.lcd_density=240
dalvik.vm.heapsize=42m
# required for UDD backup tcmd
ro.mot.hw.calibratedImager=1
# 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.
#BEGIN Motorola, dfgr73, IKSUNFIRE-2266 Preferred Network should be set to Automatic
# 7 => GLOBAL.
ro.telephony.default_network=7
# END IKSUNFIRE-2266
ro.url.legal=HTTPLINKNEWXDAUSER
ro.url.legal.android_privacy=HTTPLINKNEWXDAUSER
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.
# Enabling the flag for sunfire.
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
# This is necessary for framework to support
# the LTE and eHRPD capability.
#ro.mot.lte_on_cdma=1
ro.cdma.home.operator.numeric=310120
ro.cdma.home.operator.alpha=Sprint
# Indicate carrier OTA SP number schema
# refer to frameworks/base/telephony/java/com/android/
# internal/telephony/cdma/CDMAPhone.java for the schema:
ro.cdma.otaspnumschema=SELC,1,80,99
# BEGIN Motorola, a20763, 1-Dec-2010, IKMAIN-7617
# write cdma MIN to property for VVM use in GSM/UMTS mode
persist.radio.cdma.min = 0
# true Horizontal VVM is preloaded, not allow to install standalone version of
# VVM from Android Market
# false Horizontal VVM is not preloaded
ro.HorizontalVVM=true
# END IKMAIN-7617
# The OpenGL ES API level that is natively supported by this device.
# This is a 16.16 fixed point number
ro.opengles.version = 131072
# our HTML browser (not WAP browser ) does not need to specify UAProf URL
ro.mot.hw.uaprof=HTTPLINKNEWXDAUSER
# Enable HAC to also display Call Setting Menu Option.
ro.mot.hw.HAC=1
# Motorola, a19622, 12/28/2009, IKSHADOW-204 / Location Settings for android
# Property to set enabling state of the location privacy setting feature.
# Motorola, a19622, 03/16/2010, IKSHADOW-2141 / Disable feature 33067
#ro.mot.settings.locprivacy=1
# ERI feature
# 0 OFF
# 1 ON
ro.mot.eri=1
# Motorol,a6889c,02/Feb/2010,IKSHADOW-619
# Proximity Sensor feature
# 0 disable
# 1 enable
persist.mot.proximity.touch=1
# BEGIN Motorola, a22976, 25-Feb-2010, IKSHADOW-702, FID 31841
# VZW Requirement Specifications: NETWORK BASED PLUS CODE DIALING
# 0 disable
# 1 enable
ro.cdma.nbpcd=1
#Proximity sensor debounce time
mot.proximity.delay=450
# disable touch below 60 pixels
mot.proximity.distance=60
# Time between scans in seconds. Keep it high to minimize battery drain.
# This only affects the case in which there are remembered access points,
# but none are in range.
wifi.supplicant_scan_interval = 45
# BEGIN Motorola, nfjb73 23-jun-2010, IKMAIN-624
# this is for feature 33860, when phone is activated, the cdma mdn is written.
persist.radio.vzw.cdma.mdn=
# END Motorola, nfjb73
# BEGIN Motorola, e50202, 3-Sept-2010, IKSTABLETWO-7041, default Mobile Hotspot is on
ro.mot.mynet=true
# END IKSTABLETWO-7041
# BEGIN Motorola, a22976, 20-Oct-2010, IKSTABLETWOV-3218
cdma.nbpcd.supported=false
# END IKSTABLETWOV-3218
# BEGIN Motorola, a23250, 08-Nov-2010, IKMAIN-7258
ro.mot.bindervm.config = 72
# END IKMAIN-7258
#BEGIN Motorola, 30Jan2011, w19837, IKSUNFIRE-215, Feature ID: 35761.
#[sprint tv transport protocol support]
sprint.mm.http.proxy = HTTPLINKNEWXDAUSER
sprint.mm.http.port = 8085
sprint.mm.rtsp.proxy = HTTPLINKNEWXDAUSER
sprint.mm.rtsp.port = 554
sprint.mm.network.type = unknow
sprint.mm.nai = unknown
#END IKSUNFIRE-215
# For docked touchpad keyboard map
android.keylayout.evfwd=/system/usr/keylayout/evfwd.kl
android.keychar.evfwd=/system/usr/keychars/evfwd.kcm.bin
# BEGIN Motorola, 19Mar2011, vcnw83, IKSUNFIRE-423
slate.keyevent=false
slate.penevent=false
# END Motorola, 19Mar2011, vcnw83, IKSUNFIRE-423
# USB modes allowed for UI and switching
ro.ngp_available=1
ro.modem_available=0
persist.mot.usb.mediasync = 1
# Motorola, IKHALFMWK-3, w001091
# Feature 32711, deep sleep mode support
#ro.mot.deep.sleep.supported=true
# BEGIN Motorola, 3/23/2011, a21739, IKSUNFIRE-465
ro.mot.phonemode.numsignalbars=6
# END IKSUNFRE-465
#BEGIN Motorola, 4/21/2011, gqkp64, IKSUNFIRE-716
# turn it on since sunfire is a global phone
# this is for feature 34386, other features for vzw global phone
# could use this property too. IKMAIN-732
#1 this is verizon wireless globle phone
#0 this is not verizon wireless globle phone
ro.mot.phonemode.vzwglobalphone=1
# END IKSUNFIRE-716
#BEGIN Motorola, nfmq37 27Apr2011 IKPAXSPRINT-952, a21269 08/01/2011 IKSUNFIRE-3199
# Enable RDC Feature
# "ro.rdc.enable" is a bitwise flex value:
# bit 0: indicating RDC uploading function
# bit 1: indicating RDC lifetime metrics function.
# bit 2-7: reserved.
# Make sure ro.rdc.allow_wifi_upload, ro.rdc.no_of_domain and ro.rdc.whitelist_domain1
# are properly changed/finalized when ro.rdc.enable=1
ro.rdc.enable=1
# Allow Upload of RDC Metrics over WiFi
ro.rdc.allow_wifi_upload=1
# RDC Whitelist
# while adding new domain increment no_of_domain &
# add element ro.rdc.whitelist_domainX, where X is
# domain no
ro.rdc.no_of_domain=1
ro.rdc.whitelist_domain1=.att.com
#END IKPAXSPRINT-952, IKSUNFIRE-3199
#
# ADDITIONAL_BUILD_PROPERTIES
#
rild.libpath=/system/lib/libmoto_ril.so
persist.ril.mux.retries=500
persist.ril.mux.sleep=2
ro.kernel.android.ril=yes
ro.config.ringtone=EtherShake.ogg
ro.config.notification_sound=OnTheHunt.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
ro.default_usb_mode=0
ro.media.enc.aud.fileformat=qcp
ro.media.enc.aud.codec=qcelp
ro.media.enc.aud.bps=13300
ro.media.enc.aud.ch=1
ro.media.enc.aud.hz=8000
ro.com.google.gmsversion=2.3_r6
ro.config.sync=no
ro.browser.useragent=0
ro.config.sync=no
ro.media.camcorder.720p=mp4,h264,30,12000000,aac,128000,44100,2
ro.media.camcorder.d1NTSC=mp4,h264,30,6000000,aac,128000,44100,2
ro.media.camcorder.vga=mp4,h264,30,4000000,aac,128000,44100,2
ro.media.camcorder.cif=mp4,h264,30,1500000,aac,128000,44100,2
ro.media.camcorder.qvga=mp4,m4v,15,225000,amrnb,12200,8000,1
ro.media.camcorder.mms=3gp,h264,15,128000,amrnb,12200,8000,1
ro.media.camcorder.mmsres=qvga
ro.camcorder.zoom=true
ro.media.capture.shuttertone=0
ro.camcorder.videoModes=false
ro.media.panorama.defres=2592x1458
ro.media.panorama.frameres=960x540
ro.telephony.call_ring.multiple=false
ro.telephony.call_ring.delay=3000
ro.com.google.clientidbase=android-motorola
ro.com.google.clientidbase.am=android-sprint-us
ro.com.google.clientidbase.yt=android-sprint-us
ro.com.google.clientidbase.ms=android-sprint-us
ro.com.google.clientidbase.gmm=android-motorola
ro.url.legal=HTTPLINKNEWXDAUSER
ro.url.legal.android_privacy=HTTPLINKNEWXDAUSER
ro.cdma.data_retry_config=default_randomization=2000,0,0,120000,180000,540000,960000
ro.mot.setuptype=2
ro.media.camera.focal=3378.6,3378.6
ro.media.camera.principal=1296.0,729.0
ro.media.camera.skew=0.0
ro.media.camera.distortion=0.0,0.0,0.0,0.0,0.0
ro.media.camera.calresolution=2592,1458
ro.setupwizard.enable_bypass=1
ro.mot.internalsdcard=1
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.mot.dpmext=true
ro.com.google.clientid=android-motorola
ro.url.legal=HTTPLINKNEWXDAUSER
ro.url.legal.android_privacy=HTTPLINKNEWXDAUSER
ro.mot.hw.uaprof=HTTPLINKNEWXDAUSER
ro.build.version.full=Blur_Version.45.3.6.MB855.Sprint.en.US
ro.mot.hidden_keyboards=evfwd

[Rom][Cdma/Gsm][Jb] Rage Rom v3.2 *DISCONTINUED* (5/12/2013)

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The BEST stock ROM, for the Droid RAZR PERIOD!
ONLY FOR THE JB 98.72.16 (OTA Version)
Rage ROM Mods:
Slaytanic Rage Theme
http://www.droidrzr.com/index.php/topic/16262-theme-slaytanic-rage/
Rage Blue Safestrap Theme:
http://www.droidrzr.com/index.php/topic/16436-safestrap-theme-blue-rage-4212013/
noname81 - LMT Launcher (Pie Controls)
prstorero - gps toggle fix
KrYpToNiTe - 1% battery and toggles
Nitro - original toggles
andlaw - power menu mod (reboot menu)
tomtreas - sending me a system dump
wacocapretto - tester & screenshots
hascode0f
sparkyman
dhacker
vtwinbmx
Gerland
Extirpate
I am not responsible for your phone imploding on itself or dividing by 0 or starting thermo-nuclear war with North Korea!
Everything
None Hopefully
Goo Manager Support (OTA Push Notifications)
BEATS By Dre Audio Enhancement (Credit Rockodev)
Improved GPS Lock and Accuracy
Modified YouTube with "Download" button (Credit OsamaGhareeb)
Fully Deodexed
Super Debloated
Full init.d supporT
PIE Controls (Credit noname81)
Fully Themed Messaging App
New wallpaper (thanks to wacocapretto)
Battery Saver init.d tweaks
Koush's Superuser App (Credit Koushik Dutta)
1% Battery Mod
Notification Pulldown Toggles baked in
Gapps baked in
Added Apex Launcher
Added Ad-Free
Added Apollo Music Player
Extreme build.prop tweaks
Increased Dalvik VM Heap Size
Disabled Kernel Logging for speed
You Must Be On The Jelly Bean Kernel 98.72.16 To Flash This Rom!!!
Activate ANY ROM Slot
Go into SafeStrap (3.07 or 3.11)
Delete Rom Slot 1
Recreate Rom Slot 1
Wipe "System"
Factory Reset
Wipe Cache
Wipe Dalvik Cache
Flash ROM
Reboot
Profit!
Download:
CDMA Rage Rom v3.2 Size: 314.56 MB
MD5: 7d73e3fdc3eeb46f0b1201e2a8515d31
http://tinyw.in/PnLG
Download:
GSM Rage Rom v3.2 Size: 314.56 MB
MD5: 6f043608b262b6a686e94593883a4589
http://tinyw.in/eOeR
OLDER VERSIONS:
Rage Rom v3.1: LINK REMOVED
Rage Rom v3.0: LINK REMOVED
Rage Rom v2.9: http://goo.im/devs/spc_hicks09/RAZR/Rage_Rom_2-9.zip
Rage Rom v2.8: http://goo.im/devs/spc_hicks09/RAZR/Rage_Rom_2-8.zip
Rage Rom v2.7: http://goo.im/devs/spc_hicks09/RAZR/Rage_Rom_2-7.zip
Rage Rom v2.6: NON-WORKING BUILD
Rage Rom v2.5: http://d-h.st/D0F
Rage Rom v2.4: http://d-h.st/cjH
Rage Rom v2.3: https://mega.co.nz/#...oLs8E5rGu8E9MsA
Rage Rom v2.2: http://batakang.com/...0Rom v2.2.zip
Rage Rom v2.1: https://mega.co.nz/#...R5FrblirZCZxNBc
If you like my work and would just like to show your appreciation. Please click the Donate button under my avatar!​

			
				
--==CHANGELOG==--
(5/12/2013)
Updated Apex Launcher to v2.0.0
Removed AOSP 4.2.2 Gallery & Camera
Added back Stock Moto Camera
Added back Stock Moto Gallery
Removed Beats Audio Lib Files
Removed Beats App
LMT Launcher updated to v1.99
Edited build.prop to reflect changes
(4/28/2013)
Added AOSP 4.2.2 Camera & Gallery
(4/21/2013)
LMT Launcher updated to v1.98
Added BEATS By Dre (Can be uninstalled)
Added YouTube w/download button
Improved GPS Lock & Accuracy
Fixed Goo Manager Issues
(4/14/2013)
Added DSP Manager
Added Custom Bootanimation (JaeKar99)
Added Adb Insecured
LMT Launcher updated to latest
Fixed Goo Manager Updates
Built-In Tether Hack
(4/7/2013)
Supporting UMTS (GSM)
Fixed Goo Manager Still Reporting An Update After Flashing The Latest Version (CDMA)
Fixed updater-script not installing /data/app packages (CDMA / GSM)
(4/1/2013)
Reverted to Stock Moto Lockscreen
Cleaned up build
Updated build.prop
(4/1/2013)
Moved LMT Launcher (PIE Controls) to /data/app
Added Goo Manager for OTA Push Notifications / App Downloads
Updated build.prop to reflect Goo Manager downloads
(3/30/2012)
Added PIE CONTROLS (To use PIE Controls, open app drawer and go to LMT Launcher, then select (Start/Stop TouchService)
Fully Themed "Rage" Messaging App
(3/26/2012)
Loopy Smoothness Tweak
AOSP JB Lockscreen
Full init.d Support
Allow full screen rotation
Custom Lockscreen Ring
Removed Boot-up Sound
Custom "Low Battery" Text
(3/24/2013)
Fixed ALL issues
Updated build.prop
New wallpaper (thanks to waco!)
(3/16/2013)
Updated Apex Launcher to 1.4.4
Fixed Reboot Menu(thanks to andlaw )
Fixed GPS Toggle FC (thanks to prstorero)
(3/13/2013)
Added 1% battery mod (blue battery, white text)(thanks to kryptonite)
Added Notification Pulldown Toggles (thanks to kryptonite)
Added Power Menu Mod (Reboot Menu)(thanks to andlaw )
(3/10/2013)
Updated base to Jelly Bean Soak Test version
Removed all themeing
(1/17/2013)
Notification Toggles
Enabled Lockscreen Rotation
Themed Toggles
Themed Signal Icons
Themed Battery Icon
Themed Wifi Icon
Themed Power Menu Mod Icons
Themed Lockscreen
Custom "Rage" Unlock Button
Custom "Rage" Default Wallpaper
Themed "4 Bar" Signal Icons
Themed "Verizon Wireless" Pulldown Logo
Themed Clock & Date In Notification Pulldown
Themed "Blue Bar" In Notification Pulldown
Themed Clock In Statusbar
Themed over 300 Other Various Icons In SystemUI
(1/10/2013)
Power Menu Mod (Reboot)-------- screenshot in post 2
1% Battery Mod----------------------- screenshot in post 2 (thanks to vtwinbmx)
Enabled All Screen Rotations
New Default Wallpaper (RAGE) (Not sure how to set it yet but it's in there.)
(1/7/2013)
Initial Relase
Fully Deodexed
Extremely Debloated
Added No-Frills
Added Power Toggles
Added Apex Launcher
Added Ad-Free
Added SMSFlash
Added Apollo Music Player
Implemented No-Frills and Power Toggles into Settings Menu
Extreme build.prop tweaks
Increased Dalvik VM Heap​
Awesome!
Sent from my DROID RAZR using Tapatalk 2
Features?
Olao99 said:
Features?
Click to expand...
Click to collapse
Coming
Olao99 said:
Features?
Click to expand...
Click to collapse
Please see the changelog in Post 3. It doesn't list ALL the features but it lists the important ones.
**Edit: Features added to OP.
Link is live!
spc_hicks09 said:
Link is live!
Click to expand...
Click to collapse
and shall enter into my phone!
thanks
monkteo said:
and shall enter into my phone!
thanks
Click to expand...
Click to collapse
Hope you like it
spc_hicks09 said:
Hope you like it
Click to expand...
Click to collapse
by the way,
I have to add a patch for GSM?
I can put it with safestrap 3.11?
thanks
monkteo said:
by the way,
I have to add a patch for GSM?
I can put it with safestrap 3.11?
thanks
Click to expand...
Click to collapse
Yes and Yes
If someone sends me the build.prop file for GSM then I'll release a GSM version.
gsm?
rovaris said:
gsm?
Click to expand...
Click to collapse
Not unless you flash the GSM patch. That's why CDMA is in the thread title.
spc_hicks09 said:
Not unless you flash the GSM patch. That's why CDMA is in the thread title.
Click to expand...
Click to collapse
This from peanut butter jb kernel and gsm patch:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=9.8.2O-72_VZW-8
ro.build.display.id=9.8.2O-72_VZW-8
ro.build.version.incremental=26
ro.build.version.sdk=16
ro.build.version.codename=REL
ro.build.version.release=4.1.2
ro.build.date=Tue Dec 11 05:57:08 CST 2012
ro.build.date.utc=1355227028
ro.build.type=user
ro.build.user=hudsoncm
ro.build.host=il93lnxdroid80
ro.build.tags=release-keys
ro.product.model=MOTOROLA RAZR
ro.product.brand=motorola
ro.product.name=XT910
ro.product.device=umts_spyder
ro.product.board=spyder
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=motorola
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=omap4
# ro.build.product is obsolete; use ro.product.device
ro.build.product=cdma_spyder
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=cdma_spyder_mmi-user 4.1.2 9.8.2O-72_VZW-8 26 release-keys
ro.build.fingerprint=motorola/XT912_verizon/cdma_spyder:4.1.2/9.8.2O-72_VZW-8/26:user/release-keys
ro.build.characteristics=default
# end build properties
#
# system.prop for CDMA Droidwe
#
# rild.libpath=/system/lib/libril-moto-umts-1.so
# dtrail rm: rild.libpath=/system/lib/libmoto_ril.so
# dtrail rm: rild.libargs=-d /dev/ttyO0
# dtrail rm: telephony.lteOnCdmaDevice=0
ro.sf.lcd_density=240
ro.mot.ril.danlist=611,*611,#611
# dtrail rm: persist.ril.ecclist=911,*911,#911
persist.ril.modem.mode =2
# 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=55
# USB modes allowed for UI and switching
ro.ngp_available=1
ro.modem_available=0
# Default network type.
# 7 => GLOBAL.
# dtrail: Default network type.3=NETWORK_MODE_GSM_UMTS ,auto mode
ro.telephony.default_network=3
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
# dtrail rm: ro.cdma.home.operator.numeric=25504
# dtrail rm: ro.cdma.home.operator.alpha=Intertelecom
ro.config.vc_call_vol_steps=7
# wlan interface
# dtrail: Changed from "softap.interface = wlan1" to "...= wlan0"
wifi.interface = wlan0
softap.interface = wlan0
wifi.ap.interface = wlan0
# Time between scans in seconds. Keep it high to minimize battery drain.
# This only affects the case in which there are remembered access points,
# but none are in range.
# dtrail: Changed to 90 to save battery
wifi.supplicant_scan_interval = 90
# Indicate carrier OTA SP number schema
# refer to frameworks/base/telephony/java/com/android/
# internal/telephony/cdma/CDMAPhone.java for the schema:
ro.cdma.otaspnumschema=SELC,1,80,99
# The OpenGL ES API level that is natively supported by this device.
# This is a 16.16 fixed point number
ro.opengles.version = 131072
# The URL for safety information
#ro.url.safetylegal=http://www.motorola.com/staticfiles/Support/legal
# our HTML browser (not WAP browser ) based on requirements IKHSS6-1061 need to specify UAProf URL
# dtrail rm: ro.mot.hw.uaprof=http://uaprof.vtext.com/mot/xt912/xt912.xml
# Enable HAC to also display Call Setting Menu Option.
ro.mot.hw.HAC=1
# Motorola, a19622, 12/28/2009, IKSHADOW-204 / Location Settings for android
# Property to set enabling state of the location privacy setting feature.
# Motorola, a19622, 03/16/2010, IKSHADOW-2141 / Disable feature 33067
#ro.mot.settings.locprivacy=1
# ERI feature
# 0 OFF
# 1 ON
# dtrail: switched off (0)
ro.mot.eri=0
# Motorol,a6889c,02/Feb/2010,IKSHADOW-619
# Proximity Sensor feature
# 0 disable
# 1 enable
persist.mot.proximity.touch=1
# End IKSHADOW-619
# BEGIN Motorola, a22976, 25-Feb-2010, IKSHADOW-702, FID 31841
# VZW Requirement Specifications: NETWORK BASED PLUS CODE DIALING
# 0 disable
# 1 enable
# dtrail: Off (0)
ro.cdma.nbpcd=0
# END IKSHADOW-702
# Enable NITZ secure time
persist.ril.features = 0x102
# BEGIN Motorola, a22976, 12-Mar-2010, IKSHADOW-1784, Power Up Tone
# Motorola, a22976, 12-Apr-2010, IKSHADOW-3298, Remove temporary power up tone
# persist.mot.powerup.tone=/system/media/bootup.ogg
# END IKSHADOW-1784
persist.mot.usb.mediasync = 1
# persist.usb.android_config = 1
persist.ril.qmi.overspi = yes
# System property for Security Middleware Component
ro.service.start.smc=1
# dtrail: This is Verizon only feature, Off (false)
ro.HorizontalBUA=false
#Proximity sensor debounce time
mot.proximity.delay=450
# disable touch below 60 pixels
mot.proximity.distance=60
# BEGIN Motorola, qpmc46, 05-Jul-2010, IKMAIN-311
# dtrail: changed to "10" for GSM
persist.ril.mux.noofchannels = 10
# END Motorola, qpmc46, 05-Jul-2010, IKMAIN-311
#BEGIN Motorola, nfjb73, 21-jun-2010,
# this is for feature 34386, other features for vzw global phone
# could use this property too. IKMAIN-732
#1 this is verizon wireless globle phone
#0 this is not verizon wireless globle phone
ro.mot.phonemode.vzwglobalphone=0
# END Motorola, nfjb73, 21-jun-2010, IKMAIN-732
# BEGIN Motorola, nfjb73 23-jun-2010, IKMAIN-624
# this is for feature 33860, when phone is activated, the cdma mdn is written.
# dtrail rm: persist.radio.vzw.cdma.mdn=
# END Motorola, nfjb73
# BEGIN Motorola, qmfd78, 14-Jul-2010, IKMAIN-884
# GSM SMS traffic needs to be routed/sent through North America SMSC.
# This is part of the VZW World-phone Feature. SMS are always sent to a US SMSC and then injected
# into that network. This allows for billing and give the user the impression that the device is
# still in the US.
# dtrail: not in US, so changed to "0"
ro.telephony.gsm-routes-us-smsc = 0
# END Motorola, qmfd78, 14-Jul-2010, IKMAIN-884
# BEGIN Motorola, a22600 qmfd78, 16-Jul-2010, IKDROIDPRO-423
# For north american cdma operators, this flag should be 1.
# It enables number mangling when nbpcd (plus code dialing) is not supported.
# This is part of the VZW World-phone Feature.
ro.cdma.home.operator.isnan=1
# END Motorola, a22600 qmfd78, 16-Jul-2010, IKDROIDPRO-423
# EDM feature - IKDROIDPRO-381 - Start
ro.mot.dpmext = true
# EDM feature - IKDROIDPRro.mot.dpmextO-381 -End
# BEGIN Moto,IKDROIDPRO-430, a17673
# Feature33857 on DroidWE, support DualMode switch, UMTS/CDMA
##### Override in cdma_spyder.mk until LTE + Global support. ######
#ro.mot.FTR.33857=true
# END IKDROIDPRO-430
# This is necessary for framework to support
# the LTE and eHRPD capability.
##### Override in cdma_spyder.mk until LTE + Global support. ######
#ro.mot.lte_on_cdma=1
# BEGIN Moto, IKSTABLETWO-1284, nfjb73
# without this property, the lock screen would take global phone as UMTS
# block user to operate before setup
keyguard.no_require_sim = true
# End Moto
# BEGIN Moto, IKSTABLETWO-689, nfjb73, for 34387,33857
# when phone in Global mode, FW need to know the last phone mode beore power off
# when phone power up, it would use the right mode to avoid switch
# dtrail: "1" for GSM, "2" for CDMA
persist.radio.ap.phonetype=1
# END IKSTABLETWO-689
# Multimode RIL Paths
##### Override in cdma_spyder.mk until LTE + Global support. ######
#lte_ril.libpath=/system/lib/lib-mot-lte-ril.so
# dtrail: reactivated this line
cdma_ril.libpath=/system/lib/libmoto_ril.so
#ril.rat=LTE
# BEGIN Motorola, hwqc67, 22-Jun-2011, IKLOCSEN-317, FID 36426
# Gps Smart Battery Savings
# (depends on sensor hub)
# 0 disable
# 1 enable
persist.mot.gps.smart_battery=1
# END IKLOCSEN-317
# Motorola, IKHALFMWK-3, w001091
# Feature 32711, deep sleep mode support
ro.mot.deep.sleep.supported=true
# Give extra time for LTE bug dumps
# dtrail rm: ril.dumpstate.timeout=60
# BEGIN Motorola, a22543, 16-Aug-2011, IKSTABLE6-8304
persist.dbg.kwdt.report=0
# END IKSTABLE6-8304
# BEGIN Motorola, w15439, 19-Aug-2011, IKSTABLE6-9125
ro.hdcp.support=2
# END IKSTABLE6-9125
# BEGIN Motorola, atzakis, 12-Oct-2011, IKSTABLE6-18830
ro.mot.hw.navkeyboard.devname=cy8c201xx
# END IKSTABLE6-18830
# BEGIN Motorola abp095, 4-Jan-2012, IKHSS7-2427 - Thumbnail property change
com.motorola.cg.lowres=1
com.motorola.cg.tnWidth=160
com.motorola.cg.tnHeight=160
com.motorola.cg.tndisplay=1
# END IKHSS7-2427
# system prop for requesting Master role in incoming Bluetooth connection.
#
ro.bluetooth.request.master=true
#
# system prop for Bluetooth Auto connect for remote initated connections
#
ro.bluetooth.remote.autoconnect=true
# System Properties for enabling individula Bluetooth Profiles
ro.qualcomm.bluetooth.opp=true
ro.qualcomm.bluetooth.hfp=true
ro.qualcomm.bluetooth.hsp=true
ro.qualcomm.bluetooth.pbap=true
ro.qualcomm.bluetooth.ftp=false
ro.qualcomm.bluetooth.map=true
ro.qualcomm.bluetooth.nap=true
ro.qualcomm.bluetooth.sap=false
ro.qualcomm.bluetooth.dun=false
ro.mot.btdun.disable = false
#
#
# ADDITIONAL_BUILD_PROPERTIES
#
# dtrail: changed to "android-motorola" instead of "android-verizon"
ro.com.google.clientidbase=android-motorola
ro.com.google.clientidbase.ms=android-motorola
ro.com.google.clientidbase.am=android-motorola
ro.com.google.clientidbase.yt=android-motorola
ro.com.google.clientidbase.gmm=android-motorola
persist.sys.usb.config=mass_storage
ro.kernel.android.ril=yes
# dtrail: lines added:
ro.config.not_world_phone=true
ro.com.google.locationfeatures=1
radio.mtu.size=1500
# done adding lines
persist.ril.mux.noofchannels=10
persist.ril.mux.ttydevice=/dev/ttyO0
persist.ril.modem.ttydevice=/dev/usb/tty2-1:1.4
persist.ril.tcmd.ttydevice=/dev/usb/tty2-1:1.3
persist.ril.diag.ttydevice=/dev/usb/tty2-1:1.0
# dtrail rm: persist.ril.features=0x90A
# dtrail: input for GSM:
persist.ril.features=0x182
persist.ril.mux.retries=500
persist.ril.mux.sleep=2
# dtrail rm: persist.ril.rssi.enable.param6=1
# dtrail rm: ril.wrigley.modem.tty=/dev/usb/tty1-2:1.10
# dtrail rm: persist.radio.lte.mm.disable=0
rild.libpath=/system/lib/moto-ril-multimode.so
gsm.sim.mot.simswap=1
ro.config.ringtone=DroidInvasion.ogg
ro.config.notification_sound=Droid.ogg
ro.mot.build.customerid=motorola
ro.mot.build.version.sdk_int=9
ro.mot.build.product.increment=2
ro.mot.build.version.release=9.2
ro.build.version.full=Blur_Version.98.72.8.XT912.Verizon.en.US
ro.mot.hw.HAC=1
ro.setupwizard.mode=OPTIONAL
ro.com.google.gmsversion=4.1_r3
# dtrail: changed to "false" from "true"
ro.HorizontalBUA=false
# dtrail rm: ro.HorizontalVVM=true
ro.horizontalNGM=false
ro.horizontalVMM=false
ro.horizontalMOD=false
ro.horizontalVOD=false
ro.horizontalEmail=false
ro.cdma.home.operator.numeric=310004
# dtrail rm: ro.cdma.home.operator.alpha=Verizon
# dtrail rm: ro.cdma.homesystem=64,65,76,77,78,79,80,81,82,83
# dtrail rm: ro.mot.eri=1
# dtrail: changed to "0"
ro.cdma.nbpcd=0
ro.cdma.home.operator.isnan=1
# dtrail rm: ro.mot.ignore_csim_appid=true
# dtrail: changed to "0"ro.cdma.otaspnumschema
ro.telephony.gsm-routes-us-smsc=0
ro.cdma.otaspnumschema=SELC,1,80,99
# dtrail: changed to "0"
ro.mot.phonemode.vzw4gphone=0
ro.com.android.dataroaming=true
# dtrail rm: ro.bug2go.uid.type=TELEPHONY_DEVICE_ID
# dtrail rm: ro.bug2go.magickeys=24,26
ro.carrier=unknown
ro.config.alarm_alert=Alarm_Classic.ogg
dalvik.vm.heapsize=128m
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=64m
# dtrail rm: ro.cdma.subscription=1
# dtrail: changed to "3" GSM
ro.telephony.default_network=3
# dtrail rm: lte_ril.libpath=/system/lib/lib-mot-lte-ril.so
cdma_ril.libpath=/system/lib/libmoto_ril.so
# dtrail rm: ril.rat=LTE
# dtrail rm: lte_ril.netcfg_to=90
ro.telephony.call_ring.multiple=false
# dtrail: replaced the following line with that one below
# ro.cdma.data_retry_config=max_retries=infinite,0,0,10000,10000,100000,10000,10000,10000,10000,140000,540000,960000
ro.cdma.data_retry_config = default_randomization=2000,0,0,120000,180000,540000,960000
# ro.gsm.data_retry_config=default_randomization=2000,max_retries=infinite,0,0,80000,125000,485000,905000
ro.gsm.data_retry_config=max_retries=infinite,default_randomization=2000,0,0,80000,125000,485000,905000
ro.gsm.2nd_data_retry_config=max_retries=infinite,default_randomization=2000,0,0,80000,125000,485000,905000
ro.mot.setuptype=2
# dtrail rm: ro.horizontalIM=true
# dtrail rm: ro.ril.svlte1x=true
ro.media.camcorder.1080p=mp4,h264,30,15000000,aac,128000,44100,2
ro.media.camcorder.720p=mp4,h264,30,10000000,aac,128000,44100,2
ro.media.camcorder.d1NTSC=mp4,h264,30,6000000,aac,128000,44100,2
ro.media.camcorder.vga=mp4,h264,30,4000000,aac,128000,44100,2
ro.media.camcorder.cif=mp4,h264,30,1500000,aac,128000,44100,2
ro.media.camcorder.qvga=mp4,h264,15,500000,aac,64000,44100,2
ro.media.camcorder.mms=3gp,h264,15,128000,amrnb,12200,8000,1
ro.media.camcorder.mmsres=qvga
ro.camcorder.zoom=true
ro.media.capture.maxres=5m
ro.media.capture.fast.fps=4
ro.media.capture.slow.fps=120
ro.media.capture.flash=led
ro.media.capture.flashMinV=3300000
ro.media.capture.torchIntensity=40
ro.media.capture.flashIntensity=100
ro.media.capture.classification=classF
ro.media.panorama.defres=3264x1840
ro.media.panorama.frameres=1280x720
keyguard.no_require_sim=true
ro.media.enc.aud.fileformat=qcp
ro.media.enc.aud.codec=qcelp
ro.media.enc.aud.bps=13300
ro.media.enc.aud.ch=1
ro.media.enc.aud.hz=8000
# dtrail rm: ro.mot.lte_on_cdma=1
# dtrail rm: ro.mot.tmp.telephony.refactor=true
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
drm.service.enabled=true
Click to expand...
Click to collapse
Sent from my MOTOROLA RAZR using xda premium
....
Jack'O said:
This from peanut butter jb kernel and gsm patch:
Sent from my MOTOROLA RAZR using xda premium
Click to expand...
Click to collapse
Never forget to open the Build.prop in the Rom you use and add the Tweaks into the GSM Patch. If you miss that, you won't be able to run the Rom like it should.
HSD-Pilot said:
....
Click to expand...
Click to collapse
I'll release the GSM version tomorrow
Sent from my DROID RAZR using Tapatalk 2
HSD-Pilot said:
Never forget to open the Build.prop in the Rom you use and add the Tweaks into the GSM Patch. If you miss that, you won't be able to run the Rom like it should.
Click to expand...
Click to collapse
Hi HSD,
I see you usually upload custom GSM patches for the JB based ROMs. Does this mean that the original patch by dtrail is not "universal"? If so, why's that? Currently I'm on Evolution 1.2 JB ROM. Should I modify something from dtrail's patch?
Thanks a lot.
woonaval said:
Hi HSD,
I see you usually upload custom GSM patches for the JB based ROMs. Does this mean that the original patch by dtrail is not "universal"? If so, why's that? Currently I'm on Evolution 1.2 JB ROM. Should I modify something from dtrail's patch?
Thanks a lot.
Click to expand...
Click to collapse
cause each devs doesn't use the same tweak scripts in build.prop and HSD is such a warmhearted man that he modify mostly build.prop of every CDMA rom for GSM users.

[HOW TO] WORKING screen mirroring ON ROOTED DEVICES, bypass HDCP and ALL of allshare

so here's the deal. trying to start screen mirroring on a rooted device in most cases HDCP will fail to initialize, when this happens screen mirroring will connect then disconnect with an error.
after a lot of research, logging and testing on my device I have found a way to bypass HDCP and also bypass Samsung restriction on allowing screen mirroring without HDCP.
HDCP is not a requirement for screen mirroring but Samsung has programmed the s4 to fail if the HDCP connection is not initialized. I have found that when the phone speaks to the miracast dongle the phone is programmed to force the setting of "Display service Type = HDMI" instead of allowing it to connect as Type = Wifi.
when the phone forces type = HDMI it makes screen mirroring fail if HDCP fails, this is a basic and enforced protocol of HDMI, this results in screen mirroring shutting off if HDCP fails, I believe this is Samsung's attempt to stop people from rooting their phones and also to stop people from using non Samsung dongles.
some people have found ways around this by hacking the HDCP lib files, but in my case this was not possible because I own a Sgh-i337 on mf3 with a locked bootloader.
unfortunately I can't post pictures so I can post my screen mirroring logs, but heres an explanation as to how this was accomplished.
First was to quarantine all Samsung Apps & services that were related to screen mirroring, this was an attempt to get the system to fall back to the native screen mirroring services and not use samsung's implementation.
I locked up:
Com.sec.allsharecastplayer
Com.samsung.shareshot
Samsung watch on
Samsung briefing
Allshare.controlShareService
Allshare.fileShareService
Samsung context provider
All Knox
Samsung MDM app
Allshare.service.mediaShare
Samsung apps
Samsung apps UNA2
Samsung apps widget
Samsung link
Samsung push
next I tried to find out a way to edit the DisplayManagerService's forced type of HDMI to change it to Type = Wifi, unfortunately because I was on Mf3, this couldn't be done.
but I was able to force this option with a build prop edit and last download and enable
https://play.google.com/store/apps/d...HOm-sQSyqoCgCA
Even if multi window plus doesnt work. Keep it for now untill I can trace down a setting change.
surprisingly after all this was done screen mirroring now works.
below I will post copies of my build prop and also the WFDConfig files from /system/ect
---- Build prop :
debug.sf.hw=0
debug.composition.7x27A.type=mdp
debug.composition.7x25A.type=mdp
dalvik.vm.heapsize=24m
debug.composition.type=dyn
persist.hwc.mdpcomp.enable=false
service.camera.gpu.enable=0
Debug.Disable.HWC=1
debug.sf.disablehwc=1
ro.display.switch=0
#dyn
# system props for the cne module
#
persist.cne.feature=0
#
# system props for the MM modules
#
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=false
media.stagefright.enable-fma2dp=true
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
media.enable-commonsource=true
media.stagefright.enable-rtsp=true
#
# system props for the LPA/TUNNEL
#
lpa.decode=true
tunnel.decode=true
lpa.use-stagefright=true
tunnel.audiovideo.decode=true
#
# system prop for opengles version
#
ro.opengles.version=131072
#
# system props for the data modules
#
ro.use_data_netmgrd=true
persist.data.ds_fmc_app.mode=0
#
# system props for IMS module
#
persist.ims.regmanager.mode=0
#
# System prop to disable strict mode flash on display
#
persist.sys.strictmode.visual=false
#
# System prop to enable/disable OMH. Enabled by default
#
persist.omh.enabled=1
#System prop to enable ehrpd capability
ro.config.ehrpd=true
# System property for cabl
ro.qualcomm.cabl=0
#
#
# Turn off tiled rendering
#
debug.enabletr=false
#
#property to enable user to access Google WFD settings.
#
persist.debug.wfd.enable=1
debug.wfd.enable=1
ext_only.debug=1
persist.sys.ext_only.debug=1
persist.sys.hwc.ext_only.debug=1
persist.sys.hwc.disable=1
#property to choose between virtual/external wfd display
#
persist.sys.wfd.virtual=0
#
# System prop for Tvout/HDMI
#
persist.sys.camera.transform=0
persist.sys.camera.connect=0
persist.sys.videomode=1
ro.hdmi.enable=false
------- WFDConfig. Xml
<WFDConfig>
<Capability>
<AudioLPCM>
<Name>LPCM</Name>
<Valid>1</Valid>
<Channels>2</Channels>
<SamplingFreq>48000</SamplingFreq>
<Latency>33</Latency>
</AudioLPCM>
<AudioAAC>
<Name>AAC</Name>
<Valid>1</Valid>
<Channels>2</Channels>
<SamplingFreq>48000</SamplingFreq>
<Latency>0</Latency>
</AudioAAC>
<AudioAC3>
<Name>AC3</Name>
<Valid>0</Valid>
<Channels>0</Channels>
<SamplingFreq>0</SamplingFreq>
<Latency>0</Latency>
</AudioAC3>
<VideoHeader>
<VideoMethod>1</VideoMethod>
<PreferredDisplaySupport>0</PreferredDisplaySupport>
<H264Profiles>1</H264Profiles>
<Valid>1</Valid>
</VideoHeader>
<CBP>
<VideoCodec>
<Profile>1</Profile>
<Level>1</Level>
<HorizontalResolution>1280</HorizontalResolution>
<VerticalResolution>720</VerticalResolution>
<Latency>0</Latency>
<MinimumSliceSize>0</MinimumSliceSize>
<SliceEncodingParams>0</SliceEncodingParams>
<FrameRateControlSupp>1</FrameRateControlSupp>
<VideoFps>30</VideoFps>
</VideoCodec>
</CBP>
<StandbyResumeCapability>
<Valid>1</Valid>
</StandbyResumeCapability>
<!--
IDR interval is to trigger an IDR request from sink.
This can be applcable only to sink. IDRInterval is in msec
-->
<IDRRequest>
<Valid>0</Valid>
<IDRInterval>0</IDRInterval>
</IDRRequest>
<AVFormatChange>
<Valid>0</Valid>
<AVInterval>0</AVInterval>
</AVFormatChange>
<!--
Frame skipping interval is in the scale of 500 msec/half second.
FrameInterval can be between 1 to 7, according to the WFD spec.
-->
<FrameSkipping>
<Valid>0</Valid>
<FrameInterval>0</FrameInterval>
</FrameSkipping>
<ContentProtection>
<HDCPValid>0</HDCPValid>
<Version>WFD_HDCP_2_1</Version> <!-- Valid values WFD_HDCP_2_0 and WFD_HDCP_2_1 -->
<CPPort>6789</CPPort>
<EncryptAudio>0</EncryptAudio> <!-- Valid values 0 / 1 to indicate Audio encryption or not -->
</ContentProtection>
<RTPDumpEnable>
<Valid>0</Valid>
</RTPDumpEnable>
<BufferCtrlEnable>
<Valid>1</Valid>
</BufferCtrlEnable>
<UIBC>
<UIBCValid>1</UIBCValid> <!-- 0/1 UIBC supported or not -->
<InputCategory>
<Generic>1</Generic> <!-- 0/1 - support generic or not -->
</InputCategory>
<InputEvents>
<GenericInputEvents>
<Mouse>1</Mouse> <!-- 0/1 for all Input Event Types -->
<Keyboard>1</Keyboard>
<SingleTouch>1</SingleTouch>
<MultiTouch>1</MultiTouch>
<JoyStick>0</JoyStick>
<Camera>0</Camera>
<Gesture>0</Gesture>
<RemoteControl>1</RemoteControl>
</GenericInputEvents>
</InputEvents>
<TcpPort>4321</TcpPort>
</UIBC>
</Capability>
---- Capability. Xml
<Capability>
<AudioLPCM>
<Name>LPCM</Name>
<Valid>1</Valid>
<Channels>2</Channels>
<SamplingFreq>48000</SamplingFreq>
<Latency>33</Latency>
</AudioLPCM>
<AudioAAC>
<Name>AAC</Name>
<Valid>1</Valid>
<Channels>2</Channels>
<SamplingFreq>48000</SamplingFreq>
<Latency>0</Latency>
</AudioAAC>
<AudioAC3>
<Name>AC3</Name>
<Valid>0</Valid>
<Channels>0</Channels>
<SamplingFreq>0</SamplingFreq>
<Latency>0</Latency>
</AudioAC3>
<VideoHeader>
<VideoMethod>1</VideoMethod>
<PreferredDisplaySupport>0</PreferredDisplaySupport>
<H264Profiles>1</H264Profiles>
<Valid>1</Valid>
</VideoHeader>
<CBP>
<VideoCodec>
<Profile>1</Profile>
<Level>1</Level>
<HorizontalResolution>1280</HorizontalResolution>
<VerticalResolution>720</VerticalResolution>
<Latency>0</Latency>
<MinimumSliceSize>0</MinimumSliceSize>
<SliceEncodingParams>0</SliceEncodingParams>
<FrameRateControlSupp>1</FrameRateControlSupp>
<VideoFps>30</VideoFps>
</VideoCodec>
</CBP>
<CHP>
<VideoCodec>
<Profile>2</Profile>
<Level>1</Level>
<HorizontalResolution>800</HorizontalResolution>
<VerticalResolution>480</VerticalResolution>
<Latency>0</Latency>
<MinimumSliceSize>0</MinimumSliceSize>
<SliceEncodingParams>0</SliceEncodingParams>
<FrameRateControlSupp>1</FrameRateControlSupp>
<VideoFps>30</VideoFps>
</VideoCodec>
</CHP>
<StandbyResumeCapability>
<Valid>1</Valid>
</StandbyResumeCapability>
<!--
IDR interval is to trigger an IDR request from sink.
This can be applcable only to sink. IDRInterval is in msec
-->
<IDRRequest>
<Valid>0</Valid>
<IDRInterval>0</IDRInterval>
</IDRRequest>
<AVFormatChange>
<Valid>0</Valid>
<AVInterval>0</AVInterval>
</AVFormatChange>
<!--
Frame skipping interval is in the scale of 500 msec/half second.
FrameInterval can be between 1 to 7, according to the WFD spec.
-->
<FrameSkipping>
<Valid>0</Valid>
<FrameInterval>0</FrameInterval>
</FrameSkipping>
<ContentProtection>
<HDCPValid>0</HDCPValid>
<Version>WFD_HDCP_2_1</Version> <!-- Valid values WFD_HDCP_2_0 and WFD_HDCP_2_1 -->
<CPPort>6789</CPPort>
</ContentProtection>
<RTPPortType>
<ConnectionType>0</ConnectionType> <!-- 0 - UDP ,1 - TCP -->
</RTPPortType>
<RTPDumpEnable>
<Valid>0</Valid> <!-- Enable RTP Dump Valid = 1 or Valid = 0-->
</RTPDumpEnable>
<UIBC>
<UIBCValid>0</UIBCValid> <!-- 0/1 UIBC supported or not -->
<InputCategory>
<Generic>1</Generic> <!-- 0/1 - support generic or not -->
</InputCategory>
<InputEvents>
<GenericInputEvents>
<Mouse>1</Mouse> <!-- 0/1 for all Input Event Types -->
<Keyboard>1</Keyboard>
<SingleTouch>1</SingleTouch>
<MultiTouch>1</MultiTouch>
<JoyStick>1</JoyStick>
<Camera>0</Camera>
<Gesture>0</Gesture>
<RemoteControl>1</RemoteControl>
</GenericInputEvents>
</InputEvents>
<TcpPort>4321</TcpPort>
</UIBC>
</Capability>
I claim no responsibility for you changing files on your own phone, this fixed took me about a month of constant work and if you change the wrong files it may brick your phone.
I have had a 90% success rate with connecting when I connect Right after restarting the phone.
Restart, and as soon as your lock screen comes up. Unlock your phone and connect to your dongle. Then you will have clean connects.
If ive helped you fix screen mirroring
And you would like to thank me.... buy me a coffee
PayPal: [email protected]
Or you can just patch the lib files like it was done here: http://forum.xda-developers.com/showthread.php?t=2621550

Categories

Resources