CAN'T SEND A SMS FROM MY VERIZON BLACKBERRY 9530

HI Guys
can someone please help me, Im in south africa and got a blackberry storm 9530 from my brother in the USA, its unlocked, I can receive calls and smsses but cannot send any smsses, im going crazy. please help!!!!

I had the same problem, i live in SA as well.
to fix do this:
menu -> options -> advanced options -> sim card -> blackberry button ->edit SIM Phone Number -> enter your number without the country code. eg 074 *** **** and not +27* *** ****
next do this :
 menu -> options -> phone options -> voice mail -> change access number to your number.
menu -> options -> phone options -> smart dailing -> country code -> and selct  South Africa (+27)

Similar Messages

  • How can i send multiple sms from my iphone 4

    how can i send multiple sms from my i phone 4

    Turn Group Messaging (instructions in lin that follows) off and send the message to multiple recipients. The result may be dependent on your carrier. If manually keying in numbers rather than using contacts, use the return key after each number. http://support.apple.com/kb/HT5760

  • I can't send any SMS from my new iphon ( vodafon )

    i can't send any SMS from my iPhone 4 ( vodafon )

    According to AOL they support IE, Firefox, and Safari: http://help.aol.com/help/microsites/microsite.do?cmd=displayKC&docType=kc&extern alId=73451
    Have you tried contacting there support to see if they are aware of the issue: http://help.aol.com/help/microsites/microsite.do

  • Can't send an SMS from missed call list

    When I go the missed call list and select 'text message' to send an SMS the phone freeze for a couple of seconds and goes back to the home page....

    try resetting the phone
    If that doesn't work
    sync up your phone so everything is backed up and then try restoring the phone
    If that doesn't work
    Return it to a apple store and see if they can do anything with it

  • How can i send an sms from my ipad mini?

    I finally got my nano-sim card today and would like to be able to text and recieve sms-messages from people who aren't hooked up with iMessage. I can't find any infos in the handbook on sending a simple sms. How do I go about doing that or setting up this feature?
    Thanks.
    -Kim

    About Messages
    http://support.apple.com/kb/HT3529
    Activating FaceTime and iMessage
    http://support.apple.com/kb/TS4268
    Trouble-shooting iMessage
    http://support.apple.com/kb/ts2755

  • HT4528 I can't receive picture text from a Verizon Blackberry to my Verizon iPhone5

    My friend and I both have Verizon as a carrier.  She has tried to send me numerous picture texts and can't.  However, she can send pictures to everyone else with no issues. I can also get pictures from others with no issues. It seems really odd. I can send her pictures with no issues.  We both rebooted and are using the most up-to-date versions of the software.  She deleted my contact info and re-entered me and still having the issue. She gets an error everytime she tries to send the text. Any ideas or suggestions?

    If she gets an error when she tries to send you a picture, the she nees to contact Verizon and/or blackberry to troubleshoot it. The problem can not be your phone since it's never even leaving hers to begin with.

  • HT201328 I cannot send any SMS from my phone

    Way I can't send any SMS from my iphone

    Could be one of several reasons. What happens when you try? What error message do you see?
    Is SMS supported in your carriers plan?
    Do you have messaging turned on is Settings?
    To you have the correct number selected in Settings > Messages > Send and Receive From?

  • HT202724 How i can send multiple sms from mac without being a group message ?

    How i can send multiple sms from mac without being a group message ?

    Start new conversations, one for each recipient.

  • Can't send AOL email from Apple mailbox.

    Rebuilt mailbox, rechecked settings, Followed directions in Apple support and went through all preferences, but still can't send aol mail from Apple mailbox. I get the message," Can not send mail using the server smtp.aol.com:psyxprt". I can send email if I go through Safari and then to aol. Can receive mail. We have Verizon cable, if that is important. I'm about 4 hours into trying to fix this. Help!!!!!

    Instead of accessing your AOL mail via Safari, setup your AOL account using Mac Mail.
    http://help.aol.com/help/microsites/microsite.do?cmd=displayKC&docType=kc&extern alId=72841
    v10.4.11 is a very oudated OS X so it's not going to work on Safari.
    Firefox no longer supports OS X v10.4.11 which is why it's crashing.

  • After upgrading to the new iOS7, I can't send out sms, I can receive sms, can make and receive call. I have already contacted my network provider, we changed sim card, I have tried to put my sim on other phone, and it's perfectly working. Help me pls

    After upgrading to the new iOS7, I can't send out sms, I can receive sms, can make and receive call. I have already contacted my network provider, we changed sim card, I have tried to put my sim on other phone, and it's perfectly working. Help me pls.

    To be honest not being able to send or recieve messages and data is a carrier issue, not a phone issue since u said that your calls are working, if i were you my first course of action would be to get a new sim card from virgin mobile, or to restore the device as new one more time, if you restore the device as new AND get a new sim card from your carrier and those features still dont work, i would take the device to an apple store

  • How can i send simple message from PC-to-another device

    How can i send simple message from PC-to-another device
    just simple message (like command String) not SMS or Data File.
    I have a computer with bluetooth and the oter side is Embeded Blue
    Thanks.

    http://www.oracle.com/technology/products/integration/bam/10.1.3/TechNotes/TechNote_BAM_AQ_Configuration.pdf
    This document details how to create triggers on a table that send out JMS messages.
    In this example, the messages are going to Oracle BAM.. your message could go to your J2EE application listening to its own topic/queue.
    an alternative idea.
    you could also just cache your lookup table with something like Oracle Coherence and than try to ensure that all changes to the lookup go through Coherence, so that you won't need to do notification from the db up to the application. the application and the lookup data management tool would be using the data grid for management of the lookup table data, and the data grid (coherence) would persist the lookup data changes back to the db.

  • How can I send & recieve SMS via Mac ?

    How can I send & recieve SMS via Mac ?
    Handoff is already working fine between my iPhone 5 & Mac, I want to know how I can send & recieve SMS using my MAC

    Thank you so much
    I have another problem please:
    Handoff is working perfectly between my iPhone 5 & my Macbook pro, I also can receive calls on my mac and iPhone 5 at the same time, but when I try to make calls from my laptop it says that message:
    I am already using the same account for both of them

  • How can I send a message from database to a J2EE application?

    How can I send a message from database to a J2EE application?
    If I have a codetable in database that has new or modified values I have to refresh the codetable in my J2EE application.
    Most effective way would be send a message to initiate a table reload from J2EE app, but I don't know how to do this.
    Now I have a background thread that regular reads the table and looks for changes.

    http://www.oracle.com/technology/products/integration/bam/10.1.3/TechNotes/TechNote_BAM_AQ_Configuration.pdf
    This document details how to create triggers on a table that send out JMS messages.
    In this example, the messages are going to Oracle BAM.. your message could go to your J2EE application listening to its own topic/queue.
    an alternative idea.
    you could also just cache your lookup table with something like Oracle Coherence and than try to ensure that all changes to the lookup go through Coherence, so that you won't need to do notification from the db up to the application. the application and the lookup data management tool would be using the data grid for management of the lookup table data, and the data grid (coherence) would persist the lookup data changes back to the db.

  • HT2736 How can I send a playlist from my library to my friend?

    How can I send a playlist from my Library to my friends phone.  She uses itunes on her phone. I thought that itunes used to do that, I remember it being somewhere on the program. Now when I would like to do it I can't find it.

    First get iTunes on your PC. Then plug your iPod in and go to the music, yo. You Cannot sync playlist if you select to sync your entire library. But you can sync playlists of you choose to sync selected songs.
    You can also create a playlist on your iPod just by holding the center button on a song and select add to "on the go". This " on the go" is a playlist and will be transfers to your PC if you plug your iPod in again.

  • How can I send an email from Sharepoint Online using sandbox solution?

    How can I send an email from Sharepoint Online using sandbox solution?
    If possible I do not want to use workflow.
    Is It possible to do it without using workflow?

    hello Steven Andrews,
    when any user sends a message using contact us page in SharePoint online.
    1. We are inserting item in Contact Us List . - This is working fine
    for anonymous users also. We have used Office365 anonymous codeplex wsp and it is working fine. Anonymous user is able to insert new record in the Contact Us List.
    2. Once, new record is inserted in Contact Us list, we want to fire email notifying thanks to the user on his email id as well as to our company x person for notification of new inquiry. 
    We tried using Workflow having impersonation step for  anonymous user but it is not working for Anonymous users. Workflow is able to sent the email if someone logged into system but not working for Anonymous user although workflow is getting started
    but not able to send email although used Imperonsation step.
    We are stuck into implementing second step.

Maybe you are looking for