Not displaying my number

I had this problem before, it's a pain in the ass, when I call someone from my skype number it's supposed to display my number, but 40% of the time it shows some bogus number and I always have to go and manually set it again, now I can't even do that is so frustrating

I have found a solution to the problem of my number not being dispalyed properly. I now can see my number in itunes and at the top of the contacts and in the phone settings. It has something to do with the number being on the sim card, i went to my old (02) motorola KRZR mobile and went to my numbers with the o2 iphone sim installed, i saw that under my telephone numbers had no numbers listed, so i went to edit and added my iphone number. I now can see my telephone nmber listed where it should! I do think though that you cant just put the numbers on the sim (i tried that with a sim reader/writer) which didnt work, it has to be on the part of the sim which stores YOUR mobile number. I rang both apple support and o2 and neither of them were any help at all (see previous post)
Well this solution worked for me anyway.
dave

Similar Messages

  • Invoice not displaying assignment Number

    Hi Experts,
    GL account line item display (T.Code FBL3N) for Proforma invoice not displaying assignment Number. in assignment field in production Server, but it is displaying in Quality server, can any one help me about this issue.
    Regards,
    Prakash. P

    Dear,
    Go to the transaction code "FS00" in quality and put the GL account and find the sort key in control data tab, the same sort key you assign in the current client and do one posting to check whether it is getting stamped with assignment.
    In sort key you have to pick the assignment.

  • Cross References Will Not Display Page Number

    Got some documents created in InDesign CS3 (MAC). When bringing them into CS4 (Windows) and trying to create a paragraph cross-reference the page numbers will not display. All the other text in the cross reference ("paragraph", the word "page", etc.) displays correctly. Even the cross reference under the "hyperlinks" toolbar shows nothing (instead of the usual # indicating a page number).
    However If I copy some of the same pages into a new document and create a cross reference in it the page number displays correctly. But since it's over 300 pages I really would hate to have to do that!
    Any ideas?

    Is it maybe because CS3 does not include the cross references function (not a feature until CS4)?
    That's a real problem if we use an outside source to create a lot of our documents and they're working in a previous version.

  • "No limit" not displaying for number of days to sync email

    I recently purchased 16GB iPad w/ retina display (MD513LL) running IOS 6.0.1
    I successfully set up MS Exchange email account, but it does not give me the option of "no limit" under number of days to sync.
    I read in a few prior posts that deleting the email accounting and setting it up again works, but I tried that at least 6 times (it worked for my new iPhone 5, but not the iPad).

    I might be wrong but I don't think so because I set up the same account on my iPhone 5 which allowed for the "no limit" option.

  • Idoc not displaying check number

    Hi Gurus
    I am running f110 program to make a payment, but the idoc does not have the E1EDK12 segment that we use to carry the check number. Rest all information looks fine in the idoc. only this segment is missing. And also we have this problem only for one Account ID (CAD) of the House bank, other Account ID(USD) displays the check information correctly.
    Do any one know why this is behaving so...?
    Thanks
    Princeoflight

    Hi
    May be you are using custom outbound program, check with ABAPER- if any hard coding is in relation to CAD in the program.
    VVR

  • Comma not displaying for number reaching to billions

    Hello All,
    I noticed that if a packed number has reached to billions, the comma doesn't get displayed.
    EXAMPLE:
    DATA: v_num1 type p decimals 2,
          v_num2 type p decimals 2,
          v_sum  type p decimals 2.
    v_num1 = '98067382712.56'.
    v_num2 = '123456789.54'.
    v_sum = v_num1 + v_num2.
    write:/5 v_sum color 4.
    When I look into the report output, it displays <b>98190,839,502.10</b> and not <b>98,190,839,502.10</b>. Is there a way to do solve this? I was hoping to find this in the user settings.
    Many thanks in advance!
    Regards,
    Kristine

    Dear Kristine  ,
    I think the problem is the field length.
    Try to define your field like
    data: v_num1 type p length 16 decimals 2.
    (16 is the max length for type p !)
    Best regards,
    Manuel

  • PS Count - not displaying whole number in results.

    Hi,
    I'm having trouble with the results display format from the following command:
    Get-Childitem $server -Recurse | where { -not $_.PSIsContainer } | group Extension -NoElement | sort count -desc
    Where my results are:
    Count Name                     
    ...60 .tif
    ...43 .JPG
     4022 .doc
     2831 .pdf
      969 .wbk
      938 .db
      870 .eml
      587 .bmp
      518 .msg
    How do I get the full number of .tif and .JPG, instead of ...60.tif & ...43.JPG?
    Any help would be very much appreciated.
    Regards
    Tim

    Hi Tim,
    You can try this below modified cmdlet:
    Get-Childitem $server -Recurse | where { -not $_.PSIsContainer } | group Extension -NoElement | sort count -desc | ft * -Autosize
    Get-Childitem $server -Recurse | where { -not $_.PSIsContainer } | group Extension -NoElement | sort-object -Property Count -desc | Format-Table -Property Name,Count -AutoSize
    Have you tried
    Measure-Object.
    get-process | measure-object -property workingset -minimum -maximum -average -count
    What exactly are you trying to do here, what is your input \ source.
    References:
    Using the Measure-Object Cmdlet:
    https://technet.microsoft.com/en-us/library/ee176900.aspx
    Regards,
    Satyajit
    Please“Vote As Helpful”
    if you find my contribution useful or “MarkAs Answer” if it does answer your question. That will encourage me - and others - to take time out to help you.

  • IPhone not displaying my number to my contacts

    When I call or text anyone from my iPhone my email address is displayed not my number. It happens with whoever I'm texting or calling.
    Any ideas??  
    Todd

    I have found a solution to the problem of my number not being dispalyed properly. I now can see my number in itunes and at the top of the contacts and in the phone settings. It has something to do with the number being on the sim card, i went to my old (02) motorola KRZR mobile and went to my numbers with the o2 iphone sim installed, i saw that under my telephone numbers had no numbers listed, so i went to edit and added my iphone number. I now can see my telephone nmber listed where it should! I do think though that you cant just put the numbers on the sim (i tried that with a sim reader/writer) which didnt work, it has to be on the part of the sim which stores YOUR mobile number. I rang both apple support and o2 and neither of them were any help at all (see previous post)
    Well this solution worked for me anyway.
    dave

  • Shuttle not displaying exact number of Records

    Hi
    I have declaratively defined a shuttle wherein the records are being populated by a VO . On calling the Vo.getRowCount() i get 212. Also am calling vo.setMaxFetchSize(-1) .But the number of records displayed in the leading List are only 201. I have also set the size of the list as 500.
    Can any one please help me in displaying all the records fetched by the VO..
    Thanx in advance
    Regards
    Sunny

    Also check the profile option FND: View Object Max Fetch Size. It is by default set to 200.

  • Why will my I phone 4s not displaying number

    Why will my 4s not display my number when making calls?

    Is Show Caller ID off?
    http://osxdaily.com/2011/11/20/block-caller-id-on-iphone-to-always-make-blocked- calls/

  • IDOC not displayed in billing document

    Hi Experts,
    I have a issue about the outbound idoc's generated from two different billing document.
    I can see the idoc's from these documents though the path Goto>header>Output ---> Processing log.
    But if i check the services of object button for one billing document, i can see the same idoc.but for the other document, its not displaying idoc number....in the relationships button..
    What could be the cause?
    What is the difference between these two documents ?

    Dear Mr. Kapil and Madhurao,
    Thank you for your help and quick response.
    I followed your instaructions and found that the option "Relevant for Order-related billing - - Status acc. to order Qty" "B" is already maintained.
    Also, i have to mention that this is not the first time we use this service material in our orders and we weren't facing any problem. This is the first time we face such issue.
    so please let me know if there's any other option to check.
    Thank you

  • Outlook 2010 contacts not showing phone number in Lync 2013 client

    Hi,
    We have Lync 2013 with Exchange 2010. Recently we started upgrading Lync clients from 2010 to 2013.
    A few users started reporting that their local Outlook contacts does not show phone numbers in Lync 2013 (working with 2010)
    I have installed the august patch which should solve this issue
    981751 - Lync 2013 does not display telephone number of an Outlook 2010 contact in the contact card
    Any idea where to look next?

    Hi Tobias Borgen Nielsen,
    Lync expects all the phone numbers to be in the E.164 format, meaning they should be +1-111-11111111 etc. If they’re not like this, you will have to normalize them if you want Lync
    to publish them.
    The related article for your reference.
    Lync not populating contact cards phone numbers from Active Directory (Or: How to normalize AD phone numbers for Lync Server 2010 and 2013)
    http://y0av.me/2012/02/23/normalize_ad_numbers/
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or
    suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.
    Hope it can be helpful.
    Best regards,
    Eric

  • Old version displayed "total" number of songs at bottom of library window, where can I find that info. now

    New iTunes version is not displaying "total" number of songs at the bottom of the library window.  How do you find that information now?

    Go to View, and click on Show Status Bar

  • Called DID not displayed

    Dear Cisco community,
    we are using a SIP trunk with 5 DIDs. Is there a way to see the line (DID) that has been called on the display of a SPA 303? We can only see the caller ID (twice, one line with +44 as prefix and a second line with 9xxxx). Routing, call hunting, shared extensions and everything else works perfectly.
    I really hope that this is possible, we need to be able to see which inbound line (DID) has been called to answer the call correctly.
    Thanks for your help!
    Sebastian

    Hi Sabastian,
    The phone LCD only displays the caller ID, who is calling. It can not display the number which is called.
    You can click "Add Specified Number" to add DIDs on "Inbound Calls" page of the configuration utility, then select the different routing destinations for the different DIDs, so that you can answer the call correctly for the different DIDs being called.
    Hope it helps.
    Best regards,
    Wendy Yang

  • PO document number is not displaying.

    Dear Friends,
    I created purchase requistion in Tr code ME51N ,after that ,aganist this PR No we have created PO. But now we are not able to display this PO No in ME53N. whereas i checked table also EKKO,EKPO is not updated. It is only seen in Tr code ME5A aganist PR no , where we found PO document No but we double click on this NO its showing Error purchse document does not exist.In Tr code ME53N display of PR we can see in STATUS tab--- PO created with date but not PO number.
    Plz comment on this,
    Waiting for your feedback
    Regards
    Ashok

    Dear Ashok,
    check in below link, hope its help:
    Re: PO No, GR No is not displaying.
    Regards,
    w1n

Maybe you are looking for

  • Display values on new window from backing bean HashMap

    Hi, I need to open a new window when user clicks on some link from the current page. New window will display few values which are set once the link is clicked. I have created a bounded task flow with a jspx page added into the task flow. This jspx pa

  • Re: Will my line support ADSL2/+ ?

    Having just moved to BT from another ISP I am disappointed with the upload speed I am currently getting, it would appear that I have been provisioned on ADSL Max not ADSL2+.  See connection details below:-                 Downstream      5.875 Mbps  

  • How to check for a  button

    I have a form that submits to itself. My submit is the standard : <input type="submit" name="btnsubmit" value="Submit Your Order"> When the form is submitted, I check for the existence of btnsubmit using paramerexists or isDefined : <cfif parameterex

  • Error while uninstalling Premiere Elements 4, anyone got a manual procedure?

    Hi and thanks for helping! I've got a Win-XP/Pro-SP3 system. I've had the Premiere Elements 4 + Photoshop Elements 6 bundle installed for quite some time and upgraded to the bundle with v7 of both apps last year. Apparently, while installing the 7s,

  • How can I remove my parental lock password if I forgot it?

    I had programmed Parental Lock on my iPad when I first got it. Now I want to remove it and I forgot the password. What do I do now?