How to Deactivate broken BB8830 then Activate spare BB8830?

I need to know step by step how to deactivate my broken BB 8830 and the activate my other never used BB 8830.  I want to keep the same Verizon services on the phone as I have on the old broken phone.   Thanks 

1. Is your device working in that you can connect it to your PC? If so, hook it up via USB, open BlackBerry Desktop Manager (the software that came with your phone, or download it from the BlackBerry site). Go to Switch Device Wizard and follow the prompts to back up your old phone. (If your phone is dead, you will have to skip to step 2 and manually update everything on the new device. Or if you used Verizon's Backup Assistant, your contacts should be stored there.)
2. Once backed up, turn off the old phone. From the new phone, dial *228. Listen for the prompts, then choose "activate device" (might be option 2, if I remember correctly). This should activate the other device without changing anything on your plan. If it won't activate over the air, your option is to call *611 (from a different phone number) and get help from a rep. You can also try to switch online at MyVerizon, using the ESNs, which will be printed on stickers behind your BlackBerrys' batteries.
3. Once activated, you can hook up the new device to your computer and use Switch Device Wizard to get all your settings and apps back to what you had on the previous phone.

Similar Messages

  • How to deactivate current phone and activate a dif. One?

    My phone is messing up so I'm wanting to turn it off and use a different phone for that line. How do I do this?

        That's a wonderful question, xexhalexo. I want to ensure that we're able to get you in a working device. To ensure that you're able to activate a different phone. Feel free to visit our Activate / Switch page, http://vz.to/1gdvahs . It will include the instructions how to make the switch as well.
    YosefT_VZW
    Follow us on Twitter @VZWSupport

  • How can I deactivate an iPhone 5 and then activate it on a current prepaid plan?

    My son left his iPhone 5 when he moved saying he didn't want it. (teen temper tantrum)  After 6 mos we might as well get some use out of it since we paid for it.  How can I deactivate it (it has been restored to factory default) and then activate it on my current prepaid plan with my number?
    I have no passwords/icloud/apple id information and won't likely get it from him.  Is there another option?  Thanks

        missgen, as a mother of a 16 year old, I know all about temper tantrums. Let's not let that device go to waiste. You can hard reset that device by connecting it to a computer with iTunes downloaded to it. Once you connect the device, it will open iTunes. You will be provided with the option to "Use Recovery Mode." For your convenience, I've provided a very helpful link with the steps to reset that phone's password: http://support.apple.com/kb/ht1212
    Once the password has been reset, you can master that reset that device in Settings>General>Reset>"Erase All Content & Settings"
    I trust that these steps are helpful to you. Keep us posted. We're standing by to further assist you if needed.
    LasinaH_VZW
    Follow us on Twitter @VZWSupport

  • How to deactivate one pc (that's broke) and activate my new pc

    how to deactivate one pc (that's broke) and activate my new pc

    Remove license on a computer http://forums.adobe.com/thread/1442423?tstart=0 may help
    -http://helpx.adobe.com/x-productkb/policy-pricing/error-maxium-acitvation-exceeded.html

  • Apple Script: How to deactivate single channels of a layer?

    Hi there,
    can someone probably tell me how to deactivate specific channels of a layer?
    Example: Photoshop file with two layers, say CMYK. I want to deactivate CMY of the first layer, so that only K can be seen.
    Unfortunately I didn’t find any information in the PS scripting guide nor in the scripting reference.
    Thanks for any help on this.
    andy

    Paul, is correct you can't even do this in the app through the GUI. You would either need to duplicate your top layer loop through the channels that you don't want selecting all and clearing then going back to the composite or you could add an adjustment layer above the top grouped and use this by toggling its visibility (this is the way I would go). Paul 'AppleScript'? you've made me smile this morning what's come over you…
    Added some code from scriptlistener…
    tell application "Adobe Photoshop CS2"
    activate
    set Doc_Ref to the current document
    tell Doc_Ref
    if mode = CMYK then
    set current layer to layer 1
    -- delay 2
    do javascript "Just_Black(); function Just_Black() {function cTID(s) { return app.charIDToTypeID(s); }; function sTID(s) { return app.stringIDToTypeID(s); }; var desc01 = new ActionDescriptor(); var ref4 = new ActionReference(); ref4.putClass( cTID('AdjL') ); desc01.putReference( cTID('null'), ref4 ); var desc02 = new ActionDescriptor(); desc02.putBoolean( cTID('Grup'), true ); var desc03 = new ActionDescriptor(); var list5 = new ActionList(); var desc04 = new ActionDescriptor(); var ref5 = new ActionReference(); ref5.putEnumerated( cTID('Chnl'), cTID('Chnl'), cTID('Cyn ') ); desc04.putReference( cTID('Chnl'), ref5 ); var list6 = new ActionList(); var desc05 = new ActionDescriptor(); desc05.putDouble( cTID('Hrzn'), 0.000000 ); desc05.putDouble( cTID('Vrtc'), 255.000000 ); list6.putObject( cTID('Pnt '), desc05 ); var desc06 = new ActionDescriptor(); desc06.putDouble( cTID('Hrzn'), 255.000000 ); desc06.putDouble( cTID('Vrtc'), 255.000000 ); list6.putObject( cTID('Pnt '), desc06 ); desc04.putList( cTID('Crv '), list6 ); list5.putObject( cTID('CrvA'), desc04 ); var desc07 = new ActionDescriptor(); var ref6 = new ActionReference(); ref6.putEnumerated( cTID('Chnl'), cTID('Chnl'), cTID('Mgnt') ); desc07.putReference( cTID('Chnl'), ref6 ); var list7 = new ActionList(); var desc08 = new ActionDescriptor(); desc08.putDouble( cTID('Hrzn'), 0.000000 ); desc08.putDouble( cTID('Vrtc'), 255.000000 ); list7.putObject( cTID('Pnt '), desc08 ); var desc09 = new ActionDescriptor(); desc09.putDouble( cTID('Hrzn'), 255.000000 ); desc09.putDouble( cTID('Vrtc'), 255.000000 ); list7.putObject( cTID('Pnt '), desc09 ); desc07.putList( cTID('Crv '), list7 ); list5.putObject( cTID('CrvA'), desc07 ); var desc10 = new ActionDescriptor(); var ref7 = new ActionReference(); ref7.putEnumerated( cTID('Chnl'), cTID('Chnl'), cTID('Yllw') ); desc10.putReference( cTID('Chnl'), ref7 ); var list8 = new ActionList(); var desc11 = new ActionDescriptor(); desc11.putDouble( cTID('Hrzn'), 0.000000 ); desc11.putDouble( cTID('Vrtc'), 255.000000 ); list8.putObject( cTID('Pnt '), desc11 ); var desc12 = new ActionDescriptor();desc12.putDouble( cTID('Hrzn'), 255.000000 ); desc12.putDouble( cTID('Vrtc'), 255.000000 ); list8.putObject( cTID('Pnt '), desc12 ); desc10.putList( cTID('Crv '), list8 ); list5.putObject( cTID('CrvA'), desc10 ); desc03.putList( cTID('Adjs'), list5 ); desc02.putObject( cTID('Type'), cTID('Crvs'), desc03 ); desc01.putObject( cTID('Usng'), cTID('AdjL'), desc02 ); executeAction( cTID('Mk  '), desc01, DialogModes.NO );}" show debugger on runtime error
    end if
    end tell
    end tell

  • Fl8 OSX - how to deactivate?

    Hi there,
    I want to move my Fl8 installation to a different Mac, but
    I'm not sure
    how to deactivate it on the current machine. I checked the
    menus,
    searched the Adobe KB, but to no avail.
    Any pointers would be very much appreciated.
    Cheers Martin

    Hey fredb83300641,
    If you could not see Deactivate option under Help menu, then Acrobat has been already deactivated and the Activate option must be clickable at that time.
    If there is no Activate option as well under the Help menu, then Acrobat might not have activated properly on your machine.
    So, you can simply uninstall & reinstall the software and then again activate it using the same serial key.
    You can also refer the below mentioned link for Activation/Deactivation help for Acrobat :
    Activation & Deactivation Help
    Please try the same way and let me know.
    Regards,
    Anubha

  • My computer was stolen! How to deactivate the old installation?

    Hey, I need to use my serial number o install the CS6 on the new computer (Mac), because the old one was stolen. How to deactivate the old installation.

    Hello!Thank you for your answer, but still I can not connect with anyone who can help me. Chat is not working, I tried for the past three days. I bought this program together with educational kurs and now I need it to do my study. Could you help me please to activate Adobe Creative Suite 6 on my new computer?With best wishes,Tania.
         Jeff A Wright <[email protected]> schrieb am 20:26 Dienstag, 16.Dezember 2014:
    |
    My computer was stolen! How to deactivate the old installation?
    Jeff A Wright marked hans-g.'s reply on My computer was stolen! How to deactivate the old installation? as helpful. View the full replyMarked as helpful:Hello Tania, please have a look there: http://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html >>> Deactivation or sign-out problems >>>I cannot access my previous computer >>> I quote: "... Ask Adobe Support to help you deactivate from a machine you cannot access. .... Have your serial number or Adobe ID ready, and then contact us." See Contact Customer Care  >>> click through and if "open" please use the chat, I had the best experiences. I quote from Adobe's employee Preran: The chat button is activated as soon as there is an agent available to help. Hans-Günter
    Following My computer was stolen! How to deactivate the old installation? in these streams: Inbox
    |

  • How to deactivate withholding tax base amount field

    Dear Experts,
    My in client is using the extended withholding tax with setting Define Formulas for calculating withholding tax, my client feel that the tax base amount field is open and user may accidentally input the wrong amount there thus can anyone tell me how to deactivate this tax base amount field?
    thank you

    Dear,
    Go into Withholding tax type under SPRO>Financial Accounting Global Settings>Withholding Tax>Extended Withholding Tax>Calculation>Withholding Tax Type.
    While maintaining the Withholding Tax type you have selected "W/tax base manual" under the control data. Just don't select that option then your requirement will be met.
    There are other options also like Manual W/tax amt. which you might want to go for.
    Regards,
    Chintan Joshi.

  • How to deactivate adobe acrobat Pro version 10?

    I need to reformat my hard drive and I need to deactivate Adobe Acrobat Pro version 10.  I go to the help options and "Deactivation" is not even an option.
    Any idea of how to deactivate the software if there isn't even an option?
    Thanks for your help
    Dave

    Hi Dave,
    You are not getting the deactivate option as it might be possible that Acrobat was installed with volume license serial key.
    If the deactivate option is not available then please go ahead and uninstall the program.
    After reformatting the drive, re install the software.
    Regards,
    Anand

  • How to deactivate Change Request Management workflows task

    We are in a situation where we are switching external SAP service
    organisation and we cannot at this stage introduce any new procedures
    regarding sceduling-tasklists/TMS/etc. Our ChaRM implementation project
    must be set back in to a possision where we can maintain our normal
    system maintainance processes without using a fully implementated
    CharRM functionallity. The implementation of CharRM has to be realized
    in 2 steps:
    a) activate only ChaRM documentation system/flow as an extention of
    servicedesk, implement this in our organisation
    b) activate fully ChaRM functionality with interaction with
    SLD/TMS/tasklists/etc after we have switched service organisation
    Needs:
    1) How to deactivate ChaRM IMG setting SAP Solution Manager-
    >Configuration->Scenario-Spesific Settings->Change Management->Change
    Request Management->Standard Configuration->General Activities-
    >Activate Integration with Change Request Management and related
    settings.
    We had in an earlier stage the total service process/documentationflow
    up and running and with possibilities to interact/respond on
    servicemessages for these roles: User, Servicedesk, Change Manager,
    Change Advisory board, Developer, Tester, IT Operator equal to ChaRM
    process.
    2) Ensure availability to use ChaRM as a extention to servicedesk
    regarding administration and documentation of SAP changements.

    Hi,
    Find the guides : on help.sap.com
    Change Management:
    http://help.sap.com/saphelp_sm40/helpdata/en/0c/5b2160f6fa4b83a3674a210b1cdeb0/frameset.htm
    Service Desk:
    http://help.sap.com/saphelp_sm40/helpdata/en/45/51fbdbd4941803e10000000a1553f7/frameset.htm
    Regards,
    Siddhesh

  • How to deactivate one of our computers that has crashed so I can download on another

    How to deactivate one of our computers that has crashed so I can download on another?

    I'm also having the same problem, except my hard drive died. It worked for a little while on my other computer and then told me that I was running it on another computer and had to deactivate it, so I clicked the button to deactivate it. Now it's doing it again but wont let me deactivate it, saying I've reached my limit for deactivations or something like that and to try again later. It's only doing this with Muse, I'm using Photoshop too and haven't run into this problem. I'm in the middle of working on a site and really don't have time to waste with it being stupid like this, so any help would be greatly appreciated!

  • How to deactivate a hacked account?

    Hi all, 
    can any one help me to identify the settings or login to email for how to deactivate an old hacked account coz specially when the connected email id is also deactivated .
    waiting....
    rgds
    S.H

    you may need to regain access to that account first before you can do further actions, or try to contact customer service for possible advice;
    http://community.skype.com/t5/General-Discussion/How-to-Contact-Skype-Customer-Service/m-p/431911
    IF YOU FOUND OUR POST USEFUL THEN PLEASE GIVE "KUDOS". IF IT HELPED TO FIX YOUR ISSUE PLEASE MARK IT AS A "SOLUTION" TO HELP OTHERS. THANKS!
    ALTERNATIVE SKYPE DOWNLOAD LINKS | HOW TO RECORD SKYPE VIDEO CALLS | HOW TO HANDLE SUSPICIOS CALLS AND MESSAGES
    SEE MORE TIPS, TRICKS, TUTORIALS AND UPDATES in
    | skypefordummies.blogspot.com | 

  • How to deactivate a prepaid vanilla mastercard?

    I use a prepaid vanilla mastercard how do i deactivate this? I cannot download apps or update them it keeps telling me my card was declined and i have no idea how to deactivate it

    Well, how did you enter your prepaid card in the first place then?
    Yours is an iTunes/App Store issue. Launch iTunes and under the “Store” drop down menu select View Account. Enter your password and select Edit Payment Type under the Apple ID Summary. Now you can change the credit card that is used to make purchases.

  • How to deactivate a work flow

    Hi all,
    how to deactivate a praticular work flow.
    please help me.
    Regards,
    Satyapalli.

    The resolution produced by the other people will work only if the Wokflow is event driven. If it is being called by FM
    SAP_WAPI_START_WORKFLOW
    then you have to change the code accordingly.
    Thanks
    Arghadip

  • How to deactivate my photoshop elements 9

    how to deactivate my photoshop elements 9, first time I tried, and it shows error. so I uninstalled it, thought it would solve the problem. What do I need to do now to deactivate it?

    Is it still on your machine or have you uninstalled it?  If it is still on your machine then try this:
    Help >> Deactivate
    The above is in the menu bar by going to Help tab and looking for deactivate item listed separately in it.
    If you don't have it in your machine because you have uninstalled it then if you can install it again then follow the above method.
    Alternatively, you can start a chat line by going to:
    <http://helpx.adobe.com/contact.html>
    Select you product and follow the online instructions.  You want something called activations, deactivations etc etc.

Maybe you are looking for

  • Serial numbers stock on posting date

    Hi, user want's to know the serial number stock on a specific date. I know MB5B which shows me the stock on the desired day. Now they want to know the different serial numbers to the stock count out of MB5B. Material 13498 Stock on 01.01.2009: 188 PC

  • Cannot add new items to a value list in AW database

    I have a database which I have been using for many years. One of the fields is a value list. I just went to add another item to the list, and no matter what I do, the Create button is grayed out. I have another value list in the same database that wo

  • How to embed font in Form Field

    Hi All, I have created Form with few fields, I have used Chinesh licience font in form field and content; and i embeded the font in the pdf. But, the font which i embeded is not appearing in the fields, and it's taking default "arial" instead of embe

  • Fpga crio mysterious activity in program

    Hello, i have the following problem, my crio 9076 (Slot 1 9411, Slot 2 9474) does mysterious things when running the fpga code every ~108 seconds the hardwar givs an peak at DO 02 from the 9474, it look like the hardware reset the code maby someone h

  • Please help me..... ibook won't start

    please.. someone help!! I have posted a couple of times and no one answers me... someone please help. it started towards the end of last year. I wasn't thinking and unplugged my usb photo printer... and turned it off like normal. and the next time i