Lost my blackberry curve 2900,how to block the mobile

sir,
i have lost my mobile,i want to block the hand set,what are the steps ineed to take

Hi and Welcome to the Community!
This thread contains all information for your unfortunate situation:
http://supportforums.blackberry.com/t5/BlackBerry-​Device-software/Lost-or-Stolen-BlackBerry-What-to-​...
Good luck!
Occam's Razor nearly always applies when troubleshooting technology issues!
If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
Join our BBM Channels
BSCF General Channel
PIN: C0001B7B4   Display/Scan Bar Code
Knowledge Base Updates
PIN: C0005A9AA   Display/Scan Bar Code

Similar Messages

  • BlackBerry Curve 8320 : How to setup the Wifi connection like a modem with a laptop.

    hello All,
    I have a BB Curve 8320 and It's already setup tu u​se the modem throught my provider : Tethered modem​ capability
    What I ant it's use the Wifi connection like a mod​em with my Laptop.
    Do you know how i can do that.
    In advance many thanls and sorry for my poor engli​sh.
    Regards,
    Jean-Achille. 

    Instructions for using your BlackBerry as a Tethered Modem can be found here.
    You should check with your Carrier before doing this as many charge very high fees for this use without a plan, and it's pretty expensive even with a plan.
    Jerry

  • Lost my BlackBerry Curve 9220. - help!

    I just lost my BlackBerry Curve 9220. I had not taken note of the IMEI number of the device? But I have the PIN. How can I get the IMEI number ? How can I wipe out all data from that device ? Awaiting valuable advise from the Forum .... Best Regards, Roy Kurian

    Hi and Welcome to the Community!
    Side note -- next time, please try to use the actual message body for all of your post, not the subject line. ;-)
    Next, refer to this helpful thread:
    http://supportforums.blackberry.com/t5/BlackBerry-Device-software/Lost-or-Stolen-BlackBerry-What-to-...
    Lastly, if you have the original box the device came in, you can often find your information there. Or on your original receipt. Or on other documentation you have. Maybe on your monthly bill? Or, you can try to see if your mobile service provider has record of it for you.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Lost my blackberry curve 8520

    I am Altaf (Indian) currently in Paris, France. I have lost my Blackberry Curve 8520 on 10-06-2011 around 6 or 7pm. I stay in the area Duggomier in Paris. I have lost my mobile in the area of Place d Italie or Le Kremlin Bicetre in Paris. I am not sure were I misplaced my mobile. So please let me to know whether you can help me to find out my lost mobile.

    Hi and Welcome to the Forums!
    You need to to see the police as well as talk to your wireless service provider. If you did nothing prior to losing it (e.g., installing BB Protect, RoboLock, are on BES, or something else), then there's pretty much nothing that can be done...and certainly nothing can be done by the volunteers on this user-to-user forum.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How to block the lost iphone 4s?

    How to block the lost iphone 4s?

    You would have to have set up "Find My iPhone" in your iCloud account, and use that same app on another computer to synced to your iPhone to block it.
    Hope this helps

  • How to block the creation of a Sales Orders without a linked Purchase Order

    Hi. I'm trying to block the creation of a Sales Order that doesn't have a linked Purchase Order. The first thing I did is using the SBO Transaction Notification as follows:
    IF  @transaction_type = 'A' AND @object_type='17'
    BEGIN
         IF (SELECT PoPrss FROM ORDR WHERE DocEntry = @list_of_cols_val_tab_del) = 'N'
         BEGIN
              SET @error = 1
              SET @error_message = 'Purchase Order Missing...'
         END
    END
    This works good. I create the Sales Order, I tick the purchase order field on the logistics tab, I click Add, and then the purchase order window appears...
    Then, the problem begins... If I click the Cancel button, the purchase order is obviously not created, but the Sales Order is created.
    Can someone tell me how to block the creation of the sales order If the user press the cancel button on the purchase order window (and the purchase order is not created)
    As far as I can see, after clicking the add button in the sales order document, the Sales Order is created on the DB. If there's no way of blocking the creation of the Sales Order, can I avoid closing the purchase order window by the SBO_TransactionNotification? (if the purchase order has not been created)
    Thanks...

    Hi Yail,
    I think you can't close the purchase order with the stored procedure.
    Try to catch the Event when the user click on Cancel button.
    So you can list the vents with event logger : https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ede3be37-0e01-0010-1883-cd1b5293473e
    You can block the cancel button and force the user to create the purchase order.
    Hope i help you
    Best regards
    Michael

  • How to block the Creation of Mulitple Excise Invoice in J1IS

    Hi Sap Gurs,
    Can any tell me how to block the System allowing  to Create One more Excise Invoice in J1IS against Same GI Material Document no (Ref Trans Type:MATD) for Outgoing Materials ie:Stock Transfer from One Plant to onother Plant by Mvt Type 351(Single Step Procedure)
    In SD, System is not allowing to Create One more Excise Invoive against One Billing Document Untill we Cancell the same.
    I want to make it like same for the above Issue.
    Pls check it in your system and give a Feed Back.
    Thanks in advance.
    Bye
    Sathish

    Hi Yail,
    I think you can't close the purchase order with the stored procedure.
    Try to catch the Event when the user click on Cancel button.
    So you can list the vents with event logger : https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ede3be37-0e01-0010-1883-cd1b5293473e
    You can block the cancel button and force the user to create the purchase order.
    Hope i help you
    Best regards
    Michael

  • How to block the cost center

    Dear Guru's
    Can any tell me how to block the cost center, can we detele which is having values. can we delete which is not having values
    Regards
    Chandra Sekhar Reddy.P

    Hi,
    Once you post actual values or any planning exists on this cost center you cant delete.
    To ristrict posting to cost you have two options.
    1.You can change validity period.
      change  end from 12/31/9999 to what ever date you want to stop posting(e.g. as of today 10/23/08)
    2. lock all postings to cost center on Control data tab in KS02.
    Thanks,
    Rau

  • How to block the GR against a PO

    Hi All,
    how to block the GR against a perticular PO item or full PO.
    I use "Delivery Complete" option in "Delivery" tab, but still it allow me to make the GR against the PO.
    I am waiting for the quick reply.
    Thanks & Regards
    Pankaj Garg

    delivery complete indicator willnot help u fully.what u can do is after selecting the delivery complete indicator change the quantity of the PO to what u have already received i.e. if ur po has 10 pcs and u have already received 4 pcs and dont want to receive any further quantity then change the PO quantity to 4 pcs.
    Again if u havent received any quantity against the PO then u can select the line items and select the block (key like) indicator or delete (dustbin like) indicator.
    regards,
    indranil

  • How to Block the material

    Hi friends,
    How to block the material ,
    what are the implecations if we block a material?
    Regards
    Krishna

    Hi,
    The best way is to keep the materail status with deleted or blocked for puchase / sales and need to maintain in the materail master.
    You cannot delete the material from material master until archiving but you can block that material for any procurement
    Goto Basic data 1
    X-plant matl status -
    01 Blocked for procment/whse
                                           02 Blocked for task list/BOM
                                           10 Blocked for MRP
    Select any one.
    Valid from  -
    Here you enter valid date from which the material should be blocked.
    So from this your material will be blocked for any PR/PO/any transactions related to Procurement
    BR,
    Krishna

  • How to Block the GRN,

    Dear Experts
                       How to block the GRN, to avoid the excess inventory for the particular  material.

    Hi Raja
    I assume that you are referring to stopping GRN of goods with resepect to the PO qty
    In that case If you want to stop the GR of more goods than the quantity ordered, you can use delivery
    tolerance settings in either material master data or purchase info record data.
    Regards
    Vikrant

  • HT3702 How to block the iTunes purchases

    How to block the iTunes purchases

    You will need to contact iTunes Support to ask them why it's appearing, and whether you can do anything to stop it happening again (we are fellow users on here, we won't know why it's appearing) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • How to block the BP

    Hi all,
    how to block the particuler bp?
    thanks.

    Hello,
    Use T-Code 'BP'. Under status tabstrip, you select the check box 'Central Block'. This shall block few activities for the BP.
    However I'd suggest to block all the contract accounts falling under a BP. This can be done using CAA2. Under General data tabstrip, update the 'Posting lock'. This shall block all the activities for a contract account.
    Hope this helps
    Rgds
    Rajendra
    Points!

  • How to block the invoice ,if the GR qty is in QA stock

    HI all,
    how to block the invoice,if the GR stock is in QA tock?
    But i have maintianed quality control key wiht the parameter like ivoice block and maintained in the respective material master data, even though invoice is not blocking?
    plese tell me is there any seetings required.
    thanx in advance.
    Regards
    Srinivas

    Hi,
    It is not the total invoice which is equal to zero but only one post.
    As I explained it at first the problem is the following one:
    In the rules of copy we use the field " Pricing type " with the value " C = Copy manual pricing elements and redetermine the others ".
    he order is complete and the price of the post is not equal to zero.
    +During the invoicing the system makes a new search for the prices in the tables of conditions.
    If the condition does not exist in the date of invoice the post takes the zero value.
    I look for a solution to block the creation of the invoice if a post only is equal to zero after the updating of the prices.
    Thanks
    Frédéric

  • How to block the 'save' function when the required fields are not filled?

    Hello, Everyone
    I am new for this scripting. My question is:
    How to block the 'save' function when the required fields are not filled?
    I designed a PDF file with some required fields and I do not want the user to save the document until all required fields are filled. My idea is to write some scripts in Willsave method like:
    if (this.getField("Family Name").value == ""){
    app.alert('You should fill the Family Name field firstly!');
    But I do not think it works as finally the document is saved after all.
    Please help me on that!
    So much thanks.

    Dear Randybearwang,
    I am a Rocky myself and I know how though it is to establish some good codes. Since I created some forms with validation options myself I might have a code for you. The code also creates an alert box (Yes/no option) if the user chooses yes the form will be validatet, if he chooses "no" the alert window will be closed.If  everything is filled out correctly the form will be saved otherwise the textbox will be higlighted and gets focus.
    If you need further assistance , please let me know
    Have fun with the code.
    P.s I don´t know how to upload the "PDF" document. I wrote you an email, please get back to me if you still need the file.

Maybe you are looking for

  • Buffering and Cam Playback issues

    Hi, I am having real trouble with videos that use Flash Player and also when viewing cams that also use Flash. When watching videos they will only play for a few seconds before having to buffer which makes trying to watch any Flash video a nightmare.

  • Order to cash

    Hi Gurus, can anybody give some idea on order to cash cycle Thanks & Regards karunakar

  • Enhancement in VA01 (Custom field addition in Additional Tab at header)

    Hi Experts, I have to develop some custom fields in tcode VA01 at header level in addtional data B tab. I know that i can use access key and develop the screen 8309 of program SAPMV45A and for that i have to provide access key. But i dont want to use

  • Premiere/AME CC taking very long time to launch in OSX 10.9.2

    I can't figure out what's going on. Originally I thought this was a permissions issue in OSX, so to be sure I uninstalled all the CC applications, used the app cleaner, repaired permissions, reinstalled CC, reinstalled premiere and still having the s

  • HELP! - adding keywords to multiple images in Bridge

    I have about 2000 images that a client wants multiple people to add keywords to.  Is there a way to export thumbnails and keywording fields to excel and reimport when the keywords have been added?  Photos are of different locations and need to be ema