E63 - how to reply to a message using 1 click inst...

Dear all,
I would be interested to know how one replies to a text message using 1 click instead of 3, via Nokia E63. The reply sequence that I currently have to follow is
1) click Options
2) select Reply
3) then select Via text message
Is there a direct means to get to the reply window with one click instead of three clicks?
I hope there is one because it takes time and becomes inconvenient to wait.
Thank you for assistance in this regard.
Regards,
S Ahmad
Solved!
Go to Solution.

Hi sahmad7
I tried replying a message in one step but didn't succeed.
The least steps number I was able to do is 2
Before entering the message press Options then reply, and the phone will open SMS writing screen directly.
Other than that, try to get a program that is able to do that.
I hope that helps you, and please let me know
Phones I bought from 1st till now:
3210 / 3310 / 3410 / 6310 / 6600 / 6020 / N72 / E51 / X2-00 / 5310 xpress Music / E90 Communicator
If you like my post or it helped you, Give me Kodo

Similar Messages

  • How can I send whatsapp messages using Siri ?

    Hi,
    How can I send whatsapp messages using Siri ? or how can I ask Siri to read my whatsapp messages ?
    thanks for help!

    kladrian wrote:
    this is not the case in particular
    Yes it is.  If it wasn't the case, then why are you asking the question to begin with?
    why everytime I have a question about a simple activity present in Android system I get in response ... "you can't sorry" !?
    1.  Because iOS is not Android
    2.  Because it's the truth, whether you like it or not

  • Can anyone help how to print stack trace messages using log4j?

    Can anyone help how to print stack trace messages using log4j?

    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
    <log4j:configuration xmlns:log4j='http://jakarta.apache.org/log4j/'>
    <appender name="STDOUT" class="org.apache.log4j.ConsoleAppender">
    <layout class="org.apache.log4j.PatternLayout">
    <param name="ConversionPattern" value="%d %-5p %m%n"/>
    </layout>
    </appender>
    <appender name="DEBUG" class="org.apache.log4j.RollingFileAppender">
    <param name="File" value="/usr/local/dice/d2jbin/cmdToNetJobs/app-debug.log"/>
    <param name="Append" value="true"/>
    <param name="MaxFileSize" value="1000KB"/>
    <param name="MaxBackupIndex" value="5"/>
    <layout class="org.apache.log4j.PatternLayout">
    <param name="ConversionPattern" value="%d %-5p %m%n"/>
    </layout>
    <filter class="org.apache.log4j.varia.LevelRangeFilter">
    <param name="LevelMin" value="DEBUG" />
    <param name="LevelMax" value="DEBUG" />
    </filter>
    </appender>
    <appender name="INFO" class="org.apache.log4j.RollingFileAppender">
    <param name="File" value="/usr/local/dice/d2jbin/cmdToNetJobs/app-info.log"/>
    <param name="Append" value="true"/>
    <param name="MaxFileSize" value="1000KB"/>
    <param name="MaxBackupIndex" value="5"/>
    <layout class="org.apache.log4j.PatternLayout">
    <param name="ConversionPattern" value="%d %-5p %m%n"/>
    </layout>
    <filter class="org.apache.log4j.varia.LevelRangeFilter">
    <param name="LevelMin" value="INFO" />
    <param name="LevelMax" value="INFO" />
    </filter>
    </appender>
    <appender name="WARN" class="org.apache.log4j.RollingFileAppender">
    <param name="File" value="/usr/local/dice/d2jbin/cmdToNetJobs/app-warn.log"/>
    <param name="Append" value="true"/>
    <param name="MaxFileSize" value="1000KB"/>
    <param name="MaxBackupIndex" value="5"/>
    <layout class="org.apache.log4j.PatternLayout">
    <param name="ConversionPattern" value="%d %-5p %m%n"/>
    </layout>
    <filter class="org.apache.log4j.varia.LevelRangeFilter">
    <param name="LevelMin" value="WARN" />
    <param name="LevelMax" value="WARN" />
    </filter>
    </appender>
    <appender name="ERROR" class="org.apache.log4j.RollingFileAppender">
    <param name="File" value="/usr/local/dice/d2jbin/cmdToNetJobs/app-error.log"/>
    <param name="Append" value="true"/>
    <param name="MaxFileSize" value="1000KB"/>
    <param name="MaxBackupIndex" value="5"/>
    <layout class="org.apache.log4j.PatternLayout">
    <param name="ConversionPattern" value="%d %-5p %m%n"/>
    </layout>
    <filter class="org.apache.log4j.varia.LevelRangeFilter">
    <param name="LevelMin" value="ERROR" />
    <param name="LevelMax" value="ERROR" />
    </filter>
    </appender>
    <root>
    <priority value="debug"/>
    <!--<appender-ref ref="STDOUT"/>
    --><appender-ref ref="DEBUG"/>
    <appender-ref ref="INFO"/>
    <appender-ref ref="WARN"/>
    <appender-ref ref="ERROR"/>
    </root>
    </log4j:configuration>
    I ve written like this
    and to print stack trace I used
    log.error(Throwable(e))
    but does nt display printstacktrace how to do it

  • How to create Object related messages using cl_bsp_wd_message_service?

    Hi Gurus,
    Can any ony explain how to create the object related messages using add_message method of cl_bsp_wd_message_service?
    Thanks,
    Murali.

    Hi Murali,
    Check the below code .. hope it helps..
      DATA lr_msg_service     TYPE REF TO cl_bsp_wd_message_service.
      DATA lr_exception       TYPE REF TO cx_root.
      DATA lr_rtti            TYPE REF TO cl_abap_objectdescr.
      DATA lv_msg_type        TYPE        symsgty.
      DATA lv_msg_id          TYPE        symsgid.
      DATA lv_msg_number      TYPE        symsgno.
      DATA lv_msg_v1          TYPE        symsgv.
      DATA lv_msg_v2          TYPE        symsgv.
      DATA lv_msg_v3          TYPE        symsgv.
      DATA lv_msg_v4          TYPE        symsgv.
      DATA lv_msg_level       TYPE        bsp_wd_message_level.
      DATA lr_verification    TYPE REF TO if_bsp_wd_message_handler."#EC NEEDED
      DATA lv_important_info  TYPE        abap_bool.
      DATA lv_exc_prog_name   TYPE        syrepid.
      DATA lv_exc_incl_name   TYPE        syrepid.
      DATA lv_exc_src_line    TYPE        i.
      lr_exception = ir_exception.
    drill down to first exception
      WHILE lr_exception->previous IS BOUND.
        lr_exception = lr_exception->previous.
      ENDWHILE.
      lr_rtti ?= cl_abap_typedescr=>describe_by_object_ref( p_object_ref = lr_exception ).
      lr_exception->get_source_position( IMPORTING program_name = lv_exc_prog_name
                                                   include_name = lv_exc_incl_name
                                                   source_line  = lv_exc_src_line ).
    prepare message
      lr_msg_service = cl_bsp_wd_message_service=>get_instance( ).
      lv_msg_type   = if_genil_message_container=>mt_warning.
      lv_msg_id     = 'CRM_IC_APPL'.
      lv_msg_number = '003'.
      lv_msg_v1     = lr_rtti->get_relative_name( ).
      lv_msg_v2     = ir_exception->get_text( ).
      lv_msg_v3     = lv_exc_incl_name.
      lv_msg_v4     = lv_exc_src_line.
      lv_msg_level  = '9'.
    add message to error log
      lr_msg_service->add_message(
          iv_msg_type       = lv_msg_type
          iv_msg_id         = lv_msg_id
          iv_msg_number     = lv_msg_number
          iv_msg_v1         = lv_msg_v1
          iv_msg_v2         = lv_msg_v2
          iv_msg_v3         = lv_msg_v3
          iv_msg_v4         = lv_msg_v4
          iv_msg_level      = lv_msg_level
          iv_verification   = lr_verification
          iv_important_info = lv_important_info ).
    Regards,
    Raghu

  • HT201270 how can i receive text messages using my iPad 3 wifi+cellular?

    please help...how can i receive text messages with my iPad 3 wifi+cellular? thanks?

    Turn on iMessage in settings, then others can send you messages by addressing them to the email address you set in Settings>Messages>Receive At.

  • How catch LSX  (SCHEMA PROCESSOR MESSAGES) USING PL/SQL

    I try XML schema validate like this:
    pxml_des := SYS.XMLTYPE (pxml_org, pxsd_uri);
    pxml_des.schemavalidate ();
    And this works fine...
    I can catch SQL exeption in SQLERRM variable thas great...
    How I can catch LSX message ?
    Thank's

    No one? I really need this....

  • How to display an alert message on click of link in tableview

    Hi,
    Following is the code for a tableview in layout section of a BSP( i have specified only one tableview column here). The requirement is to display an alert message on click of link in the first column that is "evbeg". Can anyone please help me how to achieve this? Appreciate quick response on this.
    CREATE OBJECT lr_dateiterator TYPE cl_lso_bsp_it_trdates
                EXPORTING im_application = application
                im_tform = trainingform.
            <htmlb:tableView id            = "dates"
                                 table         = "<%= dates %>"
                                 iterator      = "<%= lr_dateiterator %>"
                                 width         = "100%"
                                 rowCount      = "<%= lp_len %>"
                                 footerVisible = "FALSE"
                                 sort          = "SERVER" >
                  <htmlb:tableViewColumn columnName    = "evbeg"
                                         type          = "user"
                                         title         = "<%= otr(LSO_FRONTEND/schedule) %>"
                                         tooltipHeader = "<%= otr(LSO_FRONTEND/schedule) %>"
                                         sort          = "TRUE" >
                  </htmlb:tableViewColum>
    Thanks and Regards,
    Archana.

    you have to code in the iterator for this.
    in the render_cellstart method of the iterator you need to code.
    this is for a column.
    when 'MATNR'.
    data: text type string.
    text = 'disp_alert()'.   "this java script i placed in the page
    data: lo_link type ref to cl_htmlb_link.
      create object lo_link.
         lo_link->id = p_cell_id.
         lo_link->onclientclick = text.
         lo_link->text = <fs>-matnr.
         p_replacement_bee = lo_link.
    below is the java script i added in my page..
    <  sc ri   pt type="text/javasc ript"   >
    f u n  ction disp_alert()
    a  l e  rt("helloworld");
    < /s  c ript >

  • How to delete a single message using iOS 8

    how can I delete a single message in iOS 8

    Hey Geezer4765,
    I have an article for you that can explain how to accomplish this:
    Manage conversations - iPhone
    http://help.apple.com/iphone/8/#/iphf2d85437
    Delete a message. Touch and hold a message or attachment, tap More, select additional items if desired, then tap .
    Delete a conversation. In the Messages list, swipe the conversation to the left, then tap Delete.
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • How to display a logon message using login trigger?

    Hello,
    I have created a logon trigger similar to Tom's guide in his thread - http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:3236035522926. The guideline in the thread disables a user login, but I need the trigger to prompt a message that the logon schema has been changed to XYZ schema. Trying to use the same code format, I am able to publish the message, but at the end the connection is getting disconnected similar to Tom's example:
    ops$[email protected]>
    ops$[email protected]>
    ops$[email protected]> connect scott/tiger
    ERROR:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-20001: You are not allowed to logon from this terminal!!!
    ORA-06512: at line 7
    Warning: You are no longer connected to ORACLE.
    ops$[email protected]> connect /
    Connected.I want the user to establish a session after login and still prompt the message. How can do that?
    The trigger I am trying is -
    CREATE OR REPLACE TRIGGER ABC_DBA.USER_LOGON
    after logon on database
    DISABLE
    declare
    v_user varchar2(30);
    v_base_user varchar2(30);
    begin
    select SYS_CONTEXT ('USERENV', 'SESSION_USER') into v_user from dual;
    dbms_output.enable;
    dbms_output.put_line(v_user);
    execute immediate 'alter session set current_schema=XYZ';
    -- RAISE_APPLICATION_ERROR (-20001, 'Welcome');
    end;Thanks in advance
    aBBy
    PS: Forgot to mention - this is a 11gR2 RAC on Linux env.
    Edited by: AB007 on Oct 12, 2012 11:29 AM

    After user is logged in without an error, the Oracle Client does not expect any message from DB.
    It is up to Client Application to expect such a message.
    For example if the Client Application is SQL*Plus, you can issue
    SET SERVEROUTPUT ON
    After that SQL*Plus will read from DBMS_OUTPUT buffer and print on the screen.
    Others applications have to be programmed to do similar.

  • How to poll for a message using OSB ?

    Hi,
    I have created a queue in weblogic JMS . I have a Java client to push messages to that queue. I want my OSB to act like a listener and pick up the messgaes from that weblogic queue . I already have messages being pushed into the queue . How do i configure my OSB to pick up those messages ? Should i have to configure it through Proxy service or business service ? Once my OSB reads those messages , how do i know that proxy has picked those messages?
    Could you please explain it with screen shots if possible ?
    Thanks
    Prarthana.

    http://www.xenta.nl/blog/2010/04/12/eaioracle-service-bus-testing-with-citrus-framework-part2/
    in this blog i pretty much did the same.
    only in my case the testframework stores the messages on the queue.
    but the proxy service enqueues them from the queue and the business services stores them on the filesystem.
    proxyservices are used for the input/start of your process and the business service is used to 'request/trigger/invoke' other processes.
    i hope this is a bit clear definition to know the difference between both.
    if you want to check wether or not the message is retrieved from the queue, you can login in the console of weblogic to see if the message is still in the queue, if not, some processes (in your case the proxy service enqueued it). In your proxy service you can add logging to see the message went through the osb service and eventually you could for example check the file system if the file is stored there (but this depends on what functionality your business service has. In my case it's a file business service, so it stores all messages on the file system.

  • How to reply from Gmail account using Hotmail address in Mail app in iPhone iOS 6?

    Hello,
    Since the iOS 6 upgrade on my 4 iPhone, the "imap.gmail.com" won't work.
    I had my e-mail set up as "other" and would receive my Hotmail in Gmail using imap, so I could reply using my Hotmail address.
    So I deleted everything and tried again but it still won't work.
    In the mean time, I am using the Gmail App but can't use the Apple Mail app because it won't reply from my Hotmail address, and I do not want to have to choose my reply-to address; I didn't have to before.
    I do not want to use my Gmail address for anything.
    I want to always use my Hotmail address.
    Praying for help! I want to be able to use my Mail app like before!
    Also not sure if the Gmail app is killing my battery, or if the new iOS 6 is....
    Thanks so much.

    I said I want to use my Hotmail ADDRESS only. Not the Hotmail e-mail.
    I check my Hotmail in Gmail. I love how Gmail is set up.
    I've tried deleting and recreating.
    In order to check my Hotmail in Gmail on the iPhone, and reply from my Hotmail address using Gmail, you have to set up your mail on the iPhone using "other" when adding an e-mail account.
    Since the upgrade, it will no longer let me use the "imap" feature and based on my research, it seems like everyone is having this issue.
    Yes, I can use the Gmail e-mail account, but when I reply it'll show my Gmail address and I'd like it to show my Hotmail address WITHOUT having to use a drop-down menu and switch the reply-to address.
    Hope that clarifies.

  • How to handle an email message using java mail

    I am facing the problem in handling html mails embedded with images. Can anyone give me some idea about handling these contents or can I convert whole mail content to an mht file? If yes, then how to convert that mail content to an mht file.

    You have no idea? Then look in your JavaMail download and you will find several sample programs that you can use to get started. It would also help to read the JavaMail FAQ (Google will find it easily for you).

  • How to Reply to a Mail Using Javamail?

    Hi Friends,
    My Requirement is to reply to a email came froom sender mail.
    and i want to send a reply email to my sender using JavaMail program.
    I was sucessful in sending mails with attachments and i can retrive
    plain mails i mean text mails,with attachments and all and all.
    and also i have create an interface that will send mails
    with attachments to the Recipients.
    If any body knows the solution for this post me,
    if possible post the code snipnet.
    Thanks
    Regrads
    Nagaraju .g

    And if it does turn out that there's a proxy server blocking access to your target SMTP server, the best way to deal with that is to discuss the issue with the person responsible for your network configuration.

  • How to send HTTP POST message using Business Service ?

    Hi all,
    I need to call a service which accepts HTTP post, how can I achieve this using OSB Business Service ? Kindly post any documentation link related to this.
    Thank You
    Arun

    Basically to to create a business service to send to a HTTP post all you need to do to point the business service to the desired URL.
    In the OSB console you can test using the debug option. All you need to do is paste the XML you require and execute.
    If this works then you know your business services is sorted. Can you confirm you can complete up to this point?
    As Anuj correctly states you need to populate the body variable. This is the fundamental concept of OSB. All service calls request and respond using the body variable. So if you create a proxy service and route to the business service and provide NO routing. The proxy service will pass the input of the Proxy service to the input of the business service as the body has been populated by the Proxy service.
    cheers
    James

  • How to read Entourage 2004 messages using Outlook 2011?

    I have recently upgraded to Microsoft office 2011 and started using Outlook as my mail software. I am having probelms opening Entourgae 2004 messages. When I double click on them they apear as attachment in an Outlook message. The Etourage icon appears for a second in the dock and then disappears. I tried importing them to outlook but got nothing.
    I am using MacOs 10.6.8.
    Any advice will be most appreciated.
    Many thanks!

    Try Lion forum, this is not MacBook Pro forum. And there is MacTopia MS support.

Maybe you are looking for

  • Why is it still so hard to get into safe mode?

    One of the worst features in Windows 8 is the many, many steps it takes to boot into safe mode... and it doesn't always get you there. And sadly, Microsoft has brought that into the Windows 10 preview. Let's be real for a second. Safe mode is a valua

  • Question Concerning Anchor Usage

    New to Dreamweaver's web world and have a question concerning Anchors and Drop Down Menus. Is it possible to have one of the selections from my main navigation drop down menu Anchored to a particular section of a page? Thank You for any input.

  • Any BAPI Function Module To Create the Workcenter  ?

    Hi Can any one can give the BAPI Function Module to Create the Workcenter ? Regards, N.L.

  • Installing os10 on beige mac g3

    I am trying to install 0S10 from my Imac onto my computer below running OS 9.2.1 on an 18gb ultra320 SCSI hard drive and with the OS10 scsi firmware update because of the scsi PCI card. While installing from the OS10 CD my computer froze showing 26 m

  • No video playback on Blu-Ray (but audio is there)

    I'm having a quirky issue with the Blu-Rays I'm burning for a client.  The SDTV (16x9) burns are perfect, however when I reset Encore CS4 on Vista premium (32bit os) 4GB ram 64-bit processor to make a blu-ray the longest timeline (1:37:25:00) plays a