How can I get my phone to always stay in CDMA Only mode?

I connect my phone via bluetooth to my Dodge UConnect system.  When the phone is in LTE, after dialing, when the party answers, the phone hangs up and says "Call Complete" - thinking that the connection has been made and therefore the call can be terminated.  Very frustrating and not at all useful for making hands free calls!  To solve this problem the phone can be put into CDMA Only mode - and then it works fine ever time.   However....  every time my phone is powered down/off and then back on, it auto resets itself back to LTE/CDMA.  How do I make it stop changing every time it's powered off?
Thanks,

    mnjclark,
I'm glad to hear that you have found a work-a-round so that your device works while making calls meanwhile being connected to Bluetooth to your automobile.
At this time, based on the way the device was manufactured, there is no setting available that will allow this change to be permanent. When the device is rebooted, the settings may be adjusted which will require you to manually change back to CDMA only mode if needed.
EfrainM_VZW
Follow us on Twitter @VZWSupport

Similar Messages

  • I can not sync my iPhone to the computer. I keep getting up an error message that synchronization does not want to start. I have uninstalled iTunes and then reinstall it. But the same warning box will appear. How can I get my phone in sync again?

    Can someone please help me get my iPhone to sync to your computer?
    I can not sync my iPhone to the computer. I keep getting up an error message that synchronization does not want to start. I have uninstalled iTunes and then reinstall it. But the same warning box will appear. How can I get my phone in sync again?

    Hello lenmin,
    Thanks for using Apple Support Communities.
    To help resolve this issue where you're repeatedly prompted to authorize with your Apple ID in iTunes when syncing, please follow the directions in the article below.
    iTunes: Missing folder or incorrect permissions may prevent authorization - Apple Support
    Have a great weekend,
    Alex H.

  • How can I get the phone numbers in contacts to appear with dashes between the first 3 numbers, the next 3 numbers, and the last 4 numbers?  Until very recently it did so.  Contacts on my macbook pro does show up this way.  I do have a mobile me account an

    How can I get the phone numbers in contacts to appear with dashes between the first 3 numbers, the next 3 numbers, and the last 4 numbers?  Until very recently
    it did so.  Contacts on my macbook pro does show up this way.  I do have a mobile me account and in the past syncing was no problem.  What setting has changed?

    The phone number format as well as the date language and format and the time format are controlled by the Region Format setting. Go to Settings > General >International > Region Format.  When you change a region format, you can go back one page (to International) and see an example of the date/time/phone number format that your selected region format will produce.

  • I recently transferred my ipnone service from at&t to another carrier the phone worked fine until i tried to up it with itunes i now have a frozen itunes logo and a plug on the screens my phone is a iphone 3g how can i get my phone to work again?

    my ipone 3g is frozen with aitunes logo and plug after i tried to update it from apple. the phone worked fine even thou i changed carriers from at&t to Simple celleur. How can i get my phone to work?

    As AT&T has not officially unlocked your phone it must have been hacked to use another carrier.  So when you updated it has relocked itself to AT&T. There is no official unlock so this will happen anytime you update.

  • How can I get another phone to print on my printer

    how can I get another phone to print on my printer

    Which printer?
    Which Phone?
    What connection type?
    Please add some more details and then we will be able to assist you.
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • HT1937 How can I get my phone back after being disabled as I entered wrong passcode which I have forgotten?

    How can I get my phone back on - Its showing disabled owing to putting in wrong passcode. I recently upgraded to 7 software - before that I didnt have a locked password. Can I disable 7 software.

    Hi chilli01,
    Welcome to the Support Communities!
    The article below may be able to help you with this issue.
    Click on the link to see more details and screenshots. 
    iOS: Forgotten passcode or device disabled after entering wrong passcode
    http://support.apple.com/kb/HT1212?viewlocale=en_US
    Cheers,
    - Judy

  • HT5661 i bought a second hand phone and now can not hold of the seller,  how can i get the phone activated in my name now?

    Hi all,  I have bought a second hand iphone 5s and have found it is still activated to the last user... i can't get hold of them anymore,  how can i get the phone activated in my name?

    If iOs 7 is installed on that iPhone, you will not be able to activate it without
    the requested information. It is called Activation Lock and is a security
    feature built into iOS 7. There is no workaround.

  • How can I get the phone to recognize mini SD Card?

    I have a 32G Sandisk SD Card in the G4 mini but one day the phone said the card was blank and unsupported.  I purchased another SD Card and installed it however the phone does not recognize that I have an SD card.  When I try and save music or pics to the card the phone says I have removed the storage.  How can I get the phone to recognize the card storage?

    First of all do you Mount or Unmount the card from the settings menu before pulling the card out of its slot? Make sure that the option Mount is greyed out in you settings menu when the card is in the phone. If not select it.  If you pull the card out of the phone select Unmount first.  You can also try formatting the card from the same settings menu.  If these two things do not work, then either the card is defective or the card hardware slot is defective.

  • How can i get my phone passcode

    how can i get my phone pass code

    You mean the passcode that you selected to protect your iphone?
    You would get it from your head.
    If you have forgotten it, then you will have to restore.

  • I was re storing my iphone 4 something went wrong on my computer now my phone is showing the usb port cable icon with the arrow pointing to the i tunes symbol how can i get the phone from that mode ?

    ok i was re storing my i 4 something went wrong on the process now i have my phone showing the usb cable icon with an arrow pinting to i tuns icon ! how can i get my phone to go back to normal ???

    Put the device in DFU mode (Google it) and restore.

  • In the new Numbers, How can I get a 2D stacked column chart to display only 1 column?

    In the new Numbers, How can I get a 2D stacked column chart to display only 1 column?

    This is one of those things that I find really strange about Numbers 3. The control for what you want to do is not where anyone would expect to find it.
    Select the Chart
    Click on Edit Data References
    Look at the bottom left corner of the Numbers window. It should say "Plot Columns as Series" or "Plot Rows as Series"
    Click on it and change it to the other

  • How can i get the footer bar to stay, whilst page scrolls?

    how can i get the footer bar to stay, whilst page scrolls?
    at the moment, on my site, if the page is longer than the screen, it goes behind the footer,
    but the foot bar moves up the page as yo scroll down to see the rest of the content.
    any way of getting the footer to stay put, while body/page contant scrolls ?
    thanks

    You can use some css to do it...
    #footer_id {
         position:fixed;
         bottom:0px;
    <div id="footer_id">Your footer content</div>
    The css above will lock your footer to the bottome of the browser window. As long as your footer <div> is last in your html, it will float over the top of everything on your page when the page is scrolled. If it's not last in the html, you'll need to add a z-index to get it on top of your other content in the stack.

  • How can i get the timestamp of first data at continue sample mode?

    how can i get the timestamp of first data at  continue sample mode?
    6023e pci , and c++ code
    thanks !

    The tangent ist the derivative of the curve in that point. You can try to use a numerical derivative vi or keep it simple an approximate with a line through the adjacent points.
    Gabi
    7.1 -- 2013
    CLA

  • How can i get my macbook pro too stay on and not sleep when lid is closed?

    how can i get my macbook pro too stay on and not sleep when lid is closed?

    If the machine is asleep, lid closed, and you plug in to an external monitor and an external USB keyboard, the machine will wake, anbd reconfigure the screen resolution for the external monitor, Once it has made this configuration change, you can open the lid and it will continue to address only the external monitor.  At least that's how my early MacBook Pro unibody 13" works. It seems to run a bit cooler this way. It gets quite toasty with the lid closed while doing anything demanding and you are more likely to hear the fan come on.  I have not seen any temps that would cause alarm, but I do get a high speed (6000 rpm), noisy fan sometimes with the lid closed, .
    If you operate in the open-lid, external monitor only mode, if you deactivate the monitor for any reason, when it reactivates it will be running both screens, with all the navigation hassles this entails, so I generally set it not to deactivate the screen when in this mode.
    Thus I agree with those who say that some of the cooling air is drawn in around the keyboard, the difference in cooling performance is observable.  If you activate istat pro, get the computer hot running in clamshell mode, and open the lid, you can watch the CPU temp drop by a few degrees C within a couple minutes.  It isn't a huge difference, but enough the lower the fan speeds.

  • HT3275 the light on my time capsule keeps flashing orange and green. I know it is supposed to be green how can I get the green light to stay on

    the light on my time capsule keeps flashing orange and green. I know it is supposed to be green how can I get the green light to stay on

    Orange and green flashing is unfortunately a failure indication.
    How old is the Time Capsule?

Maybe you are looking for

  • Sorting JTable using keyboard

    Hi all, Is it possible to sort JTable using keyboard? There is a key to get the focus to a column header by clicking the key F8. I don't find any key to sort the table based on the column which is in focus. Is there any solution for this? Thanks, Gan

  • Talent Acquisition Manager: Concurrent User signup Error Page not found

    Greeting everyone, i found that if i register an account in job opening page, everything work normally. Screenshot: http://img252.imageshack.us/img252/3654/42388442sm7.jpg But once i try concurrent register (two PC click on "register" at the same tim

  • Invalidate Session at all Cluster Weblogic

    hi all, i try to save user session in a hashmap on every cluster. and when i need to invalidate it, i will take specified session id. and invalidate it where the session created with normal way to invalidate session. public class SessionListener impl

  • New to photoshop. Keep getting an "Import Failed" message

    I'm trying to put videos from a Panisonic HDD video camera on to DVDs but keep getting an "Import Failed" message everytime I try. Why? What am I not doing?

  • Where in JCR structure future activation time or scheduled task is stored?

    I am trying to check if the page is scheduled for future activation so I can notify the systems down the line. There is no direct menthod in the sling API providing a convineint menthod which tells if a page is scheduled for future activation (e.g. R