Must be simple answer cant seeincomming mail messages

Blackberry curve 8520
v4.6.1.314 
cant see incomming emails i can send and see sent messages make calls and see those and  conect to internet
was able to view all incomming emails it just stopped. Must be some setting?
Thanks

Hi there!
I suggest the following steps, in order, even if they seem redundant to what you have already tried (steps 1 and 2 each should result in a message coming to your BB...please wait for that before proceeding to the next step):
1) Register HRT
KB00510 How to register a BlackBerry smartphone with the wireless network
2) Delete and Resend Service Books
KB05000Delete the service book for the BlackBerry Internet Service email account from the BlackBerry smartphone
KB02830 Send the service books for the BlackBerry Internet Service
3) Batt Pull Reboot
Anytime random strange behavior or sluggishness creeps in, the first thing to do is a battery pop reboot. With power ON, remove the back cover and pull out the battery. Wait about a minute then replace the battery and cover. Power up and wait patiently through the long reboot -- ~5 minutes. See if things have returned to good operation. Like all computing devices, BB's suffer from memory leaks and such...with a hard reboot being the best cure.
Hopefully that will get things going again for you! If not, then you should try deleting and re-adding your BIS conduits for the affected email accounts.
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

  • Simple AppleScript to export Mail messages to FileMaker DB?

    Hello everyone,
    I'm using a product called "Mail Archiver X" to archive messages from Apple Mail into a custom FileMaker database ("eMailViewerX" - this is the target database that comes with Mail Archiver and is required for the process), from where I copy these messages to my main message archive (another FileMaker DB).
    While that process works, it is kind of clumsy (Apple Mail > Mail Archiver X > FileMaker DB #1 > FileMaker DB #2) - and it breaks every time when there is a new version of Apple Mail or OS X until "Mail Archiver X" has been updated by the developer.
    So I'm looking for a more simple solution: an AppleScript that will export all messages from exactly one folder ("To Archive") in Apple Mail (4.5/Snow Leopard or 5.0/Lion) as a simple CSV or .tab file, with the following data per line:
    Message Sender*
    Message Receiver*
    Sent Date
    Sent Time
    Subject
    Body
    * Separation of name and e-mail address would be cool, but I understand this may not (always) be possible.
    The only tricky part may be the conversion of carriage returns in the e-mail messages' body into the special character FileMaker expects in TAB or CSV files. In BBEdit, this is shown as \x{0B} (UTF8: 0B). So there would have to be a Find/Replace for that in the script.
    This does not have to be free (although I wouldn't mind - I'd gladly pay for something that is simple and reliable.
    If someone knows about such a script or is willing to write it, I would really appreciate it.
    TL;DR: I want to export all messages from an Apple Mail folder to a FileMaker-readable CSV file.

    You haven't fully specified the problem:
    It's not clear what to do when there are multiple recipients of an email
    You didn't say precisely what Filemaker fields you wanted in the file, nor what order you wanted them in, nor whether you needed a header row in the text file
    That being said, what you want is a script somewhat like the following (with many things still needing to be adjusted):
    set archiveFolder to "To Archive"
    set tab_delFilePath to "Path:to:tab_del file"
    set tab_delText to {}
    tell application "Mail"
              set messagesToArchive to every message of mailbox archiveFolder
              repeat with thisMessage in messagesToArchive
                        set thisEntry to {}
                        tell thisMessage
                                  set {itsSender, itsRecipients, itsDate, itsSubject, itsText} to {sender, recipients, date received, subject, content}
                                  set {senderName, senderAddress} to {extract name from sender, extract address from sender}
                                  if senderName = senderAddress then set senderName to ""
      -- get date parts
                                  set itsDateString to short date string of itsDate
                                  set itsTimeString to time string of itsDate
      -- there may be multiple recipients; create list
                                  set {recipientName, recipientAddress} to {{}, {}}
                                  repeat with thisRecipient in recipients
                                            tell thisRecipient
                                                      set recipientName's end to name
                                                      set recipientAddress's end to address
                                            end tell
                                  end repeat
      -- convert carriage returns to linefeeds in message body; unicode 0B is ascii 11, which is linfeed
                                  set itText to my tid(my tid(itsText, return), linefeed)
                                  set thisEntry to {senderName, senderAddress, itsDateString, itsTimeString, itsSubject, my tid(recipientName, ","), my tid(recipientAddress, ","), itsText}
                        end tell
                        set end of tab_delText to my tid(thisEntry, tab)
              end repeat
    end tell
    set tab_delText to tid(tab_delText, return)
    set fp to open for access tab_delFilePath with write permission
    write tab_delText to fp
    close access fp
    on tid(input, delim)
      -- a subroutine for handling text item delimiters
              set {oldTID, my text item delimiters} to {my text item delimiters, delim}
              if class of input is list then
                        set output to input as text
              else
                        set output to text items of input
              end if
              set my text item delimiters to oldTID
              return output
    end tid
    it's a place to start, anyway. 
    If you want to dangle money in front of my eyes, send me an email and I'll get it set up properly on your system (including automating the process and importing the data directly into your filemaker database).

  • Schedule the sending of a mail message

    Hi everyone
    How can I schedule a sending of a mail message? It seems so simple and so used in other mail programs... it's as simple as creating a mail message and ordering it to be sent first think in the morning while I'm still sleeping... that's what computers should be for right?
    Couldn't figure it out with automator...
    Tips and tricks are appreciated
    best regardzzzZz
    CV

    There is a script for it in Andreas Amann's Mailscripts
    AK

  • Can't figure out how to edit a Draft e-mail message--simple, right? Wrong.

    OK, sorry if this is too basic and belongs in the Getting Started folder, but I couldn't find the problem here or in that location.
    I thought I could figure out how to edit a message in the Drafts folder. I tried; it didn't work. I looked online, found a tutorial, which showed that I was indeed trying to do the right thing the right way. So why doesn't it work????
    Here's what happens.
    I start an e-mail message, click Cancel, then save as a Draft. That works fine. But then...
    From the Home screen, I tap Mail.
    On the Mailboxes screen, I tap Drafts (there's a number on the right -- 2 -- which disagrees with the number of messages actually seen -- 1 -- at the next step; I don't know if that's an important detail or not).
    I see the draft message I want to edit. I tap it.
    I tap Edit. According to the tutorial, the message is supposed to open up for me to edit further. But it doesn't. Instead...
    The two lines representing the message (Recipient and first few words) move a bit to the right, and the Edit button changes to Cancel.
    A dull red Delete button and a blue-gray Move button show up at the bottom. But the first line of the draft message, which has (accurately) shown up under the boldface "(No Recipient)" line, stays where it is -- showing as part of an entry in the list but not as something I can edit. I don't see the complete message, and I can't edit anything, even though I think I have just entered an Edit mode.
    I click those two lines, and a red checkmark appears on the left, and the dull buttons at the bottom become brighter red and brighter blue-gray.
    Tapping, double-tapping, tap-and-holding... all just toggle that checkmark on and off.
    THIS MUST BE REALLY SIMPLE... HOW DO I EDIT THE TEXT OF THE DRAFT MESSAGE????

    Zero replies??? Wow, I guess this is a really uncommon problem.
    Well, the Genius Bar fixed the problem. They confirmed that it WAS real, and they couldn't figure out how it had gotten that way. There must have been some internal list in an inconsistent state... or something.
    The fix was to deactivate my MobileMe account on my iPhone -- just wipe it out. Then they re-activated it. Everything re-synched and the problem was gone.

  • Simple/silly question: how do I set/change default font/color for outgoing mail messages?

    Simple/silly question: how do I set/change default font/color for outgoing mail messages?

    Just a suggestion..........
    Download Thunderbird.  Easier to use when it comes to what you want to do w/your emails. 

  • I cant find a simple answer to this question.

    I get this stupid error when running an applet:
    java.lang.NoClassDefFoundError: website (wrong name: website/website)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:403)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:10
    1)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
    at java.net.URLClassLoader.access$1(URLClassLoader.java:216)
    at java.net.URLClassLoader$1.run(Compiled Code)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Compiled Code)
    at java.lang.ClassLoader.loadClass(Compiled Code)
    at sun.misc.Launcher$AppClassLoader.loadClass(Compiled Code)
    at java.lang.ClassLoader.loadClass(Compiled Code)
    at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:110)
    at java.lang.ClassLoader.loadClass(Compiled Code)
    at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:363)
    at sun.applet.AppletPanel.createApplet(AppletPanel.java:532)
    at sun.applet.AppletPanel.runLoader(AppletPanel.java:468)
    at sun.applet.AppletPanel.run(Compiled Code)
    at java.lang.Thread.run(Compiled Code)
    i cant find a simple answer to fixing this, where hav i gone wrong?
    Below is me HTML:
    <APPLET
    CODEBASE = "C:\JBuilder3\myclasses\"
    CODE = "website.class"
    NAME = "website"
    WIDTH = 400
    HEIGHT = 300
    HSPACE = 0
    VSPACE = 0
    ALIGN = middle
    >
    </APPLET>
    below is part of me code:
    package website;
    import java.awt.*;
    import java.awt.event.*;
    import java.applet.*;
    import javax.swing.*;
    public class website extends Applet implements Runnable
    Thanks in advance

    The simple answer is that by putting your class into the package named "website", the java runtime program looks for a directory called "website", which it is apparently unable to find. Try removing the package statement and recompile.

  • I cannot answer e-mail messages using goole my address is re.morris@spray.se I just get a empty pages up??

    When i try to answer an e-mail i just a blank pages with text about blanks writen in small text this happen 95% of the times i try if i got to explorer ft never happens i use google my address is [email protected] most irritating..

    Thanks for the response.  I tried that, and I get the same result.  The activity log shows the sync was "finished", and when I view the details, it simply has a "0" in messages.  I even increased the message size in the preferences to 20KB just to make sure it is not a message size error (and I don't get big e-mails, anyway).
    There is no error code.
    Post relates to: Centro (Verizon)

  • Fault e-mail message

    Hi,
    I have asynchronous scenario :
    e-mail -> XI 3.0 - IDOC (R/3)
    When received e-mail is not processed corectly I have to send an error e-mail message back to to supplier.
    What is a simplest method to achieve this ?
    Is it sufficient to use Fault Message Type (what else ?).
    Thanks
    Marian

    Dear Marian Morzol,
              Here are my clarification
    1)
    In Aravindh weblogs there is a example when execution time exceed some treshold value. However I need to raise alert when an error occurs in message processing. Do I understand it correctly when I suppose that category MONITORING and parameter CCMS_MONITORING with value 1 will rease an alert when the above error occurs ?
    I suppose it based on documentation : "If you have monitoring switched on, any system and application errors that occur when processing an XML message within the Integration Engine are saved in the CCMS."
    category MONITORING and parameter CCMS_MONITORING with value 1 will switch on  CCMS and will not raise alert with the message fails.But for raising alerts during the configuring CCMS it is mandatory to switch on CCMS.
    Once you  configured CCMS , the inbuilt property of the CCMS will raise  alert when a message fails or when the time for execution exceeds beyond a limit depending upon our configuration(as mentioned in my second and third blogs on CCMS).
          1.Switch on CCMS (parameter CCMS_MONITORING with value 1)
          2.Add the system (SID) and its client that needs to be monitored.
          3.Go to RZ 20 .from the monitoring template availablr for Exchange Infrastructure , create a monitoring set for monitoring that system.
        Once this is done CCMS is responsible for raising alerts when a message fails.We can then handle the alert raised with suitable auto reaction methods which in turn calls function modules or RFCs.
    2)
    In Aravindh series there is a fixed e-mail address ... I need to read supplier number from MessagePayload/ or original sender e-mail address and send message to this e-mail address. Based on Michal weblog I am able to write a supplier number to alert message. But how I can reach this text from any further (ABAP) program (method) ?
    The recipients who should be informed about the failure of the message will be maintained in the auto reaction methods as well as the SAPCONNECT configuration.
       There is nothing much u can do to dynamically choose the recipients. Becoz triggering E-Mail in CCMS is a configuration setting done once.There is no place to do business logic involved anywhere in the configuration as far as i know.
        In simple terms , the entire process is just like  connecting pipes of different shapes and size .You cant do anything when water is flowing inside. its all set.
    "I need to send an e-mail to recipent e-mail read from XML which will be delivered  to XI e-mail adapter in e-mail as an attachment.
    Do you think it is possible to implement ?"
    I think it is possible. Are you aware of the payloadswapbean---> itz a module provided by SAP , it will bring in the attachment as the payload and helps you to extract  information from the attachment.
        It is available in detail in How To…Use the Mail
    Adapter of the XI 3.0 J2EE Adapter Engine(Page no: 8,9,10).
    Have a look and i feel it helps you.
    really sorry for the late reply.
    regards,
    aravindh.

  • Keyboard Shortcuts for Mail Message

    I switched to Mail from MozillaThunderbird. In Thunderbird, one can move through OPEN mail messages via Keyboard Shortcut; a simple "F" for next message or "B" for previous message. In Mail, the only thing I've figured out is that one can arrow through one's LIST of messages, then use "Return" to open only the selected e-mail. From there, I must return to the list again (Cmmd+W)to open the next or previous message. This seems cumbersome an un-Maclike. Is there any way, from an already open message, to move to the next or previous message via Keyboard Shortcut? thanks
    PB G4   Mac OS X (10.4.8)  
    PB G4   Mac OS X (10.4.8)  
    PB G4   Mac OS X (10.4.8)  

    No. Mail lacks this functionality. The closer you can get is to have the preview pane visible below the message list and move from one message to another using the arrow keys.

  • Who got this brilliant idea when you want to pick up a contact to first cross the group and then click end ? Did you hire an employee  from Microsoft ? Apple MUST remain SIMPLE to use !!!

    Who got this brilliant idea and change thing that way :  when you want to pick up a contact on your iphone, you first have to cross the group and then click end ? Did you hire an employee from Microsoft ? Apple MUST remain SIMPLE to use !!!

    Claudius,either you didn't read my post, or you jumped to conclusions. I had a skype account that was created using a microsoft account (NOT THE ACCOUNT I AM USING NOW). PURE MICROSOFT ACCOUNT NO OTHER ACCOUNT LINKING.I had to change the primary mail of that account.I was told "no can do" by skype support.I found that if I went to account settings and clicked on the link on the line below the one that said "MICROSOFT etc" (labeled something along the lines of "TV or Device") I got the opportunity to set the password of the "live:username" account (WHICH YOU COINCIDENTALLY HAVE TO DO IF YOU WANT TO USE SMART TVs ETC).Once that was done, I COULD SUCCESSFULLY DO WHAT SKYPE SUPPORT SAID WAS IMPOSSIBLE- I could change the primary mail address. once that was done, and NOT BEFORE, I linked the account to a facebook account as well, just to be sure I have more than one way to access the skype account. What caused you to get the impression that I was writing something else? furthermore this sentence - "The solution you described in your initial message isn't actually once since all the time you were operating on different account that weren't actually linked" does not make sense, I think you mis-edited it.and I need to point out that you are incorrect. I WAS NOT OPERATING ON DIFFERENT ACCOUNTS I WAS OPERATING ON ONE SKYPE ACCOUNT, THAT WAS CREATED USING A MICROSOFT ACCOUNT just like you say you recommend. I still don't know how you can misread my initial entry like that.  If you have a better solution to my initial problem - changing the primary mail of a skype account created throuth either a microsoft account or a facebook account, Please write a sticky to explain how to do it, and please inform skype support that Yes it can be done, and this is the way it is done. So far my "lucky shot" seems to be the only way to do it.     

  • Can not open 45 downloaded mail messages in newly created account in iphone 4s

    Hi I have added my email account(force 9) to my new  iphone 4s. It has downloaded 45 messages, but when I open Mail icon it goes to  the Welcome to Mail screen to set up new mail account  and I cant access the messages or stop them coming in.
    Please help this novice

    Did you ever figure this out?  I just got a new iPhone and am having the same problem.

  • In search of assistance learning how to modify the mail message from an out of the box SP2010 approval workflow.

    So, I have found the article
    http://punaro.com/2012/01/derek/modifying-a-sharepoint-2010-workflow-email/comment-page-1/ which appears to walk through the process of modifying an out of the box workflow's mail message.
    However, there is a basic problem that I run into before I get started.
    I am logged into the system as a regular user (ie not a farm admin, etc.).
    I do, however, have full control on the site on which I am working.
    I create a custom list.
    I create a simple one step approval - sharepoint 2010 out of the box workflow.
    I start SharePoint designer and give it the URL of the list. It opens up and I see the various objects on the left side of the screen.
    I click right on the Workflows object - which is where the article says I will find the ability to copy and modify the workflow.
    All I see is "open", "open in a new tab" and "Pin".
    I selecdt open in a new tab - and I get a blank screen labeled workflows that says "There are no items to show in this view".
    So, I click on Lists and Libraries, then on the name of my custom list.
    When the list displays, the Workflows section of the page has a "Modified Workflow" displayed.
    When I right click on it, no menu is shown. When I click on the modified workflow, I get the workflow settings page for that workflow.
    I am trying to figure out how to create the copy of the workflow so that I can modify one of the mail messages in SharePoint designer.
    Is there someone who has some advice on how to find this copy and modify option?  Or perhaps a web site, web forum, article series, or book covering the topic?
    Thank you! 

    Hi lwvirden,
    According to your description, my understanding is that you want to modify the OOB approval workflow in SharePoint Designer.
    After opening the site in SharePoint Designer, just click Workflows in the left panel and then the workflows in the site will load in the right part.
    If you want to copy and modify the OOB approval workflow, then you need to right the approval workflow
    Approval – SharePoint 2010 under Globally Reusable Workflow. After that you will see the
    Copy and Modify button.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Can I import tables, etc. created elsewhere into my mail messages?

    Here's what I'd like to do. I want to create some simple lists in Numbers or Pages in the form of a table. I would then like to import that into the message body of a message in Mail. I've tried to cut and paste, but that just ends up with a jarbled mess. Any gurus out there know how to import iWork content into a Mail message? Thanks!
    Dan

    Aquatic999 wrote:
    While your advice is well taken my current problem is a bit simple. I have 3  e mails that I would like to add to my Mail program on my computer. Getting them from gmail to mail is the issue. My gmail account is some years old and if I switch from POP to IMAP all the stuff I deleted from Mail will return as I never deleted it from Gmail. That is my actual dilemma as Gmail now holds thousands of emails.
    3 emails? mail them to yourself, move them from the inbox to the sent box when they arrive

  • How to exit full screen mode mail message

    Inexplicably, when i open messages in Mail, they appear in something like full screen mode.   The message viewer window is not in full screen mode, but if i open any message, the message takes up the whole screen. I can drag the message in order to see other things on the desktop, but i can't adjust the size of the window to the size i want, and see no way of exiting full screen mode. I lookd in Help, but it only shows how to enter Full Screen, not how to exit it. 
    In the View menu, there is an option to enter full screen.  When i have the full screen sized message open on top, the enter full screen option in the View menu is greyed out.  If i have the normal sized window for the message viewer window on top, the enter full screen is not grayed out and could be selected.  I do not select it since there appears to be no 'exit full screen' option that i can see and i don't want to multiply this problem.
    I know this might be a silly question, but if they have an enter full screen option, why wouldn't they also have an exit full screen option? 
    Or is there an exit full screen option which exists somewhere that i have not been able to find?  I've searched Apple Discussions and Google but so far have not found a way to un-full screen my Mail messages.  This started this morning.
    Can anyone help?  
    I do not know how it got into full screen mode.  It was not something i did deliberately or knowingly.
    i have tried quitting and restarting Mail but the full screen message mode returns. 
    How can i get my mail messages out of this very annoying and awkward screen hogging mode?
    I have only been using Mail since last November when i got a new MBP with Mountain Lion, which meant that for the first time since 1995, i could not use the simple straightforward faultless Eudroa anymore.  So i have had my struggles with Mail.  Trying to get through it.  This is the most recent of various similar issues, inexplicable problems without apparent solutions.  Sort of Microsoft-like.
    I will be really grateful for any help.. thanks

    Press Control + Command + F on your keyboard to enter or exit full screen mode.

  • After 10.9.4 Update: Mail Messages Grey Out Upon Deleting-Don't Move to Trash?

    Hello,
    After 10.9.4 Update/MacBook Pro with Retina display: Mail Messages Grey Out Upon Deleting-Don't Move to Trash? I believe I must join those who are having trouble with mail after this latest update. Deleted messages just turn a light grey in the message panel and don't move to trash until after I quit and restart mail. I have also experienced the screen "Freezing" ... no spinning beach ball, just the pointer frozen. This has happened only when I use mail and requires a "hard" re-start to correct.  Is this a "feature" of the update, or is it a problem? Thanks!

    Some of your user files (not system files) have incorrect permissions or are locked. This procedure will unlock those files and reset their ownership, permissions, and access controls to the default. If you've intentionally set special values for those attributes, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it, but you do need to follow the instructions below.
    Back up all data.
    Step 1
    If you have more than one user, and the one in question is not an administrator, then go to Step 2.
    Enter the following command in the Terminal window in the same way as before (triple-click, copy, and paste):
    sudo find ~ $TMPDIR.. -exec chflags nouchg,nouappnd,noschg,nosappnd {} + -exec chown $UID {} + -exec chmod +rw {} + -exec chmod -N {} + -type d -exec chmod +x {} + 2>&-
    This time you'll be prompted for your login password, which won't be displayed when you type it. Type carefully and then press return. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command may take several minutes to run, depending on how many files you have. Wait for a new line ending in a dollar sign ($) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1, if you prefer not to take it, or if it doesn't solve the problem.
    Start up in Recovery mode. When the OS X Utilities screen appears, select
              Utilities ▹ Terminal
    from the menu bar. A Terminal window will open. In that window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not going to reset a password.
    Select your startup volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button
    Select
               ▹ Restart
    from the menu bar.
    Quit Mail and empty the Trash. If you still can't, log out or restart the computer.

Maybe you are looking for

  • View for optimization

    Hi ! I have a view with that I want to optimize...each of the select statement has lower costs. all the select are using an index. but the view has a pretty big cost because of union statement Do you have an idea regarding the optimization? thanks a

  • Issue with Dataflow Task in SSIS Package

    Hello Everyone, I have recently created an SSIS package to Load data from Flat file to SQL Server Table, it was working fine. Now I have bought a new laptop and copied the projects into this new system and changed all the connection managers(Flat fil

  • ACE in routed mode

    My first question, can anyone recommend some very heavy reading discussing the ACE modules and associated traffic flows and order of operations?  Not just how-to scenarios. And the primary question that brings me here: I've got an ACE module in a 650

  • IDVD menu music

    Hello Hope you can help me out here After having set up my menus, the theme music was replaced by the audio track from one of the movies I have on the DVD. Doesn't work well with the particular movie it picked, though. How can I choose which specific

  • File Structure in J2ME

    hi, i need explanation about file structure in J2ME for my thesis because i'm trying make an application using JSR-75. Could somebody help me (like link to a web or articles which tells about it)? thank you.. Note: i'm sorry if my english so bad. ^^