Jump to content
Reliance Jio & Reliance Mobile Discussion Forums
kundalus

Code Dialer issue (+) with Verizon handsets

Recommended Posts

Hi! Guys,

I have used many VZW phones and most of them were used on GSM network. I have one issue, how to solve the issue of dialling a local/indian number. Everytime u dial a number that doesnt have country code it takes +1 as default. I need to understand how to solve this issue.

Can someone help???

Share this post


Link to post
Share on other sites

Check in three dialer option. Turn it of from there.

Sent from my SPH-D710 using Tapatalk 2

Share this post


Link to post
Share on other sites

Dipesh bhai,

Disable Plus code dialing in call settings ....

Share this post


Link to post
Share on other sites

The most US phones, by default adds '+1' when any number starts with +. Earlier, in some phones there was option where you can decide what to replace '+' so you can choose replacing + sign with 00 and it worked. However this could not work while sending SMS. I had similar issue with my Epic 4G. The only option is to change the numbers from + sign to desire prefix or use any of the above mentioned apps.

Here is site that changes the prefix as per your desire. I had changed it from +91 to 0 from this site. Click here

I also have Macro that works on Outlook contact to change the prefix from 0 to +91. I am putting the code below. You can copy paste in the Macro in outlook.

I AM NOT RESPONSIBLE IF IT MESSES WITH YOUR CONTACTS. USE IT AT YOUR OWN RISK

Sub FixPhoneFormat()
 
Dim oFolder As MAPIFolder
 Set oFolder = Application.ActiveExplorer.CurrentFolder
 
' Confirm it's a contacts folder by looking at the default form name
' to see if it begins with "ipm.contact".
' This allows it to work on folders with custom forms
 If Left(UCase(oFolder.DefaultMessageClass), 11) <> "IPM.CONTACT" Then
 MsgBox "You need to select a Contacts folder", vbExclamation
 Exit Sub
 End If
  
Dim nCounter As Integer
 nCounter = 0
  
Dim oItem
 For Each oItem In oFolder.Items
 Dim oContact As ContactItem
 
' If the current item is a not a Contact Group process the phone numbers
' If it's a DL, the code moves on to the next item
 If TypeName(oItem) <> "DistListItem" Then
 
 Set oContact = oItem
 With oContact
 .AssistantTelephoneNumber = FixFormat(.AssistantTelephoneNumber)
 .Business2TelephoneNumber = FixFormat(.Business2TelephoneNumber)
 .BusinessFaxNumber = FixFormat(.BusinessFaxNumber)
 .BusinessTelephoneNumber = FixFormat(.BusinessTelephoneNumber)
 .CallbackTelephoneNumber = FixFormat(.CallbackTelephoneNumber)
 .CarTelephoneNumber = FixFormat(.CarTelephoneNumber)
 .CompanyMainTelephoneNumber = FixFormat(.CompanyMainTelephoneNumber)
 .Home2TelephoneNumber = FixFormat(.Home2TelephoneNumber)
 .HomeFaxNumber = FixFormat(.HomeFaxNumber)
 .HomeTelephoneNumber = FixFormat(.HomeTelephoneNumber)
 .ISDNNumber = FixFormat(.ISDNNumber)
 .MobileTelephoneNumber = FixFormat(.MobileTelephoneNumber)
 .OtherFaxNumber = FixFormat(.OtherFaxNumber)
 .OtherTelephoneNumber = FixFormat(.OtherTelephoneNumber)
 .PagerNumber = FixFormat(.PagerNumber)
 .PrimaryTelephoneNumber = FixFormat(.PrimaryTelephoneNumber)
 .RadioTelephoneNumber = FixFormat(.RadioTelephoneNumber)
 .TelexNumber = FixFormat(.TelexNumber)
 .TTYTDDTelephoneNumber = FixFormat(.TTYTDDTelephoneNumber)
  
.Save
  
nCounter = nCounter + 1
 End With
 End If
 Next
  
MsgBox nCounter & " contacts processed.", vbInformation
  
End Sub
  
 
 
Private Function FixFormat(strPhone As String) As String
  
strPhone = Trim(strPhone)
 FixFormat = strPhone
 If strPhone = "" Then Exit Function
 
 Dim prefix As String
 prefix = Left(strPhone, 1)
 If prefix = "+" Then Exit Function
 ' Configured for US
'' ' Enter the correct prefix here
'' Do While (prefix = "+" Or prefix = "1")
''
'' ' if the prefix is 2 digits, change to 4;
'' ' if 3 digits, change to 5
'' strPhone = Mid(strPhone, 3)
'' prefix = Left(strPhone, 1)
'' Loop
''
' After we clean up the country code, we remove non-numeric characters
' Can be tweaked to change formatting, ie: change 202.555.1212 to 202-555-1212
 
 If prefix = "0" Or prefix <> "+" Then
    strPhone = Right(strPhone, (Len(strPhone) - 1))
    strPhone = "+91 " & strPhone 'Replace(strPhone, "0", "+91", 1)
ElseIf prefix <> "0" And prefix <> "+" Then
    strPhone = "+91 " & strPhone
 End If
'' strPhone = Replace(strPhone, "(", "")
'' strPhone = Replace(strPhone, ")", "")
'' strPhone = Replace(strPhone, ".", "")
'' strPhone = Replace(strPhone, " ", "")
'' strPhone = Replace(strPhone, "-", "")
''
FixFormat = strPhone
  
End Function
  • Like 2

Share this post


Link to post
Share on other sites

This build. Prop on my RAZR maxx, and jb works perfectly

# 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=DROID RAZR

ro.product.brand=motorola

ro.product.name=XT912_verizon

ro.product.device=cdma_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

rild.libpath=/system/lib/libmoto_ril.so

rild.libargs=-d /dev/ttyO0

telephony.lteOnCdmaDevice=0

ro.sf.lcd_density=240

ro.mot.ril.danlist=611,*611,#611

persist.ril.ecclist=911,*911,#911

persist.ril.modem.mode =1

# 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.

ro.telephony.default_network=10

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.cdma.home.operator.numeric=40400

ro.cdma.home.operator.alpha=Reliance

ro.config.vc_call_vol_steps=7

# wlan interface

wifi.interface = wlan0

softap.interface = wlan1

# 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 = 180

# 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

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

ro.mot.eri=1

# 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

ro.cdma.nbpcd=0

# END IKSHADOW-702

# 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

# System property for Security Middleware Component

ro.service.start.smc=1

ro.HorizontalBUA=true

#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

persist.ril.mux.noofchannels = 8

# 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.

persist.radio.vzw.cdma.mdn=9376179177

# 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.

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=0

# END Motorola, a22600 qmfd78, 16-Jul-2010, IKDROIDPRO-423

# EDM feature - IKDROIDPRO-381 - Start

ro.mot.dpmext = true

# EDM feature - IKDROIDPRO-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

persist.radio.ap.phonetype=2

# 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

#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

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

#

ro.com.google.clientidbase=android-motorola

ro.com.google.clientidbase.ms=android-verizon

ro.com.google.clientidbase.am=android-verizon

ro.com.google.clientidbase.yt=android-verizon

ro.com.google.clientidbase.gmm=android-motorola

persist.sys.usb.config=mass_storage

ro.kernel.android.ril=yes

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

persist.ril.features=0x90A

persist.ril.mux.retries=500

persist.ril.mux.sleep=2

persist.ril.rssi.enable.param6=1

ril.wrigley.modem.tty=/dev/usb/tty1-2:1.10

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=verizon

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

ro.HorizontalBUA=true

ro.HorizontalVVM=true

ro.horizontalNGM=false

ro.horizontalVMM=false

ro.horizontalMOD=false

ro.horizontalVOD=false

ro.horizontalEmail=false

ro.cdma.home.operator.numeric=310004

ro.cdma.home.operator.alpha=Verizon

ro.cdma.homesystem=64,65,76,77,78,79,80,81,82,83

ro.mot.eri=1

ro.cdma.nbpcd=0

ro.cdma.home.operator.isnan=0

ro.mot.ignore_csim_appid=true

ro.telephony.gsm-routes-us-smsc=0

ro.cdma.otaspnumschema=SELC,1,80,99

ro.mot.phonemode.vzw4gphone=0

ro.com.android.dataroaming=true

ro.bug2go.uid.type=TELEPHONY_DEVICE_ID

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

ro.cdma.subscription=0

ro.telephony.default_network=10

lte_ril.libpath=/system/lib/lib-mot-lte-ril.so

cdma_ril.libpath=/system/lib/libmoto_ril.so

ril.rat=LTE

lte_ril.netcfg_to=90

ro.telephony.call_ring.multiple=false

ro.cdma.data_retry_config=max_retries=infinite,0,0,10000,10000,100000,10000,10000,10000,10000,140000,540000,960000

ro.gsm.data_retry_config=default_randomization=2000,max_retries=infinite,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

ro.horizontalIM=true

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

ro.mot.lte_on_cdma=0

ro.mot.tmp.telephony.refactor=true

net.bt.name=Androidt

dalvik.vm.stack-trace-file=/data/anr/traces.txt

drm.service.enabled=true

  • Like 1

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×