Delete SMS txt

Hi all. I read a lot of posts around that. I'm not the master in that, but without putting in place some settings on the server side as it says in:

http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/796557/800451/800563/...

Firstly I can visit on this server, second I want to remove these sms messages on my personal blackberry not manually but programming in JDE an app.

The main reason the app that I want to write, it is to remove sms txt income which contains some special body or the code.

Scenario: message sms arrive, I take him necessary info and after I want to remove it.

Someone said in a post that we should move far when comes the sms txt, but how...?

Maybe it's a way to remove their device physics but not manually. Like to find the message in the SMS Inbox and delete (but how? what classes, packages should I use for this?)

Please help me with this, with a few tips, useful links.

Thank you in advance.

BlackBerry Enterprise Server doesn't send SMS messages.  There is no configuration is not required for the application of Pocket side listening for SMS messages.  The configuration of the system message is defined by the application server SMS sending-side.

Tags: BlackBerry Developers

Similar Questions

  • MY MESSAGES SMS TXT ACT to TOP blackBerry smartphones! Help!

    Currently I have problems with my Inbox SMS txt message sending and... I can send and receive messages very well.  But if I come back an hour or two later the message disappeared. I went into the menu options and all and put for my Inbox to remove any message for 30 days, but it does not work... I even split my SMS txt my e-mail messages because before my emails would stay but electronic would always disappear... I guess I just want to know how can I keep my SMS txt - box cleaning that it self... I would be VERY happy to help!

    STAY AND BE BLESSED!

    It seems that the unit may be out of memory.

    Can you check under Options | Status and take note of your free file number. Then reset the unit by removing the battery and 1 min and replace it and let the device restarts. After that he did check and see if your free file number has increased.

    Also do you have a lot of third party applications on the device that you don't need? If so you can do in the Options | Advanced options | Applications and delete those you no longer need.

    See this link for other ways free up space on a BlackBerry: http://www.blackberry.com/btsc/KB14320

  • How to recover deleted SMS messages from this person? Having Iphone6

    How to recover deleted SMS from a specific person? Having Iphone6

    Welcome to the Apple community.

    You need to restore the phone from the point a to the top before you've deleted the message.

  • BlackBerry smartphone retrieve deleted SMS (very important!)

    I use BlackBerry 8320. I need to retrieve a deleted SMS. Will you help? Very important!

    The only way is to make regular backups and no do not remove anything between the two, so if you don't need all that was deleted just re - install the latest backup, I learned my lesson even as you the hard.

  • BlackBerry Curve 3 G guard smartphones delete my txt messages...

    Hi all
    I have the Curve 9300 3, running on the OS 6 (6.0.0.600, platform 6.6.0.223)
    The appliance is automatically delete messages after a few feeks, from the oldest (they last about 1 month they are deleted..)
    I tried to look for a "how long to save messages" option in the device and could not find a... It says in the manual of the device and the device Help\Search even he know:
    Home-> messages-> options-> display messages and Actions , but this subcategory option does not appear on my device message options (I Googled it and also ppl said they don't find this option on their 3 G curve...)
    Optionally, messages, I have this subcategories:
    General text messaging options, text SMS, MMS and in none of them, it is an option about how long keep txt messages...

    * Cleaning memory is disabled
    * Also in some searches in google ppl said free bit of memory. It is not the problem... I have 70 MB of free space on the device and 7 GB free in my memory card... my BB is new... only 2 months old

    So where can I configure the settings of the device regarding backup my messages?
    Thank you

    If you read my post carefully, you can see that I know that... I wrote in my post..

    I found out why I don't see this menu: display messages and Actions, there is a bug in the OS 6 with my BB or just with curve 3G I don't know... other people reported my problem as well

    When I go in the options of the messages, it don't you this submenues:

    Actions and messages display

    Inbox management

    Email management account

    Spell check

    Text messaging

    After going to the message options, it goes directly to text messaging... and does not show these 5 menus

    and because of this bug, I can't even find 'Actions and the message' to the General search of the device...

    the solution:

    See call logs, then select one of the call logs, press the 'home' button and select options

    then you see the 5 sub-categories\menues with the display of messages and Actions, among them, go inside and there, you can select the option of how long to keep messages

    took me time to play with the device to find this bug of shit and find another way to get this display of messages and Actions...

    hope it help others with this bug in the operating system

  • Delete 'toolbar_log.txt '?

    Original title: huge log file

    I'm trying to clean my drive to get more space. I found a file called "toolbar_log.txt", which takes up 5.55 GB. Do I need this? If this isn't the case, I can stop being written in? I am running Windows XP SP3 on an IBM T43. The file is located in the folder: C:\Documents and Settings\Lang\Local Settings\Temp

    Hi Lang,

    Please answer this question to get a better overview:

    What antivirus software or security is installed on the computer?

    It seems that this log file is created by the AVG antivirus and update the anti-virus should solve the problem. You can go ahead and delete it, however, after you restart the computer, if the problem persists, you can try this work around:

    a. right-click on the log file and select Properties.

    b. click on the box next to the option: read-only and see if the problem is resolved.

    However, you can try also to contact AVG support for further assistance:

    http://forums.Avg.com/in-en/AVG-forums

    Please get back to us with the results.

  • BlackBerry Passport delete sms forever

    How can I remove a sms forever?

    Because when I press DELETE and when someone else writes to me once again, I still see a story.

    Open the conversation. Press the three points at the bottom right. Select clear Chat.

  • Deleting SMS interception?

    I've implemented MessageListener interface in order to intercept incoming SMS.

    I am successfully able to intercept the incoming message, but I want to delete the SMS (should not appear in the Inbox of SMS). Can anyone suggest me the way to do it... ? Here is my code snippet in order to intercept the message

     
    
     
    public class SMSListener implements MessageListener
    {
        private int port;
        private MessageConnection messageConnection;
    
        // constructor
    
        public SMSListener(WebServiceScheduler webServiceScheduler, int port)
        {
            try
            {
                this.messageConnection = (MessageConnection) Connector.open("sms://:" + port);
                this.messageConnection.setMessageListener(this);
            }
            catch (Exception e)
            {
                Logger.getInstance().logInfo(Constants.SMS_LOG_FILE,"SMSListener:Error creating connection to default SMS Port::" + e.getMessage());
            }
        }   
    
        // This method is invoked when a message is received
    
        public void notifyIncomingMessage(MessageConnection messageConnection)
        {
            Logger.getInstance().logInfo(Constants.SMS_LOG_FILE,"notifyIncomingMessage:SMS received");
    
            new Thread()
            {
                MessageConnection conn;
                Thread set(MessageConnection conn)
                {
                    this.conn = conn;
                    return (this);
                }
                public void run()
                {
                    try
                    {
                        Message m = conn.receive();
                        String msg = null;
    
                        if ( m instanceof TextMessage)
                        {
                            TextMessage tm = (TextMessage) m;
                            msg = tm.getPayloadText();
    
                        }
    
                        Logger.getInstance().logInfo(Constants.SMS_LOG_FILE,"notifyIncomingMessage:Message::" + msg);
                        if(parseMessage(msg))
                        {
                            // Do Something and then Delete it
                        }
                    }
                    catch (Exception e)
                    {
                        Logger.getInstance().logInfo(Constants.SMS_LOG_FILE,"notifyIncomingMessage:Error receiving SMS::" + e.getMessage());
                    }
                }
            }.set(messageConnection).start();
        }   
    

    Thanks in advance.

    The short answer is that you can not delete a SMS in the Inbox.  You can send an SMS message that bypasses the Inbox by sending the message on a port not defined by default.  Support for this varies depending on the carrier and the SMS provider.  You can find more information in the knowledge base article: How to use SMS to alert an Application

  • BlackBerry smartphones, I can't delete SMS text messages

    I have 3 left strange SMS text messages in my "BOLD" I've tried the following 3 ways but still not able to remove:

    1. use manual Normal then remove

    2. use before Delete by Date

    3. use Desktop SW to erase the Messages database on the device.

    Can someone advise?   Thank you.

    Rgds

    C J

    have you tried to remove the battery from the unit and try again?

  • BlackBerry Smartphones deleting massive txt help

    I'm new to Blackberry. I have accumilated much message via text, and can not figure out how to remove them all at once, rather than each individually. Any helpl would welcome thank you.

    Open your SMS folder and then highlight the separator bar date more recent.

    Tap Menu > delete all before.

    Or, in your messages folder, select Menu > view folder > SMS, and do the same thing.

  • How can blackBerry smartphones, I recover the deleted SMS conversations?

    I accidentally deleted conversations SMS I need as evidence. Is it possible to get it back? I would like that there is a trash can for this phone. Help, please. Much of the solution. Thank you!

    Hi algie3115,

    Welcome to the BlackBerry support community forums.

    You back up your device data periodically? Because once a data are deleted from the device you cannot return t.

  • How can I delete a txt file header

    Hello. I have a file acquisition and this remove_headers.vi does not in my mind. I m attaching the file and the remove_header.vi file after the header removeing.

    Pls help.

    Thank you very much...

    Hello

    For playback of multiple txt files, you can use a function of the range of I/O file list folder. Refer to the attached vi.

    Kind regards

    Amine31

    (Bravo to give good answers, mark it as a solution if your problem is resolved)

  • Disorder of blackBerry Smartphones compose sms txt / place a call - Please HELP

    Hi-Ive had my curve for almost two months and it has worked well. However, today when I go to my message and press the menu button, then press to compose sms text or press the call button place he goes immediately to all my messages. His single "sms text' and 'place call.' I can compose a text if I have the address book and choose a contact, but not directly from the screen of your messages.

    I went to the place where I got my phone and he said it was because I didn't have an internet package but its has worked well before.

    I tried: charge my phone, it enable and disable and remove all my old posts (I still have a lot of memory left)

    Please please please help me!

    Just blow your back cover off and take the battery but leave the phone

  • BlackBerry 8830 Smartphones deleting SMS messages

    Why is my 8830 erasing my SMS messages before they are read.  And if I send a message, it will be also possible to erase my message after 30 seconds.  What should I do?

    You need to free memory.  Your BB memory is full:

    http://www.BlackBerryForums.com/General-BlackBerry-discussion/112029-optimize-your-BB-Setup-Max-memo...

  • BlackBerry Smartphones delete SMS

    Is it possible to delete a text on a Torch 9800 message without opening it?

    Scroll up to it > touch menu > delete

    or scroll up to it > press your delete key if the keyboard is slid open

Maybe you are looking for

  • Firefox does not start

    Firefox will start is no longer. I use the desktop icon and shortcut windows 10. It worked on windows 10 previously and had no problems. The program does not load again, there are no windows or error messages. everything is up-to-date. I uninstalled

  • 1325sa Pavilion missing g6 and SM bus drivers network controller

    network controller and SM bus drivers are missing and I can't find them anywhere. This is my hardware for network controller ID: PCI\VEN_10EC & DEV_8176 & SUBSYS_1629103C & REV_01PCI\VEN_10EC & DEV_8176 & SUBSYS_1629103CPCI\VEN_10EC & DEV_8176 & CC_0

  • No Audio device in the audio device properties

    Problem Audio XP Here you have a sound problem.  When I open the sounds and Audio Devices Properties on the volume tab, it says "No. Audio Device" and the Volume of the device is grayed out.  I made sure all the drivers were updated to the title of h

  • How to get the setting of audio equalizer - Acer Aspire 3970 - Windows 8

    Hello I have a set of Altec Lansing speakers hung on the sound board. Its a speaker setup nice for the money - but the sub has a higher than low normal output level and do not have a bass level button. In any case, after installing Windows 8 Pro I've

  • starts waving the mouse [black screen]

    Whin I'm away from my computer for a time [30 minutes] it becomes black and not coming back waving the mouse. I have to stop it by the off button and restart it. jfrancis