How do I delete / remove ringback tone?

I am getting an error that it is assigned.  It is default, not assigned. HELP

    Help is here, NortonPoint!
Have you been able to sign in to My Verizon to delete that tone?
This link will show instructions on how to delete the Ringback Tones.
http://support.verizonwireless.com/clc/devices/knowledge_base.html?id=22194
Please let me know if this helps.
Tamara H.
Follow us on Twitter @VZWSupport

Similar Messages

  • How do i put a ringback tone to my iphone,

    how do i set a ringback tone on my iphone

    You would have to ask your carrier if they offer this.
    It is not done with the iphone.  Your carrier would have to do this.

  • How do I delete/remove interent plug-ins from the security preferences of safari

    How do I delete/remove interent plug-ins from safari

    Hi Joe ..
    You can disable plug-ins.
    From your Safari menu bar click Safari > Preferences then select the Security tab.
    Deselect:  Allow Plug-ins
    To remove internet plug-ins is another process altogether.
    How to uninstall thrid party add ons here.

  • How do I delete/remove unessary/duplicate fles

    Recently my old tower crashed, I bought another (Used) but it has numerous files stored I do not need/use How do I delete/remove the files?

    If you have the operating system disk so that you can re-install the operating system, the safest thing to do is to format the hard drive in that new (used) PC to start from scratch. Keep in mind that you will loose all installed programs, so those will need to be re-installed.
    Otherwise, file-by-file or folder-by-folder right-click and '''Delete''' the file or folder. When you're done make sure you run a de-fragmentation utility program; WIndowsXP has one in Programs > Accessories -> System Tools

  • How do I delete/remove an app from phone after ios7 update?

    I updated my iphone 4 with the ios 7 update. all my current app icons are missing. I want to delete/remove one of them completely from my phone but I cannot figure out how?

    I'm the same as clydernd, tap and hold till the app wiggles and tap the (x) just like ios6
    Message was edited by: jonathans blog [woggles are the things that hold your neck thing on in the scouts, the icons in iOS wiggle ;) ]

  • How do I delete/remove a toolbar

    I signed up with InboxDollars, which I soon discontinued.
    When I start Firefox 4.0.1 I have the following history:
    Name
    Location
    CotterWeb Toolbar Marquee
    http://www.inboxdollars.com/toolbar/?r=marquee&username=4612401d73e39a1014771fb0de3210ab
    inboxdollars.com/toolbar/?r=marquee&username=4612401d73e39a1014771fb0de3210ab
    http://inboxdollars.com/toolbar/?r=marquee&username=4612401d73e39a1014771fb0de3210ab
    iGoogle
    http://www.google.com/ig?client=firefox-a&rls=org.mozilla:en-US:official&hl=en&tab=vw&source=iglk
    I have the toolbar, "InboxDollars," unchecked in my View/Toolbars window, but do not want in on my computer at all.
    How do I delete/uninstall/remove this toolbar?
    Thank you for your assistance
    Rob

    You should be able to uninstall the toolbar from the add-ons manager, see the section on uninstalling extensions at https://support.mozilla.com/kb/Uninstalling+add-ons

  • How do you use a ringback tone on an Iphone 5?

    I am having great difficulty using my ringback tone on my iPhone 5.  Any thoughts?

    Moenetta,
    You've come to the right place for help! Being able to customize your phone and ring back tones is definitely a great way to do that. What specific issues are you having with the ring back tones? have you already bought the ring back tone? How did you purchase the ring back tone? Please provide details so I may better assist.
    JohnB_VZW
    Follow us on Twitter @VZWSupport
    If my response answered your question please click the "Correct Answer" button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

  • HOW DO I SET A RINGBACK TONE

    <Comment deleted to comply with the Verizon Wireless Terms of Service.>...I NEED HELP SETTING A RINGBACK TONE ON MY EQUIPMENT THAT I JUST PURCHASED OFF VERIZONWIRELESS.COM
    ANY HELP WOULD BE GREATLY APPRECIATED:)
    Message was edited by: Verizon Moderator

    If you haven't already, you need to register your line's phone number for its own MyVerizon account online. This different and separate from the MyVerizon account associated with the account owner's line. You might need to sign out of the account owner MyVerizon account and clear the cookies and cache before you can register your line.
    Once signed into your account, you can set up the ringback tones for your phone number.

  • HT1491 How do I use a ringback tone?

    I have downloaded a ringback tone but can not figure out how to install it and no one seems to know how to use it.  Thank you very much for any help.

    You would have to ask your carrier if they offer this.
    It is not done with the iphone.  Your carrier would have to do this.

  • How do I buy a ringback tone that isn't a "top ringback tone?"

    I found a RBT that I like, it's Marvin Sapp's "The Best in Me- Can I get a witness." It's not the version that is under the "top rbt's" and I can't find a purchase or add to cart button..well, a "buy" button- only if I want it with the ringtone, and I don't. Someone help please!!

        Hi bcordi,
    I'd like to help you access the Ringback tone you're trying to locate! I believe the song your looking for was found lower on the webpage! The upper part of the webpage deals with Ringtones! That's why you would scroll down on the webpage to see where it is located! Here's a link http://tinyurl.com/7ucwrnu! When accessing the link, click proceed to the site! Follow the steps for obtaining the RBT media purchase! If you need further assistance, please let me know!
    Thanks,
    EdW_VZW
    Follow us on Twitter @VZWSupport

  • How do I delete/remove a completed 'reminder'

    I have a completed 'reminder' in iCal that I would like to delete/remove.

    Select it and press the delete key.

  • How to dequeue/delete/remove a message with delay?

    I've enqueued a message with dbms_aq.enqueue
    using
    l_message_properties.delay := 24*60*60*x
    where x is calculated so that the message should normally be dequeued on a given date, but not before next midnight. So that if nothing happens, the message can be consumed by another system in the right time. But now, when "something happens", i'd like to cancel the message, to delete it from the queue, as if it weren't there
    dbms_aq.dequeue(
    queue_name => 'MY_QUEUE',
    dequeue_options => dequeue_options,
    message_properties => message_properties,
    payload => my_queue_type_variable,
    msgid => right_msgid
    gives ORA-25228: timeout or end-of-fetch during message dequeue from MY_QUEUE, although documentation says delay is not considered when msgid is given.
    Is there a way to remove this message - should i update the delay date to null and try to dequeue the message? Or can i just delete from the queue table? Or is there a nicer way how things should be done?
    (soon going from 9.2.0.6 => 10.2.0.3)
    Thanks,
    Andres

    Hi Martien,
    thank you very much for your response.
    I am (very) new to AQ. And from your response it seems i have to get used to some new concepts. Can you please confirm.
    A service will be ended .. say 30. september. The decision is made today, on sept 18. I send it right away to AQ for other systems to be consumed, and put the delay date 01 october, so they will receive the message just in time. And ... everything is fine until some one changes its mind and decides (before 01 october) that "no, this service will not be ended". Now i need to cancel the message in AQ. So that the other systems will not be notified about the end of the service. And you say i can't. And, i can't set the expire date at enqueue time, because it is not known, whether the ending of the service will be cancelled or not ( and 99.9% it will not be cancelled, it is a very rare exception. But happens sometimes. Everybody makes mistakes).
    Now, do i have to make my own queue table, log all the ending services there, delete from that table when ending is cancelled and make a job frequently scanning that table to transport all ended dates to the original AQ for other systems to read and consume? Ok, i see, i can make this just another queue, but this one i'll consume myself, and the consuming from this queue means to check whether the actual end date on the service is in place, and when it is, put it to original queue, else just ignore. Right? I have to make two queues (on the same structure) to make this work?
    What does the "Only messages in the READY state are dequeued unless a msgid is specified." mean then (http://download.oracle.com/docs/cd/B10501_01/appdev.920/a96587/qopface.htm#63943)? I do read it in the way that when a msgid is specified, i can dequeue a message even when it's not ready?
    Many thanks,
    Andres

  • How to temporary delete/remove vendor in SRM

    Dear All experts,
    Does anyone know how to remove the vendor temporary in TX: PPOMV_BBP.
    It is because there is over 10,000 vendors in R/3, but actually user only use few hundred on their daily busniess in EBP. User found that in EBP, the vendor list is too long and they get confuse in the list.
    Unfortunity , i found that all these vendors had been created with business partner number. If I delete it, it will never appear again for replication.
    therefore,  how can I limit the vendor master display in EBP when user select supply in search function? 
    Thanks for all.
    best regards
    Marco

    Hi marco
    you may require to improve on search functioanlity rather blocking vendors.
    please shoot one message to SAP message on increases the performance of vendor search let see ..
    yes since wallmart big customers has more than 1 lakh vendors ...
    you may need to fine tune the vendor search like text search improvement rather than blocking vendors ..
    BLOCKING/UNBLOCKING  VENDOR IS MORE OPERATIONAL WORK.
    Muthu

  • How do I delete / remove Album info & artwork?

    Hello, Good people of Appleville!
    I have an issue.  I'm very picky about my music.  Always have been.  I've been very careful to limit the information and data on each song to Title, Artist, & Genre.  However, having recently bought a Iphone 5s, it automatically updated via the cloud, so when my music is playing, it shows me those album pictures.  I don't want them there.  They aren't objectionable, it's just not orderly, and it bothers me.  I've managed to remove them from everything on the Itunes library, but the Iphone library still has a few holdouts.  Anyone have any idea how to edit the files as they are on the Phone to get rid of the Album info and artwork?
    Clint

    Right click (control+click if using a one button mouse) on the file you want to remove the artwork from, choose Get Info then the Artwork tab, click on the image and press the delete button then OK. To remove from multiple items, highlight the adjacent tracks in your selection (click on the first in the list, hold down the shift key and click on the last), right click and choose Get Info, choose yes when you are asked if you want to edit multiple items, tick the box beside the small empty artwork window about halfway down on the right. If you are updating your iPod automatically the artwork will be removed the next time you connect, If you are updating manually, carry out the procedure above with the iPod connected and choose the song from the iPod list rather than the iTunes library.

  • How do I delete/remove the Wonderlist APP

    I thought I would try out Wonderlist and was no impressed, so I decided to remove it and I did on my iPhone but when I move it to trash on my MAC MINI and tel it to delete it. nothing happens - it is still there.  How can I get rid of it?

    Contact Wonderlists's tech support and ask them.

Maybe you are looking for

  • Managing multiple iTunes libraries

    My primary iTunes library, and the one that is synched to 2 iPhones, is on my desktop iMac with the files stored externally on a HD.  My second iTunes library is synched to my iPad, and on my laptop MBP, but there is no real data on the MBP.  I am ab

  • How to print from an android tablet to an hp eprint 5510 printer

    I have a samsung 10.1 galaxy note tablet ..i am having problems trying to use it to print on my HP Photosmart 5510 E print in one series printer...can anyone help please. Samsung have not been very helpful. This question was solved. View Solution.

  • Apple tv 2 only plays one song at a time.

    Apple tv 2 will only play one song at a time from iTunes library.  When I click "play" on an album or playlist it plays one song and stops.  Was fine until recent update.

  • Day, date and time in menu bar

    Hello: New MacBook and new to Apple computers. I can get day of week and time of day to display, but would also like to have the date displayed. I've followed the directions, but date won't display. When I right click on the day/time, the entire disp

  • Help with creating a TV Ident.

    Hello, I need to complete a school project, which involves designing and creating a TV ident. Designing isn't a problem, I can work in Photoshop very well but when it comes to animating everything,  Flash 8 literally does my head in. I don't understa