Sending Instant Message on Android using Keyboard ...

Hi Guys,
I have discovered a potential bug in Skype for Android when sending instant messages. When you click into the box to type a message everything appears as expected. There is a box to type in and to the top right, a smiley (emotion) selector, directly underneath it is a "send" arrow icon.
When you click into the box and start typing an IM, everything is fine and the send icon remains there. However, when you hit the Enter key, it places a line return in the IM text box and the Send arrow icon disappears. I would expect that the Enter key can be used to send an IM or CTRL+Enter, like in the old MSN days. But more importantly, I would expect at the very least that the Send icon remain.
Can someone tell me if this is a bug. I replicated this many times, but using the on-screen keyboard and an external keyboard. The device is a 10.1 Galaxy Note.
I found a similar post here, but that's a different issue.

Still not fixed! (ASUS tf700t CROMi Xenogenesis 5.1.2)
The right arrow then touch inside the message box works well for me but ofcourse "enter" or "shift-enter" would be better   I like to be able to use "enter" for a new paragraph so "shift/enter" would be best.

Similar Messages

  • Can't send Text messages to Android phones or receive text from any websites

    I cant send text message to android phone or even to my gmail account from iphone 4s. I have disabled iMessage and rebooted the phone. I have also reset my apple password with no luck. This is a corporate phone.

    Hi LASalem,
    Welcome to the Apple Support Communities!
    I understand that your iPhone is not sending/receiving messages to certain devices the way your would expect. To begin the troubleshooting process, I suggest working through the troubleshooting information in the attached article.
    If you can't send or receive messages on your iPhone, iPad, or iPod touch - Apple Support
    Best regards,
    Joe

  • Sending instant messages through yahoo email with new version of firefox

    i cannot send instant messages through yahoo email in new version of firefox,how do i correct this problem

    Hi hwkangel,
    This sounds like a known issue reported here:
    https://bugzilla.mozilla.org/show_bug.cgi?id=713014
    There was a workaround posted, but I've not tested it myself. Here are the steps.
    # Go into Yahoo Messenger Options - Change the Window in the dropdown to Tab and press OK.
    # Then go back and switch it to small window and press OK.
    The bug has already been fixed. So you can download the FF 10 beta if it is a really important feature for you.
    Hopefully this helps!

  • Could you some one help me how to send a message on twitter using Oracle SOA?

    Hi Team,
              I am trying to send a message from Oracle SOA to Twitter, But i am not able to do the scenario.Could you some one help me how to send a message on twitter using Oracle SOA?
    Regards,
    Kiran

    Very challenging and doubtful at the same time !
    I don't think, its going to be a straight-forward one... Read about OAuth twitter authentication, before you try to post tweets.

  • Cannot send instant messaging on iPhone 4

    Help....I can no longer send instant messaging.  The msg keeps telling me to tap and send again. 

    Let me google that for you...
    http://support.apple.com/kb/TS2755

  • I can't send an SMS on my iPhone 6 , I get the message "iMessage must be enabled to send this message" I dont use iMessage, I just want to send an as SMS

    I can't send an SMS on my iPhone 6 , I get the message "iMessage must be enabled to send this message" I dont use iMessage, I just want to send an as SMS

    SMS is a cellular carrier function.  Contact your cellular carrier and make sure you are correctly set up with an SMS plan.

  • How to send instant messages from my mac

    I would like to know if it's possible to send instant messages to a cell phone from my mac..

    Depends on the standards supported by your cell phone. Skype does exist for PowerPC.
    iChat supports ICQ and AOL instant messaging as well Jabber based chat standards. If you can get one of these, you can go through iChat.
    And finally for Twitter, some options on this article:
    http://ppcluddite.blogspot.com/2011/09/twitter-clients-for-powerpc.html

  • Can't send instant messages from skype

    Hi, I am getting problem in instant message chat. I cant see textbox of message. I am getting problem with my big phone it is sony z ultra. It has 6.4 inch screen, Thanks,Paras

    philbau wrote:
    i suffer same issue using skype for modern windows. but on andriod tablet and iphone, skype perfectly functions.
    to guide you accordingly, here are the answers to your questions:
    1. already tried restart and returning from sleep mode, I cant send IM
    2. this version of windows 8 is not touchscreen so there is no onscreen keyboard
    3. other apps perfectly functions, using Messenger ok
    4. version of skype is 3.1.0.1005
    on other hand, I cant even shift to desktop version of skype. everytime I attempt download the skype, on the first small installer, it redirects me to download the larger file.
    running the bigger file, it says "This app can't run on your PC. To find a version for your PC, check with the software publisher"
    I ope you can give solutions. thanks
    Try to install the currently latest Skype 6.22.81.104 desktop version using this msi-installer:
    http://download.skype.com/msi/SkypeSetup_6.22.81.104.msi

  • Not able to send instant message through CLP

    Hello All,
    I am a beginner in portals.
    I am doing a test assignment on collaboration.
    1.I have enabled the Collaboration Launch Pad.
    2.Now when I click on the link, CLP opens. I have added some contacts to it.
    3.Then I tried to send an instant message and then I get the error:
    Could not open a new instant-messaging session. All invitees are offline. Try again later.
    I know that some configurations need to be done to be able to send the instant message.
    Please let me know the configuration steps for the same or any relevant document.
    Please help me with this.

    Hi Radhika
    Please check the collaboration contacts is portal users.
    Make sure that other portal user also logged in the portal for sending instance message.
    OR you can try to loging with two differnet portal userid and try to use instant-messaging functinality by sending message.
    [Instant Messenger |http://help.sap.com/erp2005_ehp_04/helpdata/EN/d3/9621af15024274afacfe874d5798b8/content.htm]
    Hope it helps
    Regards
    Arun

  • Problem sending notification message to Android and iOS devices with azure messaging dll

    We are a Bizspark customer andfor the past two days we are facing problem in Azure Notification Hub. We were trying to
    send push notifications to Android devices registered in "seexxxxxxwams" - An Azure Mobile Service in our account and no
    registered android devices are receiving the notifications. When we tried to debug it via Notification Hub in Azure Portal  (seexxxxxxwamshub
    - Notification hub in our account), the results are showing that the notifications are sent to the devices. However, the devices
    are not receiving the notifications which was receiving before.  
    Kindly let us know whether we are missing something in our code (Please find the code below) or is there any problem in Azure Notification
    Hub (for Android GCM). 
    Thanks.
    using System.Text;
    using Android.App;
    using Android.Content;
    using Android.Util;
    using Gcm.Client;
    using Android.Support.V4.App;
    //VERY VERY VERY IMPORTANT NOTE!!!!
    // Your package name MUST NOT start with an uppercase letter.
    // Android does not allow permissions to start with an upper case letter
    // If it does you will get a very cryptic error in logcat and it will not be obvious why you are crying!
    // So please, for the love of all that is kind on this earth, use a LOWERCASE first letter in your Package Name!!!!
    using ByteSmith.WindowsAzure.Messaging;
    using System.Diagnostics;
    using System.Collections.Generic;
    using System;
    [assembly: Permission(Name = "@[email protected]_MESSAGE")]
    [assembly: UsesPermission(Name = "@[email protected]_MESSAGE")]
    [assembly: UsesPermission(Name = "com.google.android.c2dm.permission.RECEIVE")]
    //GET_ACCOUNTS is only needed for android versions 4.0.3 and below
    [assembly: UsesPermission(Name = "android.permission.GET_ACCOUNTS")]
    [assembly: UsesPermission(Name = "android.permission.INTERNET")]
    [assembly: UsesPermission(Name = "android.permission.WAKE_LOCK")]
    namespace seeMuscatAndroidApp
    //You must subclass this!
    [BroadcastReceiver(Permission= Gcm.Client.Constants.PERMISSION_GCM_INTENTS)]
    [IntentFilter(new string[] { Gcm.Client.Constants.INTENT_FROM_GCM_MESSAGE }, Categories = new string[] { "@PACKAGE_NAME@" })]
    [IntentFilter(new string[] { Gcm.Client.Constants.INTENT_FROM_GCM_REGISTRATION_CALLBACK }, Categories = new string[] { "@PACKAGE_NAME@"
    [IntentFilter(new string[] { Gcm.Client.Constants.INTENT_FROM_GCM_LIBRARY_RETRY }, Categories = new string[] { "@PACKAGE_NAME@"
    public class PushHandlerBroadcastReceiver : GcmBroadcastReceiverBase<GcmService>
    //IMPORTANT: Change this to your own Sender ID!
    //The SENDER_ID is your Google API Console App Project ID.
    //  Be sure to get the right Project ID from your Google APIs Console.  It's not the named project ID that appears in the Overview,
    //  but instead the numeric project id in the url: 
    //  where 785671162406 is the project id, which is the SENDER_ID to use!
    public static string[] SENDER_IDS = new string[] { Constants.SenderID };
    public const string TAG = "GoogleCloudMessaging";
    [Service] //Must use the service tag
    public class GcmService : GcmServiceBase
    public static string RegistrationID { get; private set; }
    private NotificationHub Hub { get; set; }
            Context _generalContext;
    public GcmService() : base(PushHandlerBroadcastReceiver.SENDER_IDS) 
    Log.Info(PushHandlerBroadcastReceiver.TAG, "GcmService() constructor"); 
    protected override async void OnRegistered (Context context, string registrationId)
    Log.Verbose(PushHandlerBroadcastReceiver.TAG, "GCM Registered: " + registrationId);
    RegistrationID = registrationId;
                _generalContext = context;
    //createNotification("GcmService Registered...", "The device has been Registered, Tap to View!");
    Hub = new NotificationHub(Constants.NotificationHubPath, Constants.ConnectionString);
    try
    await Hub.UnregisterAllAsync(registrationId);
    catch (Exception ex)
    Debug.WriteLine(ex.Message);
    Debugger.Break();
                var tags = new List<string>() { main.userCountry, main.userCity, main.userLatitude, main.userLongitude, main.userPhoneMake,
    main.userPhoneModel, main.userPhoneName, main.userPhoneAndroidVersion, main.userAppVersion,main.userUID};
                Console.WriteLine("///////////HUB TAGS///////////////////");
                Console.WriteLine("Country:" + main.userCountry);
                Console.WriteLine("City:" + main.userCity);
                Console.WriteLine("Latitude:" + main.userLatitude);
                Console.WriteLine("Longitude:"+main.userLongitude);
                Console.WriteLine("Make:" + main.userPhoneMake);
                Console.WriteLine("Model:" + main.userPhoneModel);
                Console.WriteLine("Phone Name:" + main.userPhoneName);
                Console.WriteLine("Android Version:" + main.userPhoneAndroidVersion);
                Console.WriteLine("App version:" + main.userAppVersion);
                Console.WriteLine("User ID:" + main.userUID);
                Console.WriteLine("///////////END OF HUB TAGS///////////////////");
    try
    var hubRegistration = await Hub.RegisterNativeAsync(registrationId, tags);                
    Debug.WriteLine("RegistrationId:" + hubRegistration.RegistrationId);
    catch (Exception ex)
    Debug.WriteLine("#########$$$$Error:"+ex.Message); 
    protected override void OnUnRegistered (Context context, string registrationId)
    Log.Verbose(PushHandlerBroadcastReceiver.TAG, "GCM Unregistered: " + registrationId);
    protected override void OnMessage (Context context, Intent intent)
    Log.Info(PushHandlerBroadcastReceiver.TAG, "GCM Message Received!");
                Debug.WriteLine("/********* GCM Received ****************");
    var msg = new StringBuilder();
    if (intent != null && intent.Extras != null)
    foreach (var key in intent.Extras.KeySet())
    msg.AppendLine(key + "=" + intent.Extras.Get(key).ToString());
    //Store the message
    var prefs = GetSharedPreferences(context.PackageName, FileCreationMode.Private);
    var edit = prefs.Edit();
    edit.PutString("last_msg", msg.ToString());
    edit.Commit();
    string message = intent.Extras.GetString("message");
    if (!string.IsNullOrEmpty(message))
    createNotification("New todo item!", "Todo item: " + message);
    return;
    string msg2 = intent.Extras.GetString("msg");
                string notititle = intent.Extras.GetString("notititle");
    if (!string.IsNullOrEmpty(msg2))
    createNotification(notititle, msg2);
    return;
    protected override bool OnRecoverableError (Context context, string errorId)
    Log.Warn(PushHandlerBroadcastReceiver.TAG, "Recoverable Error: " + errorId);
    return base.OnRecoverableError (context, errorId);
    protected override void OnError (Context context, string errorId)
    Log.Error(PushHandlerBroadcastReceiver.TAG, "GCM Error: " + errorId);
    void createNotification(string title, string desc)
                NotificationCompat.Builder builder = new NotificationCompat.Builder(this);
                Intent uiIntent = new Intent();
                uiIntent.SetClass(this, typeof(dealsview));
                uiIntent.PutExtra("contentID", "todaydeals");
                uiIntent.PutExtra("contentName", "");
                uiIntent.PutExtra("isSale", "");
                const int pendingIntentId = 0;
                PendingIntent pendingIntent = PendingIntent.GetActivity(this, pendingIntentId, uiIntent, PendingIntentFlags.OneShot);
                var notification = builder.SetContentIntent(pendingIntent).SetSmallIcon(Resource.Drawable.Icon).SetAutoCancel(true).SetContentTitle(title).SetContentText(desc).Build();
                var notificationManager = GetSystemService(Context.NotificationService) as NotificationManager;
                notificationManager.Notify(1, notification);

    Hi Anpe83,
    TL;DR: The answer: Currently, no.
    As we speak, there is RMS Sharing app for all mobile platforms you mentioned. RMS Sharing App lets you open any file type that is a .pfile (generic file created by RMS Sharing App on your PC). But this is not a granular protection and policy enforcement
    - you can think about this way of protecting as a .zip file that has been password protected. So once you "unzip" the pfile with RMS Sharing App - you can do whatever you want (open in a native mobile app, forward, edit, copy, delete, etc) with that file. 
    Now, RMS Sharing App lets you protect pictures only on your mobile devices which I assume you will not be a feature used very often.
    On the other hand Microsoft has published Office suite (Word, Excel, etc) for iOS devices (iPhone and iPad).
    Currently (this is the key word here) those are NOT RMS enlighted yet, so f.e. no word document that is RMS protected can be opened with your Office suite for iOs. I also know that Microsoft is preparing an update for iOS devices in the nereast
    future to make Office suites (including OWA app) RMS-aware.
    PS. For the current time being there are some third parties that extend RMS capabilities to your mobile device platforms. You can also wait few months (unfortunately cannot promise that) for RMS enlighted Microsoft apps for iOS devices.
    PS2. If you haven't heard you can also set RMS Sharing App to work withi your ADRMS which is onprem (not only with RMS in the cloud). For those you need some cool toys: Windows 2012 R2, ADFS 3.0 and RMS Mobile Device Extension.
    Hope this answers your question.
    Did my post help you or make you laugh? Don't forget to click the Helpful vote :) If I answered your question please mark my post as an Answer.

  • Sending instant message (Office Communicator) via Abap

    Hello,
    does anybody know how to send messages to the Office Communicator with Abap? The Office Communicator is an instant messager from Microsoft, I guess it uses standard SIP-technology. I consider this as useful just for sending any sorts of notifications.
    Does anybody have a good idea?
    Rgds
    Thomas

    Hi,
    Is a client proxy able to send the whole (3MB) message to PI
    yes it is capable.
    If both solutions are feasible,what would be preferable?
    yes both solutions are feasible ,but preferable is to send the whole message rather than one by one.
    How do both options compare in regard to performance?
    sending whole message is far more better than sending record by record.
    regards,
    pradeep A.

  • Sending a message to fax using JavaMail

    Hello all,
    we are trying to create a system to send messages. The input will come from an Oracle 9i (9.0.2) database, our goal is to create email messages which can either be delivered to an email address or to a fax number.
    The systems works if all addresses are regular email adresses, but we get the following message when using a fax number :javax.mail.internet.AddressException: Illegal route-addr in string ``fax:[email protected]''
    I have already change the parse-method to parseHeader with the parseOption false, so that the addresses are not controlled against the standard. I expect the ':' (colon) in fax:012345678 is the cause of our problem, replacing it with a random character returns a 'normal' error message for a non-existing address.
    I have included the log message with the exception, the sourcecode of our SendMailTest and the source of SendMail.
    Is there any work around to this colon, so we can send faxes as well as emails.
    Kind regards,
    Nemata
    log message----------------------------------------------------
    C:\ProgramFiles\jdevstudio1013\jdk\bin\javaw.exe -ojvm -classpath C:\ProgramFiles\jdevstudio1013\jdev\mywork\ocbs\Client\classes;C:\ProgramFiles\jdevstudio1013\j2ee\home\lib;C:\ProgramFiles\jdevstudio1013\j2ee\home\lib\mail.jar;C:\ProgramFiles\jdevstudio1013\j2ee\home\lib\activation.jar com.vdscomputing.carpinvest.ocbs.db.io.SendMailTest
    Constructor entered
    return from constructor
    com.vdscomputing.carpinvest.ocbs.db.io.SendMail@a Hello
    javax.mail.internet.AddressException: Illegal route-addr in string ``fax:[email protected]''
    message sent
    Process exited with exit code 0.
    source SendMailTest-------------------------------------
    package com.vdscomputing.carpinvest.ocbs.db.io;
    //class designed to test SendMail
    public class SendMailTest {
    public static void main( String args[]) {
    String SMTPserver = "192.168.1.23";
    String SMTPport = "25";
    String Sender = "[email protected]";
    String Recipient ="fax:[email protected]";
    String CcRecipient = "[email protected]";
    String BccRecipient = "";
    String Subject = "faxinationTest";
    String Body = "test mail 12 from test class";
    String[] ErrorMessage = new String[1];
    String Attachments ="";
    // create mesage and monitor constructor
    SendMail testMessage = new SendMail();
    System.out.println("return from constructor");
    System.out.println(testMessage + " Hello");
    testMessage.Send(SMTPserver, SMTPport, Sender, Recipient, CcRecipient,
    BccRecipient, Subject, Body, ErrorMessage, Attachments);
    System.out.println("message sent");
    Source SendMail---------------------------------------
    package com.vdscomputing.carpinvest.ocbs.db.io;
    import java.util.*;
    import java.io.*;
    import javax.mail.*;
    import javax.mail.internet.*;
    import javax.activation.*;
    public class SendMail {
    //default constructor with monitor message
    public SendMail(){
    System.out.println("Constructor entered");
    // preparing the message and sending it
    public static int Send(String SMTPServer,
    String SMTPPort,
    String Sender,
    String Recipient,
    String CcRecipient,
    String BccRecipient,
    String Subject,
    String Body,
    String ErrorMessage[],
    String Attachments) {
    // Error status;
    int ErrorStatus = 0;
         // create some properties and get the default Session;
         Properties props = System.getProperties();
         props.put("mail.smtp.host", SMTPServer);
         props.put("mail.smtp.port", SMTPPort);
    Session session = Session.getDefaultInstance(props, null);
    try {
         boolean ParseOption = false; //do not enforce RFC822
    // create a message;
    MimeMessage msg = new MimeMessage(session);
    // extracts the senders and adds them to the message;
    InternetAddress[] TheAddresses =
    InternetAddress.parseHeader(Sender, ParseOption);
    msg.addFrom(TheAddresses);
         // extract the recipients and assign them to the message;
    InternetAddress[] TheAddresses =
    InternetAddress.parseHeader(Recipient, ParseOption);
    msg.addRecipients(Message.RecipientType.TO,
    TheAddresses);
         // extract the Cc-recipients and assign them to the message;
    if (null != CcRecipient) {
    InternetAddress[] TheAddresses =
    InternetAddress.parseHeader(CcRecipient, ParseOption);
    msg.addRecipients(Message.RecipientType.CC,
    TheAddresses);
         // extract the Bcc-recipients and assign them to the message;
    if (null != BccRecipient) {
    InternetAddress[] TheAddresses =
    InternetAddress.parseHeader(BccRecipient, ParseOption);
    msg.addRecipients(Message.RecipientType.BCC,
    TheAddresses);
    // subject field;
    msg.setSubject(Subject);
    // create the Multipart to be added the parts to;
    Multipart mp = new MimeMultipart();
    // create and fill the first message part;
    MimeBodyPart mbp = new MimeBodyPart();
    mbp.setText(Body);
    // attach the part to the multipart;
    mp.addBodyPart(mbp);
    // attach the files to the message;
    if (null != Attachments) {
    int StartIndex = 0, PosIndex = 0;
    while (-1 != (PosIndex = Attachments.indexOf("///",
    StartIndex))) {
    // create and fill other message parts;
    MimeBodyPart mbp = new MimeBodyPart();
    FileDataSource fds =
    new FileDataSource(Attachments.substring(StartIndex,
    PosIndex));
    mbp.setDataHandler(new DataHandler(fds));
    mbp.setFileName(fds.getName());
    mp.addBodyPart(mbp);
    PosIndex += 3;
    StartIndex = PosIndex;
    // last, or only, attachment file;
    if (StartIndex < Attachments.length()) {
    MimeBodyPart mbp = new MimeBodyPart();
    FileDataSource fds =
    new FileDataSource(Attachments.substring(StartIndex));
    mbp.setDataHandler(new DataHandler(fds));
    mbp.setFileName(fds.getName());
    mp.addBodyPart(mbp);
    // add the Multipart to the message;
    msg.setContent(mp);
    // set the Date: header;
    msg.setSentDate(new Date());
    // send the message with monitor message
    Transport.send(msg);
    System.out.println("message on transport");
    } catch (MessagingException MsgException) {
    ErrorMessage[0] = MsgException.toString();
    System.out.println(ErrorMessage[0]); // catch to console
    Exception TheException = null;
    if ((TheException = MsgException.getNextException()) !=
    null)
    ErrorMessage[0] = ErrorMessage[0] + "\n" +
    TheException.toString();
    ErrorStatus = 1;
    return ErrorStatus;
    }

    Hi,
    I want to fax using java. presently I m using mail api to email & its working. Now I have to fax the attached pdf file with out using any third party or commercial software.
    Any idea or suggestion would be very help full
    regards
    Prakash Sen

  • Can't send instant messages from skype on laptop

    Hi! I am having problems sending and receiving instant messages on skype on my Mac laptop. I can receive/send messages from only one specific conversation. All of my other conversations won't let me receive new messages and when I type and send, the text just sits there and a little blue circle spins next to do. I tried logging out and logging back in... nothing changed. So I unistalled skype and then redownloaded it... nothing changed.  I do have the skype app on my iphone, and all of the conversations are working fine there. That is how I know that I am not receiving or being able to send messages on my computer. I really need this issue resolved for my job, though. Any help or suggestions would be GREATLY appreciated!  

    This is broken for most of my group chats as well. Can't receive from some, but can from others, and can't send to some but can to others. Very strange. Haven't identified what differentiates groups that work and groups that don't. Tried one of the posted solutions where the Skype Application Support folder is nuked along with any of the associated plist preferences and re-installed the App. Didn't help.

  • Please help me, USB Devices instantly disconnect/reconnect when using keyboard

    I own a Lenovo 3000 C200. IIf I start typing while I have any USB device plugged in (USB mouse, Removable HDD, etc), the USB device instantly disconnects and reconnects again. As long as I don't touch my keyboard, the USB device will work fine. I have noticed that this does not happen when I press the the other keys like the Lenovo care button, volume increase / decrease key, etc. and doesn't happen when I use the touchpad. I have not dropped or damaged my machine in any way.
    At the beginning, thinking it might be a windows problem, I had re-installed windows (XP) with no drivers installed and the problem persisted. I installed the latest update available for the BIOS still with no luck. I have checked the BIOS, however there is nothing related in anyway that can be configured.
    Just now I have noticed that the problem begins, as soon as I turn on the machine. Hardware problem perhapsI
    Please help me.
    Moderator Note; Message Subject edited
    Message Edited by andyP on 08-18-2008 08:58 PM

    This happened to me exactly the same, you must updated the latest bios version 2.06.
    Now go to the Lenovo website to download the oldest version 1.02  and the 1.08, first flash the 1.02 then flash again using the 1.08 that it, don't use the 2.06 which is the porblem source file for some 3000 notebooks.

  • Is there a way to make 3g and not wi-fi the priority for sending text messages to someone using an iOS5 device?

    Here's the problem:  I am often in a building which has free wifi but the wifi requires that you accept the terms of use during every browsing session.  If I receive a text message from someone who is also using iOS5, the phone seems to default to wi-fi to send my response.  If I have not yet accepted the terms of use for the building's wi-fi, my phone wont send the text message response.  I don't know if that is because the phone is connected to a wifi signal albeit one that can't yet access the internet.  For whatever reason, the phone is just trapped in a "sending messge" loop and wont break out of it until I open my browser and accept the terms of use.  This is the situation notwithstanding the fact that I have 3g service and the signal is available to send sms/mms.
    Can anyone offer a suggestion other than disabling wi-fi?
    Thanks.

    Thank you for your reply.  I looked at my settings and the phone has been set on "send as SMS"--but for some reason, the phone is continuing to try to send it over wifi despite the lack of an internet connection on wifi.  It would seem that after a minute or more of trying, the phone would recognize that wifi wasnt available and would send it on SMS but it apparently doesnt.  I can, of course, turn off iMessage but I dont like the idea of having to do that everytime---particularly since an increasing number of my contacts are using iOS5 devices.
    Thanks again for your response but it does seem that there is an issue that needs to be addressed.

Maybe you are looking for