How to know programmatically when a last call was made to a specific number

is there a way i can know programmatically when last call was made to a specific number.Some thing like:
aCallDetailObj = getCallDetail("1234567890");
aDateTimeObj = aCallDetailObj.datetime;
in windows mobile.
thanks

I dont it is possible get call details from a windows phone.  if you do have a old windows mobile phone please ask this in the windows mobile forums

Similar Messages

  • How can I tell when my iPhone 3GS was made?

    How can I tell when my iPhone 3GS was made?

    Plug the SN in here:
    http://www.chipmunk.nl/klantenservice/applemodel.html

  • How to enable vibration when an Outgoing call is a...

    How to enable vibration when an Outgoing call is answered.
    Any chance Nokia can update the device with such feature i used to have it on my HTC HD7 really good 

    Hi Bakkal,
    Welcome to the forum!
    May we know the model of your device? We appreciate your feedback; however, this feature is not present on Nokia devices. If you're using a Nokia Lumia phone, you can post your suggestion here: 
    http://windowsphone.uservoice.com/forums/101801-feature-suggestions
    Let us know if you have another concern. Hope this helps.

  • HT1391 Hi can anyone tell me how to find out what and when my last purchases were made from the App Store ? I think my kids used all my credit

    Hi can anyone tell me how to find out what and when my last purchases were made from the App Store ? I think my kids used all my credit

    .from iTunes, go to View > Show sidebar
    From sidebar > Itunes Store > Click top left on your Apple ID email address > Account > ...scroll down > Purchase History > View All

  • Need to know how to find out when a friend request was sent?

    I really need to know how to find out when a friend request was sent. if anyone knows please tell me

    Btw.   The original purchase information on your app is available in your computer, in your iTunes account.
    Click apps and find the app you are looking for.
    Right click on the app and "get info"
    This will show when it was purchased and under what Apple ID.

  • How do I find out where a call was placed from?

     A friend borrowed one of our cell phones, and it appears the battery is dead or it was turned off. The last call listed under usage was to voicemail. is there any way i can find out the general area they were in when that call was made?

    Beyond checking the call details online on the detailed bill in your My Verizon Account, there would be no other way to check the location of that call online.
    You would log in as the Account Owner  Role online, then hover your mouse arrow over the Account Tab, then choose the Bill option, then click on the view and print bill link  to see the last bill.  From there you could stroll down to that number, then view the call  details to see calls  placed on that day.  
    http://community.vzw.com/t5/forums/replypage.editorform.messageeditor.spellcheck?t:ac=board-id/Other1/message-id/1838&ticket=Ba9rWogdq-N7_212654

  • How can i check when a given query was run

    how can i check when a given query was run ( i mean the timestamp ) from forms
    I am trying to run the query depending on when it was last run

    Hello,
    I'm not sure to really understand your need, but if you want to refresh the data blocks regularly, you can use a timer that would execute_query on the block every elapsed period of time.
    Anyway, there is no "timestamp" of this kind, so that you would store the information somewhere in memory on in a table, from a PRE-SELECT or POST-SELECT trigger for instance.
    Francois

  • I seem to be unable to use my phone to make calls.it seems to be stuck on the last call I made.i cannot go to contacts,keypad,recents or anything else. What do I do?

    I Sam unable to make calls from my iphone 4. It seems to be stuck at the last call I made. I cannot access All Contacts,Keypad,Recents.i am receiving incoming calls but cannot make any calls. I tried switching off and restarting but that has not helped HELP!

    Perform a Reset  ( No Data will be Lost )
    Press and Hold the Sleep/Wake Button and the Home Button at the Same Time...
    Wait for the Apple logo to Appear...
    Usually takes about 15 - 20 Seconds... ( But can take Longer...)
    Release the Buttons...

  • How do I verify when my Omni 10 was first registered​?

    I received my Omni 10 on 08-01-2014.  I am getting an occasional pop-up telling me that my (one year) warranty will expire in March 2015.  I have visually inspected this tablet and as far as I can tell, this is a brand new tablet.  Why am I getting a pop-up telling me that I have only 7 months of a 12 month warranty left? How can I verify when my Omni 10 was first registered?

    Hi @wduncan1956. I understand your Warranty notification is not accurate.
    Check your warranty status
    If the warranty is incorrect, you can contact phone support to have it rectified: In North America: 800-474-6836
    Outside, North America
    TwoPointOh
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • How to know precisely when the revision of a content item is released?

    Hi,
    I have written a filter to handle delete event of content item revisions. Whenever a revision of a data file (WCM data file) is deleted my filter gets triggered and and checks for some criteria on our meta data. When the criteria is met it has to compare the contents of the revision that is deleted with the new revision. Since the revision will be deleted when my filter is exited, I copied the contents of the revision that is deleted and invoked a java thread with required document information.
    In that thread I am checking for when the revision is successfully deleted so that I can read the contents of new revision and compare them with old revision.
    For that I calling DOC_INFO_BY_NAME service from my thread and am checking until the following values for below meta data are in effect
    dStatus=RELEASED
    dReleaseState=Y
    Unfortunately this is not working properly. I am still seeing the data file content of deleted revision only. For testing purpose I put a sleep of 10 seconds in my code instead of reading the meta data values which is making the code work as expected. I am to get the contents on new revisions after the sleep time. But I don't want to work this way as this is not a guaranteed mechanism.
    How to know for sure when the revision is released?
    Regards,
    Pratap

    Hope as you mentioned I would be able to use link manager. That would make my work much simpler. But just want to ensure that we both are on the same page relating to my requirements. I still feel there is some gap in what I have tried to explain and what you understood. May be I couldn't put it in simple words.
    I will try my best to explain the requirements again in a simpler manner. This is only to ensure that I wouldn't end up spending lot of time in understanding new stuff but only to relaize at later time it may not work for me. I haven't used Link Manager before. That is why I am speculating a bit. I will start looking into the documentation of the Link Manager and Related Content to checkout if they work for me.
    First thing is that the links are not just present in static lists. They can also be in content generated using WYSIWYG editors and Image elements.
    Second when I talked about HTMLs they are not true content items. We are generating these HTMLs based on the structure of the site studio data file that is checked-in. I think it would be more clear if I add more details here.
    The data files that I have been referring so far are bit complex. Our site studio contibution site allows creation of parent content items like detailed page, news articles etc and child items like RelatedSections, FAQ Items etc. The child items are referenced in the parent content items for organizing the parent content item's structure. All these site studio content items are XML files and each of them can internally contain links to other items. In fact the child items can have references to parents items or other childd items as static list (with link selector elements) and WYSIWYG editors are used while creating these content types (parent and child items).
    Finally we generate the HTML only for parent items and display them on our portal. Child references are used only for defining parent item structure and the generated HTML for the parent item contains the details of child items. Our differentiation of parent and child is in the context. HTMLs that I have been talking so far are these ones only. They are not real content items.
    The HTML will be generated when ever the parent item is updated and approved in the last step in our workflow. Now since parent item's HTML is dependent on child items, whenever a child item is updated and approved in the last step of workflow we should look up for all the parent items that are referring to this child and regenerate the HTML for those parent items using updated contents of this child.
    Similar logic of HTML regeneration should be applied in the delete events.
    Finally the revision related issues that I listed for data files apply for images as well. Since the images are also managed content items with multiple revisions they are maintained in site studio content items with their dDocName instead of its file file path and extension. Lets say an image is being referred in one of the parent content items and the image extension at the time it was initially used in the parent item is gif. The HTML contents for this parent that get generated will have gif extension for this image item. Now after some time if the user checks-in a new revision for this image item and lets say the extension now is png. But the HTML generated for the parent item is still having .gif in the img src attribute. Which means we need to re-generate the HTML in this case by checking where all this image item is referred.
    If link manager can be helpful in meeting the above requirements it would be great. It shouldn't matter if there is bit of customization work involved.
    Regards,
    Pratap

  • How to find out when the last time a tcode was run by someone

    Hi Team,
    I am just trying to find out if there is a way to find out when the last time a tcode was run by someone.I mean i need to know when was a certain  tcode was last run.
    Thanks,
    Priyanka

    HI Priyanka
    Another way would be using transaction STAT,enter the t-code you like to monitor.This will provide all details,like user, time etc...
    Hope this will help
    Thanks
    Santosh Kumar

  • How do you restore your itunes on to a new macbook when your last macbook was stolen?

    Hi
    Is there a way to restore your itunes and apps on to a new macbook when the old one was stolen?
    I have all the music and apps still stored on my iphone but don't want to sinc as I'm sure it will erase everything on my iphone.
    Any advice welcome
    Thanks

    mlcollard wrote:
    Thanks both - I have accessed my itunes account using my apple ID - but I don't see how I can restore all my previous purchases and am still nervous about plugging in my phone should it not recognise the account - though it did tell me this was the third computer I'd asked for access - which is correct.  Are you saying I can now plug in my phone and sync without loosing everything on my iphone? and what about the apps?
    I said not to plug in the phone until you have restored the iTunes Library:
    Open iTunes: Store Menu (in Sidebar) Purchased:
    Select music 'Not on this Computer' and download, repeat for Apps etc.

  • How can you tell when your new tablet was first actervated

    I bought a HP Omni 10 window's 8.1 tablet display model (last one) and was told it was never turned on ,when i first turned it on windows was activated and the tablet was running and i did not have to set any thing up .
    My question is ,is there a place on my tablet that has recored the time it was activated.
     Lewis from Australia.
    This question was solved.
    View Solution.

    Hi justlewis. I understand you want to determine when Windows 8.1 was originally activated. This will show you when it expires, but I am not certain how long it takes to expire:
    How to Confirm that the Windows 8 System is Activated Successfully
    TwoPointOh
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • How can I tell when an ical event was added?

    I'm on a shared ical calendar and there are times when 2 events have been put on at the same time.  How can I tell when the event was added and by who?
    Thanks!

    sharifrommo wrote:
    I am concerned that someone used the card on a different account. I'm assuming based on what you indicate that it can't be traced?
    If there is a legal issue I am sure Apple would properly respond if the records were subpoenaed, but short of that I do not know of a way. 

  • How can I see when a gift card was put on my account

    Trying to find on my account when a gift card was put on my account.  A gift card was put on my account and used, I wanted to see if there is on my account a place where it tells u when it was put on my account and all the transactions for it?

    Hi pabloyunis,
    Thanks for using Apple Support Communities.  This article covers how to view your iTunes Store Gift balances:
    iTunes Store: iTunes Gift balances
    http://support.apple.com/kb/ht5035
    Cheers,
    - Ari

Maybe you are looking for

  • Detailed comments

    I've gone through the EAD spec. and I've come up with a detailed list of comments that I'd like to post here and also will post over at TheServerSide.com and send directly to the JSR group. This area will give the community a chance to discuss this m

  • Enterprise Manager Console

    Hello, I'm reading documentation about Oracle10g, and I am a little bit confused. I have understood that it hasn't the Enterprise Manager Console and that the Administration task has to be executed from the OEM Grid Control (or OEM Database Control).

  • DSL service problem and lack of customer service

    It is a sad day that I find myself on a Verizon Forum trying to find resolution. About 7 days ago my DSL service dropped of to the point it felt like 1995 with dial up. So I called Verizon , goth through the prompts and ended up talking to someone in

  • Problems with Droid Razr

    I sent a couple of message to my e-mail from my phone. Shortly on after that night I got a thing on the top of my phone saying that there is 4 items waiting to upload and Remote device offline. I have no idea what this could possibly be. Everytime I

  • Multiple writers for a field

    I get an error indicating that i have multiple writers for a field table_a.item_key. I have 3 classes that use this field as shown below. @Entity @Inheritance(strategy=InheritanceType.SINGLE_TABLE) ... @Table(name="table_a") @DiscriminatorColumn(name